Home
last modified time | relevance | path

Searched refs:ccode (Results 1 – 18 of 18) sorted by relevance

/external/pcre/src/
Dpcre2_printint.c350 PCRE2_SPTR ccode; in pcre2_printint() local
627 ccode = code + OP_lengths[*code]; in pcre2_printint()
640 ccode = code + OP_lengths[*code]; in pcre2_printint()
687 ccode = code + LINK_SIZE + 1; in pcre2_printint()
688 printmap = (*ccode & XCL_MAP) != 0; in pcre2_printint()
689 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
691 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre2_printint()
694 ccode++; in pcre2_printint()
699 ccode = code + 1; in pcre2_printint()
706 map = (uint8_t *)ccode; in pcre2_printint()
[all …]
/external/linux-kselftest/tools/testing/selftests/size/
Dget_size.c71 int ccode; in print_k_value() local
78 ccode = print_num(num); in print_k_value()
80 return ccode; in print_k_value()
86 int ccode; in _start() local
94 ccode = syscall(SYS_sysinfo, &info); in _start()
95 if (ccode < 0) { in _start()
99 syscall(SYS_exit, ccode); in _start()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td20 : I<0x40, MRMSrcRegCC, (outs GR16:$dst), (ins GR16:$src1, GR16:$src2, ccode:$cond),
26 : I<0x40, MRMSrcRegCC, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2, ccode:$cond),
32 :RI<0x40, MRMSrcRegCC, (outs GR64:$dst), (ins GR64:$src1, GR64:$src2, ccode:$cond),
41 : I<0x40, MRMSrcMemCC, (outs GR16:$dst), (ins GR16:$src1, i16mem:$src2, ccode:$cond),
46 : I<0x40, MRMSrcMemCC, (outs GR32:$dst), (ins GR32:$src1, i32mem:$src2, ccode:$cond),
51 :RI<0x40, MRMSrcMemCC, (outs GR64:$dst), (ins GR64:$src1, i64mem:$src2, ccode:$cond),
77 def SETCCr : I<0x90, MRMXrCC, (outs GR8:$dst), (ins ccode:$cond),
81 def SETCCm : I<0x90, MRMXmCC, (outs), (ins i8mem:$dst, ccode:$cond),
DX86InstrControl.td76 (ins brtarget8:$dst, ccode:$cond),
81 (ins brtarget16:$dst, ccode:$cond),
85 (ins brtarget32:$dst, ccode:$cond),
DX86InstrInfo.td618 def ccode : Operand<i8> {
/external/python/cpython2/Lib/test/
Dtest_new.py74 ccode = compile(codestr, '<string>', 'exec')
80 func = new.function(ccode, g)
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_bpf.c346 struct sock_filter ccode[] = {{ BPF_RET | BPF_A, 0, 0, 0 }}; in test_filter_no_reuseport() local
361 cprog.len = ARRAY_SIZE(ccode); in test_filter_no_reuseport()
362 cprog.filter = ccode; in test_filter_no_reuseport()
/external/curl/lib/
Durlapi.c413 CURLcode ccode; in parse_hostname_login() local
447 ccode = Curl_parse_login_details(login, ptr - login - 1, in parse_hostname_login()
451 if(ccode) { in parse_hostname_login()
/external/openscreen/build/config/
DBUILD.gn78 # for throw calls in user ccode. The no*unwind-tables flags disable generation
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp848 Instruction::setPredicate(CondCode ccode, Value *value) in setPredicate() argument
850 cc = ccode; in setPredicate()
Dnv50_ir.h867 bool setPredicate(CondCode ccode, Value *);
/external/python/pycparser/utils/benchmark/inputs/
Dredis.c.ppout2440 int ccode = 37;
2441 if (strstr(color,"red")) ccode = 31;
2442 else if (strstr(color,"green")) ccode = 32;
2443 else if (strstr(color,"yellow")) ccode = 33;
2444 else if (strstr(color,"blue")) ccode = 34;
2445 else if (strstr(color,"magenta")) ccode = 35;
2446 else if (strstr(color,"cyan")) ccode = 36;
2447 else if (strstr(color,"white")) ccode = 37;
2449 o = sdscatfmt(o,"\033[%i;%i;49m",bold,ccode);
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1080 def ccode : Operand<i32> {
1108 class BranchCond : I<(outs), (ins ccode:$cond, am_brcond:$target),
2193 : I<(outs), (ins regtype:$Rn, immtype:$imm, imm32_0_15:$nzcv, ccode:$cond),
2219 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond),
2264 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
2296 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
4188 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond),
4234 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
DAArch64InstrInfo.td2689 (ins FPR128:$Rn, FPR128:$Rm, ccode:$cond),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1560 def ccode : Operand<i32> {
1585 class BranchCond : I<(outs), (ins ccode:$cond, am_brcond:$target),
2769 : I<(outs), (ins regtype:$Rn, immtype:$imm, imm32_0_15:$nzcv, ccode:$cond),
2795 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond),
2840 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
2872 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
4971 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond),
5019 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
DAArch64InstrInfo.td3571 (ins FPR128:$Rn, FPR128:$Rm, ccode:$cond),
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenInstrInfo.inc18644 ccode = 49,
24881 OpTypes::ccode, OpTypes::am_brcond,
24915 OpTypes::GPR32, OpTypes::imm32_0_31, OpTypes::imm32_0_15, OpTypes::ccode,
24916 OpTypes::GPR32, OpTypes::GPR32, OpTypes::imm32_0_15, OpTypes::ccode,
24917 OpTypes::GPR64, OpTypes::imm0_31, OpTypes::imm32_0_15, OpTypes::ccode,
24918 OpTypes::GPR64, OpTypes::GPR64, OpTypes::imm32_0_15, OpTypes::ccode,
24919 OpTypes::GPR32, OpTypes::imm32_0_31, OpTypes::imm32_0_15, OpTypes::ccode,
24920 OpTypes::GPR32, OpTypes::GPR32, OpTypes::imm32_0_15, OpTypes::ccode,
24921 OpTypes::GPR64, OpTypes::imm0_31, OpTypes::imm32_0_15, OpTypes::ccode,
24922 OpTypes::GPR64, OpTypes::GPR64, OpTypes::imm32_0_15, OpTypes::ccode,
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenInstrInfo.inc49429 ccode = 6,
65491 …R16, OpTypes::GR16, -1, OpTypes::i8imm, -1, OpTypes::i32imm, OpTypes::SEGMENT_REG, OpTypes::ccode,
65492 OpTypes::GR16, OpTypes::GR16, OpTypes::GR16, OpTypes::ccode,
65493 …R32, OpTypes::GR32, -1, OpTypes::i8imm, -1, OpTypes::i32imm, OpTypes::SEGMENT_REG, OpTypes::ccode,
65494 OpTypes::GR32, OpTypes::GR32, OpTypes::GR32, OpTypes::ccode,
65495 …R64, OpTypes::GR64, -1, OpTypes::i8imm, -1, OpTypes::i32imm, OpTypes::SEGMENT_REG, OpTypes::ccode,
65496 OpTypes::GR64, OpTypes::GR64, OpTypes::GR64, OpTypes::ccode,
66014 OpTypes::brtarget8, OpTypes::ccode,
66015 OpTypes::brtarget16, OpTypes::ccode,
66016 OpTypes::brtarget32, OpTypes::ccode,
[all …]