Searched refs:ccode (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/
H A Dpcre_printint.c338 pcre_uchar *ccode; local
609 ccode = code + priv_OP_lengths[*code];
623 ccode = code + priv_OP_lengths[*code];
656 ccode = code + LINK_SIZE + 1;
657 printmap = (*ccode & XCL_MAP) != 0;
658 if ((*ccode & XCL_NOT) != 0)
660 invertmap = (*ccode & XCL_HASPROP) == 0;
663 ccode++;
668 ccode = code + 1;
675 map = (pcre_uint8 *)ccode;
[all...]
H A Dpcre_compile.c2353 const pcre_uchar *ccode; local
2496 ccode = code += GET(code, 1);
2502 ccode = code + PRIV(OP_lengths)[OP_CLASS];
2508 switch (*ccode)
2527 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp816 Instruction::setPredicate(CondCode ccode, Value *value) argument
818 cc = ccode;
H A Dnv50_ir.h629 bool setPredicate(CondCode ccode, Value *);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp816 Instruction::setPredicate(CondCode ccode, Value *value) argument
818 cc = ccode;
H A Dnv50_ir.h629 bool setPredicate(CondCode ccode, Value *);

Completed in 148 milliseconds