HomeSort by: relevance | last modified time | path
    Searched refs:SOF (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.h 102 #define SOF IA64_OPND_SOF
ia64-opc-m.c 137 {"alloc", M, OpX3 (1, 6), {R1, AR_PFS, SOF, SOL, SOR}, FIRST|NO_PRED|MOD_RRBS, 0, NULL},
138 {"alloc", M, OpX3 (1, 6), {R1, SOF, SOL, SOR}, PSEUDO|FIRST|NO_PRED|MOD_RRBS, 0, NULL},
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.h 102 #define SOF IA64_OPND_SOF
ia64-opc-m.c 137 {"alloc", M, OpX3 (1, 6), {R1, AR_PFS, SOF, SOL, SOR}, FIRST|NO_PRED|MOD_RRBS, 0, NULL},
138 {"alloc", M, OpX3 (1, 6), {R1, SOF, SOL, SOR}, PSEUDO|FIRST|NO_PRED|MOD_RRBS, 0, NULL},
  /src/sys/dev/stbi/
stb_image.c 1592 case 0xC2: // SOF - progressive
1683 Lf = get16(s); if (Lf < 11) return e("bad SOF len","Corrupt JPEG"); // JPEG
1695 if (Lf != 8+3*s->img_n) return e("bad SOF len","Corrupt JPEG");
1751 // use comparisons since in some cases we handle more than one case (e.g. SOF)
1755 #define SOF(x) ((x) == 0xc0 || (x) == 0xc1)
1766 while (!SOF(m)) {
1771 if (at_eof(&z->s)) return e("no SOF", "Corrupt JPEG");

Completed in 235 milliseconds