Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dsparse_array.c40 size_t elem_size, size_t node_size) in util_sparse_array_init() argument
44 arr->node_size_log2 = util_logbase2_64(node_size); in util_sparse_array_init()
45 assert(node_size >= 2 && node_size == (1ull << arr->node_size_log2)); in util_sparse_array_init()
79 size_t node_size = 1ull << arr->node_size_log2; in _util_sparse_array_node_finish() local
80 for (size_t i = 0; i < node_size; i++) { in _util_sparse_array_node_finish()
202 size_t node_size = 1ull << arr->node_size_log2; in validate_node_level() local
203 for (size_t i = 0; i < node_size; i++) { in validate_node_level()
Dsparse_array.h76 size_t elem_size, size_t node_size);
/third_party/mesa3d/src/util/tests/
Dsparse_array_test.cpp51 size_t node_size = 4 << (run_idx / 2); in TEST() local
54 util_sparse_array_init(&arr, sizeof(uint32_t), node_size); in TEST()
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c50 long long node_size, freep; in print_mem_stats() local
64 node_size = numa_node_size64(node, &freep); in print_mem_stats()
66 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.c50 typedef struct node_size { struct
53 } node_size; argument
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c520 long node_size, node_free; in numa_info() local
522 node_size = numa_node_size(node, &node_free); in numa_info()
523 if (node_size < 0) { in numa_info()
535 node_size / (1024 * 1024), node_free / (1024 * 1024)); in numa_info()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnode.c306 static const int node_size[] = { in gpir_node_create() local
315 int size = node_size[type]; in gpir_node_create()
/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/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/freetype/src/cache/
Dftcmru.h110 FT_Offset node_size; member
Dftcmru.c267 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode.c351 static const int node_size[] = { in ppir_node_create() local
362 int size = node_size[type]; in ppir_node_create()
/third_party/libfuse/lib/
Dfuse.c422 size_t node_size = get_node_size(f); in alloc_slab() local
433 num = (f->pagesize - sizeof(struct node_slab)) / node_size; in alloc_slab()
435 start = (char *) mem + f->pagesize - num * node_size; in alloc_slab()
439 n = (struct list_head *) (start + i * node_size); in alloc_slab()
/third_party/freetype/docs/oldlogs/
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,