Searched refs:leaf (Results 1 - 6 of 6) sorted by relevance

/seL4-test-master/projects/musllibc/include/
H A Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator in enum:__anon266
/seL4-test-master/tools/nanopb/tests/cyclic_messages/
H A Dencode_cyclic_callback.c51 /* This is a leaf node */
53 tree.leaf = atoi(p);
/seL4-test-master/projects/seL4_libs/libsel4bench/arch_include/x86/sel4bench/arch/
H A Dprivate.h33 //CPUID leaf node numbers
104 static FASTFN void sel4bench_private_cpuid(uint32_t leaf, uint32_t subleaf, uint32_t * eax, uint32_t * ebx, uint32_t * ecx, uint32_t * edx) argument
112 : "a" (leaf) /* input query leaf */
118 //set leaf and subleaf to 0 for predictability
/seL4-test-master/projects/util_libs/libfdt/
H A Dfdt_ro.c325 * give only the leaf name (after all /). The actual tree
328 const char *leaf; local
329 leaf = strrchr(nameptr, '/');
330 if (leaf == NULL) {
334 nameptr = leaf+1;
/seL4-test-master/projects/musllibc/src/search/
H A Dtsearch_avl.c191 action(r, leaf, d);
/seL4-test-master/kernel/manual/parts/
H A Dcspace.tex276 deletion requires user-level to delete the tree leaf first if

Completed in 168 milliseconds