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

/freebsd-13-stable/contrib/netbsd-tests/dev/clock_subr/
H A Dt_clock_subr.c45 #define FILL(ti,ye,mo,da,wd,ho,mi,se) \ macro
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( 12623040
252 #undef FILL macro
[all...]
/freebsd-13-stable/lib/libutil/
H A Dproperty.c80 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; enumerator in enum:__anon7756
90 state = FILL;
95 case FILL:
105 * initialised to LOOK for the first FILL). This ensures that
/freebsd-13-stable/lib/libc/isc/
H A Deventlib_p.h57 FILL(p); \
64 FILL(p)
68 #define FILL(p) memset((p), 0xF5, sizeof *(p)) macro
70 #define FILL(p) macro
/freebsd-13-stable/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c474 #define FILL(str, flag) \ macro
480 FILL(base64, (s - base64) + 1);
481 FILL(direct, EI_DIRECT);
482 FILL(option, EI_OPTION);
483 FILL(spaces, EI_SPACE);
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c254 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro

Completed in 144 milliseconds