Searched defs:num_locks (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/crypto/
H A Dopenssl_util.cc53 int num_locks = CRYPTO_num_locks(); local
54 locks_.reserve(num_locks);
55 for (int i = 0; i < num_locks; ++i)
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c184 UINT8 num_locks; local
190 num_locks = 0;
211 while (num_locks < p_t1t->num_lockbytes)
213 if (p_t1t->lockbyte[num_locks].b_lock_read == FALSE)
216 offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + p_t1t->lockbyte[num_locks].byte_index;
235 p_t1t->lockbyte[num_locks].lock_byte = p_data[lock_offset];
236 p_t1t->lockbyte[num_locks].b_lock_read = TRUE;
241 num_locks++;
304 UINT8 num_locks local
363 UINT8 num_locks; local
2716 UINT8 num_locks; local
[all...]
H A Drw_t2t_ndef.c340 UINT8 num_locks; local
349 num_locks = 0;
355 while (num_locks < p_t2t->num_lockbytes)
357 if (p_t2t->lockbyte[num_locks].b_lock_read == FALSE)
359 lock_offset = p_t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + p_t2t->lockbyte[num_locks].byte_index;
367 p_t2t->lockbyte[num_locks].lock_byte = p_data[offset];
368 p_t2t->lockbyte[num_locks].b_lock_read = TRUE;
377 p_t2t->lockbyte[num_locks].lock_byte = p_data[lock_offset - base_lock_offset + offset];
378 p_t2t->lockbyte[num_locks]
834 UINT8 num_locks = 0; local
1841 UINT8 num_locks = 0; local
2473 UINT8 num_locks; local
2743 UINT8 num_locks; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c242 unsigned int num_locks; /* number of chain locks held */ member in struct:tdb_context
463 tdb->num_locks++;
553 tdb->num_locks--;
637 if (tdb->num_locks != 0) {
1598 if (tdb->num_locks != 0 || tdb->global_lock.count) {
1718 if (tdb->num_locks != 0) {
1724 tdb->num_locks = 0;
2012 if (tdb->num_locks || tdb->global_lock.count) {
4069 if (tdb->num_locks != 0 || tdb->global_lock.count) {

Completed in 1084 milliseconds