HomeSort by relevance Sort by last modified time
    Searched full:endp (Results 926 - 950 of 1065) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.27/bfd/
versados.c 370 unsigned char *endp = (unsigned char *) otr + otr->size; local
389 for (shift = ((unsigned long) 1 << 31); shift && srcp < endp; shift >>= 1)
archive.c 438 const char *endp;
444 table_index = strtol (name + 1, (char **) &endp, 10);
452 if (bfd_is_thin_archive (arch) && endp != NULL && *endp == ':')
454 file_ptr origin = strtol (endp + 1, NULL, 10);
435 const char *endp; local
    [all...]
vms-lib.c 234 unsigned char *endp; local
243 endp = p + bfd_getl16 (indexdef.used);
244 while (p < endp)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 266 __ultoa(u_long val, CHAR_T *endp, int base, int octzero, const char *xdigs,
269 CHAR_T *cp = endp;
343 __ujtoa(uintmax_t val, CHAR_T *endp, int base, int octzero,
346 CHAR_T *cp = endp;
353 return (__ultoa((u_long)val, endp, base, octzero, xdigs,
    [all...]
  /external/ppp/pppd/
auth.c 1896 char *endp; local
    [all...]
ipcp.c 535 char *endp, *p0 = p; local
539 b = strtoul(p, &endp, 0);
540 if (endp == p)
547 return endp - p0;
550 p = endp;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic6x.c 425 /* Parse a .endp directive. */
734 { "endp", s_tic6x_endp, 0 },
823 char *p, *endp; local
858 endp = p + 1;
892 char ctmp = *endp;
893 *endp = 0;
895 *endp = ctmp;
896 input_line_pointer = endp;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c 1887 struct usb_endpoint_descriptor *endp = (struct usb_endpoint_descriptor *)buf; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 420 const char* endp =
422 if (!endp) // this entry isn't NUL terminated
426 p = endp + 1;
    [all...]
  /external/elfutils/src/
ar.c 213 char *endp; local
215 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX
218 || *endp != '\0')
    [all...]
  /external/libunwind/src/ia64/
Ginstall_cursor.S 342 .endp ia64_install_cursor
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 213 char *p, *endp;
218 n = strtol(p, &endp, 16);
219 if (p == endp) {
223 p = endp;
    [all...]
  /external/toybox/toys/pending/
fdisk.c 552 char input[80], *endp; local
560 val = strtoul(input, &endp, 16);
561 if (endp && *endp) continue;
    [all...]
  /external/libevent/
http.c 912 char *endp; local
921 ntoread = evutil_strtoll(p, &endp, 16);
923 (*endp != '\0' && *endp != ' ') ||
2134 char *endp; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 3617 const Py_UNICODE *endp = p + size; local
5055 const Py_UNICODE *endp = p + size; local
    [all...]
  /external/curl/tests/server/
sws.c 575 char *endp; local
576 part = strtoul(p, &endp, 16);
578 p = endp;
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 252 char *endp; local
253 i = strtol(argv[argNum], &endp, 0);
254 if (endp == argv[argNum]) {
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 3624 const Py_UNICODE *endp = p + size; local
5062 const Py_UNICODE *endp = p + size; local
    [all...]
  /system/core/logcat/
logcat.cpp 591 char* endp; local
593 size_t ret = (size_t)strtoll(ptr, &endp, 0);
595 if (endp[0] || errno) return false;
    [all...]
  /external/elfutils/libdwfl/
libdwflP.h 561 GElf_Addr *startp, GElf_Addr *endp,
  /external/zlib/src/contrib/masmx86/
inffas32.asm 1077 _inflate_fast endp
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/
inffas32.asm 1077 _inflate_fast endp
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 3573 const Py_UNICODE *endp = p + size; local
4962 const Py_UNICODE *endp = p + size; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /toolchain/binutils/binutils-2.27/gas/
ChangeLog-2004     [all...]

Completed in 1449 milliseconds

<<31323334353637383940>>