Searched refs:FILL (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Djohab_hangul.h54 #define FILL 0xff macro
56 NONE, FILL, 0x01, 0x02, 0x04, 0x07, 0x08, 0x09,
62 NONE, NONE, FILL, 0x1f, 0x20, 0x21, 0x22, 0x23,
68 NONE, FILL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
131 if (jamo2 != NONE && jamo2 != FILL) {
140 if (jamo1 != NONE && jamo1 != FILL) {
244 /* They are not all three == FILL because that would correspond to
247 if (jamo1 != FILL)
249 if (jamo2 != FILL)
251 if (jamo3 != FILL)
261 #undef FILL macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dataflop.c649 #define FILL(n,val) \ macro
697 FILL( 60 * (nsect / 9), 0x4e );
699 FILL( 12, 0 );
700 FILL( 3, 0xf5 );
707 FILL( 22, 0x4e );
708 FILL( 12, 0 );
709 FILL( 3, 0xf5 );
711 FILL( 512, 0xe5 );
713 FILL( 40, 0x4e );
715 FILL( TrackBuffe
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_examcmds.c507 #define FILL(ptr,len,pattern) printf("Pattern: %016llX\n",pattern); \ macro
515 #define MEMTEST(ptr,len,pattern) if (!error) { FILL(ptr,len,pattern) ; CHECK(ptr,len,pattern); }

Completed in 92 milliseconds