HomeSort by relevance Sort by last modified time
    Searched refs:longbuf (Results 1 - 4 of 4) sorted by null

  /external/valgrind/none/tests/s390x/
clcle.c 8 char longbuf[17000000]; variable
69 testrun(longbuf,10000,longbuf,100000,0);
70 testrun(longbuf,10000,longbuf,100000,128);
71 testrun(longbuf,10000,longbuf,100000,255);
  /toolchain/binutils/binutils-2.27/bfd/
aix386-core.c 72 unsigned char longbuf[4]; /* Raw bytes of various header fields */ local
83 amt = sizeof (longbuf);
84 if (bfd_bread (longbuf, amt, abfd) != amt)
91 if (strncmp (longbuf, COR_MAGIC, 4))
aoutf1.h 558 unsigned char longbuf[4]; /* Raw bytes of various header fields. */
571 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
572 != sizeof (longbuf))
574 core_mag = H_GET_32 (abfd, longbuf);
580 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
581 != sizeof (longbuf))
583 core_size = H_GET_32 (abfd, longbuf);
557 unsigned char longbuf[4]; \/* Raw bytes of various header fields. *\/ local
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 359 char buf[3], longbuf[100]; local
432 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 ||
433 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 ||
434 os_strcmp(longbuf, "01-0") != 0)

Completed in 68 milliseconds