HomeSort by relevance Sort by last modified time
    Searched refs:CL (Results 26 - 50 of 69) sorted by null

12 3

  /system/core/include/sysutils/
List.h 271 template <class> class CL,
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /system/core/include/utils/
List.h 270 template <class> class CL,
274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /system/netd/
List.h 271 template <class> class CL,
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 816 const CompoundLiteralExpr *CL;
818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
819 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
822 const CompoundLiteralExpr *CL,
826 return CL->getType();
829 bool isBoundable() const { return !CL->isFileScope(); }
835 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
    [all...]
ExprEngine.h 345 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
  /external/grub/stage2/
iso9660.h 180 struct CL {
182 } cl; member in union:rock_ridge::__anon18452
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 10 #define __NO_STD_VECTOR // Uses cl::vectpr instead of std::vectpr
11 #define __NO_STD_STRING // Uses cl::STRING_CLASS instead of std::string
14 # include <OpenCL/cl.hpp>
16 # include <CL/cl.hpp>
54 static bool init_device_and_context(cl::Device* device, cl::Context* context) {
56 cl::vector<cl::Platform> platformList;
57 cl::Platform::get(&platformList)
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 47 cl::opt<bool>
49 cl::desc("Force align the stack to the minimum alignment"
51 cl::init(false), cl::Hidden);
53 static cl::opt<bool>
54 EnableBasePointer("x86-use-base-pointer", cl::Hidden, cl::init(true),
55 cl::desc("Enable use of a base pointer for complex stack frames"));
544 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
556 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
296 const CompoundLiteralExpr *CL,
299 ID.AddPointer(CL);
472 os << "{ " << (const void*) CL << " }";
874 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
879 if (CL->isFileScope())
887 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
    [all...]
  /external/qemu/
i386-dis.c 400 #define CL { OP_IMREG, cl_reg }
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 9 // Interval at which to reload the non-CL bot status.
174 clAnchor.textContent = "CL " + issue.issue;
  /external/clang/include/clang/AST/
StmtCXX.h 139 SourceLocation FL, SourceLocation CL, SourceLocation RPL);
Stmt.h 726 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) :
727 SwitchCase(DefaultStmtClass, DL, CL), SubStmt(substmt) {}
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 484 SDValue LL, LH, RL, RH, CL, CH;
490 CL = CH = Cond;
496 CL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VCondTy, Cond,
502 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 187 -l | -CL | --lisp) FORMAT=lisp ;;
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 146 #define CL {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_CL}
enc_tabl.cpp 185 is 'SHLD r_m32, r32, CL=r8'. This gives us the maximum number of:
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 1052 static void biosfn_set_cursor_shape (CH,CL)
1053 Bit8u CH;Bit8u CL;
1058 CL&=0x1f;
1060 curs=(CH<<8)+CL;
1065 if((modeset_ctl&0x01) && (cheight>8) && (CL<8) && (CH<0x20))
1067 if(CL!=(CH+1))
1073 CH = ((CL+1) * cheight / 8) - 2;
1075 CL = ((CL+1) * cheight / 8) - 1;
1083 outb(crtc_addr+1,CL);
1754 mov cl, #0x01 variable
1767 cmp cl, #0x04 variable
1783 mov cl, #0x01 variable
1796 cmp cl, #0x04 variable
2191 mov cl, #0x00 variable
2201 cmp cl, #0x10 variable
2292 mov cl, #0x00 variable
2305 cmp cl, #0x10 variable
2448 mov cl, al variable
2858 mov cl, [bx] variable
2859 and cl, #0x0f variable
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 68 ENTRY(CL) \
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 101 #define CL cl
163 #define CL %cl
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 101 #define CL cl
163 #define CL %cl
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.h 32 #include <CL/cl_platform.h>
    [all...]
  /external/mesa3d/include/CL/
cl.h 32 #include <CL/cl_platform.h>
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 528 milliseconds

12 3