/src/tests/dev/clock_subr/ |
t_clock_subr.c | 45 #define FILL(ti,ye,mo,da,wd,ho,mi,se) \ 53 FILL( 0,1970, 1, 1,4, 0, 0, 0), // Thu Jan 1 00:00:00 UTC 1970 54 FILL( 15638400,1970, 7, 1,3, 0, 0, 0), // Wed Jul 1 00:00:00 UTC 1970 55 FILL( 31536000,1971, 1, 1,5, 0, 0, 0), // Fri Jan 1 00:00:00 UTC 1971 56 FILL( 47174400,1971, 7, 1,4, 0, 0, 0), // Thu Jul 1 00:00:00 UTC 1971 57 FILL( 63072000,1972, 1, 1,6, 0, 0, 0), // Sat Jan 1 00:00:00 UTC 1972 58 FILL( 78796800,1972, 7, 1,6, 0, 0, 0), // Sat Jul 1 00:00:00 UTC 1972 59 FILL( 94694400,1973, 1, 1,1, 0, 0, 0), // Mon Jan 1 00:00:00 UTC 1973 60 FILL( 110332800,1973, 7, 1,0, 0, 0, 0), // Sun Jul 1 00:00:00 UTC 1973 61 FILL( 126230400,1974, 1, 1,2, 0, 0, 0), // Tue Jan 1 00:00:00 UTC 197 [all...] |
/src/games/rogue/ |
monster.c | 90 #define FILL 0,0,0,0,0,0,0,0,0,0,0,0,0,NULL 93 {(ASLEEP|WAKENS|WANDERS|RUSTS),"0d0",25,'A',20,9,18,100,0,0, FILL}, 94 {(ASLEEP|WANDERS|FLITS|FLIES),"1d3",10,'B',2,1,8,60,0,0, FILL}, 95 {(ASLEEP|WANDERS),"3d3/2d5",32,'C',15,7,16,85,0,10, FILL}, 96 {(ASLEEP|WAKENS|FLAMES),"4d6/4d9",145,'D',5000,21,126,100,0,90, FILL}, 97 {(ASLEEP|WAKENS),"1d3",11,'E',2,1,7,65,0,0, FILL}, 98 {(HOLDS|STATIONARY),"5d5",73,'F',91,12,126,80,0,0, FILL}, 100 2000,20,126,85,0,10, FILL}, 101 {(ASLEEP|WAKENS|WANDERS),"1d3/1d2",15,'H',3,1,10,67,0,0, FILL}, 102 {(ASLEEP|FREEZES),"0d0",15,'I',5,2,11,68,0,0, FILL}, [all...] |
/src/lib/libc/citrus/modules/ |
citrus_utf7.c | 543 #define FILL(str, flag) \ 549 FILL(base64, (s - base64) + 1); 550 FILL(direct, EI_DIRECT); 551 FILL(option, EI_OPTION); 552 FILL(spaces, EI_SPACE);
|
/src/usr.sbin/gspa/gspa/ |
gsp_inst.c | 87 #define FILL 12 160 {"FILL",0x0FC0, FILL, {SPEC, 0, 0, 0}}, 660 case FILL:
|
/src/lib/libc/isc/ |
eventlib_p.h | 55 FILL(p); \ 62 FILL(p) 66 #define FILL(p) memset((p), 0xF5, sizeof *(p)) 68 #define FILL(p)
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 414 .macro FILL loader, base, size, asi 497 /* fill a 64-bit register window */ 525 /* fill a 32-bit register window */ 554 /* fill either 32-bit or 64-bit register window. */ 791 FILL64(ufill8,ASI_AIUS) ! 0x0c0 fill_0_normal -- used to fill windows when running user mode 796 FILL64(kfill8,ASI_N) ! 0x0d0 fill_4_normal -- used to fill windows when running supervisor mode 1002 FILL64(nufill8,ASI_AIUS) ! 0x0c0 fill_0_normal -- used to fill windows when running nucleus mode from user 1007 FILL64(sfill8,ASI_N) ! 0x0d0 fill_4_normal -- used to fill windows when running nucleus mode from supervisor 1012 FILL64(nkfill8,ASI_AIUS) ! 0x0e0 fill_0_other -- used to fill user windows when running nucleus mode -- will we ever use this? 1140 FILL64(ufill8_sun4vt0,ASI_AIUS) ! 0x0c0 fill_0_normal -- used to fill windows when running user mod [all...] |