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

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.h 233 spill_reg_p, unwabi, endp enumerator in enum:__anon115725
tc-tic54x.c 4306 char *endp; local
4768 char *line, *endp; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 2493 char *endp; local
2504 char *endp; local
2644 char *endp; local
3566 char *endp; local
3585 char *endp; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 748 bcm_strtoul(const char *cp, char **endp, uint base)
795 if (endp)
796 *endp = DISCARD_QUAL(cp, char);
842 char *endp; local
846 endp = p + size;
848 while (p != endp && (*p++ = *src++) != '\0')
2127 char *endp = buf + SSID_FMT_BUF_LEN; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/curl/lib/
url.c 4536 char *endp; local
4964 char *endp = NULL; local
5605 char *endp = NULL; local
5685 char *endp = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 862 UChar* endp;\
870 endp = STACK_AT(k->u.mem.end)->u.mem.pstr;\
872 endp = (UChar* )(UINTN)k->u.mem.end;\
873 if (STACK_AT(k->u.mem.start)->u.mem.pstr != endp) {\
876 else if (endp != s) {\
903 UChar* endp;\
911 endp = STACK_AT(k->u.mem.end)->u.mem.pstr;\
913 endp = (UChar* )(UINTN)k->u.mem.end;\
914 if (STACK_AT(k->u.mem.start)->u.mem.pstr != endp) {\
917 else if (endp != s) {\
1540 UChar *qn, *endp, lowbuf[ONIGENC_MBC_CASE_FOLD_MAXLEN]; local
    [all...]
  /external/elfutils/lib/
sha1.c 221 const sha1_uint32 *endp = words + nwords; local
237 while (words < endp)
  /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...]
  /external/libvncserver/common/
md5.c 305 const md5_uint32 *endp = words + nwords; local
320 while (words < endp)
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
unix.S 273 .endp ffi_call_unix
512 .endp ffi_closure_unix
  /external/zlib/src/contrib/masmx86/
match686.asm 462 longest_match endp
464 _longest_match endp
470 match_init endp
474 _match_init endp
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 633 #define LEAF_EXIT(Name) .##endp Name;
635 #define NESTED_EXIT(Name) .##endp Name;
  /toolchain/binutils/binutils-2.25/bfd/
versados.c 361 unsigned char *endp = (unsigned char *) otr + otr->size; local
372 for (shift = ((unsigned long) 1 << 31); shift && srcp < endp; shift >>= 1)
archive.c 419 const char *endp;
425 table_index = strtol (name + 1, (char **) &endp, 10);
433 if (bfd_is_thin_archive (arch) && endp != NULL && *endp == ':')
435 file_ptr origin = strtol (endp + 1, NULL, 10);
416 const char *endp; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
md5.c 286 const md5_uint32 *endp = words + nwords; local
300 while (words < endp)
sha1.c 291 const sha1_uint32 *endp = words + nwords; local
318 while (words < endp)
  /external/iputils/
ping_common.c 296 char *endp; local
297 mark = strtoul(optarg, &endp, 0);
298 if (*endp != '\0') {
  /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) {
  /external/syslinux/gpxe/src/core/
settings.c 1157 char *endp; local
1159 u.num = htonl ( strtoul ( value, &endp, 0 ) );
1160 if ( *endp )
    [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...]
  /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/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...]

Completed in 822 milliseconds

1 2 3 4 5 6 7 8 91011