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

  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 66 index = index0[code >> (SHIFT1+SHIFT2)] << SHIFT1;
67 offset = (code >> SHIFT2) & ((1<<SHIFT1) - 1);
unicodedata_db.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c 87 #define SHIFT_INST(NAME, OPRD, OPC1, SHIFT1, OPC2) \
91 {NAME, 1, OPC1, SHIFT1, SHIFT_INS, {{OPRD,20}, {regr,16}}}, \

Completed in 368 milliseconds