Searched defs:trc (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Db_dump.c82 int i,j,rows,trc; local
86 trc=0;
90 trc++;
150 if (trc > 0)
153 len+trc);
/external/openssl/crypto/bio/
H A Db_dump.c82 int i,j,rows,trc; local
86 trc=0;
90 trc++;
150 if (trc > 0)
153 len+trc);
/external/llvm/lib/CodeGen/
H A DSpiller.cpp88 const TargetRegisterClass *trc = mri->getRegClass(li->reg); local
136 tii->loadRegFromStackSlot(*mi->getParent(), miItr, newLI->reg, ss, trc,
150 true, ss, trc, tri);
H A DRegAllocPBQP.cpp214 const TargetRegisterClass *trc = mri->getRegClass(vreg); local
224 ArrayRef<uint16_t> rawOrder = trc->getRawAllocationOrder(*mf);
/external/chromium_org/third_party/qcms/src/
H A Dtransform_util.c454 qcms_bool compute_precache(struct curveType *trc, uint8_t *output) argument
457 if (trc->type == PARAMETRIC_CURVE_TYPE) {
464 compute_curve_gamma_table_type_parametric(gamma_table, trc->parameter, trc->count);
482 if (trc->count == 0) {
484 } else if (trc->count == 1) {
485 compute_precache_pow(output, 1./u8Fixed8Number_to_float(trc->data[0]));
488 int inverted_size = trc->count;
496 inverted = invert_lut(trc->data, trc
539 build_output_lut(struct curveType *trc, uint16_t **output_gamma_lut, size_t *output_gamma_lut_length) argument
[all...]
/external/strace/
H A Dsystem.c2281 ts_reclaim_child_inargs_t trc; local
2293 if (iov.tio_udatainlen != sizeof trc ||
2294 umove (tcp, (long) iov.tio_udatain, &trc) < 0)
2297 trc.trc_pid, trc.trc_start);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1044 static void handle_syscall(ThreadId tid, UInt trc) argument
1057 SCHEDSETJMP(tid, jumped, VG_(client_syscall)(tid, trc));
1253 HWord trc[2]; /* "two_words" */ local
1254 run_thread_for_a_while( &trc[0],
1260 VG_(sprintf)(buf, "TRC: %s", name_of_sched_event(trc[0]));
1264 if (trc[0] == VEX_TRC_JMP_NOREDIR) {
1283 handle_noredir_jump( &trc[0],
1286 vg_assert(trc[0] != VEX_TRC_JMP_NOREDIR);
1293 vg_assert(trc[0] != VG_TRC_INNER_COUNTERZERO);
1298 vg_assert(trc[
[all...]

Completed in 147 milliseconds