Searched defs:ctr (Results 1 - 25 of 59) sorted by relevance

123

/external/lldb/source/Utility/
H A DRefCounter.cpp14 RefCounter::RefCounter(RefCounter::value_type* ctr): argument
15 m_counter(ctr)
/external/openssh/
H A Dcipher-aesctr.h28 u8 ctr[AES_BLOCK_SIZE]; /* counter */ member in struct:aesctr_ctx
H A Dcipher-aesctr.c28 * increment counter 'ctr',
30 * (LSB at ctr[len-1], MSB at ctr[0])
33 aesctr_inc(u8 *ctr, u32 len) argument
39 if (++ctr[i]) /* continue on overflow */
45 ctr[i] += add;
46 /* constant time for: x = ctr[i] ? 1 : 0 */
47 x = ctr[i];
65 memcpy(x->ctr, iv, AES_BLOCK_SIZE);
76 rijndaelEncrypt(x->ek, x->rounds, x->ctr, bu
[all...]
H A Dcipher-ctr.c1 /* $OpenBSD: cipher-ctr.c,v 1.11 2010/10/01 23:05:32 djm Exp $ */
44 * increment counter 'ctr',
46 * (LSB at ctr[len-1], MSB at ctr[0])
49 ssh_ctr_inc(u_char *ctr, size_t len) argument
54 if (++ctr[i]) /* continue on overflow */
/external/valgrind/drd/tests/
H A Dthreaded-fork.c19 int ctr; local
42 ctr = 0;
45 ctr++;
46 if (ctr >= 10) {
/external/valgrind/none/tests/
H A Dthreaded-fork.c17 int ctr; local
40 ctr = 0;
43 ctr++;
44 if (ctr >= 10) {
/external/libcxx/test/std/containers/unord/unord.map/unorder.map.modifiers/
H A Derase_key.pass.cpp166 int ctr = 0; local
168 if (ctr++ % 2 == 0)
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Derase_key.pass.cpp377 int ctr = 0; local
379 if (ctr++ % 2 == 0)
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Derase_key.pass.cpp165 int ctr = 0; local
167 if (ctr++ % 2 == 0)
/external/libcxx/test/std/containers/unord/unord.set/
H A Derase_key.pass.cpp164 int ctr = 0; local
166 if (ctr++ % 2 == 0)
/external/selinux/libselinux/src/
H A Dis_customizable_type.c16 unsigned int ctr = 0, i; local
28 while (fgets_unlocked(buf, selinux_page_size, fp) && ctr < UINT_MAX) {
29 ctr++;
32 if (ctr) {
35 ctr + 1);
39 && i < ctr) {
/external/valgrind/memcheck/tests/
H A Dwrap5.c18 static int ctr = 0; variable
23 ctr++;
24 if ((ctr % 3) == 1) {
88 printf("allocated %d Lards\n", ctr);
H A Dwrap8.c25 static int ctr = 0; variable
30 ctr++;
31 if ((ctr % 3) == 1) {
95 printf("allocated %d Lards\n", ctr); fflush(stdout);
/external/boringssl/src/crypto/hkdf/
H A Dhkdf.c60 uint8_t ctr = i + 1; local
68 !HMAC_Update(&hmac, &ctr, 1) ||
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_ppc64.h105 uint64_t ctr; /* Count */ member in struct:__anon5158
H A Dminidump_cpu_ppc.h132 uint32_t ctr; /* Count */ member in struct:__anon5157
/external/jpeg/
H A Djfdctflt.c65 int ctr; local
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djfdctfst.c120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djfdctint.c146 int ctr; local
154 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
219 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djidctflt.c80 int ctr; local
89 for (ctr = DCTSIZE; ctr > 0; ctr--) {
180 for (ctr = 0; ctr < DCTSIZE; ctr++) {
181 outptr = output_buf[ctr] + output_col;
/external/v8/test/mjsunit/
H A Dstring-replace.js123 var ctr = 0; variable
129 return String(ctr++);
131 assertEquals(1, ctr, "replace('x',func) num-match");
133 ctr = 0;
139 return String(ctr++);
141 assertEquals(1, ctr, "replace(/x/,func) num-match");
143 ctr = 0;
147 assertEquals(ctr * 2, i, "replace(/x/g,func(..,i,.))");
149 return String(ctr++);
151 assertEquals(4, ctr, "replac
[all...]
H A Dobject-create.js52 var ctr = 0; variable
59 var protoFoo = { foo: function() { ctr++; }};
71 assertEquals(1, ctr);
75 assertEquals(2, ctr);
80 assertEquals(2, ctr);
86 assertEquals(2, ctr);
97 assertEquals(2, ctr);
103 assertEquals(2, ctr);
116 assertEquals(2, ctr);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctfst.c121 int ctr; local
127 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
177 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Dfpdfapi_jfdctint.c147 int ctr; local
155 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
220 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
/external/valgrind/none/tests/amd64/
H A DredundantRexW.c79 int ctr, i, j; local
80 ctr = 0;
83 regs->reg[i].b[j] = 0x51 + (ctr++ % 7);
87 mem->dqw[i].b[j] = 0x52 + (ctr++ % 13);

Completed in 834 milliseconds

123