HomeSort by relevance Sort by last modified time
    Searched refs:endp (Results 151 - 175 of 275) sorted by null

1 2 3 4 5 67 8 91011

  /external/iproute2/lib/
utils.c 365 char *endp; local
367 n = strtoul(cp, &endp, 0);
371 if (endp == cp) /* no digits */
376 if (*endp == '\0')
379 if (i == 3 || *endp != '.')
381 cp = endp + 1;
398 char *endp; local
400 n = strtoul(cp, &endp, 16);
404 if (endp == cp) /* no digits */
409 if (*endp == '\0'
    [all...]
  /external/toybox/toys/pending/
expr.c 82 char *endp; local
84 *ret = strtoll(v->s, &endp, 10);
86 if (*endp) return 0; // If endp points to NUL, all chars were converted
  /external/elfutils/src/
readelf.c 2516 char *endp; local
4950 unsigned char *const endp = (unsigned char *) data->d_buf + data->d_size; local
6598 unsigned char *endp = memchr (linep, '\\0', lineendp - linep); local
6617 unsigned char *endp = memchr (fname, '\\0', lineendp - linep); local
6790 unsigned char *endp = memchr (linep, '\\0', local
7015 unsigned char *const endp = (unsigned char *) data->d_buf + data->d_size; local
7194 const unsigned char *endp; local
7444 const unsigned char *endp; local
9611 char *endp = NULL; local
    [all...]
  /external/v8/src/
flags.cc 419 char* endp = const_cast<char*>(""); // *endp is only read
428 *flag->int_variable() = static_cast<int>(strtol(value, &endp, 10));
432 int64_t val = static_cast<int64_t>(strtoll(value, &endp, 10));
449 *flag->float_variable() = strtod(value, &endp);
474 *endp != '\0') {
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 332 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
333 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
336 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 332 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
333 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
336 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 322 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
323 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
324 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
325 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
326 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 332 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
333 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
336 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /external/elfutils/libdw/
dwarf_getlocation.c 675 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp,
719 *endp = *basep + end;
722 if (address != (Dwarf_Word) -1 && (address < *startp || address >= *endp))
804 Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Op **expr,
826 *endp = -1;
844 *endp = -1;
863 return getlocations_addr (attr, offset, basep, startp, endp,
libdwP.h 317 void *endp; member in struct:Dwarf_CU
469 get_uleb128 (code, addr, die->cu->endp);
509 const unsigned char *endp = cu->endp; local
511 if (unlikely (len > (size_t) (endp - valp)))
726 - If it's normal range record, set up *BEGINP and *ENDP and return 0.
732 Dwarf_Addr *beginp, Dwarf_Addr *endp,
  /system/core/logd/
LogKlog.cpp 337 char* endp; local
338 real.tv_sec = strtol(b, &endp, 10);
339 if ((*endp == '.') && ((endp - b) < len)) {
342 len -= endp - b;
343 while (--len && isdigit(*++endp) && (multiplier /= 10)) {
344 real.tv_nsec += (*endp - '0') * multiplier;
  /external/libvncserver/common/
d3des.c 134 register unsigned long *from, *endp; local
136 from = KnL, endp = &KnL[32];
137 while( from < endp ) *into++ = *from++;
143 register unsigned long *to, *endp; local
145 to = KnL, endp = &KnL[32];
146 while( to < endp ) *to++ = *from++;
  /external/elfutils/libebl/
eblgstrtab.c 333 char *endp; local
354 endp = (char *) data->d_buf + nulllen;
356 copystrings (st->root, &endp, &copylen);
eblwstrtab.c 327 wchar_t *endp; local
348 endp = (wchar_t *) data->d_buf + nulllen;
350 copystrings (st->root, &endp, &copylen);
eblstrtab.c 337 char *endp = (char *) data->d_buf + nulllen; local
340 copystrings (st->root, &endp, &copylen);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.cpp 445 register SetWordType *endp = &(a[bsetsize]); local
449 while ( p < endp )
466 register SetWordType *endp = &(p[bsetsize]); local
477 } while (++p < endp);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcLowLevel.s 24 #define PROCEDURE_EXIT(name) .##endp name
  /external/libdrm/tests/modetest/
modetest.c 1300 char *endp; local
1319 for (i = 0, p = arg; i < pipe->num_cons; ++i, p = endp + 1) {
1320 endp = strpbrk(p, ",@:");
1321 if (!endp)
1324 pipe->cons[i] = strndup(p, endp - p);
1326 if (*endp != ',')
1334 if (*endp == '@') {
1335 arg = endp + 1;
1336 pipe->crtc_id = strtoul(arg, &endp, 10);
1338 if (*endp != ':'
1497 char *endp; local
    [all...]
  /system/update_engine/
p2p_manager_unittest.cc 295 char* endp = nullptr; local
296 long long int val = strtoll(ea_value, &endp, 0); // NOLINT(runtime/int)
297 if (endp == nullptr || *endp != '\0') {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
tls.s 64 .endp foo#
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlsbinpic.s 97 .endp fn2#
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
AsmFuncs.s 84 .endp InstructionCacheFlush
218 .endp ChainHandler
267 .endp UnchainHandler
313 .endp CopyBundles
384 .endp RelocateBundle
448 .endp RelocateSlot
504 .endp IsSlotBranch
537 .endp GetTemplate
592 .endp GetSlot
655 .endp SetSlot
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
bits.c 562 unsigned *p, *endp; local
569 endp = &(f->setword[f->n]);
586 while ( p < endp )
593 if ( p < endp ) fprintf(ErrFile, ",");
633 unsigned *p, *endp; local
640 endp = &(f->setword[f->n]);
661 while ( p < endp )
667 if ( p < endp ) fprintf(Parser_c, ",");
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
ReadAr.s 109 .endp
ReadCr.s 102 .endp

Completed in 1034 milliseconds

1 2 3 4 5 67 8 91011