Searched refs:ccode (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_printint.c | 319 PCRE2_SPTR ccode; in pcre2_printint() local 594 ccode = code + OP_lengths[*code]; in pcre2_printint() 607 ccode = code + OP_lengths[*code]; in pcre2_printint() 654 ccode = code + LINK_SIZE + 1; in pcre2_printint() 655 printmap = (*ccode & XCL_MAP) != 0; in pcre2_printint() 656 if ((*ccode & XCL_NOT) != 0) in pcre2_printint() 658 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre2_printint() 661 ccode++; in pcre2_printint() 666 ccode = code + 1; in pcre2_printint() 673 map = (uint8_t *)ccode; in pcre2_printint() [all …]
|
D | pcre2_compile.c | 1407 PCRE2_SPTR ccode; in could_be_empty_branch() local 1550 ccode = code += GET(code, 1); in could_be_empty_branch() 1556 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch() 1562 switch (*ccode) in could_be_empty_branch() 1581 if (GET2(ccode, 1) > 0) goto ISFALSE; /* Minimum > 0 */ in could_be_empty_branch()
|
/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 82 ccode = sysinfo(&info); in _start() 83 if (ccode < 0) { in _start() 86 _exit(ccode); in _start()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_bpf.c | 344 struct sock_filter ccode[] = {{ BPF_RET | BPF_A, 0, 0, 0 }}; in test_filter_no_reuseport() local 359 cprog.len = ARRAY_SIZE(ccode); in test_filter_no_reuseport() 360 cprog.filter = ccode; in test_filter_no_reuseport()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir.cpp | 816 Instruction::setPredicate(CondCode ccode, Value *value) in setPredicate() argument 818 cc = ccode; in setPredicate()
|
D | nv50_ir.h | 629 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),
|