/hardware/interfaces/tests/hash/1.0/ |
D | Android.bp | 4 name: "android.hardware.tests.hash@1.0_hal", 11 name: "android.hardware.tests.hash@1.0_genc++", 13 …dware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.hash@1.0", 15 ":android.hardware.tests.hash@1.0_hal", 18 "android/hardware/tests/hash/1.0/HashAll.cpp", 23 name: "android.hardware.tests.hash@1.0_genc++_headers", 25 …dware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tests.hash@1.0", 27 ":android.hardware.tests.hash@1.0_hal", 30 "android/hardware/tests/hash/1.0/IHash.h", 31 "android/hardware/tests/hash/1.0/IHwHash.h", [all …]
|
D | IHash.hal | 17 package android.hardware.tests.hash@1.0; 21 * This file is FREEZED to ensure its hash doesn't change.
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawDevice.h | 59 std::hash<unsigned int> hash; in operator() local 60 return hash(v.first) ^ hash(v.second); in operator()
|
D | DummyDynamicAccelDaemon.cpp | 112 size_t hash = std::hash<std::string>()(mSensorName); in getUuid() local 114 memcpy(uuid, &hash, sizeof(hash)); in getUuid()
|
/hardware/interfaces/tests/hash/1.0/default/ |
D | Android.bp | 2 name: "android.hardware.tests.hash@1.0-impl", 11 "android.hardware.tests.hash@1.0",
|
D | Hash.h | 11 namespace hash { 15 using ::android::hardware::tests::hash::V1_0::IHash;
|
D | Hash.cpp | 6 namespace hash { namespace
|
/hardware/interfaces/tests/ |
D | Android.bp | 12 "hash/1.0", 13 "hash/1.0/default",
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_manager.c | 148 uint32_t hash, uint64_t flags, uint64_t mask) in validateListAddNode() argument 171 hashHead = list->hashTable + hash; in validateListAddNode() 180 uint32_t hash, i; in wsbmHashFunc() local 182 for (hash = 0, i = 0; i < len; ++i) { in wsbmHashFunc() 183 hash += *key++; in wsbmHashFunc() 184 hash += (hash << 10); in wsbmHashFunc() 185 hash ^= (hash >> 6); in wsbmHashFunc() 188 hash += (hash << 3); in wsbmHashFunc() 189 hash ^= (hash >> 11); in wsbmHashFunc() 190 hash += (hash << 15); in wsbmHashFunc() [all …]
|
D | wsbm_driver.h | 104 uint32_t hash; member
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api.xdr | 91 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 92 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api.xdr | 91 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 92 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api.xdr | 91 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 92 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
D | ipa_nat_drvi.c | 268 uint16_t hash = ((uint16_t)(trgt_ip)) ^ ((uint16_t)(trgt_ip >> 16)) ^ in dst_hash() local 275 hash = (hash & size); in dst_hash() 279 if (0 == hash) { in dst_hash() 283 IPADBG("dst_hash returning value: %d\n", hash); in dst_hash() 284 return hash; in dst_hash() 307 uint16_t hash = ((uint16_t)(priv_ip)) ^ ((uint16_t)(priv_ip >> 16)) ^ in src_hash() local 316 hash = (hash & size); in src_hash() 320 if (0 == hash) { in src_hash() 324 IPADBG("src_hash returning value: %d\n", hash); in src_hash() 325 return hash; in src_hash()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 544 uint32_t hash = 5381; in inv_checksum() local 549 hash = ((hash << 5) + hash) + c; /* hash * 33 + c */ in inv_checksum() 552 return hash; in inv_checksum()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 544 uint32_t hash = 5381; in inv_checksum() local 549 hash = ((hash << 5) + hash) + c; /* hash * 33 + c */ in inv_checksum() 552 return hash; in inv_checksum()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api.xdr | 100 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 101 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api.xdr | 100 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 101 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api.xdr | 100 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 101 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api.xdr | 120 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 121 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api.xdr | 120 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 121 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api.xdr | 120 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 121 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api.xdr | 120 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 121 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api.xdr | 120 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 121 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 358 * Looks up values of a hash table with given keys. 474 * Tensor[0].Dim[0]: Number of hash functions. 475 * Tensor[0].Dim[1]: Number of seeds per hash functions. 487 * hash functions. 496 * A tensor of int32 that represents hash signatures.
|