/prebuilts/go/darwin-x86/test/ |
iota.go | 75 cbit, cmask = 1 << iota, 1<<iota - 1 120 assert(cbit == 4, "cbit") 74 cbit, cmask = 1 << iota, 1<<iota - 1 const
|
/prebuilts/go/linux-x86/test/ |
iota.go | 75 cbit, cmask = 1 << iota, 1<<iota - 1 120 assert(cbit == 4, "cbit") 74 cbit, cmask = 1 << iota, 1<<iota - 1 const
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
bit_insn.s | 7 # cbit instructions.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
hppa-dis.c | 1190 int cbit; local 1192 cbit = GET_FIELD (insn, 16, 18); 1194 if (cbit > 0) 1195 (*info->fprintf_func) (info->stream, ",%d", cbit - 1);
|
bfin-dis.c | 1225 int cbit = ((iw0 >> CC2stat_cbit_bits) & CC2stat_cbit_mask); local [all...] |
/external/v8/benchmarks/ |
crypto.js | 897 function cbit(x) { function 906 for(var i = 0; i < this.t; ++i) r += cbit(this_array[i]^x); [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-bfin.c | [all...] |
/external/pcre/dist2/src/ |
pcre2_jit_compile.c | 4947 sljit_u8 bit, cbit, all; local [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
unicode.c | 35 #define ONIGENC_IS_UNICODE_ISO_8859_1_BIT_CTYPE(code,cbit) \
36 ((EncUNICODE_ISO_8859_1_CtypeTable[code] & (cbit)) != 0)
[all...] |