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

  /external/valgrind/main/none/tests/amd64/
sbbmisc.c 4 char in_b, out_b1, out_b2, in_b2; variable
15 "\tmovb " VG_SYM(in_b) ", %al\n"
17 "\tmovb " VG_SYM(in_b) "(%rip), %al\n"
25 "\tmovb " VG_SYM(in_b) ", %al\n"
29 "\tmovb " VG_SYM(in_b) "(%rip), %al\n"
112 "\tmovb " VG_SYM(in_b) ", %al\n"
114 "\tmovb " VG_SYM(in_b) "(%rip), %al\n"
121 "\tmovb " VG_SYM(in_b) ", %al\n"
126 "\tmovb " VG_SYM(in_b) "(%rip), %al\n"
147 "\tmovb " VG_SYM(in_b) ", %cl\n
    [all...]
  /external/valgrind/main/none/tests/x86/
sbbmisc.c 4 char in_b, out_b1, out_b2, in_b2; variable
14 "\tmovb " VG_SYM(in_b) ", %al\n"
19 "\tmovb " VG_SYM(in_b) ", %al\n"
68 "\tmovb " VG_SYM(in_b) ", %al\n"
73 "\tmovb " VG_SYM(in_b) ", %al\n"
87 "\tmovb " VG_SYM(in_b) ", %cl\n"
93 "\tmovb " VG_SYM(in_b) ", %cl\n"
108 "\tmovb " VG_SYM(in_b) ", %al\n"
113 "\tmovb " VG_SYM(in_b) ", %al\n"
127 "\tmovb " VG_SYM(in_b) ", %cl\n
    [all...]
  /external/openssl/crypto/bn/
bn_gcd.c 117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx)
123 bn_check_top(in_b);
131 if (BN_copy(b,in_b) == NULL) goto err;
  /external/openssl/crypto/
cryptlib.c 929 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len)
933 const unsigned char *b = in_b;

Completed in 214 milliseconds