Searched defs:td (Results 1 - 25 of 114) sorted by last modified time

12345

/external/valgrind/main/perf/
H A Dtinycc.c5447 static void type_decl(CType *type, AttributeDef *ad, int *v, int td);
12579 in 'type'. 'td' is a bitmask indicating which kind of type decl is
12584 static void type_decl(CType *type, AttributeDef *ad, int *v, int td)
12627 type_decl(&type1, ad, v, td);
12631 if (tok >= TOK_IDENT && (td & TYPE_DIRECT)) {
12635 if (!(td & TYPE_ABSTRACT))
12582 type_decl(CType *type, AttributeDef *ad, int *v, int td) argument
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c4479 IRTemp td = newTemp(Ity_I64); /* RDI */ local
4484 assign( td, unop(Iop_32Uto64, getIReg32(R_RDI)) );
4487 assign( td, getIReg64(R_RDI) );
4491 storeLE( mkexpr(td), loadLE(ty,mkexpr(ts)) );
4493 incd = binop(Iop_Add64, mkexpr(td), mkexpr(t_inc));
4528 IRTemp td = newTemp(Ity_I64); /* RDI */ local
4534 assign( td, unop(Iop_32Uto64, getIReg32(R_RDI)) );
4536 assign( td, getIReg64(R_RDI) );
4538 storeLE( mkexpr(td), mkexpr(ta) );
4540 incd = binop(Iop_Add64, mkexpr(td), mkexp
4552 IRTemp td = newTemp(Ity_I64); /* RDI */ local
4585 IRTemp td = newTemp(Ity_I64); /* RDI */ local
[all...]
H A Dguest_x86_toIR.c3200 IRTemp td = newTemp(Ity_I32); /* EDI */ local
3203 assign( td, getIReg(4, R_EDI) );
3206 storeLE( mkexpr(td), loadLE(ty,mkexpr(ts)) );
3208 putIReg( 4, R_EDI, binop(Iop_Add32, mkexpr(td), mkexpr(t_inc)) );
3230 IRTemp td = newTemp(Ity_I32); /* EDI */ local
3233 assign( td, getIReg(4, R_EDI) );
3235 storeLE( mkexpr(td), mkexpr(ta) );
3237 putIReg( 4, R_EDI, binop(Iop_Add32, mkexpr(td), mkexpr(t_inc)) );
3246 IRTemp td = newTemp(Ity_I32); /* EDI */ local
3249 assign( td, getIRe
3266 IRTemp td = newTemp(Ity_I32); /* EDI */ local
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1124 int td[UNROLL]; local
1163 td[i] = d;
1177 td[i] = d;
1180 ta[i] = tdv[i] = td[i] = 0xbeef;
1276 in_dst[i], src[i-8], td[i], tdv[i], tap[i], ta[i]);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/qemu/distrib/jpeg-6b/
H A Djcmarker.c311 int i, td, ta; local
323 td = compptr->dc_tbl_no;
334 td = 0; /* no DC table either */
336 td = 0; /* AC scan */
339 emit_byte(cinfo, (td << 4) + ta);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmarker.c312 int i, td, ta; local
324 td = compptr->dc_tbl_no;
335 td = 0; /* no DC table either */
337 td = 0; /* AC scan */
340 emit_byte(cinfo, (td << 4) + ta);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1052 int td, ta, c = lstrm.GetByte() - 1; local
1060 td = lstrm.GetByte();
1061 ta = td & 15;
1062 td >>= 4;
1064 td <= 3 && m_is_td[td] &&
1068 m_ci[c].td = (char)td;
1288 const short* td = m_td[m_ci[c].td]; local
[all...]
H A Dgrfmt_jpeg.h135 char td, ta; // DC & AC huffman tables member in struct:GrFmtJpegReader::cmp_info
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c174 struct pipe_query_data_timestamp_disjoint td; local
176 td.frequency = 1000000;
177 td.disjoint = sq->end != sq->start;
178 memcpy(vresult, &td,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c820 struct transform_data *td = (struct transform_data *)pd->user_data; local
832 matrix_map_point(td->matrix,
836 matrix_map_point(td->matrix,
844 matrix_map_point(td->matrix,
846 matrix_map_point(td->matrix,
850 matrix_map_point(td->matrix,
852 matrix_map_point(td->matrix,
854 matrix_map_point(td->matrix,
858 matrix_map_point(td->matrix,
862 matrix_map_point(td
[all...]
/external/llvm/utils/emacs/
H A Dtablegen-mode.el10 (defvar td-decorators-face 'td-decorators-face
12 (make-face 'td-decorators-face)
35 '("^[ \t]*\\(@.+\\)" 1 'td-decorators-face)
119 ;; Associate .td files with tablegen-mode
120 (setq auto-mode-alist (append '(("\\.td$" . tablegen-mode)) auto-mode-alist))
/external/llvm/
H A Dllvm-device-build.mk70 ## Commands for running tblgen to compile a td file
72 define transform-device-td-to-out
H A Dllvm-host-build.mk57 ## Commands for running tblgen to compile a td file
59 define transform-host-td-to-out
H A Dllvm-tblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
32 tblgen_td_deps := $(tblgen_source_dir)/../*.td
34 tblgen_td_deps := $(tblgen_source_dir)/*.td
39 # The directory and the .td directory is not the same.
43 $(generated_sources)/%GenRegisterInfo.inc: $(tblgen_source_dir)/../%.td \
45 $(call transform-td
[all...]
/external/llvm/lib/Target/
H A DTargetMachineC.cpp192 const DataLayout* td = TM->getDataLayout(); local
194 if (!td) {
199 Mod->setDataLayout(td);
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp233 const ThreadData &td = m_thread_data[tid]; local
234 lldb::ThreadSP thread_sp(new ThreadElfCore (*this, tid, td));
H A DThreadElfCore.cpp29 const ThreadData &td) :
31 m_thread_name(td.name),
33 m_signo(td.signo),
34 m_gpregset_data(td.gpregset),
35 m_fpregset_data(td.fpregset)
28 ThreadElfCore(Process &process, tid_t tid, const ThreadData &td) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c434 struct thread_data *td; local
517 td = g->threads + t;
527 CPU_ZERO(&td->bind_cpumask);
530 CPU_SET(cpu, &td->bind_cpumask);
566 struct thread_data *td; local
634 td = g->threads + t;
641 td->bind_node = bind_node;
813 struct thread_data *td; local
818 td = g->threads + task_nr;
820 node = numa_node_of_cpu(td
846 struct thread_data *td; local
913 struct thread_data *td = g->threads + t; local
1010 struct thread_data *td = __tdata; local
1195 struct thread_data *td; local
1276 struct thread_data *td = g->threads + t; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_mv_pred.c108 WORD32 td, tb, tx; local
112 td = CLIP_S8(cur_poc - nbr_ref_poc);
115 if(0 != td)
117 tx = (16384 + (abs(td) >> 1)) / td;
170 WORD32 td, tb, tx; local
174 td = CLIP_S8(col_poc - col_ref_poc);
177 tx = (16384 + (abs(td) >> 1)) / td;
/external/libedit/src/
H A Dtty.c451 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
452 #define tty__geteightbit(td) (((td)->c_cflag & CSIZE) == CS8)
453 #define tty__cooked_mode(td) ((td)->c_lflag & ICANON)
614 tty__getspeed(struct termios *td) argument
618 if ((spd = cfgetispeed(td)) == 0)
619 spd = cfgetospeed(td);
735 tty__getchar(struct termios *td, unsigne argument
817 tty__setchar(struct termios *td, unsigned char *s) argument
[all...]
/external/jpeg/
H A Djcmarker.c311 int i, td, ta; local
323 td = compptr->dc_tbl_no;
334 td = 0; /* no DC table either */
336 td = 0; /* AC scan */
339 emit_byte(cinfo, (td << 4) + ta);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java231 private void merge(TypeData td, TypeData target) { argument
234 // td or target is null if it is TOP.
235 if (td != TOP && td.isObjectType())
242 target.merge(td);
298 TypeData td = types[i];
299 if (td != null)
300 td.evalExpectedType(cp);
371 TypeData td = bb.stackTypes[0];
372 if (td
[all...]
H A DTypeData.java42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode { argument
43 if (td == TypeTag.TOP)
46 td.setType(className, cp);
158 private static void add(ArrayList list, TypeData td) { argument
161 if (list.get(i) == td)
164 list.add(td);
217 TypeData td = (TypeData)equiv.get(i);
218 if (td instanceof TypeName) {
219 TypeName tn = (TypeName)td;
227 TypeData td
[all...]

Completed in 389 milliseconds

12345