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

/freebsd-10.0-release/lib/libutil/
H A Dproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; enumerator in enum:__anon5713
88 state = FILL;
93 case FILL:
103 * initialised to LOOK for the first FILL). This ensures that
/freebsd-10.0-release/lib/libc/isc/
H A Deventlib_p.h56 FILL(p); \
63 FILL(p)
67 #define FILL(p) memset((p), 0xF5, sizeof *(p)) macro
69 #define FILL(p) macro
/freebsd-10.0-release/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c479 #define FILL(str, flag) \ macro
485 FILL(base64, (s - base64) + 1);
486 FILL(direct, EI_DIRECT);
487 FILL(option, EI_OPTION);
488 FILL(spaces, EI_SPACE);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.h191 #define md_do_align(N, FILL, LEN, MAX, LABEL) \
192 if (FILL == NULL && (N) != 0 && ! need_pass_2 && subseg_text_p (now_seg)) \
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp164 OUTLINE, FILL, BOTH enumerator in enum:E
586 polyfill = FILL;
H A Dhgraph.cpp41 OUTLINE, FILL, BOTH enumerator in enum:E
154 * on first pass (polyfill=FILL), do the interior using 'P'
169 if (polyfill == FILL || polyfill == BOTH) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dminimon.h72 #define EMFILL 26 /* Could not FILL target memory */
138 #define FILL 9 macro
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y199 %token FILL
226 %left CHOP SOLID DASHED DOTTED UP DOWN FILL COLORED OUTLINED
917 | object_spec FILL
922 | object_spec FILL expr
H A Dlex.cpp471 { "fill", FILL },
472 { "filled", FILL },
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldgram.y142 %token ORIGIN FILL
572 | FILL '(' fill_exp ')'
H A Dldlex.l281 <BOTH,SCRIPT>"FILL" { RTOKEN(FILL);}
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_termios.c297 undefined_flag1(c_oflag,O,FILL);
397 undefined_flag1(c_oflag,O,FILL);
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dexception.S131 #define FILL(loader, base, size, asi) \ define
1150 FILL(ldxa, %sp + SPOFF, 8, %asi)
1160 FILL(lduwa, %sp, 4, %asi)
1842 FILL(ldx, %sp + SPOFF, 8, EMPTY)
1852 FILL(ldxa, %sp + SPOFF, 8, %asi)
1862 FILL(lduwa, %sp, 4, %asi)
1875 FILL(lduw, %sp, 4, EMPTY)
/freebsd-10.0-release/sys/cddl/dev/dtrace/amd64/
H A Ddis_tables.c240 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro
/freebsd-10.0-release/sys/cddl/dev/dtrace/i386/
H A Ddis_tables.c240 #define FILL 0x90 /* Fill byte used for alignment (nop) */ macro

Completed in 162 milliseconds