Home
last modified time | relevance | path

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

12345678910>>...28

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsizeof.c54 fill (void *buf, long sizeof_buf) in fill() function
65 fill (&padding_char.p1, sizeof (padding)); in fill_structs()
67 fill (&padding_char.p2, sizeof (padding)); in fill_structs()
69 fill (&padding_short.p1, sizeof (padding)); in fill_structs()
71 fill (&padding_short.p2, sizeof (padding)); in fill_structs()
73 fill (&padding_int.p1, sizeof (padding)); in fill_structs()
75 fill (&padding_int.p2, sizeof (padding)); in fill_structs()
77 fill (&padding_long.p1, sizeof (padding)); in fill_structs()
79 fill (&padding_long.p2, sizeof (padding)); in fill_structs()
85 fill (&padding_float.p1, sizeof (padding)); in fill_structs()
[all …]
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_isqrt.c72 int fill[] = {11, 63, 64, 65}; in check_tables() local
79 for (i = 0; i < sizeof(fill) / sizeof(fill[0]); i++) { in check_tables()
82 for (j = 0; j < fill[i]; j++) in check_tables()
83 q[(j * j) % fill[i]] = 1; in check_tables()
94 hexdump(table, fill[i]); in check_tables()
96 hexdump(q, fill[i]); in check_tables()
110 if (j + 1 == fill[i]) in check_tables()
116 fill[i], fill[i]); in check_tables()
131 for (i = 0; i < sizeof(fill) / sizeof(fill[0]); i++) { in validate_tables()
146 fill[i]); in validate_tables()
[all …]
/openbsd/regress/usr.bin/mandoc/roff/sp/
H A Dfill-man.out_ascii4 sp-fill-man - interaction of vertical spacing requests with fill modes
7 BEGINTEST in fill mode:
9 switch to no-fill mode:
10 in no-fill mode:
13 fill mode:
H A Dfill-man.out_html1 <p class="Pp">switch to no-fill mode:</p>
2 <pre>in no-fill mode:
5 fill mode:</pre>
/openbsd/gnu/llvm/lldb/third_party/Python/module/progress/
H A Dprogress.py31 fill=chr(0x25C9).encode("utf-8"), argument
41 self.fill = fill
63 fill = progressed * self.fill
66 'fill': fill,
93 fill=chr(0x25C9).encode("utf-8"), argument
105 fill,
131 fill=chr(0x25C9).encode("utf-8"), argument
143 fill,
/openbsd/regress/usr.bin/mandoc/mdoc/blank/
H A Dtransp.out_lint1 mandoc: transp.in:52:1: WARNING: blank line in fill mode, using .sp
2 mandoc: transp.in:54:1: WARNING: blank line in fill mode, using .sp
3 mandoc: transp.in:60:1: WARNING: blank line in fill mode, using .sp
4 mandoc: transp.in:62:1: WARNING: blank line in fill mode, using .sp
5 mandoc: transp.in:68:1: WARNING: blank line in fill mode, using .sp
6 mandoc: transp.in:70:1: WARNING: blank line in fill mode, using .sp
7 mandoc: transp.in:74:1: WARNING: blank line in fill mode, using .sp
8 mandoc: transp.in:76:1: WARNING: blank line in fill mode, using .sp
H A Dline.out_lint1 mandoc: line.in:16:1: WARNING: blank line in fill mode, using .sp
2 mandoc: line.in:49:1: WARNING: blank line in fill mode, using .sp
3 mandoc: line.in:51:1: WARNING: blank line in fill mode, using .sp
4 mandoc: line.in:55:1: WARNING: blank line in fill mode, using .sp
5 mandoc: line.in:57:1: WARNING: blank line in fill mode, using .sp
6 mandoc: line.in:61:1: WARNING: blank line in fill mode, using .sp
7 mandoc: line.in:63:1: WARNING: blank line in fill mode, using .sp
8 mandoc: line.in:66:1: WARNING: blank line in fill mode, using .sp
9 mandoc: line.in:67:1: WARNING: blank line in fill mode, using .sp
/openbsd/usr.sbin/tcpdump/
H A Dprint-wg.c36 uint8_t fill[140]; /* Includes ephemeral + MAC */ member
43 uint8_t fill[80]; /* Includes ephemeral + MAC */ member
49 uint8_t fill[56]; /* Includes nonce + encrypted cookie */ member
120 if (caplen < offsetof(struct wg_initiation, fill)) in wg_print()
126 if (caplen < offsetof(struct wg_response, fill)) in wg_print()
133 if (caplen < offsetof(struct wg_cookie, fill)) in wg_print()
/openbsd/gnu/llvm/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
/openbsd/gnu/gcc/include/
H A Ddemangle.h457 cplus_demangle_fill_component (struct demangle_component *fill,
466 cplus_demangle_fill_name (struct demangle_component *fill,
474 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
484 cplus_demangle_fill_operator (struct demangle_component *fill,
492 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
500 cplus_demangle_fill_ctor (struct demangle_component *fill,
508 cplus_demangle_fill_dtor (struct demangle_component *fill,
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Ddemangle.h448 cplus_demangle_fill_component (struct demangle_component *fill,
457 cplus_demangle_fill_name (struct demangle_component *fill,
465 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
475 cplus_demangle_fill_operator (struct demangle_component *fill,
483 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
491 cplus_demangle_fill_ctor (struct demangle_component *fill,
499 cplus_demangle_fill_dtor (struct demangle_component *fill,
/openbsd/gnu/lib/libiberty/include/
H A Ddemangle.h448 cplus_demangle_fill_component (struct demangle_component *fill,
457 cplus_demangle_fill_name (struct demangle_component *fill,
465 cplus_demangle_fill_builtin_type (struct demangle_component *fill,
475 cplus_demangle_fill_operator (struct demangle_component *fill,
483 cplus_demangle_fill_extended_operator (struct demangle_component *fill,
491 cplus_demangle_fill_ctor (struct demangle_component *fill,
499 cplus_demangle_fill_dtor (struct demangle_component *fill,
/openbsd/gnu/usr.bin/binutils/include/
H A Ddemangle.h443 cplus_demangle_fill_component PARAMS ((struct demangle_component *fill,
452 cplus_demangle_fill_name PARAMS ((struct demangle_component *fill,
460 cplus_demangle_fill_builtin_type PARAMS ((struct demangle_component *fill,
470 cplus_demangle_fill_operator PARAMS ((struct demangle_component *fill,
478 cplus_demangle_fill_extended_operator PARAMS ((struct demangle_component *fill,
486 cplus_demangle_fill_ctor PARAMS ((struct demangle_component *fill,
494 cplus_demangle_fill_dtor PARAMS ((struct demangle_component *fill,
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom.tcc157 __os.fill(__fill); in operator <<()
283 __os.fill(__space); in operator <<()
290 __os.fill(__fill); in operator <<()
405 __os.fill(__space); in operator <<()
412 __os.fill(__fill); in operator <<()
557 __os.fill(__fill); in operator <<()
622 __os.fill(__fill); in operator <<()
727 __os.fill(__fill); in operator <<()
769 __os.fill(__fill); in operator <<()
809 __os.fill(__fill); in operator <<()
[all …]
/openbsd/lib/libz/
H A Dinftrees.c43 unsigned fill; /* index for replicating entries */ in inflate_table() local
225 fill = 1U << curr; in inflate_table()
226 min = fill; /* save offset to next table */ in inflate_table()
228 fill -= incr; in inflate_table()
229 next[(huff >> drop) + fill] = here; in inflate_table()
230 } while (fill != 0); in inflate_table()
/openbsd/sys/lib/libz/
H A Dinftrees.c43 unsigned fill; /* index for replicating entries */ in inflate_table() local
225 fill = 1U << curr; in inflate_table()
226 min = fill; /* save offset to next table */ in inflate_table()
228 fill -= incr; in inflate_table()
229 next[(huff >> drop) + fill] = here; in inflate_table()
230 } while (fill != 0); in inflate_table()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ in inflate_table() local
232 fill = 1U << curr; in inflate_table()
233 min = fill; /* save offset to next table */ in inflate_table()
235 fill -= incr; in inflate_table()
236 next[(huff >> drop) + fill] = here; in inflate_table()
237 } while (fill != 0); in inflate_table()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dostream.tcc107 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
130 char_type __c = this->fill(); in operator <<()
165 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
189 char_type __c = this->fill(); in operator <<()
225 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
250 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
274 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
298 if (__np.put(*this, *this, this->fill(), __n).failed()) in operator <<()
495 __pad<_CharT, _Traits>::_S_pad(__out, __out.fill(), __pads, in operator <<()
525 __pad<char, _Traits>::_S_pad(__out, __out.fill(), __pads, in operator <<()
[all …]
/openbsd/sys/dev/isa/
H A Dspkr.c122 static int fill; /* controls spacing of notes */ variable
171 fill = NORMAL; in playinit()
194 (whole * (FILLTIME - fill)) / (value * FILLTIME); in playtone()
195 silence = whole * (FILLTIME-fill) * snum / in playtone()
204 if (fill != LEGATO) in playtone()
359 fill = NORMAL; in playstring()
363 fill = LEGATO; in playstring()
367 fill = STACCATO; in playstring()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A D2371.C124 void head(T& fill) const in head() argument
126 fill = head_link->item; } in head()
129 void remove_head(T& fill) in remove_head() argument
130 { remove_head_filling(&fill); } in remove_head()
138 void tail(T& fill) const in tail() argument
140 fill = tail_link->item; } in tail()
206 void remove_head_filling(T *fill);
304 ListS<T>::remove_head_filling(T* fill) in remove_head_filling() argument
313 if (0 != fill) in remove_head_filling()
314 *fill = ohead->item; in remove_head_filling()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash56.C80 void head(T& fill) const;
83 void remove_head(T& fill);
86 void tail(T& fill) const;
89 void remove_tail(T& fill);
189 ListD<T>::head(T& fill) const in head() argument
193 fill = h->item; in head()
197 ListD<T>::remove_head(T& fill) in remove_head() argument
199 head(fill); in remove_head()
220 ListD<T>::tail(T& fill) const in tail() argument
224 fill = h->item; in tail()
[all …]
/openbsd/regress/usr.bin/mandoc/man/TP/
H A Dfill.out_ascii4 TP-fill - interaction of tagged paragraphs and fill mode
7 Switching off fill mode:
/openbsd/lib/libelf/
H A Delf_fill.c34 elf_fill(int fill) in elf_fill() argument
36 LIBELF_PRIVATE(fillchar) = fill; in elf_fill()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_char.cc69 oss01.fill('0'); in test02()
78 oss02.fill('0'); in test02()
87 oss03.fill('0'); in test02()
105 oss01.fill('0'); in test03()
114 oss02.fill('0'); in test03()
123 oss03.fill('0'); in test03()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Ddeque_iterator.bench.cpp44 std::ranges::fill(d, 10); in benchmark_deque_vector()
55 std::ranges::fill(d, 10); in benchmark_deque_deque()
66 std::ranges::fill(d, 10); in benchmark_vector_deque()
86 std::ranges::fill(d, 10); in benchmark_deque_vector_backward()
97 std::ranges::fill(d, 10); in benchmark_deque_deque_backward()
108 std::ranges::fill(d, 10); in benchmark_vector_deque_backward()

12345678910>>...28