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

  /prebuilts/go/darwin-x86/test/ken/
cplx2.go 26 Cc = C5 * C6 // MUL(-22,-150)
93 cc := c5 * c6
94 if cc != Cc {
95 println("opcode x", cc, Cc)
  /prebuilts/go/linux-x86/test/ken/
cplx2.go 26 Cc = C5 * C6 // MUL(-22,-150)
93 cc := c5 * c6
94 if cc != Cc {
95 println("opcode x", cc, Cc)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code.s 4 cc = r6 == r0; define
5 Cc = R7 == r2;
6 CC = R3 == -2;
7 cc = r0 < r1; define
8 cC = r4 < -4;
9 Cc = r4 <= R5;
10 cc = r5 <= 3; define
11 cc = r6 < r7 (iu); define
12 cc = R7 < 4 (iu); define
13 CC = r5 <= R3 (Iu)
19 cc = sp == p0; define
24 cc = r3 <= 3; define
28 cc = r2 <= 0 (IU); define
34 cc = A0 < a1; define
35 cc = a0 <= a1; define
54 cc = AZ; define
62 cc = av1s; define
69 cc = !cc; define
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
mkstringprep.py 268 Cc = set(gen_category(["Cc"]))
269 Cc_ascii = Cc & set(range(128))
275 return ord(code) < 128 and unicodedata.category(code) == "Cc"
284 Cc_nonascii = Cc - Cc_ascii
295 if unicodedata.category(code) == "Cc": return True
299 return unicodedata.category(code) == "Cc" or \\
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.c 60 @param Cc The buffer used to store configuration register content.
69 IN NVME_CC *Cc
90 WriteUnaligned32 ((UINT32*)Cc, Data);
98 @param Cc The buffer used to store the content to be written into configuration register.
107 IN NVME_CC *Cc
115 Data = ReadUnaligned32 ((UINT32*)Cc);
129 DEBUG ((EFI_D_INFO, "Cc.En: %d\n", Cc->En));
130 DEBUG ((EFI_D_INFO, "Cc.Css: %d\n", Cc->Css));
    [all...]
  /external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp 33 const C Cc;
65 Ca.Mb.Cc.d.e.Mnum = 5;
69 Ca.Cb.Cc.Cd.Ce.Snum = 5;
129 a.getSCB().Cc.d.e.num = 5;
131 // CHECK: error:{{.*}} 'Cc'
133 // CHECK: note:{{.*}} 'Cc'
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js 58 function cc(a,b){b.push('"',a.replace(ec,function(a){if(a in dc)return dc[a];var b=a.charCodeAt(0),e="\\\\u";16>b?e+="000":256>b?e+="00":4096>b&&(e+="0");return dc[a]=e+b.toString(16)}),'"')};function fc(a){if("function"==typeof a.yb)return a.yb();if(ga(a))return a.split("");if(fa(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return zb(a)}function gc(a){if("function"==typeof a.Ja)return a.Ja();if("function"!=typeof a.yb){if(fa(a)||ga(a)){var b=[];a=a.length;for(var c=0;c<a;c++)b.push(c);return b}return Ab(a)}} function
    [all...]
  /external/libmojo/third_party/jinja2/
_stringdefs.py 18 Cc = u'\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f\x7f\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f'
    [all...]
  /tools/repohooks/tools/
checkpatch.pl 392 Cc:
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 833 uint32_t Cc = tx.env_color[i];
834 if (sf>8) Cc = (Cc * ((1<<sf)-1))>>8;
835 else if (sf<8) Cc = (Cc - (Cc>>(8-sf)))>>(8-sf);
837 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
tables.go 17 "Cc": Cc,
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
tables.go 17 "Cc": Cc,
    [all...]

Completed in 355 milliseconds