Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A 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...]
/third_party/backends/backend/pixma/scripts/
H A Dpixma_gen_options.py255 def ccode(o): function
352 o = ccode(o)
/third_party/curl/lib/
H A Durlapi.c431 CURLcode ccode; in parse_hostname_login() local
464 ccode = Curl_parse_login_details(login, ptr - login - 1, in parse_hostname_login()
468 if(ccode) { in parse_hostname_login()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp846 Instruction::setPredicate(CondCode ccode, Value *value) in setPredicate() argument
848 cc = ccode; in setPredicate()
H A Dnv50_ir.h895 bool setPredicate(CondCode ccode, Value *);

Completed in 11 milliseconds