Searched defs:lock_count (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dandroid_power.h19 int lock_count; member in struct:__anon6797
/external/openssl/crypto/threads/
H A Dth-lock.c160 static long *lock_count; variable
171 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
174 lock_count[i]=0;
200 OPENSSL_free(lock_count);
228 lock_count[type]++;
321 static long *lock_count; variable
328 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 lock_count[i]=0;
349 OPENSSL_free(lock_count);
370 lock_count[typ
[all...]
H A Dmttest.c131 static long *lock_count; variable
819 static long *lock_count; variable
826 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
829 lock_count[i]=0;
850 fprintf(stderr,"%8ld:%s\n",lock_count[i],CRYPTO_get_lock_name(i));
853 OPENSSL_free(lock_count);
882 lock_count[type]++;
1027 static long *lock_count; variable
1034 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
1037 lock_count[
1220 static long* lock_count; variable
[all...]
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c358 UINT8 lock_count; local
476 lock_count = num_locks + 1;
477 while (lock_count < p_t1t->num_lockbytes)
479 next_offset = p_t1t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index].offset + p_t1t->lockbyte[lock_count].byte_index;
480 next_num_bits = ((p_t1t->lockbyte[lock_count].byte_index + 1)* 8 <= p_t1t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index].num_bits) ? 8 : p_t1t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index].num_bits % 8;
488 lock_count ++;
495 while (lock_count > num_lock
[all...]
H A Drw_t2t_ndef.c2488 UINT8 lock_count; local
2505 lock_count = num_locks + 1;
2508 while (lock_count < p_t2t->num_lockbytes)
2510 next_offset = p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].offset + p_t2t->lockbyte[lock_count].byte_index;
2513 b_all_bits_are_locks = ((p_t2t->lockbyte[lock_count].byte_index + 1) * TAG_BITS_PER_BYTE <= p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].num_bits);
2514 next_num_bits = b_all_bits_are_locks ? TAG_BITS_PER_BYTE : p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].num_bits % TAG_BITS_PER_BYTE;
2522 lock_count ++;
2529 while (lock_count > num_lock
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c144 static int lock_count = 0; variable
1629 lock_count--;
1630 if (lock_count==-1)
1677 lock_count++;
1678 if (lock_count==0)

Completed in 142 milliseconds