/external/toybox/toys/posix/ |
D | xargs.c | 45 long max_entries; 76 if (TT.max_entries && TT.entries >= TT.max_entries) 100 if (TT.max_entries && TT.entries >= TT.max_entries)
|
/external/v8/src/runtime/ |
D | runtime-collections.cc | 234 CONVERT_NUMBER_CHECKED(int, max_entries, Int32, args[1]); in RUNTIME_FUNCTION() 235 RUNTIME_ASSERT(max_entries >= 0); in RUNTIME_FUNCTION() 238 if (max_entries == 0 || max_entries > table->NumberOfElements()) { in RUNTIME_FUNCTION() 239 max_entries = table->NumberOfElements(); in RUNTIME_FUNCTION() 242 isolate->factory()->NewFixedArray(max_entries * 2); in RUNTIME_FUNCTION() 244 if (max_entries > table->NumberOfElements()) { in RUNTIME_FUNCTION() 245 max_entries = table->NumberOfElements(); in RUNTIME_FUNCTION() 251 for (int i = 0; count / 2 < max_entries && i < table->Capacity(); i++) { in RUNTIME_FUNCTION() 259 DCHECK_EQ(max_entries * 2, count); in RUNTIME_FUNCTION()
|
/external/vboot_reference/cgpt/ |
D | cgpt_create.c | 73 size_t max_entries = in GptCreate() local 75 if (h->number_of_entries > max_entries) { in GptCreate() 76 h->number_of_entries = max_entries; in GptCreate()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_keymap.c | 50 unsigned max_entries; /* XXX not obeyed net */ member 123 map->max_entries = maxEntries; in util_new_keymap() 317 (void *) map, map->num_entries, map->max_entries); in util_keymap_info()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 171 int max_entries = (max_size > hash_size) ? max_size : hash_size; in sanitize_cb() local 172 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_cb()
|
D | cso_context.c | 216 int max_entries = (max_size > hash_size) ? max_size : hash_size; in sanitize_hash() local 217 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_hash()
|
/external/strace/ |
D | bpf.c | 43 uint32_t map_type, key_size, value_size, max_entries; in bpf_map_create() member 58 attr.key_size, attr.value_size, attr.max_entries); in bpf_map_create()
|
/external/tcpdump/tests/ |
D | of10_pf5240-vv.out | 357 …max_entries 5632, active_count 3, lookup_count 18446744073709551615, matched_count 184467440737095… 366 …max_entries 163840, active_count 3, lookup_count 18446744073709551615, matched_count 1844674407370… 371 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955… 376 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955… 381 …max_entries 16384, active_count 0, lookup_count 18446744073709551615, matched_count 18446744073709… 386 …max_entries 2048, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095… 391 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 396 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 401 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 406 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… [all …]
|
D | of10_s4810-vvvv.out | 89 max_entries 1024, active_count 0, lookup_count 0, matched_count 0 92 max_entries 49152, active_count 0, lookup_count 0, matched_count 0 95 max_entries 6144, active_count 0, lookup_count 0, matched_count 0 98 max_entries 498, active_count 0, lookup_count 127028, matched_count 0 101 max_entries 24576, active_count 0, lookup_count 0, matched_count 0 104 max_entries 256, active_count 0, lookup_count 0, matched_count 0
|
D | of10_7050sx_bsn-vv.out | 215 max_entries 1500, active_count 0, lookup_count 0, matched_count 0
|
D | of10_p3295-vv.out | 734 …max_entries 1000000, active_count 26, lookup_count 1158498983736653433, matched_count 115849898373…
|
/external/e2fsprogs/lib/ext2fs/ |
D | extent.c | 42 int max_entries; member 253 handle->path[0].max_entries = ext2fs_le16_to_cpu(eh->eh_max); in ext2fs_extent_open2() 459 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max); in ext2fs_extent_get() 864 handle->path[handle->level - 1].max_entries)) { in ext2fs_extent_node_split() 982 path->left = path->max_entries - 1; in ext2fs_extent_node_split() 1072 if (path->entries >= path->max_entries) { in ext2fs_extent_insert() 1550 info->max_entries = path->max_entries; in ext2fs_extent_get_info() 1551 info->bytes_avail = (path->max_entries - path->entries) * in ext2fs_extent_get_info()
|
D | ext2fs.h | 406 int max_entries; member
|
/external/strace/tests/ |
D | bpf.c | 52 .max_entries = 256 in map_create()
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 106 __u32 max_entries; /* max number of entries in a map */ member
|
/external/iproute2/include/linux/ |
D | bpf.h | 106 __u32 max_entries; /* max number of entries in a map */ member
|
/external/e2fsprogs/debugfs/ |
D | extent_inode.c | 500 info.curr_entry, info.num_entries, info.max_entries, in do_info()
|
/external/toybox/generated/ |
D | globals.h | 1292 long max_entries; member
|
/external/iproute2/tc/ |
D | tc_bpf.c | 752 .max_entries = max_elem, in bpf_map_create()
|