Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dstack.c49 int stack_push(struct stack *s, void *data) in stack_push() function
/external/iptables/iptables/
Dxtables-config-parser.y38 static void *stack_push(int token, size_t size) in stack_push() function
/external/v8/src/
Djson-stringifier.cc520 Result stack_push = StackPush(object); in SerializeJSArray() local
635 Result stack_push = StackPush(object); in SerializeJSObject() local
717 Result stack_push = StackPush(object); in SerializeJSProxy() local
/external/selinux/libsepol/src/
Dmodule_to_cil.c447 static int stack_push(struct stack *stack, void *ptr) in stack_push() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h909 static INLINE void stack_push(int *stack, int new_item, int stack_size) { in stack_push() function