HomeSort by relevance Sort by last modified time
    Searched refs:stack_push (Results 1 - 14 of 14) sorted by null

  /external/libnetfilter_conntrack/include/internal/
stack.h 8 int stack_push(struct stack *s, void *data);
  /external/iptables/iptables/
xtables-config-parser.y 38 static void *stack_push(int token, size_t size)
111 void *data = stack_push(T_FAMILY, strlen($2)+1);
123 void *data = stack_push(T_TABLE, strlen($2)+1);
135 void *data = stack_push(T_PRIO, sizeof(int32_t));
137 data = stack_push(T_HOOK, strlen($4)+1);
139 data = stack_push(T_CHAIN, strlen($2)+1);
  /external/libnetfilter_conntrack/src/conntrack/
stack.c 49 int stack_push(struct stack *s, void *data) function
bsf.c 176 stack_push(s, &jmp);
195 stack_push(s, &jmp);
  /external/selinux/libsepol/src/
kernel_to_common.h 110 int stack_push(struct strs *stack, char *s);
kernel_to_common.c 407 int stack_push(struct strs *stack, char *s) function
module_to_cil.c 436 static int stack_push(struct stack *stack, void *ptr) function
1350 rc = stack_push(stack, new_val);
    [all...]
kernel_to_cil.c 89 rc = stack_push(stack, new_val);
231 rc = stack_push(stack, new_val);
    [all...]
kernel_to_conf.c 87 rc = stack_push(stack, new_val);
227 rc = stack_push(stack, new_val);
    [all...]
  /external/v8/src/
json-stringifier.cc 397 Result stack_push = StackPush(object); local
398 if (stack_push != SUCCESS) return stack_push;
512 Result stack_push = StackPush(object); local
513 if (stack_push != SUCCESS) return stack_push;
594 Result stack_push = StackPush(object); local
595 if (stack_push != SUCCESS) return stack_push;
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
  /external/boringssl/src/crypto/chacha/asm/
chacha-x86.pl 133 &stack_push(33);
433 &stack_push (131);
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.c 96 stack_push (stack *st, char *element)
95 stack_push (stack *st, char *element) function
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-586.pl 355 &stack_push(16+3); # allocate X[16]
    [all...]

Completed in 1243 milliseconds