Home
last modified time | relevance | path

Searched +defs:val +defs:u (Results 1 – 25 of 1300) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/sg3_utils/include/
H A Dsg_unaligned.h72 uint16_t u; in sg_get_unaligned_be16() local
80 uint32_t u; in sg_get_unaligned_be32() local
88 uint64_t u; in sg_get_unaligned_be64() local
94 static inline void sg_put_unaligned_be16(uint16_t val, void *p) in sg_put_unaligned_be16()
96 uint16_t u = bswap_16(val); in sg_put_unaligned_be16() local
101 static inline void sg_put_unaligned_be32(uint32_t val, void *p) in sg_put_unaligned_be32()
103 uint32_t u = bswap_32(val); in sg_put_unaligned_be32() local
108 static inline void sg_put_unaligned_be64(uint64_t val, void *p) in sg_put_unaligned_be64()
110 uint64_t u = bswap_64(val); in sg_put_unaligned_be64() local
117 uint16_t u; in sg_get_unaligned_le16() local
[all …]
/aosp_15_r20/external/libnl/lib/route/cls/
H A Du32.c54 static inline struct tc_u32_sel *u32_selector(struct rtnl_u32 *u) in u32_selector()
59 static inline struct tc_u32_sel *u32_selector_alloc(struct rtnl_u32 *u) in u32_selector_alloc()
67 static inline struct tc_u32_mark *u32_mark_alloc(struct rtnl_u32 *u) in u32_mark_alloc()
89 struct rtnl_u32 *u = data; in u32_msg_parser() local
183 struct rtnl_u32 *u = data; in u32_free_data() local
293 struct rtnl_u32 *u = data; in u32_dump_line() local
307 struct rtnl_u32 *u) in print_selector()
370 struct rtnl_u32 *u = data; in u32_dump_details() local
410 struct rtnl_u32 *u = data; in u32_dump_stats() local
427 struct rtnl_u32 *u = data; in u32_msg_fill() local
[all …]
/aosp_15_r20/external/swiftshader/tests/MathUnitTests/
H A Dunittests.cpp32 float fast_frexp(float val, int *exp) in fast_frexp()
162 float u = 2.8017103e-22f; in f() local
198 float val = Log2Relaxed(x); in TEST() local
246 float u = 7.8145574e-2f; in Pr() local
279 float val = Exp2Relaxed(x); in TEST() local
312 float u = -9.3091638e-3f; in Pl() local
353 float val = Log2(x); in TEST() local
401 float u = 1.8852974e-3f; in P() local
436 float val = Exp2(x); in TEST() local
490 float val = sin5(z); in TEST() local
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/
H A Dlame_string.c29 unsigned long long int val; in strtoull() local
85 unsigned long long int u = strtol(nptr, endptr, base); in strtoul() local
92 unsigned long long int u; in strtol() local
114 unsigned long long int u; in strtoll() local
136 int str_to_int(const char *str, int64_t *val) in str_to_int()
144 int str_to_hex(const char *str, int64_t *val) in str_to_hex()
/aosp_15_r20/external/fastrpc/inc/
H A DAEEstd.h41 #define STD_CONSTRAIN( val, min, max ) (((val) < (min)) ? (min) : ((val) > (max)) ? (max) : (val)) argument
42 #define STD_BETWEEN( val, minGE, maxLT ) \ argument
219 # define STD_HTONL(u) (u) argument
220 # define STD_HTONS(u) (u) argument
221 # define STD_HTOLEL(u) (STD_SWAPL(u)) argument
222 # define STD_HTOLES(u) (STD_SWAPS(u)) argument
224 # define STD_HTONL(u) (STD_SWAPL(u)) argument
225 # define STD_HTONS(u) (STD_SWAPS(u)) argument
226 # define STD_HTOLEL(u) (u) argument
227 # define STD_HTOLES(u) (u) argument
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/
H A Dfarmhash.cc182 STATIC_INLINE uint32_t Bswap32(uint32_t val) { return bswap_32(val); } in Bswap32()
183 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); } in Bswap64()
187 STATIC_INLINE uint32_t BasicRotate32(uint32_t val, int shift) { in BasicRotate32()
192 STATIC_INLINE uint64_t BasicRotate64(uint64_t val, int shift) { in BasicRotate64()
199 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
205 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
213 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
216 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
360 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
364 STATIC_INLINE uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
[all …]
/aosp_15_r20/external/libtextclassifier/native/utils/hash/
H A Dfarmhash.cc184 STATIC_INLINE uint32_t Bswap32(uint32_t val) { return bswap_32(val); } in Bswap32()
185 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); } in Bswap64()
189 STATIC_INLINE uint32_t BasicRotate32(uint32_t val, int shift) { in BasicRotate32()
194 STATIC_INLINE uint64_t BasicRotate64(uint64_t val, int shift) { in BasicRotate64()
201 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
207 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
215 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
218 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
362 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
366 STATIC_INLINE uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
[all …]
/aosp_15_r20/external/deqp/framework/delibs/debase/
H A DdeFloat16.c36 uint32_t u; in deFloat32To16() member
110 uint64_t u; in deFloat64To16() member
182 static uint32_t roundToNearestEven(uint32_t val, const uint32_t numBitsToDiscard) in roundToNearestEven()
216 uint32_t u; /* Interpret as 32-bit unsigned integer */ in deFloat32To16Round() member
339 static uint64_t roundToNearestEven64(uint64_t val, const uint64_t numBitsToDiscard) in roundToNearestEven64()
373 uint64_t u; /* Interpret as 64-bit unsigned integer */ in deFloat64To16Round() member
497 uint32_t u; in deFloat16To32() member
559 uint64_t u; in deFloat16To64() member
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
292 let u = ("a", "abb"); in test_hash_no_concat_alias() localVariable
299 let u = [1, 0, 0, 0]; in test_hash_no_concat_alias() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
292 let u = ("a", "abb"); in test_hash_no_concat_alias() localVariable
299 let u = [1, 0, 0, 0]; in test_hash_no_concat_alias() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
292 let u = ("a", "abb"); in test_hash_no_concat_alias() localVariable
299 let u = [1, 0, 0, 0]; in test_hash_no_concat_alias() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
292 let u = ("a", "abb"); in test_hash_no_concat_alias() localVariable
299 let u = [1, 0, 0, 0]; in test_hash_no_concat_alias() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/hash/
H A Dsip.rs233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable
256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable
275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
292 let u = ("a", "abb"); in test_hash_no_concat_alias() localVariable
299 let u = [1, 0, 0, 0]; in test_hash_no_concat_alias() localVariable
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflexbuffers.h159 uint64_t u = 0; in ReadUInt64() local
183 inline BitWidth WidthU(uint64_t u) { in WidthU()
196 auto u = static_cast<uint64_t>(i) << 1; in WidthI() local
667 auto u = static_cast<uint64_t>(i); in MutateInt() local
670 auto u = static_cast<uint64_t>(i); in MutateInt() local
681 bool MutateUInt(uint64_t u) { in MutateUInt()
947 void UInt(uint64_t u) { stack_.push_back(Value(u, FBT_UINT, WidthU(u))); } in UInt()
948 void UInt(const char *key, uint64_t u) { in UInt()
977 void IndirectUInt(uint64_t u) { in IndirectUInt()
980 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt()
[all …]
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflexbuffers.h163 uint64_t u = 0; in ReadUInt64() local
187 inline BitWidth WidthU(uint64_t u) { in WidthU()
200 auto u = static_cast<uint64_t>(i) << 1; in WidthI() local
684 auto u = static_cast<uint64_t>(i); in MutateInt() local
687 auto u = static_cast<uint64_t>(i); in MutateInt() local
698 bool MutateUInt(uint64_t u) { in MutateUInt()
973 void UInt(uint64_t u) { stack_.push_back(Value(u, FBT_UINT, WidthU(u))); } in UInt()
974 void UInt(const char *key, uint64_t u) { in UInt()
1003 void IndirectUInt(uint64_t u) { in IndirectUInt()
1006 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt()
[all …]
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h163 uint64_t u = 0; in ReadUInt64() local
187 inline BitWidth WidthU(uint64_t u) { in WidthU()
200 auto u = static_cast<uint64_t>(i) << 1; in WidthI() local
684 auto u = static_cast<uint64_t>(i); in MutateInt() local
687 auto u = static_cast<uint64_t>(i); in MutateInt() local
698 bool MutateUInt(uint64_t u) { in MutateUInt()
973 void UInt(uint64_t u) { stack_.push_back(Value(u, FBT_UINT, WidthU(u))); } in UInt()
974 void UInt(const char *key, uint64_t u) { in UInt()
1003 void IndirectUInt(uint64_t u) { in IndirectUInt()
1006 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt()
[all …]
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/
H A Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/internal/
H A Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/
H A Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/
H A Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
H A Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() local
/aosp_15_r20/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp59 int val; member
142 …for (auto u : X::NoBeginADL()) { // expected-error {{invalid range expression of type 'X::NoBeginA… in g() local
144 …for (auto u : X::NoEndADL()) { // expected-error {{invalid range expression of type 'X::NoEndADL';… in g() local
153 …for (auto u : NoBegin()) { // expected-error {{range type 'NoBegin' has 'end' member but no 'begin… in g() local
155 …for (auto u : NoEnd()) { // expected-error {{range type 'NoEnd' has 'begin' member but no 'end' me… in g() local
162 for (auto u : NoIncr()) { // expected-error {{arithmetic on a pointer to void}}\ in g() local
171 for (auto u : NoNotEq()) { // expected-error {{invalid operands to binary expression}}\ in g() local
182 for (auto u : NoDeref()) { // expected-error {{indirection requires pointer operand}} \ in g() local
204 for (U u : t) { // expected-error {{no viable conversion from 'X::A' to 'int'}} in h() local
206 for (auto u : t) { in h() local
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/internal/
H A Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate()
201 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
213 static uint64_t HashLen16(uint64_t u, uint64_t v) { in HashLen16()
287 uint64_t u = Rotate(a + g, 43) + (Rotate(b, 30) + c) * 9; in HashLen33to64() local
/aosp_15_r20/external/coreboot/src/drivers/spi/
H A Dwinbond.c14 uint8_t u; member
33 uint8_t u; member
55 u16 u; member
396 const u16 val, in winbond_flash_cmd_status()
500 struct status_regs mask, val; in winbond_set_write_protection() local

12345678910>>...52