HomeSort by relevance Sort by last modified time
    Searched defs:CVT (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Sema/
deref.c 37 typedef const void CVT;
38 extern CVT cv3;
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 168 EVT CVT = Count.getValueType();
169 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
171 CVT));
172 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX : X86::ECX,
X86ISelLowering.cpp     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_tiff.cpp 374 #define CVT(x) ((uint16_t)((x) >> 8))
375 red_orig[i] = CVT(red_orig[i]);
376 green_orig[i] = CVT(green_orig[i]);
377 blue_orig[i] = CVT(blue_orig[i]);
378 #undef CVT
  /external/opencv3/3rdparty/libtiff/
tif_getimage.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 469 milliseconds