HomeSort by: relevance | last modified time | path
    Searched defs:FILL (Results 1 - 15 of 15) sorted by relevancy

  /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 84 #define FILL 12
157 {"FILL",0x0FC0, FILL, {SPEC, 0, 0, 0}},
657 case FILL:
  /src/external/gpl2/groff/dist/src/preproc/grn/
hgraph.cpp 43 OUTLINE, FILL, BOTH
155 /* brushf = style of outline; size = color of fill:
156 * on first pass (polyfill=FILL), do the interior using 'P'
160 * but there is no uniform way to specify a 'fill character'
161 * that prints as 'no fill' on all output devices (and
171 if (polyfill == FILL || polyfill == BOTH) {
main.cpp 166 OUTLINE, FILL, BOTH
557 /* set vertical spacing, no fill, */
588 polyfill = 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/external/bsd/libbind/dist/isc/
eventlib_p.h 55 FILL(p); \
62 FILL(p)
66 #define FILL(p) memset((p), 0xF5, sizeof *(p))
68 #define FILL(p)
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 87 #define FILL 340
154 fill_type *fill; member in union:YYSTYPE
ldgram.c 79 fill_type *fill; member in union:YYSTYPE
223 #define FILL 340
2105 "NOCROSSREFS","NOCROSSREFS_TO","ORIGIN","FILL","LENGTH","CREATE_OBJECT_SYMBOLS",
2302 "statement : FILL '(' fill_exp ')'",
3134 /* Create and fill out new saved error context state */
4098 lang_add_fill (yystack.l_mark[-1].fill);
4157 yyval.fill = exp_get_fill (yystack.l_mark[0].etree, 0, _("fill value"));
4163 { yyval.fill = yystack.l_mark[0].fill; }
    [all...]
ldlex.c 224 /* Whether to try to fill the input buffer when we reach the
2277 { RTOKEN(FILL); }
2758 /* The following rule is to prevent a fill expression on the output
3073 { /* Don't try to fill the buffer, so this is an EOF. */
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 140 FILL = 341, /* FILL */
285 #define FILL 341
352 fill_type *fill; member in union:YYSTYPE
ldlex.c 224 /* Whether to try to fill the input buffer when we reach the
2277 { RTOKEN(FILL); }
2758 /* The following rule is to prevent a fill expression on the output
3073 { /* Don't try to fill the buffer, so this is an EOF. */
ldgram.c 241 FILL = 341, /* FILL */
386 #define FILL 341
453 fill_type *fill; member in union:YYSTYPE
598 YYSYMBOL_FILL = 102, /* FILL */
1270 "NOFLOAT", "NOCROSSREFS", "NOCROSSREFS_TO", "ORIGIN", "FILL", "LENGTH",
3463 case 161: /* statement: FILL '(' fill_exp ')' */
3466 lang_add_fill ((yyvsp[-1].fill));
3535 (yyval.fill) = exp_get_fill ((yyvsp[0].etree), 0, _("fill value"))
    [all...]
  /src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c 254 #define FILL 0x90 /* Fill byte used for alignment (nop) */

Completed in 33 milliseconds