Home
last modified time | relevance | path

Searched refs:ctr (Results 1 – 25 of 106) sorted by relevance

12345

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jidctred.c130 int ctr; variable
139 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
141 if (ctr == DCTSIZE-4)
198 for (ctr = 0; ctr < 4; ctr++) {
199 outptr = output_buf[ctr] + output_col;
282 int ctr; in jpeg_idct_2x2() local
291 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) { in jpeg_idct_2x2()
293 if (ctr == DCTSIZE-2 || ctr == DCTSIZE-4 || ctr == DCTSIZE-6) in jpeg_idct_2x2()
331 for (ctr = 0; ctr < 2; ctr++) { in jpeg_idct_2x2()
332 outptr = output_buf[ctr] + output_col; in jpeg_idct_2x2()
Dfpdfapi_jfdctfst.c121 int ctr; variable
127 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
177 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
Dfpdfapi_jidctfst.c181 int ctr; variable
191 for (ctr = DCTSIZE; ctr > 0; ctr--) {
283 for (ctr = 0; ctr < DCTSIZE; ctr++) {
284 outptr = output_buf[ctr] + output_col;
Dfpdfapi_jfdctint.c147 int ctr; variable
155 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
220 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
Dfpdfapi_jidctint.c161 int ctr; variable
172 for (ctr = DCTSIZE; ctr > 0; ctr--) {
278 for (ctr = 0; ctr < DCTSIZE; ctr++) {
279 outptr = output_buf[ctr] + output_col;
/external/jpeg/
Djidctred.c129 int ctr; variable
138 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
140 if (ctr == DCTSIZE-4)
197 for (ctr = 0; ctr < 4; ctr++) {
198 outptr = output_buf[ctr] + output_col;
281 int ctr; in jpeg_idct_2x2() local
290 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) { in jpeg_idct_2x2()
292 if (ctr == DCTSIZE-2 || ctr == DCTSIZE-4 || ctr == DCTSIZE-6) in jpeg_idct_2x2()
330 for (ctr = 0; ctr < 2; ctr++) { in jpeg_idct_2x2()
331 outptr = output_buf[ctr] + output_col; in jpeg_idct_2x2()
Djfdctflt.c65 int ctr; variable
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
Djfdctfst.c120 int ctr; variable
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
Djidctflt.c80 int ctr; variable
89 for (ctr = DCTSIZE; ctr > 0; ctr--) {
180 for (ctr = 0; ctr < DCTSIZE; ctr++) {
181 outptr = output_buf[ctr] + output_col;
Djidctfst.c180 int ctr; variable
190 for (ctr = DCTSIZE; ctr > 0; ctr--) {
282 for (ctr = 0; ctr < DCTSIZE; ctr++) {
283 outptr = output_buf[ctr] + output_col;
Djfdctint.c146 int ctr; variable
154 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
219 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
Djidctint.c160 int ctr; variable
171 for (ctr = DCTSIZE; ctr > 0; ctr--) {
277 for (ctr = 0; ctr < DCTSIZE; ctr++) {
278 outptr = output_buf[ctr] + output_col;
/external/boringssl/src/crypto/modes/
Dgcm.c496 unsigned int ctr; in CRYPTO_gcm128_setiv() local
513 ctr = 1; in CRYPTO_gcm128_setiv()
553 ctr = GETU32(ctx->Yi.c + 12); in CRYPTO_gcm128_setiv()
555 ctr = ctx->Yi.d[3]; in CRYPTO_gcm128_setiv()
560 ++ctr; in CRYPTO_gcm128_setiv()
562 PUTU32(ctx->Yi.c + 12, ctr); in CRYPTO_gcm128_setiv()
564 ctx->Yi.d[3] = ctr; in CRYPTO_gcm128_setiv()
638 unsigned int n, ctr; in CRYPTO_gcm128_encrypt() local
665 ctr = GETU32(ctx->Yi.c + 12); in CRYPTO_gcm128_encrypt()
667 ctr = ctx->Yi.d[3]; in CRYPTO_gcm128_encrypt()
[all …]
/external/v8/test/mjsunit/
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, "replace(/x/g,func) num-match");
[all …]
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/openssh/
Dcipher-aesctr.c33 aesctr_inc(u8 *ctr, u32 len) in aesctr_inc() argument
39 if (++ctr[i]) /* continue on overflow */ in aesctr_inc()
45 ctr[i] += add; in aesctr_inc()
47 x = ctr[i]; in aesctr_inc()
65 memcpy(x->ctr, iv, AES_BLOCK_SIZE); in aesctr_ivsetup()
76 rijndaelEncrypt(x->ek, x->rounds, x->ctr, buf); in aesctr_encrypt_bytes()
77 aesctr_inc(x->ctr, AES_BLOCK_SIZE); in aesctr_encrypt_bytes()
/external/selinux/libselinux/src/
Dis_customizable_type.c16 unsigned int ctr = 0, i; in get_customizable_type_list() local
28 while (fgets_unlocked(buf, selinux_page_size, fp) && ctr < UINT_MAX) { in get_customizable_type_list()
29 ctr++; in get_customizable_type_list()
32 if (ctr) { in get_customizable_type_list()
35 ctr + 1); in get_customizable_type_list()
39 && i < ctr) { in get_customizable_type_list()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c45 u16 i, ctr, L; in eap_pwd_kdf() local
49 ctr = 0; in eap_pwd_kdf()
52 ctr++; in eap_pwd_kdf()
53 i = htons(ctr); in eap_pwd_kdf()
58 if (ctr > 1) in eap_pwd_kdf()
96 unsigned char pwe_digest[SHA256_MAC_LEN], *prfbuf = NULL, ctr; in compute_password_element() local
165 ctr = 0; in compute_password_element()
167 if (ctr > 30) { in compute_password_element()
173 ctr++; in compute_password_element()
187 eap_pwd_h_update(hash, &ctr, sizeof(ctr)); in compute_password_element()
[all …]
/external/valgrind/none/tests/
Dthreaded-fork.c17 int ctr; in main() local
40 ctr = 0; in main()
43 ctr++; in main()
44 if (ctr >= 10) { in main()
/external/valgrind/drd/tests/
Dthreaded-fork.c19 int ctr; in main() local
42 ctr = 0; in main()
45 ctr++; in main()
46 if (ctr >= 10) { in main()
/external/valgrind/memcheck/tests/
Dwrap5.c18 static int ctr = 0; variable
23 ctr++; in addMoreLard()
24 if ((ctr % 3) == 1) { in addMoreLard()
88 printf("allocated %d Lards\n", ctr); in main()
Dwrap8.c25 static int ctr = 0; variable
30 ctr++; in addMoreLard()
31 if ((ctr % 3) == 1) { in addMoreLard()
95 printf("allocated %d Lards\n", ctr); fflush(stdout); in main()
/external/vboot_reference/utility/
Dchromeos-tpm-recovery-test30 ctr=../chromeos-tpm-recovery
33 ctr=chromeos-tpm-recovery
289 $ctr log
301 $ctr log
313 $ctr log
334 $ctr log
/external/boringssl/src/crypto/aes/asm/
Daesv8-armx.pl678 my ($ctr,$tctr0,$tctr1,$tctr2)=map("w$_",(8..10,12));
707 ldr $ctr, [$ivp, #12]
723 rev $ctr, $ctr
726 add $tctr1, $ctr, #1
728 add $ctr, $ctr, #2
733 rev $tctr2, $ctr
776 add $tctr0,$ctr,#1
782 add $tctr1,$ctr,#2
786 add $ctr,$ctr,#3
802 rev $tctr2,$ctr
/external/markdown/markdown/extensions/
Dtoc.py80 ctr = 1
81 while "%s_%d" % (id, ctr) in used_ids:
82 ctr += 1
83 id = "%s_%d" % (id, ctr)

12345