Home
last modified time | relevance | path

Searched +defs:val +defs:h (Results 1 – 25 of 1345) sorted by relevance

12345678910>>...54

/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-profile.c118 unsigned long long val; member
128 unsigned long long val; member
215 unsigned long long search_val, unsigned long long val) in add_start()
241 unsigned long long val; member
474 static void init_task(struct handle_data *h, struct task_data *task) in init_task()
483 add_task(struct handle_data *h, int pid) in add_task()
505 find_task(struct handle_data *h, int pid) in find_task()
557 unsigned long long val = 0; in account_task() local
603 find_event_task(struct handle_data *h, struct event_data *event_data, in find_event_task()
621 handle_end_event(struct handle_data *h, struct event_data *event_data, in handle_end_event()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/arch/x86/
Dinsert_string_sse42.c17 # define HASH_CALC(s, h, val)\ argument
20 # define HASH_CALC(s, h, val)\ argument
25 # define HASH_CALC(s, h, val) {\ argument
32 # define HASH_CALC(s, h, val) \ argument
/aosp_15_r20/external/trusty/lk/lib/libc/include/
Dendian.h46 #define LE64(val) SWAP_64(val) argument
47 #define LE32(val) SWAP_32(val) argument
48 #define LE16(val) SWAP_16(val) argument
49 #define BE64(val) (val) argument
50 #define BE32(val) (val) argument
51 #define BE16(val) (val) argument
53 #define LE64(val) (val) argument
54 #define LE32(val) (val) argument
55 #define LE16(val) (val) argument
56 #define BE64(val) SWAP_64(val) argument
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtesthash.c32 static void dump_hash(apr_pool_t *p, apr_hash_t *h, char str[][MAX_LTH]) in dump_hash()
40 char *val = apr_hash_this_val(hi); in dump_hash() local
61 static void sum_hash(apr_pool_t *p, apr_hash_t *h, int *pcount, int *keySum, int *valSum) in sum_hash()
64 void *val, *key; in sum_hash() local
81 apr_hash_t *h = NULL; in hash_make() local
89 apr_hash_t *h = NULL; in hash_set() local
102 apr_hash_t *h = NULL; in hash_reset() local
119 apr_hash_t *h = NULL; in same_value() local
146 apr_hash_t *h = NULL; in same_value_custom() local
163 apr_hash_t *h = NULL; in key_space() local
[all …]
/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()
307 STATIC_INLINE uint32_t fmix(uint32_t h) in fmix()
317 STATIC_INLINE uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
[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()
309 STATIC_INLINE uint32_t fmix(uint32_t h) in fmix()
319 STATIC_INLINE uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
[all …]
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashtable.h32 #define hash_long(val, bits) hash_32(val, bits) argument
97 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()
103 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()
108 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
138 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
248 static inline u32 __hash_32(u32 val) in __hash_32()
253 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32()
259 static inline u32 hash_64(u64 val, unsigned int bits) in hash_64()
281 #define hash_min(val, bits) \ argument
/aosp_15_r20/external/mksh/src/
H A Dvar.c153 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h) in varsearch()
250 uint32_t h, val; in isglobal() local
341 uint32_t h, val; in local() local
741 exportprep(struct tbl *vp, const char *val, size_t cursz) in exportprep()
773 const char *val; in vtypeset() local
1185 uint32_t h = hash(vp->name); in makenv() local
1195 char *val; in makenv() local
1549 arraysearch(struct tbl *vp, uint32_t val) in arraysearch()
1749 register uint32_t h; in hash() local
1760 register uint32_t h; in chvt_rndsetup() local
[all …]
/aosp_15_r20/external/iptables/iptables/
H A Dnft-shared.c49 void add_meta(struct nft_handle *h, struct nftnl_rule *r, uint32_t key, in add_meta()
65 void add_payload(struct nft_handle *h, struct nftnl_rule *r, in add_payload()
84 void add_bitwise_u16(struct nft_handle *h, struct nftnl_rule *r, in add_bitwise_u16()
103 void add_bitwise(struct nft_handle *h, struct nftnl_rule *r, in add_bitwise()
135 void add_cmp_u8(struct nftnl_rule *r, uint8_t val, uint32_t op, uint8_t sreg) in add_cmp_u8()
140 void add_cmp_u16(struct nftnl_rule *r, uint16_t val, uint32_t op, uint8_t sreg) in add_cmp_u16()
145 void add_cmp_u32(struct nftnl_rule *r, uint32_t val, uint32_t op, uint8_t sreg) in add_cmp_u32()
150 void add_iface(struct nft_handle *h, struct nftnl_rule *r, in add_iface()
175 void add_addr(struct nft_handle *h, struct nftnl_rule *r, in add_addr()
204 void add_proto(struct nft_handle *h, struct nftnl_rule *r, in add_proto()
[all …]
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_halffloat.c51 static inline uint16_t _float_to_half(float val) in _float_to_half()
124 static inline float _half_to_float(uint16_t val) in _half_to_float()
171 static void float_to_half_f16c(const float *f, uint16_t *h, unsigned int num) in float_to_half_f16c()
177 static void half_to_float_f16c(const uint16_t *h, float *f, unsigned int num) in half_to_float_f16c()
185 static void float_to_half(const float *f, uint16_t *h, unsigned int num) in float_to_half()
191 static void half_to_float(const uint16_t *h, float *f, unsigned int num) in half_to_float()
221 void igt_float_to_half(const float *f, uint16_t *h, unsigned int num) in igt_float_to_half()
227 void igt_half_to_float(const uint16_t *h, float *f, unsigned int num) in igt_half_to_float()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java364 int h = initHash(); in hashCode() local
577 int val = get(c); in next() local
592 int val = get(c); in previous() local
898 int val = 0; in next() local
979 int val = getFromU16SingleLead(startingLS); in rangeEndLS() local
1015 int rangeEnd(int start, int limitp, int val) { in rangeEnd()
1038 private static int hashByte(int h, int b) { in hashByte()
1044 private static int hashUChar32(int h, int c) { in hashUChar32()
1051 private static int hashInt(int h, int i) { in hashInt()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DTrie2.java361 int h = initHash(); in hashCode() local
571 int val = get(c); in next() local
586 int val = get(c); in previous() local
892 int val = 0; in next() local
973 int val = getFromU16SingleLead(startingLS); in rangeEndLS() local
1009 int rangeEnd(int start, int limitp, int val) { in rangeEnd()
1032 private static int hashByte(int h, int b) { in hashByte()
1038 private static int hashUChar32(int h, int c) { in hashUChar32()
1045 private static int hashInt(int h, int i) { in hashInt()
/aosp_15_r20/external/blktrace/
H A Dstats.h109 static inline __u64 histlog2_upper_limit(int index, struct histlog2 *h) in histlog2_upper_limit()
114 static inline int histlog2_index(__u64 val, struct histlog2 *h) in histlog2_index()
122 static inline void histlog2_account(__u32 *bucket, __u32 val, in histlog2_account()
123 struct histlog2 *h) in histlog2_account()
129 static inline void histlog2_merge(struct histlog2 *h, __u32 *dst, __u32 *src) in histlog2_merge()
137 static inline void histlog2_to_be(__u32 a[], struct histlog2 *h) in histlog2_to_be()
146 struct histlog2 *h) in histlog2_print()
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/
H A Dcity.cc62 static uint32_t fmix(uint32_t h) { in fmix()
71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
83 static uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
100 uint32_t h = static_cast<uint32_t>(len); in Hash32Len13to24() local
132 uint32_t h = static_cast<uint32_t>(len), g = c1 * h, f = g; in CityHash32() local
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()
286 uint64_t h = Fetch64(s + len - 16) * mul; in HashLen33to64() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/internal/
H A Dcity.cc62 static uint32_t fmix(uint32_t h) { in fmix()
71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
83 static uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
100 uint32_t h = static_cast<uint32_t>(len); in Hash32Len13to24() local
132 uint32_t h = static_cast<uint32_t>(len), g = c1 * h, f = g; in CityHash32() local
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()
286 uint64_t h = Fetch64(s + len - 16) * mul; in HashLen33to64() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/
H A Dcity.cc62 static uint32_t fmix(uint32_t h) { in fmix()
71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
83 static uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
100 uint32_t h = static_cast<uint32_t>(len); in Hash32Len13to24() local
132 uint32_t h = static_cast<uint32_t>(len), g = c1 * h, f = g; in CityHash32() local
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()
286 uint64_t h = Fetch64(s + len - 16) * mul; in HashLen33to64() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc62 static uint32_t fmix(uint32_t h) { in fmix()
71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
83 static uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
100 uint32_t h = static_cast<uint32_t>(len); in Hash32Len13to24() local
132 uint32_t h = static_cast<uint32_t>(len), g = c1 * h, f = g; in CityHash32() local
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()
286 uint64_t h = Fetch64(s + len - 16) * mul; in HashLen33to64() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/
H A Dcity.cc62 static uint32_t fmix(uint32_t h) { in fmix()
71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
83 static uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
100 uint32_t h = static_cast<uint32_t>(len); in Hash32Len13to24() local
132 uint32_t h = static_cast<uint32_t>(len), g = c1 * h, f = g; in CityHash32() local
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()
286 uint64_t h = Fetch64(s + len - 16) * mul; in HashLen33to64() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
H A Dcity.cc62 static uint32_t fmix(uint32_t h) { in fmix()
71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
83 static uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
100 uint32_t h = static_cast<uint32_t>(len); in Hash32Len13to24() local
132 uint32_t h = static_cast<uint32_t>(len), g = c1 * h, f = g; in CityHash32() local
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()
286 uint64_t h = Fetch64(s + len - 16) * mul; in HashLen33to64() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/internal/
H A Dcity.cc62 static uint32_t fmix(uint32_t h) { in fmix()
71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
83 static uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
100 uint32_t h = len; in Hash32Len13to24() local
132 uint32_t h = len, g = c1 * len, f = g; in CityHash32() local
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()
286 uint64_t h = Fetch64(s + len - 16) * mul; in HashLen33to64() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1165 Hashtable<String,Object> h = new Hashtable<>(); in propertyNames() local
1189 Map<String, String> h = new HashMap<>(); in stringPropertyNames() local
1204 Map<String, Object> h = new HashMap<>(); in list() local
1208 String val = (String)e.getValue(); in list() local
1232 Map<String, Object> h = new HashMap<>(); in list() local
1236 String val = (String)e.getValue(); in list() local
1250 private void enumerate(Map<String, Object> h) { in enumerate()
1265 private void enumerateStringProperties(Map<String, String> h) { in enumerateStringProperties() argument
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1165 Hashtable<String,Object> h = new Hashtable<>(); in propertyNames() local
1189 Map<String, String> h = new HashMap<>(); in stringPropertyNames() local
1204 Map<String, Object> h = new HashMap<>(); in list() local
1208 String val = (String)e.getValue(); in list() local
1232 Map<String, Object> h = new HashMap<>(); in list() local
1236 String val = (String)e.getValue(); in list() local
1250 private void enumerate(Map<String, Object> h) { in enumerate()
1265 private void enumerateStringProperties(Map<String, String> h) { in enumerateStringProperties() argument
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1165 Hashtable<String,Object> h = new Hashtable<>(); in propertyNames() local
1189 Map<String, String> h = new HashMap<>(); in stringPropertyNames() local
1204 Map<String, Object> h = new HashMap<>(); in list() local
1208 String val = (String)e.getValue(); in list() local
1232 Map<String, Object> h = new HashMap<>(); in list() local
1236 String val = (String)e.getValue(); in list() local
1250 private void enumerate(Map<String, Object> h) { in enumerate()
1265 private void enumerateStringProperties(Map<String, String> h) { in enumerateStringProperties() argument
/aosp_15_r20/external/libwebsockets/lib/system/metrics/
H A Dmetrics.c29 lws_metrics_tag_add(lws_dll2_owner_t *owner, const char *name, const char *val) in lws_metrics_tag_add()
69 lws_metrics_tag_wsi_add(struct lws *wsi, const char *name, const char *val) in lws_metrics_tag_wsi_add()
78 lws_metrics_tag_ss_add(struct lws_ss_handle *ss, const char *name, const char *val) in lws_metrics_tag_ss_add()
86 const char *val) in lws_metrics_tag_sspc_add()
604 lws_sspc_handle_t *h = (lws_sspc_handle_t *)wsi->a.opaque_user_data; in lws_metrics_hist_bump_describe_wsi() local
610 lws_ss_handle_t *h = (lws_ss_handle_t *)wsi->a.opaque_user_data; in lws_metrics_hist_bump_describe_wsi() local
620 lws_ss_handle_t *h = (lws_ss_handle_t *)wsi->a.opaque_user_data; in lws_metrics_hist_bump_describe_wsi() local
852 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val) in lws_metric_event()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DInstanceNormalization.cpp52 for (uint32_t h = 0; h < height; h++) { in instanceNormNhwc() local
54 T val = inputData[indexBase + (h * width + w) * depth]; in instanceNormNhwc() local
61 for (uint32_t h = 0; h < height; h++) { in instanceNormNhwc() local
63 T val = inputData[indexBase + (h * width + w) * depth] - mean; in instanceNormNhwc() local
70 for (uint32_t h = 0; h < height; h++) { in instanceNormNhwc() local

12345678910>>...54