/hardware/invensense/60xx/mlsdk/mlutils/ |
D | checksum.c | 7 uint32_t hash = 5381; in inv_checksum() local 12 hash = ((hash << 5) + hash) + c; /* hash * 33 + c */ in inv_checksum() 15 return hash; in inv_checksum()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/ |
D | NetlinkServer.cpp | 129 uint64_t hash = hashConnection(pid, seq); in handleMessage() local 133 NetlinkConnection *connection = findConnection(hash); in handleMessage() 139 insertConnection(hash, connection); in handleMessage() 153 removeConnection(hash); in handleMessage() 197 uint64_t hash in findConnection() argument 200 connectionMap_t::iterator i = peerConnections.find(hash); in findConnection() 211 uint64_t hash, in insertConnection() argument 215 peerConnections[hash] = connection; in insertConnection() 221 uint64_t hash in removeConnection() argument 224 connectionMap_t::iterator i = peerConnections.find(hash); in removeConnection() [all …]
|
/hardware/intel/img/libdrm/libdrm/ |
D | xf86drmHash.c | 131 unsigned long hash = 0; in HashHash() local 146 hash = (hash << 1) + scatter[tmp & 0xff]; in HashHash() 150 hash %= HASH_SIZE; in HashHash() 152 printf( "Hash(%d) = %d\n", key, hash); in HashHash() 154 return hash; in HashHash() 200 unsigned long hash = HashHash(key); in HashFind() local 204 if (h) *h = hash; in HashFind() 206 for (bucket = table->buckets[hash]; bucket; bucket = bucket->next) { in HashFind() 211 bucket->next = table->buckets[hash]; in HashFind() 212 table->buckets[hash] = bucket; in HashFind() [all …]
|
D | ChangeLog | 4 Avoid walking off the end of the hash table. (Coverity report #465)
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
D | NetlinkConnection.h | 86 uint64_t hash 99 uint64_t hash, 112 uint64_t hash 122 uint64_t hash; /**< Unique connection ID, see hashConnection */ variable
|
D | NetlinkConnection.cpp | 72 hash = hashConnection(peerPid, sequenceMagic); in NetlinkConnection() 95 hash = hashConnection(pid, seq); in NetlinkConnection() 109 manager->removeConnection(hash); in ~NetlinkConnection()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/ |
D | NetlinkServer.h | 112 uint64_t hash 124 uint64_t hash, 137 uint64_t hash
|
/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/invensense/60xx/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | webmenc.h | 89 void write_webm_file_footer(struct EbmlGlobal *glob, int hash);
|
D | webmenc.c | 292 void write_webm_file_footer(struct EbmlGlobal *glob, int hash) { in write_webm_file_footer() argument 328 Ebml_SerializeUnsigned32(glob, TrackUID, glob->debug ? 0xDEADBEEF : hash); in write_webm_file_footer()
|
D | vpxenc.c | 622 uint32_t hash; member 1179 write_webm_file_footer(&stream->ebml, stream->hash); in close_output_file() 1339 stream->hash = murmur(pkt->data.frame.buf, in get_cx_data() 1341 stream->hash); in get_cx_data()
|
D | libs.doxy_template | 17 # All text after a hash (#) is considered a comment and will be ignored
|
/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/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/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-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/intel/common/libva/doc/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored.
|