HomeSort by relevance Sort by last modified time
    Searched full:endp (Results 26 - 50 of 364) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/elfutils/src/libdw/
dwarf_ranges.c 38 - If it's normal range record, set up `*beginp' and `*endp' and return 0.
45 Dwarf_Addr *beginp, Dwarf_Addr *endp,
79 *endp = end;
86 Dwarf_Addr *startp, Dwarf_Addr *endp)
93 && INTUSE(dwarf_highpc) (die, endp) == 0
187 *endp = *basep + end;
dwarf_getmacros.c 146 const unsigned char *const endp,
152 if (readp + 3 > endp)
173 if (readp > endp)
218 if (readp >= endp)
220 get_uleb128 (e.nforms, readp, endp);
225 if (readp > endp)
268 const unsigned char *const endp,
278 ? get_table_for_offset (dbg, macoff, startp, endp, cudie)
315 const unsigned char *const endp = d->d_buf + d->d_size; local
318 startp, endp, cudie)
    [all...]
dwarf_getpubnames.c 52 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size; local
54 while (readp + 14 < endp)
189 unsigned char *endp local
202 if (readp + dbg->pubnames_sets[cnt].address_len > endp)
217 readp = (unsigned char *) memchr (gl.name, '\0', endp - readp);
dwarf_getlocation_implicit_pointer.c 39 .endp = &empty_exprloc + 1 };
  /external/elfutils/src/tests/
addrcfi.c 199 char *endp; local
200 uintmax_t addr = strtoumax (buf, &endp, 0);
201 if (endp != buf)
213 char *endp; local
214 uintmax_t addr = strtoumax (argv[remaining], &endp, 0);
215 if (endp != argv[remaining])
addrscopes.c 168 char *endp; local
169 uintmax_t addr = strtoumax (buf, &endp, 0);
170 if (endp != buf)
182 char *endp; local
183 uintmax_t addr = strtoumax (argv[remaining], &endp, 0);
184 if (endp != argv[remaining])
  /system/core/toolbox/
ioctl.c 54 char* endp; local
56 long result = strtol(s, &endp, 0);
57 if (errno != 0 || *endp != '\0') {
120 char* endp; local
121 int ioctl_nr = UINT_MAX & strtoll(argv[optind], &endp, 0);
122 if (errno != 0 || *endp != '\0') {
  /external/llvm/lib/Support/
regengine.inc 77 const char *endp; /* end of string -- virtual NUL here */
135 const char *endp;
175 m->endp = stop;
185 endp = fast(m, start, stop, gf, gl);
186 if (endp == NULL) { /* a miss */
199 endp = slow(m, m->coldp, stop, gf, gl);
200 if (endp != NULL)
202 assert(m->coldp < m->endp);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 77 char *endp; /* end of string -- virtual NUL here */ member in struct:match
131 char *endp; local
171 m->endp = (char*)stop;
181 endp = fast(m, start, stop, gf, gl);
182 if (endp == NULL) { /* a miss */
195 endp = slow(m, m->coldp, stop, gf, gl);
196 if (endp != NULL)
198 assert(m->coldp < m->endp);
216 dp = dissect(m, m->coldp, endp, gf, gl);
227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
    [all...]
  /external/jpeg/
jmemdosa.asm 70 _jdos_open endp
102 _jdos_close endp
136 _jdos_seek endp
174 _jdos_read endp
212 _jdos_write endp
253 _jxms_getdriver endp
294 _jxms_calldriver endp
334 _jems_available endp
375 _jems_calldriver endp
  /external/tcpdump/
print-cdp.c 253 const u_char *endp = p + l; local
264 while (p < endp && num >= 0) {
266 if (p + 2 > endp)
273 if (p + pl + 2 > endp)
286 if (p + 4 > endp)
304 if (p + al > endp)
318 if (p + pl > endp)
324 if (p + 2 > endp)
330 if (p + al > endp)
  /external/libxml2/
triostr.h 55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
80 TRIO_STRING_PUBLIC float trio_to_float TRIO_PROTO((const char *source, char **endp));
82 TRIO_STRING_PUBLIC unsigned long trio_to_unsigned_long TRIO_PROTO((const char *source, char **endp, int base));
triostr.c 948 @param endp Pointer to end of the converted string.
968 TRIO_ARGS2((source, endp),
970 char **endp)
973 return strtold(source, endp);
1085 if (endp)
1086 *endp = (char *)source;
1096 @param endp Pointer to end of the converted string.
1103 TRIO_ARGS2((source, endp),
1105 char **endp)
1108 return strtod(source, endp);
    [all...]
  /external/libunwind/tests/
ia64-test-nat-asm.S 53 .endp flushrs
91 .endp save_static_to_stacked
128 .endp save_static_to_fr
170 .endp save_static_to_br
207 .endp save_static_to_mem
244 .endp save_static_to_mem2
285 .endp save_static_to_mem3
328 .endp save_static_to_mem4
372 .endp save_static_to_mem5
426 .endp save_static_to_scratc
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
loopfiltersimplehorizontaledge_neon.asm 86 ENDP ; |vp8_loop_filter_simple_horizontal_edge_neon|
105 ENDP ;|vp8_loop_filter_bhs_neon|
115 ENDP ;|vp8_loop_filter_bhs_neon|
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.m 31 __strong char *gcstrcpy2(__strong const char *arg, char *endp) {
32 unsigned size = endp - arg + 1;
420 char *endp = line + strlen("rdar:");
421 while (*endp && *endp != ' ' && *endp != '\n')
422 ++endp;
423 return gcstrcpy2(line, endp);
429 char *endp = (char *)line + 2;
430 while (*endp && *endp != ' ' && *endp != '\n'
    [all...]
  /external/libvpx/libvpx/build/make/
ads2armasm_ms.pl 35 s/^(\s*)ENDP.*/$&\n$1ALIGN 4/;
  /external/ltrace/testsuite/ltrace.torture/
ia64-sigill.s 41 .endp main#
  /external/lzma/Asm/arm/
7zCrcOpt.asm 98 |CrcUpdateT4@16| ENDP
  /external/lzma/Asm/x86/
7zAsm.asm 30 proc_name ENDP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2armasm_ms.pl 35 s/^(\s*)ENDP.*/$&\n$1ALIGN 4/;
  /external/elfutils/src/src/
ldlex.l 172 {HEX}|{OCT}|{DEC} { char *endp;
173 ldlval.num = strtoumax (yytext, &endp, 0);
174 if (*endp != '\0')
176 if (tolower (*endp) == 'k')
180 assert (tolower (*endp) == 'm');
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 113 const char *endp; /* end of string -- virtual NUL here */ member in struct:match
183 const char *endp; local
229 m->endp = stop;
239 endp = fast(m, start, stop, gf, gl);
240 if (endp == NULL) { /* a miss */
251 endp = slow(m, m->coldp, stop, gf, gl);
252 if (endp != NULL)
254 assert(m->coldp < m->endp);
272 dp = dissect(m, m->coldp, endp, gf, gl);
282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 79 ENDP
121 ENDP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 76 ENDP
114 ENDP

Completed in 318 milliseconds

12 3 4 5 6 7 8 91011>>