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

1 2 3 4 56 7 8 91011

  /external/dtc/tests/
sw_tree1.c 102 char *endp; local
104 size = strtoul(argv[1], &endp, 0);
105 if (*endp == '\0')
  /external/libunwind/tests/
ia64-dyn-asm.S 9 .endp func_add1
48 .endp func_add3
97 .endp func_vframe
ia64-test-nat-asm.S 53 .endp flushrs
91 .endp save_static_to_stacked
128 .endp save_static_to_fr
170 .endp save_static_to_br
207 .endp save_static_to_mem
244 .endp save_static_to_mem2
285 .endp save_static_to_mem3
328 .endp save_static_to_mem4
372 .endp save_static_to_mem5
426 .endp save_static_to_scratc
    [all...]
flush-cache.S 37 .endp flush_cache
  /external/elfutils/src/
ld.c 621 char *endp; local
622 ld_state.pagesize = strtoul (arg, &endp, 0);
623 if (*endp != '\0')
625 if (endp[1] == '\0' && tolower (*endp) == 'k')
627 else if (endp[1] == '\0' && tolower (*endp) == 'm')
784 char *endp; local
785 unsigned long int level = strtoul (arg, &endp, 10);
786 if (*endp != '\0'
1345 struct pathelement *endp = ld_state.rpath; local
1351 struct pathelement *endp = ld_state.rpath_link; local
1358 struct pathelement *endp = ld_state.runpath; local
1373 struct pathelement *endp = ld_state.runpath_link; local
    [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 1120 char *endp; local
1136 simulatedopcount = getnum(optarg, &endp);
1145 closeprob = getnum(optarg, &endp);
1157 maxfilelen = getnum(optarg, &endp);
1162 monitorstart = getnum(optarg, &endp);
1165 if (!endp || *endp++ != ':')
1167 monitorend = getnum(endp, &endp);
1177 maxoplen = getnum(optarg, &endp);
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 332 char *endp; local
336 alignment = strtol(optarg, &endp, 0);
338 *endp);
367 aio_blksize = strtol(optarg, &endp, 0);
369 (long)scale_by_kmg((long long)aio_blksize, *endp);
373 aio_maxio = strtol(optarg, &endp, 0);
376 length = strtoll(optarg, &endp, 0);
377 length = scale_by_kmg(length, *endp);
  /external/wpa_supplicant_8/src/fst/
fst_session.c 1271 char *endp; local
1272 long int llt = strtol(llt_str, &endp, 0);
1354 char *endp; local
1406 char *endp; local
1481 char *endp; local
1509 char *endp; local
1537 char *endp; local
1564 char *endp; local
1584 char *endp; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
CpuFlushTlb.s 59 .endp
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Ipf/
CpuFlushTlb.s 58 .endp
  /external/libunwind/src/ia64/
siglongjmp.S 65 .endp siglongjmp_continuation
sigsetjmp.S 65 .endp __sigsetjmp
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
crt0-efi-ia64.S 67 .endp _start
  /external/webrtc/webrtc/base/
flags.cc 212 char* endp = empty; local
218 *flag->int_variable() = strtol(value, &endp, 10);
221 *flag->float_variable() = strtod(value, &endp);
231 *endp != '\0') {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlsbin.s 54 .endp _start#
  /system/core/logd/
LogTags.cpp 49 static uid_t sniffUid(const char* comment, const char* endp) {
53 while ((comment < endp) && (*comment != '\n') && isspace(*comment))
56 if (((comment + strlen(uid_str)) >= endp) ||
62 if ((cp > endp) || (Uid >= INT_MAX)) return AID_ROOT;
196 char* endp = cp + content.length(); local
205 while (cp < endp) {
217 while ((cp < endp) && (*cp != '\n') && isspace(*cp)) ++cp;
218 if (cp >= endp) break;
223 while ((cp < endp) && (isalnum(*cp) || (*cp == '_'))) {
236 ((cp >= endp) || (*cp == '#') || isspace(*cp)))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
PioFlush.s 105 .endp RtPioICacheFlush#
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
asm.h 107 .endp _name_
  /external/elfutils/libdw/
dwarf_formref_die.c 105 size = cu->endp - cu->startp;
  /external/ppp/pppd/
ccp.c 265 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, 0)
    [all...]
  /toolchain/binutils/binutils-2.25/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/elfutils/libdwfl/
dwfl_report_elf.c 46 GElf_Addr *endp, GElf_Addr *biasp,
228 if (endp)
229 *endp = end;
  /external/icu/icu4c/source/samples/coll/
coll.cpp 118 char *endp; local
119 int i = strtol(argv[argNum], &endp, 0);
120 if (endp == argv[argNum]) {
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 128 char *endp; local
129 int i = strtol(argv[argNum], &endp, 0);
130 if (endp == argv[argNum]) {
  /external/iproute2/ip/
iptuntap.c 222 char fname[IFNAMSIZ+25], buf[80], *endp; local
243 result = strtol(buf, &endp, 0);
244 if (*endp != '\n') {

Completed in 1672 milliseconds

1 2 3 4 56 7 8 91011