HomeSort by relevance Sort by last modified time
    Searched full:be64 (Results 1 - 8 of 8) sorted by null

  /external/llvm/test/MC/Mips/
elf_basic.s 6 // RUN: llvm-mc -filetype=obj -arch=mips64 -triple mips64-unknown-linux %s -o - | elf-dump --dump-section-data | FileCheck -check-prefix=CHECK-BE64 %s
25 // CHECK-BE64: ('e_indent[EI_CLASS]', 0x02)
27 // CHECK-BE64: ('e_indent[EI_DATA]', 0x02)
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 222 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
223 #define host_to_be64(n) ((__force be64) bswap_64((n)))
409 typedef u64 __bitwise be64; typedef
  /external/elfutils/libdwfl/
link_map.c 64 # define BE64(x) (x)
71 # define BE64(x) bswap_64 (x)
90 if (u->a64[i].a_type == BE64 (PROBE_TYPE)
91 && u->a64[i].a_un.a_val == BE64 (PROBE_VAL64))
325 addrs[i] = BE64 (in->a64[i]);
588 ? BE64 (u->a64) : LE64 (u->a64));
  /external/wpa_supplicant_8/src/utils/
common.h 200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
201 #define host_to_be64(n) ((__force be64) bswap_64((n)))
414 typedef u64 __bitwise be64; typedef
  /external/libcap-ng/libcap-ng-0.7/
config.sub 254 | be32 | be64 \
363 | be32-* | be64-* \
    [all...]
  /external/llvm/autoconf/
config.sub 254 | be32 | be64 \
363 | be32-* | be64-* \
    [all...]
  /external/llvm/projects/sample/autoconf/
config.sub 254 | be32 | be64 \
363 | be32-* | be64-* \
    [all...]
  /ndk/build/tools/toolchain-patches/python/Python-2.7.3/
0000-CROSS.patch     [all...]

Completed in 306 milliseconds