/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_stdinc.h | 485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base); 491 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base); 511 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base); 517 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base); 525 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_stdinc.h | 485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base); 491 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base); 511 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base); 517 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base); 525 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
|
/dalvik/vm/ |
Misc.cpp | 715 char* endp; local 716 pData->utime = strtoul(cp+1, &endp, 10); 717 if (endp == cp+1) 724 pData->stime = strtoul(cp+1, &endp, 10); 725 if (endp == cp+1) 740 pData->processor = strtol(cp+1, &endp, 10); 741 if (endp == cp+1)
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
filter_v6.asm | 113 ENDP 206 ENDP 299 ENDP 372 ENDP 430 ENDP 530 ENDP ; |vp8_filter_block2d_first_pass_only_armv6| 622 ENDP ; |vp8_filter_block2d_second_pass_only_armv6|
|
copymem16x16_v6.asm | 184 ENDP ; |vp8_copy_mem16x16_v6|
|
vp8_sad16x16_armv6.asm | 93 ENDP
|
vp8_variance8x8_armv6.asm | 99 ENDP
|
bilinearfilter_v6.asm | 137 ENDP ; |vp8_filter_block2d_bil_first_pass_armv6| 235 ENDP ; |vp8_filter_block2d_second_pass_armv6|
|
/external/elfutils/libebl/ |
eblwstrtab.c | 348 wchar_t *endp; local 369 endp = (wchar_t *) data->d_buf + nulllen; 371 copystrings (st->root, &endp, ©len);
|
/external/qemu/ |
vl-android.c | 737 char *endp; local 750 vlan = qemu_find_bt_vlan(strtol(str + 9, &endp, 0)); 751 if (*endp) 807 char *endp = strstr(opt, ",vlan="); local 808 int len = (endp ? endp - opt : strlen(opt)) + 1; 813 if (endp) { 814 vlan_id = strtol(endp + 6, &endp, 0); 815 if (*endp) { 836 const char *endp, *p; local [all...] |
/dalvik/dexopt/ |
OptMain.cpp | 258 char* endp; \ 259 (_var) = _func(*++argv, &endp, 0); \ 260 if (*endp != '\0') { \ 425 char* endp; local
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
bluedroidtest.c | 338 char *d = ((char *)bd), *endp; local 341 *d++ = strtol(str, &endp, 16); 342 if (*endp != ':' && i != 5) { 346 str = endp + 1;
|
/external/iproute2/tc/ |
q_netem.c | 124 char *p, *endp; local 128 for (p = line; ; p = endp) { 129 x = strtol(p, &endp, 0); 130 if (endp == p)
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
dequant_idct_neon.asm | 125 ENDP ; |vp8_dequant_idct_add_neon|
|
iwalsh_neon.asm | 85 ENDP ; |vp8_short_inv_walsh4x4_neon|
|
shortidct4x4llm_neon.asm | 130 ENDP
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_avg_neon.asm | 114 ENDP
|
vp9_short_idct32x32_1_add_neon.asm | 143 ENDP ; |vp9_idct32x32_1_add_neon|
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 462 longest_match endp
464 _longest_match endp
470 match_init endp
474 _match_init endp
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
CalcWindowEnergy_v5.s | 111 @ENDP
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Deemph_32_opt.s | 101 @ENDP
|
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.c | 237 const char *endp; local 239 endp = __strchrnul (n, (flags & FNM_FILE_NAME) ? '/' : '\0'); 246 for (--p; n < endp; ++n) 274 for (--p; n < endp; ++n)
|
/external/chromium_org/build/win/importlibs/ |
create_importlib_win.py | 73 output_file.write('%s ENDP\n' % name) 91 AddClipboardFormatListener@4 ENDP
|
/external/elfutils/libdw/ |
dwarf_child.c | 90 unsigned char *const endp local 98 if (unlikely (attrp + 1 >= endp))
|
dwarf_getpubnames.c | 76 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size; local 78 while (readp + 14 < endp)
|