OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_idx
(Results
1 - 2
of
2
) sorted by null
/external/blktrace/
blkparse.c
541
const int
hash_idx
= ppm_hash_pid(pid);
local
544
ppm = ppm_hash_table[
hash_idx
];
557
const int
hash_idx
= ppm_hash_pid(pid);
local
566
ppm->hash_next = ppm_hash_table[
hash_idx
];
567
ppm_hash_table[
hash_idx
] = ppm;
655
const int
hash_idx
= ppi_hash(ppi);
local
657
ppi->hash_next = ppi_hash_table[
hash_idx
];
658
ppi_hash_table[
hash_idx
] = ppi;
670
const int
hash_idx
= ppi_hash_name(name);
local
673
ppi = ppi_hash_table[
hash_idx
];
688
const int
hash_idx
= ppi_hash_pid(pid);
local
[
all
...]
/external/elfutils/src/
elflint.c
3698
size_t
hash_idx
= 0;
local
[
all
...]
Completed in 735 milliseconds