Home
last modified time | relevance | path

Searched refs:SBIT (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dbool-cast-restricted.c19 #define SBIT ((__attribute__((force)) small_t) 1) macro
30 _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()
/third_party/skia/third_party/externals/freetype/docs/
Dformats.txt25 Sub-formats of the font format. `SBIT' and `MACSBIT' are bitmap
89 SFNT TT SBIT --- sfnt XFree86 (bitmaps only;
/third_party/skia/third_party/externals/freetype/src/bdf/
DREADME61 xmbdfed bitmap font editor. Microsoft's SBIT tool expects bitmap fonts in
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.218335 * src/bdf/README: Mention Microsoft's SBIT tool.