Searched refs:where (Results 1 - 25 of 430) sorted by relevance

1234567891011>>

/external/pcre/dist/
H A Dpcre_config.c63 where where to put the information
70 pcre_config(int what, void *where) argument
73 pcre16_config(int what, void *where)
76 pcre32_config(int what, void *where)
83 *((int *)where) = 0;
87 *((int *)where) = 1;
89 *((int *)where) = 0;
96 *((int *)where) = 0;
100 *((int *)where)
[all...]
H A Dpcre_fullinfo.c63 where where to put the information
71 int what, void *where)
75 int what, void *where)
79 int what, void *where)
85 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
106 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
110 *((size_t *)where) = re->size;
114 *((size_t *)where) = (study == NULL)? 0 : study->size;
119 *((size_t *)where)
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Dmakesym.perl13 $where = $WHERE_BEFORE_SYM_TABLE;
16 if ($where == WHERE_BEFORE_SYM_TABLE && /^Symbols:/) {
17 $where = $WHERE_IN_SYM_TABLE;
18 } elsif ($where == $WHERE_IN_SYM_TABLE && /^$/) {
19 $where = $WHERE_AFTER_SYM_TABLE;
21 if ($where == $WHERE_IN_SYM_TABLE) {
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dvalues.pass.cpp44 void where(const _Tp &) {} function
66 where(E::word_size);
67 where(E::state_size);
68 where(E::shift_size);
69 where(E::mask_bits);
70 where(E::xor_mask);
71 where(E::tempering_u);
72 where(E::tempering_d);
73 where(E::tempering_s);
74 where(
[all...]
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dvalues.pass.cpp32 void where(const _Tp &) {} function
44 where(E::word_size);
45 where(E::short_lag);
46 where(E::long_lag);
47 where(E::default_seed);
60 where(E::word_size);
61 where(E::short_lag);
62 where(E::long_lag);
63 where(E::default_seed);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-circular2-err.asm2 label: db 'NOW where am I?'
/external/valgrind/main/memcheck/tests/
H A Dmempool.c16 char *where; member in struct:_level_list
24 char *where; member in struct:_pool
39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
49 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
65 l->where = p->where;
66 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
74 VALGRIND_DESTROY_MEMPOOL(l->where);
75 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where,
101 char *where; local
[all...]
H A Dmempool2.c19 char *where; member in struct:_level_list
27 char *where; member in struct:_pool
42 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE,
47 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
52 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE);
68 l->where = p->where;
69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0);
77 VALGRIND_DESTROY_MEMPOOL(l->where);
78 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where,
104 char *where; local
[all...]
H A Dleak.h32 #define PRINT_LEAK_COUNTS(where) \
34 fprintf(where,"leaked: %3ld bytes in %2ld blocks\n", \
36 fprintf(where,"dubious: %3ld bytes in %2ld blocks\n", \
38 fprintf(where,"reachable: %3ld bytes in %2ld blocks\n", \
40 fprintf(where,"suppressed: %3ld bytes in %2ld blocks\n", \
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dvalues.pass.cpp30 void where(const _Tp &) {} function
40 where(E::block_size);
41 where(E::used_block);
52 where(E::block_size);
53 where(E::used_block);
/external/libcxx/test/re/re.regex/re.regex.const/
H A Dconstants.pass.cpp32 void where(const _Tp &) {} function
49 where(BR::icase);
50 where(BR::nosubs);
51 where(BR::optimize);
52 where(BR::collate);
53 where(BR::ECMAScript);
54 where(BR::basic);
55 where(BR::extended);
56 where(BR::awk);
57 where(B
[all...]
/external/netperf/
H A Dnettest_dlpi.c192 fprintf(where,"DLPI CO STREAM TEST\n");
194 fprintf(where,cpu_title,format_units());
196 fprintf(where,tput_title,format_units());
216 fprintf(where,"send_dlpi_co_rr: bind failure\n");
217 fflush(where);
222 fprintf(where,"send_dlpi_co_stream: send_descriptor obtained...\n");
228 fprintf(where,"netperf: send_dlpi_co_stream: window send size altered from system default...\n");
229 fprintf(where," send: %d\n",lsw_size);
234 fprintf(where,
236 fprintf(where," rec
[all...]
H A Dnetcpu_kstat10.c59 fprintf(where,"%s[%d]:\n",name,instance);
60 fprintf(where,
62 fprintf(where,
64 fprintf(where,
66 fprintf(where,
76 fprintf(where,
80 fflush(where);
103 fprintf(where,
105 fprintf(where,
112 fprintf(where,
[all...]
H A Dnetcpu_looper.c91 /* zero. on those systems where I do not yet know how to bind a */
106 fprintf(where,
112 fflush(where);
127 fprintf(where,
133 fflush(where);
140 fprintf(where,"bind_to_processor: unable to perform processor binding\n");
141 fprintf(where," errno %d\n",errno);
142 fflush(where);
154 fprintf(where,
159 fflush(where);
[all...]
H A Dnettest_bsd.c233 fprintf(where, \
237 fflush(where); \
248 fprintf(where,"about to suspend\n"); \
249 fflush(where); \
252 fprintf(where, \
255 fflush(where); \
295 fprintf(where,"about to spin suspend\n"); \
296 fflush(where); \
362 fprintf(where, \
368 fflush(where); \
[all...]
H A Dnetcpu_pstatnew.c107 fprintf(where,
111 fflush(where);
116 fprintf(where,
120 fflush(where);
125 fprintf(where,
129 fflush(where);
134 fprintf(where,
138 fflush(where);
159 fprintf(where,"%s[%d]:\n",name,instance);
160 fprintf(where,
[all...]
H A Dnettest_unix.c108 -p dir Set the directory where pipes are created\n\
147 /* should be directed towards "where." family is generally AF_UNIX, */
162 fprintf(where,
165 fflush(where);
170 fprintf(where,"create_unix_socket: socket %d obtained...\n",temp_socket);
171 fflush(where);
299 fprintf(where,"STREAM STREAM TEST\n");
301 fprintf(where,cpu_title,format_units());
303 fprintf(where,tput_title,format_units());
322 fprintf(where,"send_stream_strea
[all...]
H A Dnettest_xti.c167 /* should be directed towards "where." family is generally AF_INET, */
186 fprintf(where,"create_xti_endpoint: attempting to open %s\n",
188 fflush(where);
195 fprintf(where,
200 fflush(where);
205 fprintf(where,"create_xti_endpoint: socket %d obtained...\n",temp_socket);
206 fflush(where);
212 fprintf(where,
215 fflush(where);
220 fprintf(where,
[all...]
H A Dnetcpu_perfstat.c81 fprintf(where,
84 fflush(where);
96 fprintf(where,
101 fflush(where);
145 fprintf(where,"enter calibrate_perfstat\n");
146 fflush(where);
158 fprintf(where,
161 fflush(where);
178 fprintf(where,
183 fflush(where);
[all...]
H A Dnetcpu_kstat.c80 fprintf(where,"open_kstat: enter\n");
81 fflush(where);
101 fprintf(where,"open_kstat double open!\n");
102 fflush(where);
111 fprintf(where,"passing kcid_changed\n");
112 fflush(where);
128 fprintf(where,"kstat_lookup for unix/system_misc\n");
129 fflush(where);
167 fprintf(where,"cpu_ks[%d] getting %p\n",ncpu,ks);
168 fflush(where);
[all...]
H A Dnettest_sctp.c217 fprintf(where,
220 fflush(where);
245 fprintf(where, "\tSCTP_ASSOC_CHANGE event, type:");
246 fflush(where);
252 fprintf(where, " SCTP_COMM_UP\n");
253 fflush(where);
258 fprintf(where, " SCTP_RESTART\n");
259 fflush(where);
264 fprintf(where, " SCTP_CANT_STR_ASSOC\n");
265 fflush(where);
[all...]
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp29 void where(const _Tp &) {} function
38 where(E::table_size);
/external/libcxx/include/support/win32/
H A Dsupport.h125 unsigned long where; local
129 if (_BitScanForward64(&where, mask))
130 return static_cast<int>(where);
134 if (_BitScanForward(&where, static_cast<unsigned long>(mask)))
135 return static_cast<int>(where);
137 if (_BitScanForward(&where, static_cast<unsigned long>(mask >> 32)))
138 return static_cast<int>(where + 32); // Create a bit offset from the LSB.
147 unsigned long where; local
150 if (_BitScanForward(&where, mask))
151 return static_cast<int>(where);
167 unsigned long where; local
189 unsigned long where; local
[all...]
/external/libunwind/src/x86_64/
H A DGstash_frame.c34 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
35 " ra=0x%lx rbp [where=%d val=%ld @0x%lx] rsp [where=%d val=%ld @0x%lx]\n",
37 rs->reg[DWARF_CFA_REG_COLUMN].where,
41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
50 && (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG)
55 && (rs->reg[RBP].where == DWARF_WHERE_UNDEF
56 || rs->reg[RBP].where == DWARF_WHERE_SAME
57 || (rs->reg[RBP].where
[all...]
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dvalues.pass.cpp29 void where(const _Tp &) {} function
43 where(LCE::multiplier);
44 where(LCE::increment);
45 where(LCE::modulus);
46 where(LCE::default_seed);

Completed in 4421 milliseconds

1234567891011>>