Home
last modified time | relevance | path

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

12345678910>>...24

/openbmc/linux/Documentation/networking/
H A Dtls-offload-reorder-good.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
H A Dtls-offload-reorder-bad.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
H A Dtls-offload-layers.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
/openbmc/linux/Documentation/input/
H A Dshape.svg2 ….4)" points="4200 3600 4200 3075 4950 2325 7425 2325 8250 3150 8250 3600" fill="none" stroke="#000…
3 …<polyline transform="translate(-121.88 -68.4)" points="4200 3675 4200 5400" fill="none" stroke="#0…
4 …<polyline transform="translate(-121.88 -68.4)" points="8250 3675 8250 5400" fill="none" stroke="#0…
5 …<polyline transform="translate(-121.88 -68.4)" points="3675 3600 8700 3600" fill="none" stroke="#0…
6 …<polyline transform="translate(-121.88 -68.4)" points="8775 3600 10200 3600" fill="none" stroke="#…
7 …<polyline transform="translate(-121.88 -68.4)" points="8325 3150 9075 3150" fill="none" stroke="#0…
8 …<polyline transform="translate(-121.88 -68.4)" points="7500 2325 10200 2325" fill="none" stroke="#…
9 …<polyline transform="translate(-121.88 -68.4)" points="3600 3600 3e3 3600" fill="none" stroke="#00…
10 …<polyline transform="translate(-121.88 -68.4)" points="4125 3075 3e3 3075" fill="none" stroke="#00…
11 …<polyline transform="translate(-121.88 -68.4)" points="4217 5400 8158 5400" fill="none" stroke="#0…
[all …]
H A Dinteractive.svg2 …294)" points="1200 3600 1800 3600 2400 4800 3e3 4800 4200 5700 4800 5700" fill="none" stroke="#000…
3 …<rect x="1181.5" y="3133.7" width="3600" height="3150" rx="0" fill="none" stroke="#000" stroke-wid…
4 …<polyline transform="translate(-18.5,-16.294)" points="1200 4800 4800 4800" fill="none" stroke="#0…
5 …ranslate(-18.5,-16.294)" points="2400 4800 2400 6525 1950 7125 1950 7800" fill="none" stroke="#000…
6 …<polyline transform="translate(-18.5,-16.294)" points="3e3 4800 3e3 6525 3600 7125 3600 7800" fill
7 …<polyline transform="translate(-18.5,-16.294)" points="3837 5389 4125 5100 5400 5100" fill="none" …
8 …<polyline transform="translate(-18.5,-16.294)" points="3889 5292 3826 5398 3932 5334" fill="none" …
9 …<polyline transform="translate(-18.5,-16.294)" points="2112 4189 2400 3900 5400 3900" fill="none" …
10 …<polyline transform="translate(-18.5,-16.294)" points="2164 4092 2101 4198 2207 4134" fill="none" …
11 …<polyline transform="translate(-18.5,-16.294)" points="4800 5700 5400 5700" fill="none" stroke="#0…
[all …]
/openbmc/linux/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S13 .fill 1, 8, 0 # STATE (set by CPU)
14 .fill 1, 8, 0 # FLAGS
16 .fill 1, 4, 0 # CSSA (set by CPU)
17 .fill 1, 4, 1 # NSSA
19 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME)
20 .fill 1, 8, 0 # OFSBASE
21 .fill 1, 8, 0 # OGSBASE
22 .fill 1, 4, 0xFFFFFFFF # FSLIMIT
23 .fill 1, 4, 0xFFFFFFFF # GSLIMIT
24 .fill 4024, 1, 0 # Reserved
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dhead.S640 ldf.fill.nta f32=[in0],loc0
641 ldf.fill.nta f40=[ r3],loc0
642 ldf.fill.nta f48=[r14],loc0
643 ldf.fill.nta f56=[r15],loc0
645 ldf.fill.nta f64=[in0],loc0
646 ldf.fill.nta f72=[ r3],loc0
647 ldf.fill.nta f80=[r14],loc0
648 ldf.fill.nta f88=[r15],loc0
650 ldf.fill.nta f96=[in0],loc1
651 ldf.fill.nta f104=[ r3],loc1
[all …]
H A Dentry.S93 ldf.fill f12=[sp]; mov f13=f0; mov b5=r0
94 ldf.fill f14=[sp]; ldf.fill f15=[sp]; mov f16=f0
95 ldf.fill f17=[sp]; ldf.fill f18=[sp]; mov f19=f0
96 ldf.fill f20=[sp]; ldf.fill f21=[sp]; mov f22=f0
97 ldf.fill f23=[sp]; ldf.fill f24=[sp]; mov f25=f0
98 ldf.fill f26=[sp]; ldf.fill f27=[sp]; mov f28=f0
99 ldf.fill f29=[sp]; ldf.fill f30=[sp]; mov f31=f0
391 ldf.fill f2=[r14],32
392 ldf.fill f3=[r15],32
394 ldf.fill f4=[r14],32
[all …]
/openbmc/linux/lib/
H A Ddecompress_unlz4.c32 long (*fill)(void *, unsigned long), in unlz4()
63 if (input && fill) { in unlz4()
68 } else if (!fill) { in unlz4()
83 if (fill) { in unlz4()
84 size = fill(inp, 4); in unlz4()
93 if (!fill) { in unlz4()
107 if (fill) { in unlz4()
108 size = fill(inp, 4); in unlz4()
122 if (!fill) { in unlz4()
131 if (!fill && chunksize == 0) { in unlz4()
[all …]
H A Ddecompress_unlzo.c98 long (*fill)(void *, unsigned long), in unlzo()
123 if (input && fill) { in unlzo()
128 } else if (!fill) { in unlzo()
143 if (fill) { in unlzo()
151 in_len = fill(in_buf, HEADER_SIZE_MAX); in unlzo()
161 if (fill) { in unlzo()
172 if (fill && in_len < 4) { in unlzo()
173 skip = fill(in_buf + in_len, 4 - in_len); in unlzo()
198 if (fill && in_len < 8) { in unlzo()
199 skip = fill(in_buf + in_len, 8 - in_len); in unlzo()
[all …]
H A Dbtree.c413 int fill; in btree_grow() local
419 fill = getfill(geo, head->node, 0); in btree_grow()
420 setkey(geo, node, 0, bkey(geo, head->node, fill - 1)); in btree_grow()
431 int fill; in btree_shrink() local
437 fill = getfill(geo, node, 0); in btree_shrink()
438 BUG_ON(fill > 1); in btree_shrink()
449 int i, pos, fill, err; in btree_insert_level() local
461 fill = getfill(geo, node, pos); in btree_insert_level()
463 BUG_ON(pos < fill && keycmp(geo, node, pos, key) == 0); in btree_insert_level()
465 if (fill == geo->no_pairs) { in btree_insert_level()
[all …]
H A Ddecompress_inflate.c43 long (*fill)(void*, unsigned long), in __gunzip()
94 if (!fill) in __gunzip()
95 fill = nofill; in __gunzip()
98 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
147 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
201 long (*fill)(void*, unsigned long), in gunzip()
207 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip()
211 long (*fill)(void*, unsigned long), in __decompress()
217 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
H A Ddecompress_unzstd.c166 long (*fill)(void*, unsigned long), in __unzstd()
191 if (fill == NULL && flush == NULL) in __unzstd()
215 if (fill != NULL) in __unzstd()
216 in_len = fill(in_buf, ZSTD_IOBUF_SIZE); in __unzstd()
293 in_len = fill ? fill(in_buf, ZSTD_IOBUF_SIZE) : -1; in __unzstd()
334 long (*fill)(void*, unsigned long), in unzstd()
340 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error); in unzstd()
344 long (*fill)(void*, unsigned long), in __decompress()
350 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
/openbmc/webui-vue/src/assets/images/
H A Dlogin-company-logo.svg22 <path fill="#a6a8ab"
24 <path fill="url(#linear-gradient)"
26 <path fill="url(#linear-gradient-2)"
28 <path fill="url(#linear-gradient-3)"
30 <path fill="url(#linear-gradient-4)"
32 <polygon fill="#a6a8ab"
34 <path fill="#626366"
36 <path fill="#626366"
38 <path fill="#626366"
40 <path fill="#626366"
[all …]
H A Dbuilt-on-openbmc-logo.svg2 …<path fill="#A7A8AB" d="M703.504 524.604c-10.908-23.902-39.128-34.437-63.03-23.528s-34.437 39.128-…
3 …<path fill="#579AC8" d="M256.378 213.7a136.858 136.858 0 0029.599 85.178c-.255.739-.382 1.529-.561…
4 …<path fill="#579AC8" d="M395.146 251.228c-20.315.016-36.857-16.322-37.095-36.636H327.1c.124 31.721…
5 …<path fill="#A3CE4D" d="M526.877 179.741a137.108 137.108 0 00-25.112-50.25c.337-1.088.609-2.194.81…
6 …<path fill="#A3CE4D" d="M559.204 343.442c71.162-91.297 54.84-222.996-36.457-294.157A209.588 209.58…
7 …<path fill="#A7A8AB" d="M601.5 589.998v-91.194h-11.957l-37.044 75.183-37.044-75.183h-12.109v91.194…
8 …<path fill="#636567" d="M393.973 531.31a27.02 27.02 0 00-20.141-8.516 25.878 25.878 0 00-10.606 2.…
9 …<path fill="#A7A8AB" d="M482.058 562.643c.028 9.532-7.677 17.282-17.209 17.311h-39.466v-34.622h39.…
10 <g fill="#99C248">
/openbmc/u-boot/tools/binman/test/
H A D088_expand_size.dts7 fill {
9 fill-byte = [61];
27 fill {
29 fill-byte = [63];
37 type = "fill";
39 fill-byte = [64];
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/
H A D0001-Adjust-paths-for-use-with-Bitbake.patch28 …ileContent'>output_binaries/BootBlockAndHeader.bin</content> <!-- content the user should fill -->
29 …tent format='FileContent'>Poleg_bootblock.bin.full</content> <!-- content the user should fill -->
40 …t='FileContent'>output_binaries/UbootAndHeader.bin</content> <!-- content the user should fill -->
41 + <content format='FileContent'>u-boot.bin.full</content> <!-- content the user should fill -->
53 …ontent format='FileSize'>inputs/Poleg_bootblock.bin</content> <!-- content the user should fill -->
54 + <content format='FileSize'>Poleg_bootblock.bin</content> <!-- content the user should fill -->
65 …nt format='FileContent'>inputs/Poleg_bootblock.bin</content> <!-- content the user should fill -->
66 + <content format='FileContent'>Poleg_bootblock.bin</content> <!-- content the user should fill -…
78 …ontent format='FileSize'>inputs/Poleg_bootblock.bin</content> <!-- content the user should fill -->
79 + <content format='FileSize'>Poleg_bootblock.bin</content> <!-- content the user should fill -->
[all …]
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_frame.c65 size_t fill; in fc_frame_alloc_fill() local
67 fill = payload_len % 4; in fc_frame_alloc_fill()
68 if (fill != 0) in fc_frame_alloc_fill()
69 fill = 4 - fill; in fc_frame_alloc_fill()
70 fp = _fc_frame_alloc(payload_len + fill); in fc_frame_alloc_fill()
72 memset((char *) fr_hdr(fp) + payload_len, 0, fill); in fc_frame_alloc_fill()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/
H A D0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch42 fill = getfill(geo, head->node, 0);
43 - setkey(geo, node, bkey(geo, head->node, fill - 1), 0);
44 + _setkey(geo, node, bkey(geo, head->node, fill - 1), 0);
89 for (i = 0; i < fill / 2; i++) {
93 - setkey(geo, node, bkey(geo, node, i + fill / 2), i);
94 + _setkey(geo, node, bkey(geo, node, i + fill / 2), i);
95 setval(geo, node, bval(geo, node, i + fill / 2), i);
96 clearpair(geo, node, i + fill / 2);
98 if (fill & 1) {
99 - setkey(geo, node, bkey(geo, node, fill - 1), i);
[all …]
/openbmc/docs/logo/
H A DBuiltOnOpenBMC.svg2 …<path fill="#A7A8AB" d="M703.504 524.604c-10.908-23.902-39.128-34.437-63.03-23.528s-34.437 39.128-…
3 …<path fill="#579AC8" d="M256.378 213.7a136.858 136.858 0 0029.599 85.178c-.255.739-.382 1.529-.561…
4 …<path fill="#579AC8" d="M395.146 251.228c-20.315.016-36.857-16.322-37.095-36.636H327.1c.124 31.721…
5 …<path fill="#A3CE4D" d="M526.877 179.741a137.108 137.108 0 00-25.112-50.25c.337-1.088.609-2.194.81…
6 …<path fill="#A3CE4D" d="M559.204 343.442c71.162-91.297 54.84-222.996-36.457-294.157A209.588 209.58…
7 …<path fill="#A7A8AB" d="M601.5 589.998v-91.194h-11.957l-37.044 75.183-37.044-75.183h-12.109v91.194…
8 …<path fill="#636567" d="M393.973 531.31a27.02 27.02 0 00-20.141-8.516 25.878 25.878 0 00-10.606 2.…
9 …<path fill="#A7A8AB" d="M482.058 562.643c.028 9.532-7.677 17.282-17.209 17.311h-39.466v-34.622h39.…
10 <g fill="#99C248">
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c19 void *fill) in do_one() argument
30 memcpy(srcp, fill, len); in do_one()
65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
72 fill = malloc(BUFLEN); in test_copy_loop()
74 if (!src || !dst || !redzone || !fill) { in test_copy_loop()
83 fill[i] = i & 0xff; in test_copy_loop()
89 redzone, fill); in test_copy_loop()
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-health.svg1fill="#ffffff" d="M23 27.18l-2.59-2.59L19 26l4 4 7-7-1.41-1.41L23 27.18z"/><circle cx="11" cy="8"…
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.c69 struct xsk_ring_prod *fill; member
162 struct xsk_ring_prod *fill, in xsk_create_umem_rings() argument
191 fill->mask = umem->config.fill_size - 1; in xsk_create_umem_rings()
192 fill->size = umem->config.fill_size; in xsk_create_umem_rings()
193 fill->producer = map + off.fr.producer; in xsk_create_umem_rings()
194 fill->consumer = map + off.fr.consumer; in xsk_create_umem_rings()
195 fill->flags = map + off.fr.flags; in xsk_create_umem_rings()
196 fill->ring = map + off.fr.desc; in xsk_create_umem_rings()
197 fill->cached_cons = umem->config.fill_size; in xsk_create_umem_rings()
222 __u64 size, struct xsk_ring_prod *fill, in xsk_umem__create() argument
[all …]
/openbmc/linux/net/netfilter/
H A Dnft_set_pipapo_avx2.c214 static int nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_2() argument
243 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_2()
277 static int nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_4() argument
320 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_4()
354 static int nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_8() argument
415 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_8()
450 static int nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_12() argument
506 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_12()
540 static int nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_32() argument
642 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_32()
[all …]
/openbmc/linux/lib/crypto/
H A Dblake2s.c26 const size_t fill = BLAKE2S_BLOCK_SIZE - state->buflen; in blake2s_update() local
30 if (inlen > fill) { in blake2s_update()
31 memcpy(state->buf + state->buflen, in, fill); in blake2s_update()
34 in += fill; in blake2s_update()
35 inlen -= fill; in blake2s_update()

12345678910>>...24