HomeSort by: relevance | last modified time | path
    Searched defs:CL (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_sddr2.c 69 int CL, WR, DLL = 0, ODT = 0;
73 CL = ram->next->bios.timing_10_CL;
79 CL = (ram->next->bios.timing[1] & 0x0000001f);
92 CL = ramxlat(ramddr2_cl, CL);
94 if (CL < 0 || WR < 0)
99 ram->mr[0] |= (CL & 0x07) << 4;
nouveau_nvkm_subdev_fb_gddr3.c 78 int CL, WR, CWL, DLL = 0, ODT = 0, RON, hi;
83 CL = ram->next->bios.timing_10_CL;
91 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0;
107 CL = ramxlat(hi ? ramgddr3_cl_hi : ramgddr3_cl_lo, CL);
109 if (CL < 0 || CWL < 1 || CWL > 7 || WR < 0)
114 ram->mr[0] |= (CL & 0x07) << 4;
115 ram->mr[0] |= (CL & 0x08) >> 1;
nouveau_nvkm_subdev_fb_gddr5.c 43 int WL, CL, WR, at[2], dt, ds;
64 CL = (ram->next->bios.timing[1] & 0x0000001f);
75 if (WL < 1 || WL > 7 || CL < 5 || CL > 36 || WR < 4 || WR > 35)
77 CL -= 5;
82 ram->mr[0] |= (CL & 0x0f) << 3;
124 ram->mr[8] |= (CL & 0x10) >> 4;
nouveau_nvkm_subdev_fb_sddr3.c 78 int CWL, CL, WR, DLL = 0, ODT = 0;
89 CL = ram->next->bios.timing_10_CL;
95 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0;
107 CL = ramxlat(ramddr3_cl, CL);
109 if (CL < 0 || CWL < 0 || WR < 0)
114 ram->mr[0] |= (CL & 0x0e) << 3;
115 ram->mr[0] |= (CL & 0x01) << 2;
  /src/lib/libcurses/PSD.doc/
twinkle2.c 61 static char *CL;
97 CL = tgetstr("cl", &ptr);
98 if (CL == NULL) {
99 printf("terminal does not have the cl capability\n");
107 tputs(CL, NLINES, putchar);
  /src/games/backgammon/common_source/
fancy.c 61 static char *CL; /* clear screen sequence */
83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP};
596 if (CL == NULL) {
605 tputs(CL, CO, addbuf); /* put CL in buffer */
751 if (LI < 24 || CO < 72 || !(CL && UP && ND)) {
752 /* force CL to null because this is what's tested in clear() */
753 CL = NULL;
  /src/sys/arch/i386/include/
bioscall.h 74 #define CL r_cx.biosreg_quarter[BIOSREG_LO]
  /src/tests/lib/libc/sys/
t_clock_gettime.c 94 #define CL(x) \
102 CL(clock_gettime(CLOCK_REALTIME, &tsa));
105 CL(time(&endlimit));
111 CL(clock_gettime(CLOCK_REALTIME, &tsb));
152 #undef CL
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 79 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
82 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
83 range = CL->getSourceRange();
  /src/external/bsd/jemalloc/dist/scripts/
gen_travis.py 111 CL = Option.as_compiler('CC=cl.exe CXX=cl.exe')
148 # For non-CL compilers under Windows (for now it's only MinGW-GCC),
152 if compiler != CL.value:
274 CL,
  /src/libexec/getty/
gettytab.h 66 #define CL gettystrs[1].value
  /src/usr.bin/tip/
tip.c 116 long CL;
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 184 ISO_RRIP_CLINK CL;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 510 SDValue LL, LH, RL, RH, CL, CH;
516 CL = CH = Cond;
519 std::tie(CL, CH) = DAG.SplitVector(Res, dl);
524 GetSplitVector(Cond, CL, CH);
535 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
537 SplitVecRes_SETCC(Cond.getNode(), CL, CH);
539 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
542 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
  /src/sys/arch/amd64/amd64/
db_disasm.c 93 #define CL 12 /* cl, for shifts */
340 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
349 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
839 /*d2*/ { "", true, BYTE, op2(CL, E), db_Grp2 },
840 /*d3*/ { "", true, LONG, op2(CL, E), db_Grp2 },
927 {{"%al", "%cl", "%dl", "%bl", "%ah", "%ch", "%dh", "%bh",
936 {{"%al", "%cl", "%dl", "%bl", "%spl", "%bpl", "%sil", "%dil",
1414 case CL:
1415 db_printf("%%cl");
    [all...]
  /src/sys/arch/i386/i386/
db_disasm.c 75 #define CL 12 /* cl, for shifts */
308 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
317 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
802 /*d2*/ { NULL, true, BYTE, op2(CL, E), db_Grp2 },
803 /*d3*/ { NULL, true, LONG, op2(CL, E), db_Grp2 },
887 { "%al", "%cl", "%dl", "%bl", "%ah", "%ch", "%dh", "%bh" },
1322 case CL:
1323 db_printf("%%cl");
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 861 const CompoundLiteralExpr *CL;
863 CompoundLiteralRegion(const CompoundLiteralExpr *cl,
865 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {
866 assert(cl);
872 const CompoundLiteralExpr *CL,
876 QualType getValueType() const override { return CL->getType(); }
878 bool isBoundable() const override { return !CL->isFileScope(); }
884 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
1369 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h 182 #define CL 014
219 { CL, CH, EAXECX, EDXECX, ECXEBX, ECXESI, ECXEDI, -1 },\
239 { EAX, AL, AH, ECX, CL, CH, EAXEDX, EAXEBX, EAXESI, /* eaxecx */\
247 { EDX, DL, DH, ECX, CL, CH, EAXEDX, EAXECX, EDXEBX, /* edxecx */\
255 { ECX, CL, CH, EBX, BL, BH, EAXECX, EDXECX, ECXESI, /* ecxebx */\
257 { ECX, CL, CH, ESI, EAXECX, EDXECX, ECXEBX, ECXEDI, /* ecxesi */\
259 { ECX, CL, CH, EDI, EAXECX, EDXECX, ECXEBX, ECXESI, /* ecxedi */\
  /src/external/bsd/pcc/dist/pcc/arch/i86/
macdefs.h 165 #define CL 014
202 { CL, CH, AXCX, DXCX, CXBX, CXSI, CXDI, -1 },\
222 { AX, AL, AH, CX, CL, CH, AXDX, AXBX, AXSI, /* axcx */\
230 { DX, DL, DH, CX, CL, CH, AXDX, AXCX, DXBX, /* dxcx */\
238 { CX, CL, CH, BX, BL, BH, AXCX, DXCX, CXSI, /* cxbx */\
240 { CX, CL, CH, SI, AXCX, DXCX, CXBX, CXDI, /* cxsi */\
242 { CX, CL, CH, DI, AXCX, DXCX, CXBX, CXSI, /* cxdi */\
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 369 void setColonLoc(SourceLocation CL) { ColonLoc = CL; }
2875 void setColonLoc(SourceLocation CL) { ColonLoc = CL; }
3195 void setColonLoc(SourceLocation CL) { ColonLoc = CL; }
3426 void setColonLoc(SourceLocation CL) { ColonLoc = CL; }
5128 auto CL = M.second;
5134 *DNLI = CL.size()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 35 static cl::opt<bool>
36 OptimisticAttributes("openmp-ir-builder-optimistic-attributes", cl::Hidden,
37 cl::desc("Use optimistic attributes describing "
39 cl::init(false));
1113 CanonicalLoopInfo *CL = &LoopInfos.front();
1115 CL->Preheader = Preheader;
1116 CL->Header = Header;
1117 CL->Cond = Cond;
1118 CL->Body = Body;
1119 CL->Latch = Latch
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 2019 llvm::CanonicalLoopInfo *CL =
2023 Builder.restoreIP(CL->getAfterIP());
2027 OMPLoopNestStack.push_back(CL);
CGOpenMPRuntime.cpp 2489 Address CL =
2497 CL.getPointer(), // void *<copyprivate list>
8355 for (const auto *Cl : Clauses) {
8356 const auto *C = dyn_cast<OMPMapClause>(Cl);
8377 for (const auto *Cl : Clauses) {
8378 const auto *C = dyn_cast<OMPToClause>(Cl);
8395 for (const auto *Cl : Clauses) {
8396 const auto *C = dyn_cast<OMPFromClause>(Cl);
8425 for (const auto *Cl : Clauses) {
8426 const auto *C = dyn_cast<OMPUseDevicePtrClause>(Cl);
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 6111 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
6112 if (CL == SectionRef())
6113 CL = get_section(O, "__DATA", "__objc_classlist");
6114 if (CL == SectionRef())
6115 CL = get_section(O, "__DATA_CONST", "__objc_classlist");
6116 if (CL == SectionRef())
6117 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
6118 info.S = CL;
6119 walk_pointer_list_64("class", CL, O, &info, print_class64_t);
6192 SectionRef CL = get_section(O, "__OBJC2", "__class_list")
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 512 #define CL { OP_IMREG, cl_reg }
2442 { "shldS", { Ev, Gv, CL }, 0 },
2451 { "shrdS", { Ev, Gv, CL }, 0 },
2627 "%al", "%cl", "%dl", "%bl", "%ah", "%ch", "%dh", "%bh",
2630 "%al", "%cl", "%dl", "%bl", "%spl", "%bpl", "%sil", "%dil",
2814 { "%NFrolA", { VexGb, Eb, CL }, NO_PREFIX },
2815 { "%NFrorA", { VexGb, Eb, CL }, NO_PREFIX },
2816 { "rclA", { VexGb, Eb, CL }, NO_PREFIX },
2817 { "rcrA", { VexGb, Eb, CL }, NO_PREFIX },
2818 { "%NFshlA", { VexGb, Eb, CL }, NO_PREFIX }
    [all...]

Completed in 80 milliseconds

1 2