HomeSort by relevance Sort by last modified time
    Searched defs:Fb (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/SevenZip/
LzmaAlone.java 21 public int Fb = 128;
39 else if (s.startsWith("fb"))
41 Fb = Integer.parseInt(s.substring(2));
155 " -fb{N}: set number of fast bytes - [5, 273], default: 128\n" +
208 if (!encoder.SetNumFastBytes(params.Fb))
209 throw new Exception("Incorrect -fb value");
  /toolchain/binutils/binutils-2.27/opcodes/
d30v-opc.c 392 #define Fb (Fa + 1)
394 #define Fc (Fb + 1)
453 { SHORT_F, 0, { Fa, Fb, Fc } }, /* Fa,Fb,Fc (orfg, xorfg) */
454 { SHORT_F, 2, { Fa, Fb, IMM6 } }, /* Fa,Fb,imm6 */
474 { SHORT_UF, 0, { Fa, Fb } }, /* Fa,Fb (notfg) */

Completed in 544 milliseconds