Home
last modified time | relevance | path

Searched refs:node_size (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/libs/multi_index/perf/
Dtest_perf.cpp192 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/
Dmemory.h100 ((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/
Dmigrate_pages02.c55 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/
Ddu.c37 typedef struct node_size { struct
40 } node_size; argument
/third_party/toybox/toys/posix/
Ddu.c47 typedef struct node_size { struct
50 } node_size; argument
/third_party/eudev/src/libudev/
Dlibudev-hwdb-def.h36 le64_t node_size; member
Dlibudev-hwdb.c104 … 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/
Dtree_test.cpp63 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/
Dnode_pool_impl.hpp75 …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()
Dadaptive_node_pool_impl.hpp1184 , 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/
Dcommands.c518 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/
Dpacktab.c145 int node_size in bt() argument
193 s += k * node_size * cluster; in bt()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmru.h110 FT_Offset node_size; member
Dftcmru.c265 else if ( FT_QALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/third_party/flutter/skia/third_party/externals/freetype/src/cache/
Dftcmru.h110 FT_Offset node_size; member
Dftcmru.c266 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/third_party/freetype/src/cache/
Dftcmru.h110 FT_Offset node_size; member
Dftcmru.c265 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/third_party/glib/gobject/
Dgtype.c431 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/
Dudevadm-hwdb.c359 .node_size = htole64(sizeof(struct trie_node_f)), in trie_store()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h560 __u16 node_size; member
Dprobe.c1298 leaf_node_size = blkid_be16(bnode->node_size); in probe_hfsplus()
/third_party/freetype/
DChangeLog.231182 FTC_MruListClass->node_size is changed to FT_Offset,
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.231182 FTC_MruListClass->node_size is changed to FT_Offset,
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.231182 FTC_MruListClass->node_size is changed to FT_Offset,