Searched refs:be64 (Results 1 – 25 of 44) sorted by relevance
12
/external/cn-cbor/src/ |
D | cn-encoder.c | 108 uint64_t be64; in _write_positive() local 110 be64 = hton64p((const uint8_t*)&val); in _write_positive() 111 write_byte_and_data(ib | 27, (const void*)&be64, 8); in _write_positive() 161 uint64_t be64; in _write_double() local 171 be64 = hton64p((const uint8_t*)&u64.u); in _write_double() 173 write_byte_and_data(IB_PRIM | 27, (const void*)&be64, 8); in _write_double()
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-addends.test | 26 # RUN: yaml2obj --docnum=1 -DENCODE=MSB -DTYPE=SHT_RELA %s -o %t.be64.rela 27 # RUN: llvm-readobj -r %t.be64.rela | FileCheck %s --check-prefix=LLVM-RELA64 28 # RUN: llvm-readelf -r %t.be64.rela | FileCheck %s --check-prefix=GNU-RELA64 44 # RUN: yaml2obj --docnum=1 -DENCODE=MSB -DTYPE=SHT_REL %s -o %t.be64.rel 45 # RUN: llvm-readobj -r %t.be64.rel | FileCheck %s --check-prefix=LLVM-REL64 46 # RUN: llvm-readelf -r %t.be64.rel | FileCheck %s --check-prefix=GNU-REL64
|
D | mips-abiflags.test | 13 # RUN: yaml2obj %s -DBITS=64 -DENCODE=MSB -o %t.be64 14 # RUN: llvm-readelf -A %t.be64 | \ 32 # RUN: llvm-readobj -A %t.be64 | FileCheck %s --check-prefix=LLVM
|
/external/strace/ |
D | nlattr.h | 94 DECL_NLA(be64);
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 185 #define be_to_host64(n) bswap_64((__force u64) (be64) (n)) 186 #define host_to_be64(n) ((__force be64) bswap_64((n))) 450 typedef u64 __bitwise be64; typedef
|
/external/llvm-project/llvm/test/MC/BPF/ |
D | insn-unit.s | 149 r3 = be64 r3 // BPF_END | BPF_TO_BE
|
/external/llvm-project/llvm/test/CodeGen/BPF/ |
D | objdump_intrinsics.ll | 85 ; CHECK-EL: r1 = be64 r1
|
D | intrinsics.ll | 85 ; CHECK-EL: r1 = be64 r1 # encoding: [0xdc,0x01,0x00,0x00,0x40,0x00,0x00,0x00]
|
/external/iperf3/config/ |
D | config.sub | 258 | be32 | be64 \
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | config.sub | 258 | be32 | be64 \
|
/external/speex/ |
D | config.sub | 258 | be32 | be64 \
|
/external/libnfnetlink/build-aux/ |
D | config.sub | 263 | be32 | be64 \
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | config.sub | 260 | be32 | be64 \
|
/external/libcups/ |
D | config.sub | 258 | be32 | be64 \
|
/external/libcap-ng/libcap-ng-0.7/ |
D | config.sub | 254 | be32 | be64 \
|
/external/libnetfilter_conntrack/build-aux/ |
D | config.sub | 258 | be32 | be64 \
|
/external/stressapptest/ |
D | config.sub | 255 | be32 | be64 \
|
/external/google-breakpad/autotools/ |
D | config.sub | 258 | be32 | be64 \
|
/external/jemalloc_new/build-aux/ |
D | config.sub | 258 | be32 | be64 \
|
/external/tcpdump/ |
D | config.sub | 258 | be32 | be64 \
|
/external/mtools/ |
D | config.sub | 258 | be32 | be64 \
|
/external/python/cpython3/ |
D | config.sub | 255 | be32 | be64 \
|
/external/lmfit/build-aux/ |
D | config.sub | 259 | be32 | be64 \
|
/external/libpng/ |
D | config.sub | 255 | be32 | be64 \
|
/external/e2fsprogs/config/ |
D | config.sub | 255 | be32 | be64 \
|
12