Home
last modified time | relevance | path

Searched refs:dss (Results 1 – 16 of 16) sorted by relevance

/external/tcpdump/tests/
Dmptcp.out4 …op,nop,TS val 4294943474 ecr 4294943152,mptcp add-addr id 1 10.1.2.2,mptcp dss ack 3576348362 seq …
5 …, ack 42, win 229, options [nop,nop,TS val 4294943168 ecr 4294943474,mptcp dss ack 3518592185], le…
6 …, ack 42, win 229, options [nop,nop,TS val 4294943168 ecr 4294943474,mptcp dss ack 3518592185 seq …
7 …, ack 42, win 447, options [nop,nop,TS val 4294943474 ecr 4294943168,mptcp dss ack 3576348403], le…
11 …, ack 42, win 229, options [nop,nop,TS val 4294943168 ecr 4294943474,mptcp dss ack 3518592185 seq …
12 …], ack 1, win 447, options [nop,nop,TS val 4294943474 ecr 4294943168,mptcp dss ack 3576348403], le…
13 … ack 890, win 500, options [nop,nop,TS val 4294943474 ecr 4294943168,mptcp dss ack 3576349251], le…
14 …5, ack 1, win 500, options [nop,nop,TS val 4294943474 ecr 4294943168,mptcp dss ack 3576349251 seq …
15 … ack 785, win 253, options [nop,nop,TS val 4294943170 ecr 4294943474,mptcp dss ack 3518592969], le…
16 … ack 785, win 253, options [nop,nop,TS val 4294943170 ecr 4294943474,mptcp dss ack 3518592969 seq …
[all …]
Dmptcp-fclose.out6 …eq 1:2, ack 1, win 229, options [nop,nop,TS val 38230 ecr 4294943148,mptcp dss ack 3386645601 seq …
7 …gs [.], ack 2, win 224, options [nop,nop,TS val 4294943148 ecr 38230,mptcp dss ack 2976985015], le…
8 …eq 1:2, ack 2, win 224, options [nop,nop,TS val 4294943250 ecr 38230,mptcp dss ack 2976985015 seq …
9 …gs [.], ack 2, win 229, options [nop,nop,TS val 38334 ecr 4294943250,mptcp dss ack 3386645602], le…
11 … seq 2, ack 2, win 224, options [nop,nop,TS val 4294943650 ecr 38734,mptcp dss ack 2976985015], le…
/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, ut… in util_dirty_surfaces_use_for_sampling() argument
60 for(p = dss->dirty_list.next; p != &dss->dirty_list; p = next) in util_dirty_surfaces_use_for_sampling()
70 …levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, un… in util_dirty_surfaces_use_levels_for_sampling() argument
75 for(p = dss->dirty_list.next; p != &dss->dirty_list; p = next) in util_dirty_surfaces_use_levels_for_sampling()
86 …e_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sample… in util_dirty_surfaces_use_for_sampling_with() argument
88 if(!LIST_IS_EMPTY(&dss->dirty_list)) in util_dirty_surfaces_use_for_sampling_with()
89 …util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_l… in util_dirty_surfaces_use_for_sampling_with()
106 util_dirty_surface_set_dirty(struct util_dirty_surfaces *dss, struct util_dirty_surface *ds) in util_dirty_surface_set_dirty() argument
109 LIST_ADDTAIL(&ds->dirty_list, &dss->dirty_list); in util_dirty_surface_set_dirty()
113 util_dirty_surface_set_clean(struct util_dirty_surfaces *dss, struct util_dirty_surface *ds) in util_dirty_surface_set_clean() argument
/external/jemalloc/test/integration/
DMALLOCX_ARENA.c31 const char *dss = dss_precs[prec_ind]; in thd_start() local
36 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, (void *)&dss, in thd_start()
/external/jemalloc/src/
Dstats.c260 const char *dss; in stats_arena_print() local
277 CTL_M2_GET("stats.arenas.0.dss", i, &dss, const char *); in stats_arena_print()
279 dss); in stats_arena_print()
502 OPT_WRITE_CHAR_P(dss) in stats_print()
Dctl.c537 astats->dss = dss_prec_names[dss_prec_limit]; in ctl_arena_clear()
562 arena_stats_merge(arena, &cstats->nthreads, &cstats->dss, in ctl_arena_stats_amerge()
575 arena_basic_stats_merge(arena, &cstats->nthreads, &cstats->dss, in ctl_arena_stats_amerge()
1626 const char *dss = NULL; in arena_i_dss_ctl() local
1632 WRITE(dss, const char *); in arena_i_dss_ctl()
1633 if (dss != NULL) { in arena_i_dss_ctl()
1638 if (strcmp(dss_prec_names[i], dss) == 0) { in arena_i_dss_ctl()
1668 dss = dss_prec_names[dss_prec_old]; in arena_i_dss_ctl()
1669 READ(dss, const char *); in arena_i_dss_ctl()
2094 CTL_RO_GEN(stats_arenas_i_dss, ctl_stats.arenas[mib[2]].dss, const char *) in CTL_RO_NL_CGEN()
Darena.c3207 const char **dss, ssize_t *lg_dirty_mult, ssize_t *decay_time, in arena_basic_stats_merge_locked() argument
3212 *dss = dss_prec_names[arena->dss_prec]; in arena_basic_stats_merge_locked()
3220 arena_basic_stats_merge(arena_t *arena, unsigned *nthreads, const char **dss, in arena_basic_stats_merge() argument
3226 arena_basic_stats_merge_locked(arena, nthreads, dss, lg_dirty_mult, in arena_basic_stats_merge()
3232 arena_stats_merge(arena_t *arena, unsigned *nthreads, const char **dss, in arena_stats_merge() argument
3242 arena_basic_stats_merge_locked(arena, nthreads, dss, lg_dirty_mult, in arena_stats_merge()
/external/jemalloc/
DChangeLog77 - Fix stats.arenas.<i>.{dss,lg_dirty_mult,decay_time,pactive,pdirty} for
300 - Remove the --enable-dss options, and make dss non-optional on all platforms
322 - Fix the "arena.<i>.dss" mallctl to return an error if "primary" or
327 - Fix the "arena.<i>.dss" mallctl to handle read-only calls.
347 - Use dss allocation precedence for huge allocations as well as small/large
468 "dss:primary" option specified). This was completely harmless on Linux
470 --disable-munmap configure option or the "dss:primary" option was
512 - Fix dss/mmap allocation precedence code to use recyclable mmap memory only
513 after primary dss allocation fails.
525 - Add the "opt.dss", "arena.<i>.dss", and "stats.arenas.<i>.dss" mallctls,
[all …]
Dconfigure.ac926 AC_MSG_RESULT([Disabling dss allocation because sbrk is deprecated])
/external/jemalloc/include/jemalloc/internal/
Dctl.h36 const char *dss; member
Darena.h581 const char **dss, ssize_t *lg_dirty_mult, ssize_t *decay_time,
583 void arena_stats_merge(arena_t *arena, unsigned *nthreads, const char **dss,
/external/jemalloc/test/unit/
Dmallctl.c165 TEST_MALLCTL_OPT(const char *, dss, always); in TEST_BEGIN()
691 TEST_STATS_ARENAS(const char *, dss); in TEST_BEGIN()
/external/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td955 // DSS_Form - Form X instruction, used for altivec dss* instructions.
DPPCInstrAltivec.td343 "dss $STRM", IIC_LdStLoad /*FIXME*/, [(int_ppc_altivec_dss imm:$STRM)]>,
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-ext.s3596 # CHECK-BE: dss 3 # encoding: [0x7c,0x60,0x06,0x6c]
3597 # CHECK-LE: dss 3 # encoding: [0x6c,0x06,0x60,0x7c]
3598 dss 3
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ext.txt2254 # CHECK: dss 3