OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_elements
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
m_hashtable.c
45
UInt
n_elements
;
member in struct:_VgHashTable
76
table->
n_elements
= 0;
85
return table->
n_elements
;
119
(UWord)table->
n_elements
);
148
table->
n_elements
++;
149
if ( (1 * (ULong)table->
n_elements
) > (1 * (ULong)table->n_chains) ) {
184
table->
n_elements
--;
203
*n_elems = table->
n_elements
;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h
117
size_t
n_elements
;
variable
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h
117
size_t
n_elements
;
variable
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h
117
size_t
n_elements
;
variable
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h
117
size_t
n_elements
;
variable
Completed in 1092 milliseconds