Searched refs:leaf (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | Makefile.x86_64 | 30 locks_i386_opt.o_CFLAGS_ADD += -momit-leaf-frame-pointer -O2
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | radix.c | 107 static int rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip, 250 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip, in rn_satisfies_leaf() argument 253 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask; in rn_satisfies_leaf() 269 return RN_MATCHF(leaf, f, w); in rn_satisfies_leaf()
|
| /xnu-8019.80.24/libsyscall/ |
| H A D | Libsyscall.xcconfig | 26 … -no-cpp-precomp -fno-common -fno-stack-protector -fno-stack-check -momit-leaf-frame-pointer -DLIB…
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | flow_divert.c | 815 uint16_t leaf = trie_node_alloc(trie); in flow_divert_trie_insert() local 816 if (leaf == NULL_TRIE_IDX) { in flow_divert_trie_insert() 821 TRIE_NODE(trie, leaf).start = trie_bytes_move(trie, string_idx, string_remainder); in flow_divert_trie_insert() 822 if (TRIE_NODE(trie, leaf).start == NULL_TRIE_IDX) { in flow_divert_trie_insert() 826 TRIE_NODE(trie, leaf).length = string_remainder; in flow_divert_trie_insert() 836 TRIE_CHILD(trie, current, TRIE_BYTE(trie, TRIE_NODE(trie, leaf).start)) = leaf; in flow_divert_trie_insert() 837 current = leaf; in flow_divert_trie_insert()
|
| /xnu-8019.80.24/makedefs/ |
| H A D | MakeInc.rule | 6 # leaf directories once MakeInc.dir has recursed
|
| H A D | MakeInc.def | 330 -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4 345 $(LARGE_MEMORY_DEFINE) -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4 -mkernel
|