HomeSort by relevance Sort by last modified time
    Searched refs:ccode (Results 1 - 11 of 11) sorted by null

  /external/pcre/dist/
pcre_printint.c 338 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...]
pcre_compile.c 2406 const pcre_uchar *ccode; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_new.py 74 ccode = compile(codestr, '<string>', 'exec')
80 func = new.function(ccode, g)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_new.py 74 ccode = compile(codestr, '<string>', 'exec')
80 func = new.function(ccode, g)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 74 ccode = compile(codestr, '<string>', 'exec')
80 func = new.function(ccode, g)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 74 ccode = compile(codestr, '<string>', 'exec')
80 func = new.function(ccode, g)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 816 Instruction::setPredicate(CondCode ccode, Value *value)
818 cc = ccode;
nv50_ir.h 629 bool setPredicate(CondCode ccode, Value *);
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 161 checksum (FILE *ffile, unsigned char *ptr, int size, int ccode)
168 last = !(ccode & 0xff00);
171 ptr[0] = ccode | (last ? 0x80 : 0);
    [all...]
  /external/v8/src/
builtins.cc 4737 Node* ccode = assembler->Load( local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 738 int32 rev; /* revision specifier for ccode
742 char ccode[WLC_CNTRY_BUF_SZ]; /* nul-terminated built-in country code. member in struct:wl_country
    [all...]

Completed in 563 milliseconds