Searched refs:SBIT (Results 1 – 4 of 4) sorted by relevance
19 #define SBIT ((__attribute__((force)) small_t) 1) macro30 _Bool squx(small_t x) { return x & SBIT; } in squx()31 _Bool tqux(small_t x) { _Bool r = x & SBIT; return r; } in tqux()32 _Bool zqux(small_t x) { return (_Bool)(x & SBIT); } in zqux()
25 Sub-formats of the font format. `SBIT' and `MACSBIT' are bitmap89 SFNT TT SBIT --- sfnt XFree86 (bitmaps only;
61 xmbdfed bitmap font editor. Microsoft's SBIT tool expects bitmap fonts in
8335 * src/bdf/README: Mention Microsoft's SBIT tool.