/third_party/boost/libs/multi_index/perf/ |
D | test_perf.cpp | 192 size_t node_size(const Container&) in node_size() function 200 size_t node_size(const Container&) in node_size() function 208 size_t node_size(const list<Value,Allocator>&) in node_size() function 214 size_t node_size(const list_wrapper<List>&) in node_size() function 224 size_t node_size(const Container&) in node_size() function 257 static size_t node_size() in node_size() function 259 return ::node_size(Container()); in node_size() 290 static size_t node_size() in node_size() function 292 return ::node_size(Container1())+::node_size(Container2()); in node_size() 327 static size_t node_size() in node_size() function [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | memory.h | 100 ((pfn - (nd->node_start_paddr >> PAGE_SHIFT)) < nd->node_size));\ 124 ((unsigned)((page) - NODE_MEM_MAP(node)) < NODE_DATA(node)->node_size)); \
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages02.c | 55 long long node_size, freep; in print_mem_stats() local 69 node_size = numa_node_size64(node, &freep); in print_mem_stats() 71 node, node_size, freep); in print_mem_stats()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | du.c | 37 typedef struct node_size { struct 40 } node_size; argument
|
/third_party/toybox/toys/posix/ |
D | du.c | 47 typedef struct node_size { struct 50 } node_size; argument
|
/third_party/eudev/src/libudev/ |
D | libudev-hwdb-def.h | 36 le64_t node_size; member
|
D | libudev-hwdb.c | 104 … return (const struct trie_child_entry_f *)((const char *)node + le64toh(hwdb->head->node_size)); in trie_node_children() 110 base += le64toh(hwdb->head->node_size); in trie_node_values()
|
/third_party/boost/libs/ptr_container/test/ |
D | tree_test.cpp | 63 size_t node_size() const { return do_node_size(); } in node_size() function in node 178 res += i->node_size(); in size()
|
/third_party/boost/boost/container/detail/ |
D | node_pool_impl.hpp | 75 …private_node_pool_impl(segment_manager_base_type *segment_mngr_base, size_type node_size, size_typ… in private_node_pool_impl() argument 77 , m_real_node_size(lcm(node_size, size_type(alignment_of<node_t>::value))) in private_node_pool_impl()
|
D | adaptive_node_pool_impl.hpp | 1184 , size_type node_size in private_adaptive_node_pool_impl_rt() argument 1189 : data_t(max_free_blocks, lcm(node_size, size_type(alignment_of<void_pointer>::value))) in private_adaptive_node_pool_impl_rt()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 518 long node_size, node_free; in numa_info() local 520 node_size = numa_node_size(node, &node_free); in numa_info() 521 if (node_size < 0) { in numa_info() 533 node_size / (1024 * 1024), node_free / (1024 * 1024)); in numa_info()
|
/third_party/glib/glib/glib-mirroring-tab/ |
D | packtab.c | 145 int node_size in bt() argument 193 s += k * node_size * cluster; in bt()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcmru.h | 110 FT_Offset node_size; member
|
D | ftcmru.c | 265 else if ( FT_QALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cache/ |
D | ftcmru.h | 110 FT_Offset node_size; member
|
D | ftcmru.c | 266 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
|
/third_party/freetype/src/cache/ |
D | ftcmru.h | 110 FT_Offset node_size; member
|
D | ftcmru.c | 265 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
|
/third_party/glib/gobject/ |
D | gtype.c | 431 guint i, node_size = 0; in type_node_any_new_W() local 436 node_size += SIZEOF_FUNDAMENTAL_INFO; /* fundamental type info */ in type_node_any_new_W() 437 node_size += SIZEOF_BASE_TYPE_NODE (); /* TypeNode structure */ in type_node_any_new_W() 438 node_size += (sizeof (GType) * (1 + n_supers + 1)); /* self + ancestors + (0) for ->supers[] */ in type_node_any_new_W() 439 node = g_malloc0 (node_size); in type_node_any_new_W() 447 VALGRIND_MALLOCLIKE_BLOCK (node, node_size - SIZEOF_FUNDAMENTAL_INFO, FALSE, TRUE); in type_node_any_new_W()
|
/third_party/eudev/src/udev/ |
D | udevadm-hwdb.c | 359 .node_size = htole64(sizeof(struct trie_node_f)), in trie_store()
|
/third_party/e2fsprogs/lib/blkid/ |
D | probe.h | 560 __u16 node_size; member
|
D | probe.c | 1298 leaf_node_size = blkid_be16(bnode->node_size); in probe_hfsplus()
|
/third_party/freetype/ |
D | ChangeLog.23 | 1182 FTC_MruListClass->node_size is changed to FT_Offset,
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 1182 FTC_MruListClass->node_size is changed to FT_Offset,
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.23 | 1182 FTC_MruListClass->node_size is changed to FT_Offset,
|