/external/chromium_org/third_party/qcms/src/ |
D | transform_util.c | 454 qcms_bool compute_precache(struct curveType *trc, uint8_t *output) in compute_precache() argument 457 if (trc->type == PARAMETRIC_CURVE_TYPE) { in compute_precache() 464 … compute_curve_gamma_table_type_parametric(gamma_table, trc->parameter, trc->count); in compute_precache() 482 if (trc->count == 0) { in compute_precache() 484 } else if (trc->count == 1) { in compute_precache() 485 compute_precache_pow(output, 1./u8Fixed8Number_to_float(trc->data[0])); in compute_precache() 488 int inverted_size = trc->count; in compute_precache() 496 inverted = invert_lut(trc->data, trc->count, inverted_size); in compute_precache() 539 void build_output_lut(struct curveType *trc, in build_output_lut() argument 542 if (trc->type == PARAMETRIC_CURVE_TYPE) { in build_output_lut() [all …]
|
D | transform_util.h | 52 void build_output_lut(struct curveType *trc, 56 qcms_bool compute_precache(struct curveType *trc, uint8_t *output);
|
/external/openssl/crypto/bio/ |
D | b_dump.c | 82 int i,j,rows,trc; in BIO_dump_indent_cb() local 86 trc=0; in BIO_dump_indent_cb() 90 trc++; in BIO_dump_indent_cb() 150 if (trc > 0) in BIO_dump_indent_cb() 153 len+trc); in BIO_dump_indent_cb()
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | b_dump.c | 82 int i,j,rows,trc; in BIO_dump_indent_cb() local 86 trc=0; in BIO_dump_indent_cb() 90 trc++; in BIO_dump_indent_cb() 150 if (trc > 0) in BIO_dump_indent_cb() 153 len+trc); in BIO_dump_indent_cb()
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 1044 static void handle_syscall(ThreadId tid, UInt trc) in handle_syscall() argument 1057 SCHEDSETJMP(tid, jumped, VG_(client_syscall)(tid, trc)); in handle_syscall() 1253 HWord trc[2]; /* "two_words" */ in VG_() local 1254 run_thread_for_a_while( &trc[0], in VG_() 1260 VG_(sprintf)(buf, "TRC: %s", name_of_sched_event(trc[0])); in VG_() 1264 if (trc[0] == VEX_TRC_JMP_NOREDIR) { in VG_() 1283 handle_noredir_jump( &trc[0], in VG_() 1286 vg_assert(trc[0] != VEX_TRC_JMP_NOREDIR); in VG_() 1293 vg_assert(trc[0] != VG_TRC_INNER_COUNTERZERO); in VG_() 1298 vg_assert(trc[0] != VG_TRC_CHAIN_ME_TO_SLOW_EP in VG_() [all …]
|
/external/llvm/lib/CodeGen/ |
D | Spiller.cpp | 88 const TargetRegisterClass *trc = mri->getRegClass(li->reg); in trivialSpillEverywhere() local 136 tii->loadRegFromStackSlot(*mi->getParent(), miItr, newLI->reg, ss, trc, in trivialSpillEverywhere() 150 true, ss, trc, tri); in trivialSpillEverywhere()
|
D | RegAllocPBQP.cpp | 214 const TargetRegisterClass *trc = mri->getRegClass(vreg); in build() local 224 ArrayRef<uint16_t> rawOrder = trc->getRawAllocationOrder(*mf); in build()
|
/external/valgrind/main/coregrind/ |
D | pub_core_syswrap.h | 43 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
|
/external/strace/ |
D | system.c | 2281 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_syswrap/ |
D | syswrap-main.c | 404 /*IN*/ UInt trc ) in getSyscallArgsFromGuestState() argument 533 switch (trc) { in getSyscallArgsFromGuestState() 569 vg_assert(trc == VEX_TRC_JMP_SYS_SYSCALL); in getSyscallArgsFromGuestState() 1271 void VG_(client_syscall) ( ThreadId tid, UInt trc ) in VG_() 1380 getSyscallArgsFromGuestState( &sci->orig_args, &tst->arch.vex, trc ); in VG_()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1228 const TargetRegisterClass *trc = mf.getRegInfo().getRegClass(v_reg); 1229 return trc->contains(p_reg);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 17607 http://trc.ucdavis.edu/trc/teachguide/before.html 17608 http://trc.virginia.edu/Publications/OP_Cook/Cook_Nobelists.htm 17609 http://trc.virginia.edu/Publications/Teaching_Concerns/Fall_1997/TC_Fall_1997_Change-Up.htm 47474 http://www.holocaust-trc.org/fry.htm
|