/external/syslinux/com32/libutil/ |
sha512crypt.c | 356 char *endp; local 357 unsigned long int srounds = strtoul(num, &endp, 10); 358 if (*endp == '$') { 359 salt = endp + 1;
|
/external/toybox/toys/pending/ |
tar.c | 500 char *endp, inp[len+1]; //1 for NUL termination local 504 val = strtol(inp, &endp, 8); 505 if (*endp && *endp != ' ') error_exit("invalid param");
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
Radix4FFT_v5.s | 168 @ENDP @ |Radix4FFT|
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
Radix4FFT_v7.s | 147 @ENDP @ |Radix4FFT|
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ |
ExceptionHandlerAsm.asm | 412 CommonInterruptEntry ENDP
456 AsmGetTemplateAddressMap ENDP
466 AsmVectorNumFixup ENDP
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiException.asm | 712 PageFaultIdtHandlerSmmProfile ENDP
721 PageFaultStubFunction ENDP
736 InitializeIDTSmmStackGuard ENDP
|
/external/elfutils/src/ |
objdump.c | 199 char *endp; local 200 newp->scnndx = strtoul (arg, &endp, 0); 201 if (*endp == 0)
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 263 char *endp; local 264 i = strtol(argv[argNum], &endp, 0); 265 if (endp == argv[argNum]) {
|
/external/iputils/ |
ping_common.c | 296 char *endp; local 297 mark = strtoul(optarg, &endp, 0); 298 if (*endp != '\0') {
|
/external/llvm/lib/ProfileData/ |
InstrProf.cpp | 298 const uint8_t *EndP = reinterpret_cast<const uint8_t *>(NameStrings.data() + 300 while (P < EndP) { 329 while (P < EndP && *P == 0)
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_debug.c | 71 char *endp; local 72 i = strtoul(p, &endp, 0); 74 p = endp;
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
ArchiveReader.cpp | 168 const char* endp = strtab.c_str() + strtab.length(); local 171 while (p < endp) { 180 if (p >= endp) {
|
/external/syslinux/core/fs/xfs/ |
xfs_dir2.c | 254 uint8_t *p, *endp; local 279 endp = (uint8_t *)((xfs_dir2_leaf_entry_t *)btp - be32_to_cpu(btp->count)); 281 while (p < endp) {
|
/system/core/liblog/ |
event_tag_map.cpp | 354 const char* endp = cp + len; local 357 if (!len || (*(endp - 1) != '\n')) { 371 while (cp < endp) {
|
/system/update_engine/ |
p2p_manager.cc | 661 char* endp = nullptr; local 662 long long int val = strtoll(ea_value, &endp, 0); // NOLINT(runtime/int) 663 if (*endp != '\0') {
|
/external/elfutils/libdw/ |
libdw.h | 528 *STARTP and *ENDP with a contiguous address range. */ 531 Dwarf_Addr *startp, Dwarf_Addr *endp); 695 *ENDP with a contiguous address range and *EXPR with a pointer to 699 in *EXPR with *STARTP set to zero and *ENDP set to minus one. */ 702 Dwarf_Addr *startp, Dwarf_Addr *endp, [all...] |
dwarf_begin_elf.c | 206 result->fake_loc_cu->endp
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tic54x.c | 4306 char *endp; local 4768 char *line, *endp; local [all...] |
tc-ia64.h | 233 spill_reg_p, unwabi, endp enumerator in enum:__anon115725
|
/external/syslinux/gpxe/src/core/ |
settings.c | 1157 char *endp; local 1159 u.num = htonl ( strtoul ( value, &endp, 0 ) ); 1160 if ( *endp ) [all...] |
/external/elfutils/libelf/ |
elf_begin.c | 875 char *endp; local 878 endp = (char *) memccpy (elf->state.ar.ar_name, ar_hdr->ar_name, 880 if (endp != NULL) 881 endp[-1] = '\0'; [all...] |
/external/ppp/pppd/ |
sys-linux.c | 1972 char *endp; local [all...] |
/external/zlib/src/contrib/masmx64/ |
inffasx64.asm | 394 inffas8664fnc ENDP
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
AsmFuncs.asm | 132 FxStorSupport ENDP
157 Vect2Desc ENDP
|
/prebuilts/go/darwin-x86/src/runtime/ |
mbitmap.go | [all...] |