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

  /toolchain/binutils/binutils-2.25/include/coff/
ecoff.h 140 #define CODE_MASK 0x8F300
141 #define ECOFF_IS_STAB(sym) (((sym)->index & 0xFFF00) == CODE_MASK)
142 #define ECOFF_MARK_STAB(code) ((code)+CODE_MASK)
143 #define ECOFF_UNMARK_STAB(code) ((code)-CODE_MASK)
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h 172 #define CODE_MASK 0x07
176 #define REG_EQUAL(a, b) (((a).regno & CODE_MASK) == ((b).regno & CODE_MASK))
bfin-parse.y 71 bfin_gen_logi2op (opc, src, dst.regno & CODE_MASK)
336 aa->s0.regno |= (ab->s0.regno & CODE_MASK);
337 aa->s1.regno |= (ab->s1.regno & CODE_MASK);
    [all...]
tc-bfin.c 1160 #define ASSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.bits_##x)
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_pixarlog.c 106 #define CODE_MASK 0x7ff /* 11 bits. */
121 mask = CODE_MASK;
187 mask = CODE_MASK;
251 mask = CODE_MASK;
302 mask = CODE_MASK;
346 mask = CODE_MASK;
396 mask = CODE_MASK;
929 mask = CODE_MASK;
985 mask = CODE_MASK;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 106 #define CODE_MASK 0x7ff /* 11 bits. */
121 mask = CODE_MASK;
187 mask = CODE_MASK;
251 mask = CODE_MASK;
302 mask = CODE_MASK;
346 mask = CODE_MASK;
396 mask = CODE_MASK;
945 mask = CODE_MASK;
1001 mask = CODE_MASK;
1054 mask = CODE_MASK;
    [all...]

Completed in 128 milliseconds