Searched refs:endp (Results 1 - 25 of 58) sorted by relevance

123

/external/elfutils/libdw/
H A Ddwarf_getstring.c42 const char *endp = memchr (result, '\0', local
44 if (endp == NULL)
48 *lenp = endp - result;
H A Ddwarf_getmacros.c59 const unsigned char *endp; local
73 endp = memchr (readp, '\0', readendp - readp);
74 if (endp == NULL)
78 readp = endp + 1;
H A Ddwarf_getsrclines.c191 uint8_t *endp = memchr (linep, '\0', lineendp - linep); local
192 if (endp == NULL)
194 new_dir->len = endp - linep;
198 linep = endp + 1;
235 uint8_t *endp = memchr (fname, '\0', lineendp - linep); local
236 if (endp == NULL)
238 size_t fnamelen = endp - (uint8_t *) fname;
239 linep = endp + 1;
391 uint8_t *endp = memchr (linep, '\0', lineendp - linep); local
392 if (endp
[all...]
H A Ddwarf_child.c53 unsigned char *const endp local
61 if (unlikely (attrp + 1 >= endp))
H A Ddwarf_getpubnames.c36 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size; local
38 while (readp + 14 < endp)
/external/e2fsprogs/intl/
H A Dplural-exp.c113 char *endp; local
124 n = strtoul (nplurals, &endp, 10);
126 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
127 n = n * 10 + (*endp - '0');
129 if (nplurals == endp)
/external/tcpdump/
H A Dprint-cdp.c240 const u_char *endp = p + l; local
251 while (p < endp && num >= 0) {
253 if (p + 2 > endp)
260 if (p + pl + 2 > endp)
273 if (p + 4 > endp)
291 if (p + al > endp)
305 if (p + pl > endp)
311 if (p + 2 > endp)
317 if (p + al > endp)
/external/elfutils/src/
H A Dldlex.l162 {HEX}|{OCT}|{DEC} { char *endp;
163 ldlval.num = strtoumax (yytext, &endp, 0);
164 if (*endp != '\0')
166 if (tolower (*endp) == 'k')
170 assert (tolower (*endp) == 'm');
H A Dld.c586 char *endp; local
587 ld_state.pagesize = strtoul (arg, &endp, 0);
588 if (*endp != '\0')
590 if (endp[1] == '\0' && tolower (*endp) == 'k')
592 else if (endp[1] == '\0' && tolower (*endp) == 'm')
719 char *endp; local
720 unsigned long int level = strtoul (arg, &endp, 10);
721 if (*endp !
1263 struct pathelement *endp = ld_state.rpath; local
1269 struct pathelement *endp = ld_state.rpath_link; local
1276 struct pathelement *endp = ld_state.runpath; local
1291 struct pathelement *endp = ld_state.runpath_link; local
[all...]
/external/icu4c/i18n/
H A Ducoleitr.cpp381 if ((ci->flags & UCOL_ITER_HASLEN) == 0 || ci->endp == NULL) {
382 ci->endp = ci->string + u_strlen(ci->string);
495 if (elems->iteratordata_.endp == NULL) {
496 elems->iteratordata_.endp = elems->iteratordata_.string +
500 elems->iteratordata_.pos = elems->iteratordata_.endp;
501 elems->iteratordata_.fcdPosition = elems->iteratordata_.endp;
538 if (elems->iteratordata_.endp == NULL) {
539 elems->iteratordata_.endp = elems->iteratordata_.string +
544 elems->iteratordata_.pos = elems->iteratordata_.endp;
545 elems->iteratordata_.fcdPosition = elems->iteratordata_.endp;
[all...]
H A Dcoleitr.cpp102 int thislength = m_data_->iteratordata_.endp -
104 int thatlength = that.m_data_->iteratordata_.endp -
403 length = othercoliter->endp - othercoliter->string;
423 coliter->endp = coliter->string + length;
453 othercoliter->pos <= othercoliter->endp)
/external/bluetooth/glib/gio/
H A Dgicon.c310 char *endp; local
373 version = strtol (version_str, &endp, 10);
374 if (endp == NULL || *endp != '\0')
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_string.c509 long SDL_strtol(const char *string, char **endp, int base) argument
523 if ( endp ) {
524 *endp = (char *)string + len;
531 unsigned long SDL_strtoul(const char *string, char **endp, int base) argument
545 if ( endp ) {
546 *endp = (char *)string + len;
607 Sint64 SDL_strtoll(const char *string, char **endp, int base) argument
621 if ( endp ) {
622 *endp = (char *)string + len;
629 Uint64 SDL_strtoull(const char *string, char **endp, in argument
653 SDL_strtod(const char *string, char **endp) argument
[all...]
/external/ppp/pppd/
H A Dmultilink.c393 char *p, *endp; local
399 i = strtol(p, &endp, 10);
400 if (endp != p && (*endp == 0 || *endp == ';')) {
530 char *p, *endp; local
541 i = strtol(str, &endp, 10);
542 if (endp == str)
544 str = endp;
H A Dccp.c265 char *str, *endp; local
268 abits = rbits = strtol(str, &endp, 0);
269 if (endp != str && *endp == ',') {
270 str = endp + 1;
271 abits = strtol(str, &endp, 0);
273 if (*endp != 0 || endp == str) {
304 char *str, *endp; local
307 abits = rbits = strtol(str, &endp,
[all...]
/external/skia/src/core/
H A DSkPathMeasure.cpp254 const SkPoint* endp = (segType == kLine_SegType) ?
259 pos->set(SkScalarInterp(pts[0].fX, endp->fX, t),
260 SkScalarInterp(pts[0].fY, endp->fY, t));
263 tangent->setNormalize(endp->fX - pts[0].fX, endp->fY - pts[0].fY);
300 const SkPoint* endp = (segType == kLine_SegType) ?
305 dst->lineTo(*endp);
307 dst->lineTo(SkScalarInterp(pts[0].fX, endp->fX, stopT),
308 SkScalarInterp(pts[0].fY, endp->fY, stopT));
/external/iproute2/tc/
H A Dq_netem.c76 char *p, *endp; local
80 for (p = line; ; p = endp) {
81 x = strtol(p, &endp, 0);
82 if (endp == p)
/external/elfutils/libebl/
H A Deblstrtab.c312 char *endp; local
333 endp = (char *) data->d_buf + nulllen;
335 copystrings (st->root, &endp, &copylen);
/external/icu4c/samples/coll/
H A Dcoll.cpp112 char *endp; local
113 int i = strtol(argv[argNum], &endp, 0);
114 if (endp == argv[argNum]) {
/external/icu4c/samples/strsrch/
H A Dstrsrch.cpp123 char *endp; local
124 int i = strtol(argv[argNum], &endp, 0);
125 if (endp == argv[argNum]) {
/external/openssl/crypto/
H A Dia64cpuid.S9 .endp OPENSSL_rdtsc#
31 .endp OPENSSL_atomic_add#
121 .endp OPENSSL_wipe_cpu#
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_stdinc.h463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
503 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
/external/jpeg/
H A Djmemdosa.asm70 _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/iproute2/lib/
H A Dutils.c252 char *endp; local
254 n = strtoul(cp, &endp, 0);
258 if (endp == cp) /* no digits */
263 if (*endp == '\0')
266 if (i == 3 || *endp != '.')
268 cp = endp + 1;
/external/qemu/
H A Dd3des.c126 register unsigned long *from, *endp; local
128 from = KnL, endp = &KnL[32];
129 while( from < endp ) *into++ = *from++;
135 register unsigned long *to, *endp; local
137 to = KnL, endp = &KnL[32];
138 while( to < endp ) *to++ = *from++;

Completed in 566 milliseconds

123