/frameworks/av/services/mediaanalytics/ |
MediaAnalyticsService.cpp | 264 char *endp; local 266 proto = strtol(p, &endp, 10); 267 if (endp != p || *endp == '\0') { 284 char *endp; local 286 ts_since = strtoll(p, &endp, 10); 287 if (endp == p || *endp != '\0') {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/ |
pound.l | 24 [[:space:]]*[[:digit:]]+[[:space:]]+\?*[[:space:]]+[[:xdigit:]]+[[:space:]]+\.endp psym 50 [[:space:]]*[[:digit:]]+[[:space:]]+\?*[[:space:]]+11420400+[[:space:]]+\.endp esym#
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_8_neon.asm | 67 ENDP ; |vpx_lpf_horizontal_8_neon| 99 ENDP ; |vpx_lpf_horizontal_8_dual_neon| 174 ENDP ; |vpx_lpf_vertical_8_neon| 206 ENDP ; |vpx_lpf_vertical_8_dual_neon| 489 ENDP ; |vpx_mbloop_filter_neon|
|
loopfilter_16_neon.asm | 120 ENDP ; |mb_lpf_horizontal_edge| 134 ENDP ; |vpx_lpf_horizontal_16_neon| 148 ENDP ; |vpx_lpf_horizontal_16_dual_neon| 317 ENDP ; |mb_lpf_vertical_edge_w| 329 ENDP ; |vpx_lpf_vertical_16_neon| 342 ENDP ; |vpx_lpf_vertical_16_dual_neon| 664 ENDP ; |vpx_wide_mbfilter_neon|
|
/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);
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
Flat32.asm | 136 _ModuleEntryPoint ENDP
227 ProtectedModeEntryPoint ENDP
425 stackless_EarlyPlatformInit ENDP
470 stackless_SideBand_Read ENDP
516 stackless_SideBand_Write ENDP
553 stackless_PCIConfig_Write ENDP
590 stackless_PCIConfig_Read 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;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
Thunk16.asm | 139 _BackFromUserCode ENDP
185 _ToUserCode ENDP
249 InternalAsmThunk16 ENDP
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
Thunk16.asm | 140 _BackFromUserCode ENDP
192 _ToUserCode ENDP
258 InternalAsmThunk16 ENDP
|
/external/elfutils/libdwfl/ |
dwfl_report_elf.c | 46 GElf_Addr *endp, GElf_Addr *biasp, 228 if (endp) 229 *endp = end;
|
/external/elfutils/libebl/ |
eblgstrtab.c | 333 char *endp; local 354 endp = (char *) data->d_buf + nulllen; 356 copystrings (st->root, &endp, ©len);
|
eblwstrtab.c | 327 wchar_t *endp; local 348 endp = (wchar_t *) data->d_buf + nulllen; 350 copystrings (st->root, &endp, ©len);
|
/external/iproute2/ip/ |
iptuntap.c | 228 char fname[IFNAMSIZ+25], buf[80], *endp; local 249 result = strtol(buf, &endp, 0); 250 if (*endp != '\n') {
|
/external/libunwind/tests/ |
ia64-test-rbs-asm.S | 121 .endp rbs_spill_##n 256 .endp loadup 270 .endp resumption_point
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
c-tic6x.texi | 161 @cindex @code{.endp} directive, TIC6X 162 @item .endp 171 @code{.endp} directive will be added to the exception table entry.
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/ |
Stack.asm | 80 SecSwitchStack ENDP
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/ |
memcpy.asm | 79 memcpy ENDP
|
memcpyRep1.asm | 59 memcpy ENDP
|
memcpyRep4.asm | 68 memcpy ENDP
|
memcpySSE2.asm | 84 memcpy ENDP
|