Home
last modified time | relevance | path

Searched defs:todo (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/src/tests/
Darextract.c39 size_t todo; in main() local
/external/boringssl/src/tool/
Drand.cc68 size_t todo = sizeof(buf); in Rand() local
/external/boringssl/src/crypto/hkdf/
Dhkdf.c61 size_t todo; in HKDF() local
/external/toybox/scripts/
Dmkstatus.py95 todo = [] variable
/external/boringssl/src/crypto/poly1305/
Dpoly1305.c227 unsigned int todo = 16 - state->buf_used; in CRYPTO_poly1305_update() local
245 size_t todo = in_len & ~0xf; in CRYPTO_poly1305_update() local
Dpoly1305_arm.c217 unsigned int todo = 32 - st->buf_used; in CRYPTO_poly1305_update_neon() local
/external/boringssl/src/crypto/cmac/
Dcmac_test.cc63 size_t todo = std::min(msg_len - done, static_cast<size_t>(chunk_size)); in test() local
Dcmac.c174 size_t todo = AES_BLOCK_SIZE - ctx->block_used; in CMAC_Update() local
/external/boringssl/src/crypto/rand/
Durandom.c145 size_t todo; in CRYPTO_sysrand() local
Drand.c119 size_t todo = remaining; in RAND_bytes() local
/external/boringssl/src/crypto/chacha/
Dchacha_generic.c92 size_t todo, i; in CRYPTO_chacha_20() local
/external/boringssl/src/crypto/bn/
Drandom.c255 size_t done, todo, attempt; in BN_generate_dsa_nonce() local
/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h159 …std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //… in minimize_helper() local
252 …std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //… in BVMinimize() local
/external/gptfdisk/
Dgptpart.cc199 int todo ; local
/external/boringssl/src/ssl/
Ds3_pkt.c859 const size_t todo = (rr->length < avail) ? rr->length : avail; in ssl3_read_bytes() local
/external/boringssl/src/crypto/bio/
Dbio.c497 const size_t todo = len - done; in bio_read_all() local
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1186 SmallPtrSet<const MachineBasicBlock*, 8> todo; in calcRegsPassed() local
1221 SmallPtrSet<const MachineBasicBlock*, 8> todo; in calcRegsRequired() local
/external/toybox/lib/
Dxwrap.c343 struct string_list *todo, *done = 0; in xabspath() local
/external/fio/
Dbackend.c1871 unsigned int i, todo, nr_running, m_rate, t_rate, nr_started; in run_threads() local
/external/icu/icu4c/source/tools/tzcode/
Dzic.c1905 register zic_t todo; in writezone() local