OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ht_size
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
hash.h
46
unsigned long
ht_size
; /* total number of slots (power of 2) */
member in struct:hash_table
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
978
int i,
ht_size
;
local
992
for( i = 0,
ht_size
= 0; i < max_bits; i++ )
ht_size
+= buffer[i];
994
if( length <
ht_size
) return false;
995
length -=
ht_size
;
997
lstrm.GetBytes( buffer + max_bits,
ht_size
);
[
all
...]
Completed in 767 milliseconds