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

  /external/linux-kselftest/tools/testing/selftests/size/
get_size.c 60 int ccode; local
67 ccode = print_num(num);
69 return ccode;
75 int ccode; local
83 ccode = sysinfo(&info);
84 if (ccode < 0) {
88 _exit(ccode);
  /external/pcre/dist2/src/
pcre2_printint.c 319 PCRE2_SPTR ccode; local
594 ccode = code + OP_lengths[*code];
607 ccode = code + OP_lengths[*code];
654 ccode = code + LINK_SIZE + 1;
655 printmap = (*ccode & XCL_MAP) != 0;
656 if ((*ccode & XCL_NOT) != 0)
658 invertmap = (*ccode & XCL_HASPROP) == 0;
661 ccode++;
666 ccode = code + 1;
673 map = (uint8_t *)ccode;
    [all...]
pcre2_compile.c 1407 PCRE2_SPTR ccode; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_new.py 74 ccode = compile(codestr, '<string>', 'exec')
80 func = new.function(ccode, g)
  /external/python/cpython2/Lib/test/
test_new.py 74 ccode = compile(codestr, '<string>', 'exec')
80 func = new.function(ccode, g)
  /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/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 344 struct sock_filter ccode[] = {{ BPF_RET | BPF_A, 0, 0, 0 }}; local
359 cprog.len = ARRAY_SIZE(ccode);
360 cprog.filter = ccode;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arc.c 4660 struct arc_flag_operand *ccode; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 161 checksum (FILE *ffile, unsigned char *ptr, int size, int ccode)
168 last = !(ccode & 0xff00);
172 ptr[0] = ccode | (last ? 0x80 : 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 842 Instruction::setPredicate(CondCode ccode, Value *value)
844 cc = ccode;
nv50_ir.h 805 bool setPredicate(CondCode ccode, Value *);
    [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 710 milliseconds