Home
last modified time | relevance | path

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

/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/
H A Dstack.c49 int stack_push(struct stack *s, void *data) in stack_push() function
/aosp_15_r20/external/ltp/lib/
H A Dtst_bool_expr.c149 static inline void stack_push(struct tst_expr_tok *stack[], unsigned int *op_stack_pos, in stack_push() function
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dparser_state.rs990 pub fn stack_push<F>(mut self: Box<Self>, f: F) -> ParseResult<Box<Self>> in stack_push() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Donepass.rs901 fn stack_push( in stack_push() method
/aosp_15_r20/external/selinux/libsepol/src/
H A Dmodule_to_cil.c439 static int stack_push(struct stack *stack, void *ptr) in stack_push() function
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.h1280 static INLINE void stack_push(int *stack, int new_item, int stack_size) { in stack_push() function