/external/wpa_supplicant_8/src/ap/ |
wpa_auth.h | 68 #define FT_RRB_TIMESTAMP 3 /* le32 unix seconds */ 88 le32 dom; 89 le32 seq; 90 le32 ts;
|
/external/wpa_supplicant_8/src/utils/ |
radiotap_iter.h | 70 le32 *_next_bitmap;
|
common.h | 178 #define le_to_host32(n) ((__force u32) (le32) (n)) 179 #define host_to_le32(n) ((__force le32) (u32) (n)) 444 typedef u32 __bitwise le32; typedef
|
radiotap.h | 73 le32 it_present; /* A bitmap telling which
|
/external/elfutils/lib/ |
system.h | 40 # define LE32(n) (n) 47 # define LE32(n) bswap_32 (n)
|
ChangeLog | 70 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>. 71 * md5.c (SWAP): Use LE32.
|
/external/wpa_supplicant_8/src/common/ |
ieee802_11_defs.h | 954 le32 tx_bf_capability_info; 982 le32 vht_capabilities_info; [all...] |
/external/llvm/lib/Support/ |
Triple.cpp | 54 case le32: return "le32"; 121 case le32: return "le32"; 273 .Case("le32", le32) 384 .Case("le32", Triple::le32) 593 case Triple::le32: [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Triple.cpp | 57 case le32: return "le32"; 124 case le32: return "le32"; 286 .Case("le32", le32) 400 .Case("le32", Triple::le32) 615 case Triple::le32: [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
Triple.h | 68 le32, // le32: generic little-endian 32-bit CPU (PNaCl / Emscripten) enumerator in enum:llvm::Triple::ArchType
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
proto.go | 182 func le32(p []byte) uint32 { func 235 b.u64 = uint64(le32(data[:4]))
|
/prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/ |
proto.go | 178 func le32(p []byte) uint32 { func 232 b.u64 = uint64(le32(data[:4]))
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
proto.go | 182 func le32(p []byte) uint32 { func 235 b.u64 = uint64(le32(data[:4]))
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/ |
proto.go | 178 func le32(p []byte) uint32 { func 232 b.u64 = uint64(le32(data[:4]))
|
/external/speex/libspeex/ |
jitter.c | 74 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0) 380 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter->pointer_timestamp)) 535 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GE32(jitter->packets[i].timestamp+jitter->packets[i].span,jitter->pointer_timestamp+desired_span)) 545 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GT32(jitter->packets[i].timestamp+jitter->packets[i].span,jitter->pointer_timestamp)) 798 if (jitter->packets[i].data && LE32(jitter->pointer_timestamp, jitter->packets[i].timestamp))
|
/external/webrtc/webrtc/base/ |
testutils.h | 551 #define LE32(x) \ 585 #define TE32 LE32
|
/external/elfutils/libdwfl/ |
link_map.c | 89 if (type == LE32 (PROBE_TYPE) 90 && val == LE32 (PROBE_VAL32)) 297 addrs[i] = LE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i])); 651 ? BE32 (u->a32) : LE32 (u->a32));
|
/external/swiftshader/third_party/subzero/pydir/ |
build-runtime.py | 35 shellcmd(['le32-nacl-ld',
|
szbuild.py | 115 'le32-nacl-ld.gold').format(root=nacl_root) 152 'le32-nacl-ld.gold').format(root=nacl_root) 299 gold = '{base}/le32-nacl-ld.gold'.format(base=path_addition)
|
/external/clang/test/CodeGen/ |
target-data.c | 77 // RUN: %clang_cc1 -triple le32-nacl -o - -emit-llvm %s | \ 78 // RUN: FileCheck %s -check-prefix=LE32-NACL 79 // LE32-NACL: target datalayout = "e-p:32:32-i64:64"
|
/external/llvm/include/llvm/ADT/ |
Triple.h | 79 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType
|
/external/llvm/tools/yaml2obj/ |
yaml2elf.cpp | 565 typedef ELFType<support::little, false> LE32; 574 return ELFState<LE32>::writeELF(Out, Doc);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
Triple.h | 82 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType
|
/external/valgrind/memcheck/tests/ |
Makefile.am | 277 test-plo-no.stderr.exp-le64 test-plo-no.stderr.exp-le32 \ 279 test-plo-yes.stderr.exp-le64 test-plo-yes.stderr.exp-le32 \
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
Triple.h | 82 le32, // le32: generic little-endian 32-bit CPU (PNaCl) enumerator in enum:llvm::Triple::ArchType
|