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

/external/chromium/crypto/
H A Dopenssl_util.cc46 int num_locks = CRYPTO_num_locks(); local
47 locks_.reserve(num_locks);
48 for (int i = 0; i < num_locks; ++i)
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c347 UINT8 num_locks; local
356 num_locks = 0;
362 while (num_locks < p_t2t->num_lockbytes)
364 if (p_t2t->lockbyte[num_locks].b_lock_read == FALSE)
366 lock_offset = p_t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + p_t2t->lockbyte[num_locks].byte_index;
374 p_t2t->lockbyte[num_locks].lock_byte = p_data[offset];
375 p_t2t->lockbyte[num_locks].b_lock_read = TRUE;
384 p_t2t->lockbyte[num_locks].lock_byte = p_data[lock_offset - base_lock_offset + offset];
385 p_t2t->lockbyte[num_locks]
847 UINT8 num_locks = 0; local
1855 UINT8 num_locks = 0; local
2487 UINT8 num_locks; local
2757 UINT8 num_locks; local
[all...]
H A Drw_t1t_ndef.c181 UINT8 num_locks; local
187 num_locks = 0;
208 while (num_locks < p_t1t->num_lockbytes)
210 if (p_t1t->lockbyte[num_locks].b_lock_read == FALSE)
212 offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + p_t1t->lockbyte[num_locks].byte_index;
230 p_t1t->lockbyte[num_locks].lock_byte = p_data[lock_offset];
231 p_t1t->lockbyte[num_locks].b_lock_read = TRUE;
236 num_locks++;
299 UINT8 num_locks local
357 UINT8 num_locks; local
2745 UINT8 num_locks; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c244 unsigned int num_locks; /* number of chain locks held */ member in struct:tdb_context
465 tdb->num_locks++;
555 tdb->num_locks--;
639 if (tdb->num_locks != 0) {
1600 if (tdb->num_locks != 0 || tdb->global_lock.count) {
1720 if (tdb->num_locks != 0) {
1726 tdb->num_locks = 0;
2014 if (tdb->num_locks || tdb->global_lock.count) {
4073 if (tdb->num_locks != 0 || tdb->global_lock.count) {

Completed in 86 milliseconds