/external/pcre/dist2/src/ |
D | pcre2_printint.c | 319 PCRE2_SPTR ccode; in pcre2_printint() local 593 ccode = code + OP_lengths[*code]; in pcre2_printint() 606 ccode = code + OP_lengths[*code]; in pcre2_printint() 653 ccode = code + LINK_SIZE + 1; in pcre2_printint() 654 printmap = (*ccode & XCL_MAP) != 0; in pcre2_printint() 655 if ((*ccode & XCL_NOT) != 0) in pcre2_printint() 657 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre2_printint() 660 ccode++; in pcre2_printint() 665 ccode = code + 1; in pcre2_printint() 672 map = (uint8_t *)ccode; in pcre2_printint() [all …]
|
/external/linux-kselftest/tools/testing/selftests/size/ |
D | get_size.c | 60 int ccode; in print_k_value() local 67 ccode = print_num(num); in print_k_value() 69 return ccode; in print_k_value() 75 int ccode; in _start() local 83 ccode = sysinfo(&info); in _start() 84 if (ccode < 0) { in _start() 88 _exit(ccode); in _start()
|
/external/python/cpython2/Lib/test/ |
D | test_new.py | 74 ccode = compile(codestr, '<string>', 'exec') 80 func = new.function(ccode, g)
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_bpf.c | 348 struct sock_filter ccode[] = {{ BPF_RET | BPF_A, 0, 0, 0 }}; in test_filter_no_reuseport() local 363 cprog.len = ARRAY_SIZE(ccode); in test_filter_no_reuseport() 364 cprog.filter = ccode; in test_filter_no_reuseport()
|
/external/curl/lib/ |
D | urlapi.c | 431 CURLcode ccode; in parse_hostname_login() local 456 ccode = Curl_parse_login_details(login, ptr - login - 1, in parse_hostname_login() 460 if(ccode) { in parse_hostname_login()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 837 Instruction::setPredicate(CondCode ccode, Value *value) in setPredicate() argument 839 cc = ccode; in setPredicate()
|
D | nv50_ir.h | 814 bool setPredicate(CondCode ccode, Value *);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1080 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),
|
D | AArch64InstrInfo.td | 2689 (ins FPR128:$Rn, FPR128:$Rm, ccode:$cond),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1379 def ccode : Operand<i32> { 1404 class BranchCond : I<(outs), (ins ccode:$cond, am_brcond:$target), 2551 : I<(outs), (ins regtype:$Rn, immtype:$imm, imm32_0_15:$nzcv, ccode:$cond), 2577 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond), 2622 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond), 2654 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond), 4619 : I<(outs), (ins regtype:$Rn, regtype:$Rm, imm32_0_15:$nzcv, ccode:$cond), 4667 : I<(outs regtype:$Rd), (ins regtype:$Rn, regtype:$Rm, ccode:$cond),
|
D | AArch64InstrInfo.td | 2977 (ins FPR128:$Rn, FPR128:$Rm, ccode:$cond),
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenInstrInfo.inc | 15325 ccode = 43,
|