HomeSort by relevance Sort by last modified time
    Searched refs:ctr (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/openssl/crypto/
mem_clr.c 67 size_t loop = len, ctr = cleanse_ctr; local
70 *(p++) = (unsigned char)ctr;
71 ctr += (17 + ((size_t)p & 0xF));
73 p=memchr(ptr, (unsigned char)ctr, len);
75 ctr += (63 + (size_t)p);
76 cleanse_ctr = (unsigned char)ctr;
  /external/lldb/source/Utility/
RefCounter.cpp 14 RefCounter::RefCounter(RefCounter::value_type* ctr):
15 m_counter(ctr)
  /external/valgrind/main/drd/tests/
threaded-fork.c 19 int ctr; local
42 ctr = 0;
45 ctr++;
46 if (ctr >= 10) {
  /external/valgrind/main/none/tests/
threaded-fork.c 17 int ctr; local
40 ctr = 0;
43 ctr++;
44 if (ctr >= 10) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
padlock.asm 8 ;xcrypt-ctr
  /external/lldb/include/lldb/Utility/
RefCounter.h 30 RefCounter(value_type* ctr);
  /external/valgrind/main/memcheck/tests/
wrap5.c 18 static int ctr = 0; variable
23 ctr++;
24 if ((ctr % 3) == 1) {
88 printf("allocated %d Lards\n", ctr);
  /external/oprofile/module/x86/
op_rtc.c 37 if ((sysctl.ctr[0].kernel && usermode)
38 || (sysctl.ctr[0].user && !usermode))
75 target = sysctl.ctr[0].count;
87 sysctl_parms.ctr[0].count = sysctl.ctr[0].count = 1 << exp;
139 int target = sysctl.ctr[0].count;
174 *next = ((ctl_table) { 1, "rtc_value", &sysctl_parms.ctr[0].count, sizeof(int), 0600, NULL, lproc_dointvec, NULL, });
op_model_athlon.c 62 /* avoid a false detection of ctr overflows in NMI handler */
68 if (sysctl.ctr[i].enabled) {
70 CTR_WRITE(sysctl.ctr[i].count, msrs, i);
75 CTRL_SET_USR(low, sysctl.ctr[i].user);
76 CTRL_SET_KERN(low, sysctl.ctr[i].kernel);
77 CTRL_SET_UM(low, sysctl.ctr[i].unit_mask);
78 CTRL_SET_EVENT(low, sysctl.ctr[i].event);
92 if (sysctl.ctr[i].enabled) {
108 if (sysctl.ctr[i].enabled) {
122 if (sysctl.ctr[i].enabled)
    [all...]
op_model_p4.c 379 #define CTR_OVERFLOW_P(ctr) (!((ctr) & 0x80000000))
482 static void pmc_setup_one_p4_counter(unsigned int ctr)
496 counter_bit = 1 << VIRT_CTR(stag, ctr);
499 if (sysctl.ctr[ctr].event <= 0 || sysctl.ctr[ctr].event > NUM_EVENTS) {
502 sysctl.ctr[ctr].event)
627 unsigned long ctr, low, high, stag, real; local
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jidctred.c 129 int ctr; local
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; local
    [all...]
jfdctflt.c 65 int ctr; local
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
jfdctfst.c 120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
  /external/jpeg/
jidctred.c 129 int ctr; local
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; local
    [all...]
jfdctflt.c 65 int ctr; local
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
jfdctfst.c 120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jidctred.c 130 int ctr; local
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; local
    [all...]
fpdfapi_jfdctfst.c 121 int ctr; local
127 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
177 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
  /external/qemu/distrib/jpeg-6b/
jidctred.c 129 int ctr; local
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; local
    [all...]
jfdctflt.c 65 int ctr; local
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
jfdctfst.c 120 int ctr; local
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
  /external/oprofile/module/ia64/
op_pmu.c 57 int ctr; local
59 for (ctr = 0 ; ctr < op_nr_counters ; ++ctr) {
60 if (pmd_overflowed(pmc0, ctr)) {
61 op_do_profile(cpu, regs->cr_iip, 1, ctr);
62 set_pmd_neg(oprof_data[cpu].ctr_count[ctr], ctr);
191 if (sysctl.ctr[ii].enabled) {
194 set_pmd_neg(sysctl.ctr[ii].count, ii)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c 457 unsigned int ctr; local
474 ctr = 1;
514 ctr = GETU32(ctx->Yi.c + 12);
516 ctr = ctx->Yi.d[3];
521 ++ctr;
523 PUTU32(ctx->Yi.c + 12, ctr);
525 ctx->Yi.d[3] = ctr;
598 unsigned int n, ctr; local
625 ctr = GETU32(ctx->Yi.c + 12);
627 ctr = ctx->Yi.d[3]
758 unsigned int n, ctr; local
925 unsigned int n, ctr; local
1035 unsigned int n, ctr; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
Preconditions.java 144 long ctr = 0; local
148 String.format("%s[%d] must not be null", valueName, ctr));
150 ++ctr;
  /external/chromium_org/third_party/boringssl/src/crypto/ecdh/
ecdh.c 174 uint8_t ctr[4]; local
185 ctr[3] = i & 0xFF;
186 ctr[2] = (i >> 8) & 0xFF;
187 ctr[1] = (i >> 16) & 0xFF;
188 ctr[0] = (i >> 24) & 0xFF;
190 !EVP_DigestUpdate(&mctx, ctr, sizeof(ctr)) ||

Completed in 784 milliseconds

1 2 3 4 5 6