Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 1723) sorted by relevance

12345678910>>...69

/netbsd-src/sys/arch/ia64/ia64/
H A Dcontext.S83 ld8.fill r4=[r14],16 // r4
84 ld8.fill r5=[r15],16 // r5
89 ld8.fill r6=[r14],16 // r6
90 ld8.fill r7=[r15],16 // r7
118 ldf.fill f2=[r14],32
119 ldf.fill f3=[r15],32
124 ldf.fill f4=[r14],32
125 ldf.fill f5=[r15],32
130 ldf.fill f16=[r14],32
131 ldf.fill f17=[r15],32
[all …]
H A Dsetjmp.S276 ld8.fill r4 = [r11], J_R6-J_R4
278 ld8.fill r5 = [r10], J_R7-J_R5
279 ld8.fill r6 = [r11], J_SP-J_R6
281 ld8.fill r7 = [r10], J_F2-J_R7
282 ld8.fill sp = [r11], J_F3-J_SP
287 ldf.fill f2 = [r10], J_F4-J_F2
288 ldf.fill f3 = [r11], J_F5-J_F3
290 ldf.fill f4 = [r10], J_F16-J_F4
291 ldf.fill f5 = [r11], J_F17-J_F5
293 ldf.fill f16 = [r10], J_F18-J_F16
[all …]
H A Dexception.S585 ldf.fill f15=[r2],-32 // f15
586 ldf.fill f14=[r3],-32 // f14
591 ldf.fill f13=[r2],-32 // f13
592 ldf.fill f12=[r3],-32 // f12
597 ldf.fill f11=[r2],-32 // f11
598 ldf.fill f10=[r3],-32 // f10
603 ldf.fill f9=[r2],-32 // f9
604 ldf.fill f8=[r3],-32 // f8
609 ldf.fill f7=[r2],-24 // f7
610 ldf.fill f6=[r3],-16 // f6
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsizeof.c52 fill (void *buf, long sizeof_buf) in fill() function
63 fill (&padding_char.p1, sizeof (padding)); in fill_structs()
64 fill (&padding_char.v, sizeof (padding_char.v)); in fill_structs()
65 fill (&padding_char.p2, sizeof (padding)); in fill_structs()
67 fill (&padding_short.p1, sizeof (padding)); in fill_structs()
68 fill (&padding_short.v, sizeof (padding_short.v)); in fill_structs()
69 fill (&padding_short.p2, sizeof (padding)); in fill_structs()
71 fill (&padding_int.p1, sizeof (padding)); in fill_structs()
72 fill (&padding_int.v, sizeof (padding_int.v)); in fill_structs()
73 fill (&padding_int.p2, sizeof (padding)); in fill_structs()
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dsetjmp.S119 ldf.fill.nt1 f2 = [in0], 0x10
127 ldf.fill.nt1 f3 = [in0], 0x10
138 ldf.fill.nt1 f4 = [in0], 0x10
142 ldf.fill.nt1 f5 = [in0], 0x10
150 ldf.fill.nt1 f16 = [in0], 0x10
151 ld8.fill.nt1 r7 = [r10], -8
154 ldf.fill.nt1 f17 = [in0], 0x10
155 ld8.fill.nt1 r6 = [r10], -8
158 ldf.fill.nt1 f18 = [in0], 0x10
159 ld8.fill.nt1 r5 = [r10], -8
[all …]
/netbsd-src/lib/libc/arch/ia64/gen/
H A D_setjmp.S236 ld8.fill r4 = [r11], J_R6-J_R4
238 ld8.fill r5 = [r10], J_R7-J_R5
239 ld8.fill r6 = [r11], J_SP-J_R6
241 ld8.fill r7 = [r10], J_F2-J_R7
242 ld8.fill sp = [r11], J_F3-J_SP
247 ldf.fill f2 = [r10], J_F4-J_F2
248 ldf.fill f3 = [r11], J_F5-J_F3
250 ldf.fill f4 = [r10], J_F16-J_F4
251 ldf.fill f5 = [r11], J_F17-J_F5
253 ldf.fill f16 = [r10], J_F18-J_F16
[all …]
/netbsd-src/common/lib/libc/string/
H A Dmemset2.c85 memword_t fill; in memset() local
101 fill = (unsigned char)c; in memset()
102 fill |= fill << 8; in memset()
103 fill |= fill << 16; in memset()
104 fill |= fill << (sizeof(c) < sizeof(fill) ? 32 : 0); in memset()
135 *dstp = (*dstp & keep_mask) | (fill & ~keep_mask); in memset()
161 *dp = fill; in memset()
173 *dstp = fill; in memset()
205 *dstp = (*dstp & keep_mask) | (fill & ~keep_mask); in memset()
210 *dp = fill; in memset()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dtex.cpp207 const line_type &lt, double fill) in polygon() argument
209 if (fill >= 0.0) { in polygon()
210 if (fill > 1.0) in polygon()
211 fill = 1.0; in polygon()
212 printf(" \\special{sh %.3f}%%\n", fill); in polygon()
288 const line_type &lt, double fill) in circle() argument
290 if (fill >= 0.0 && lt.type != line_type::solid) { in circle()
291 if (fill > 1.0) in circle()
292 fill = 1.0; in circle()
295 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill); in circle()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcpu-powerpc.c60 bfd_byte *fill; in bfd_arch_ppc_nop_fill() local
64 fill = bfd_malloc (count); in bfd_arch_ppc_nop_fill()
65 if (fill == NULL) in bfd_arch_ppc_nop_fill()
66 return fill; in bfd_arch_ppc_nop_fill()
73 bfd_byte *p = fill; in bfd_arch_ppc_nop_fill()
83 memset (fill, 0, count); in bfd_arch_ppc_nop_fill()
85 return fill; in bfd_arch_ppc_nop_fill()
H A Dcpu-i386.c78 void *fill = bfd_malloc (count); in bfd_arch_i386_fill() local
79 if (fill == NULL) in bfd_arch_i386_fill()
80 return fill; in bfd_arch_i386_fill()
84 bfd_byte *p = fill; in bfd_arch_i386_fill()
95 memset (fill, 0, count); in bfd_arch_i386_fill()
97 return fill; in bfd_arch_i386_fill()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-powerpc.c60 bfd_byte *fill; in bfd_arch_ppc_nop_fill() local
64 fill = bfd_malloc (count); in bfd_arch_ppc_nop_fill()
65 if (fill == NULL) in bfd_arch_ppc_nop_fill()
66 return fill; in bfd_arch_ppc_nop_fill()
73 bfd_byte *p = fill; in bfd_arch_ppc_nop_fill()
83 memset (fill, 0, count); in bfd_arch_ppc_nop_fill()
85 return fill; in bfd_arch_ppc_nop_fill()
H A Dcpu-i386.c78 void *fill = bfd_malloc (count); in bfd_arch_i386_fill() local
79 if (fill == NULL) in bfd_arch_i386_fill()
80 return fill; in bfd_arch_i386_fill()
84 bfd_byte *p = fill; in bfd_arch_i386_fill()
95 memset (fill, 0, count); in bfd_arch_i386_fill()
97 return fill; in bfd_arch_i386_fill()
/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpsnmpd-opts.def92 please fill me in...
94 please fill me in...
96 please fill me in...
98 please fill me in...
100 please fill me in...
102 please fill me in...
104 please fill me in...
106 please fill me in...
108 please fill me in...
110 please fill me in...
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Df_generic.c23 unsigned int j = 0, fill = 0; in gf_serialize() local
34 if (fill < 8 && j < NLIMBS) { in gf_serialize()
35 buffer |= ((dword_t) red->limb[LIMBPERM(j)]) << fill; in gf_serialize()
36 fill += LIMB_PLACE_VALUE(LIMBPERM(j)); in gf_serialize()
40 fill -= 8; in gf_serialize()
69 unsigned int j = 0, fill = 0; in gf_deserialize() local
77 while (fill < LIMB_PLACE_VALUE(LIMBPERM(i)) && j < nbytes) { in gf_deserialize()
83 buffer |= ((dword_t) sj) << fill; in gf_deserialize()
84 fill += 8; in gf_deserialize()
89 fill -= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_deserialize()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Df_generic.c23 unsigned int j = 0, fill = 0; in gf_serialize() local
34 if (fill < 8 && j < NLIMBS) { in gf_serialize()
35 buffer |= ((dword_t) red->limb[LIMBPERM(j)]) << fill; in gf_serialize()
36 fill += LIMB_PLACE_VALUE(LIMBPERM(j)); in gf_serialize()
40 fill -= 8; in gf_serialize()
69 unsigned int j = 0, fill = 0; in gf_deserialize() local
77 while (fill < LIMB_PLACE_VALUE(LIMBPERM(i)) && j < nbytes) { in gf_deserialize()
83 buffer |= ((dword_t) sj) << fill; in gf_deserialize()
84 fill += 8; in gf_deserialize()
89 fill -= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_deserialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatCommon.h52 fill(S, PadAmount); in format()
56 fill(S, X); in format()
58 fill(S, PadAmount - X); in format()
62 fill(S, PadAmount); in format()
69 void fill(llvm::raw_ostream &S, uint32_t Count) { in fill() function
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Ddemangle.h587 cplus_demangle_fill_component (struct demangle_component *fill,
596 cplus_demangle_fill_name (struct demangle_component *fill,
604 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
614 cplus_demangle_fill_operator (struct demangle_component *fill,
622 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
630 cplus_demangle_fill_ctor (struct demangle_component *fill,
638 cplus_demangle_fill_dtor (struct demangle_component *fill,
/netbsd-src/external/gpl3/gcc/dist/include/
H A Ddemangle.h590 cplus_demangle_fill_component (struct demangle_component *fill,
599 cplus_demangle_fill_name (struct demangle_component *fill,
607 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
617 cplus_demangle_fill_operator (struct demangle_component *fill,
625 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
633 cplus_demangle_fill_ctor (struct demangle_component *fill,
641 cplus_demangle_fill_dtor (struct demangle_component *fill,
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Ddemangle.h597 cplus_demangle_fill_component (struct demangle_component *fill,
606 cplus_demangle_fill_name (struct demangle_component *fill,
614 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
624 cplus_demangle_fill_operator (struct demangle_component *fill,
632 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
640 cplus_demangle_fill_ctor (struct demangle_component *fill,
648 cplus_demangle_fill_dtor (struct demangle_component *fill,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc164 const _CharT __fill = __os.fill(); in operator <<()
166 __os.fill(__os.widen(' ')); in operator <<()
171 __os.fill(__fill); in operator <<()
371 const _CharT __fill = __os.fill(); in operator <<()
374 __os.fill(__space); in operator <<()
381 __os.fill(__fill); in operator <<()
505 const _CharT __fill = __os.fill(); in operator <<()
508 __os.fill(__space); in operator <<()
515 __os.fill(__fill); in operator <<()
661 const _CharT __fill = __os.fill(); in operator <<()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc164 const _CharT __fill = __os.fill(); in operator <<()
166 __os.fill(__os.widen(' ')); in operator <<()
171 __os.fill(__fill); in operator <<()
371 const _CharT __fill = __os.fill(); in operator <<()
374 __os.fill(__space); in operator <<()
381 __os.fill(__fill); in operator <<()
505 const _CharT __fill = __os.fill(); in operator <<()
508 __os.fill(__space); in operator <<()
515 __os.fill(__fill); in operator <<()
661 const _CharT __fill = __os.fill(); in operator <<()
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Ddemangle.h623 cplus_demangle_fill_component (struct demangle_component *fill,
632 cplus_demangle_fill_name (struct demangle_component *fill,
640 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
650 cplus_demangle_fill_operator (struct demangle_component *fill,
658 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
666 cplus_demangle_fill_ctor (struct demangle_component *fill,
674 cplus_demangle_fill_dtor (struct demangle_component *fill,
/netbsd-src/sys/arch/amd64/include/
H A Dframeasm.h93 .fill (IBRS_ENTER_BYTES-2),1,0xCC
101 .fill (IBRS_LEAVE_BYTES-2),1,0xCC
113 .fill (MDS_LEAVE_BYTES-2),1,0xCC
168 .fill (SVS_ENTER_BYTES-2),1,0xCC
176 .fill (SVS_LEAVE_BYTES-2),1,0xCC
184 .fill (SVS_ENTER_ALT_BYTES-2),1,0xCC
192 .fill (SVS_LEAVE_ALT_BYTES-2),1,0xCC
200 .fill (SVS_ENTER_NMI_BYTES-2),1,0xCC
208 .fill (SVS_LEAVE_NMI_BYTES-2),1,0xCC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drandom.tcc109 std::fill(_M_state32, _M_state32 + _M_nstate32, UINT32_C(0x8b8b8b8b)); in seed()
362 const _CharT __fill = __os.fill(); in operator <<()
365 __os.fill(__space); in operator <<()
372 __os.fill(__fill); in operator <<()
473 const _CharT __fill = __os.fill(); in operator <<()
477 __os.fill(__space); in operator <<()
483 __os.fill(__fill); in operator <<()
518 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), in _M_init_full()
559 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), in _M_init_lower()
598 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), in _M_init_diagonal()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drandom.tcc109 std::fill(_M_state32, _M_state32 + _M_nstate32, UINT32_C(0x8b8b8b8b)); in seed()
362 const _CharT __fill = __os.fill(); in operator <<()
365 __os.fill(__space); in operator <<()
372 __os.fill(__fill); in operator <<()
473 const _CharT __fill = __os.fill(); in operator <<()
477 __os.fill(__space); in operator <<()
483 __os.fill(__fill); in operator <<()
518 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), in _M_init_full()
559 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), in _M_init_lower()
598 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), in _M_init_diagonal()
[all …]

12345678910>>...69