Home
last modified time | relevance | path

Searched defs:stack_push (Results 1 – 7 of 7) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dstack.c49 int stack_push(struct stack *s, void *data) in stack_push() function
/external/ltp/lib/
Dtst_bool_expr.c148 static inline void stack_push(struct tst_expr_tok *stack[], unsigned int *op_stack_pos, in stack_push() function
/external/rust/crates/pest/src/
Dparser_state.rs842 pub fn stack_push<F>(self: Box<Self>, f: F) -> ParseResult<Box<Self>> in stack_push() method
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2697 stack_push(struct ir3_context *ctx) in stack_push() function
/external/selinux/libsepol/src/
Dmodule_to_cil.c450 static int stack_push(struct stack *stack, void *ptr) in stack_push() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h1181 static INLINE void stack_push(int *stack, int new_item, int stack_size) { in stack_push() function
/external/libaom/libaom/av1/encoder/
Dencoder.h3484 static INLINE void stack_push(int *stack, int *stack_size, int item) { in stack_push() function