Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 20 of 20) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
Dchecksum.c7 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/
DNetlinkServer.cpp129 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/
Dxf86drmHash.c131 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 …]
DChangeLog4 Avoid walking off the end of the hash table. (Coverity report #465)
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DNetlinkConnection.h86 uint64_t hash
99 uint64_t hash,
112 uint64_t hash
122 uint64_t hash; /**< Unique connection ID, see hashConnection */ variable
DNetlinkConnection.cpp72 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/
DNetlinkServer.h112 uint64_t hash
124 uint64_t hash,
137 uint64_t hash
/hardware/intel/common/libwsbm/src/
Dwsbm_manager.c148 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 …]
Dwsbm_driver.h104 uint32_t hash; member
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
Dml_math_func.c544 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/
Dwebmenc.h89 void write_webm_file_footer(struct EbmlGlobal *glob, int hash);
Dwebmenc.c292 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()
Dvpxenc.c622 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()
Dlibs.doxy_template17 # All text after a hash (#) is considered a comment and will be ignored
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api.xdr91 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/
Dml_math_func.c544 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/
Dml_math_func.c544 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/
Dloc_api.xdr100 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/
Dloc_api.xdr120 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/
DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored.