Searched refs:encode_state (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dcompression.c72 struct encode_state { struct
146 static void init_state(struct encode_state *sp)
168 static void insert_node(struct encode_state *sp, int r)
219 static void delete_node(struct encode_state *sp, int p)
261 struct encode_state *sp;
269 sp = (struct encode_state *) malloc(sizeof(*sp));
H A Dmkext.c78 struct encode_state { struct
149 static void init_state(struct encode_state *sp)
171 static void insert_node(struct encode_state *sp, int r)
222 static void delete_node(struct encode_state *sp, int p)
258 struct encode_state *sp;
266 sp = (struct encode_state *) malloc(sizeof(*sp));
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A Dmkext.c87 struct encode_state { struct
165 static void init_state(struct encode_state *sp)
187 static void insert_node(struct encode_state *sp, int r)
238 static void delete_node(struct encode_state *sp, int p)

Completed in 92 milliseconds