OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_PARTITIONS
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/enc/
histogram_enc.c
28
#define
NUM_PARTITIONS
4
30
#define BIN_SIZE (
NUM_PARTITIONS
*
NUM_PARTITIONS
*
NUM_PARTITIONS
)
443
return (int)((
NUM_PARTITIONS
- 1e-6) * delta / range);
453
assert(bin_id <
NUM_PARTITIONS
);
455
bin_id = bin_id *
NUM_PARTITIONS
457
bin_id = bin_id *
NUM_PARTITIONS
[
all
...]
/development/vndk/tools/definition-tool/tests/
test_tagged_dict.py
14
NUM_PARTITIONS
, PT_SYSTEM, PT_VENDOR
375
self.lib_pt = [dict() for i in range(
NUM_PARTITIONS
)]
/development/vndk/tools/definition-tool/
vndk_definition_tool.py
676
NUM_PARTITIONS
= 2
886
self.lib_pt = [ELFLibDict() for i in range(
NUM_PARTITIONS
)]
916
for partition in range(
NUM_PARTITIONS
):
[
all
...]
Completed in 161 milliseconds