/external/clang/test/CodeGen/ |
pragma-pack-1.c | 56 // CHECK: [[struct_ref:%[a-zA-Z0-9_.]+]] = type <{ [[struct_ref]]* }> 67 // CHECK: @refs = common global [[struct_ref]]
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_list.c | 149 e->struct_ref++; 200 ret->struct_ref++; 215 ret->struct_ref++; 237 ret->struct_ref++; 260 ret->struct_ref++; 382 iterator->struct_ref++; 431 CRYPTO_add(&e->struct_ref,1,CRYPTO_LOCK_ENGINE);
|
eng_int.h | 86 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \ 87 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \ 188 int struct_ref; member in struct:engine_st 193 * running_ref <= struct_ref at all times. */
|
eng_lib.c | 75 ret->struct_ref = 1; 116 i = CRYPTO_add(&e->struct_ref,-1,CRYPTO_LOCK_ENGINE); 118 i = --e->struct_ref;
|
eng_init.c | 72 e->struct_ref++;
|
enginetest.c | 90 /* ENGINE_get_first() increases the struct_ref counter, so we
|
tb_asnmth.c | 240 fstr.e->struct_ref++;
|
eng_ctrl.c | 191 ref_exists = ((e->struct_ref > 0) ? 1 : 0);
|
/external/openssl/crypto/engine/ |
eng_list.c | 149 e->struct_ref++; 200 ret->struct_ref++; 215 ret->struct_ref++; 237 ret->struct_ref++; 260 ret->struct_ref++; 382 iterator->struct_ref++; 431 CRYPTO_add(&e->struct_ref,1,CRYPTO_LOCK_ENGINE);
|
eng_int.h | 86 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \ 87 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \ 188 int struct_ref; member in struct:engine_st 193 * running_ref <= struct_ref at all times. */
|
eng_lib.c | 75 ret->struct_ref = 1; 116 i = CRYPTO_add(&e->struct_ref,-1,CRYPTO_LOCK_ENGINE); 118 i = --e->struct_ref;
|
eng_init.c | 72 e->struct_ref++;
|
enginetest.c | 90 /* ENGINE_get_first() increases the struct_ref counter, so we
|
tb_asnmth.c | 240 fstr.e->struct_ref++;
|
eng_ctrl.c | 191 ref_exists = ((e->struct_ref > 0) ? 1 : 0);
|