Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v4.19/Documentation/input/
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 …]
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 …]
/Linux-v4.19/arch/ia64/kernel/
Dhead.S646 ldf.fill.nta f32=[in0],loc0
647 ldf.fill.nta f40=[ r3],loc0
648 ldf.fill.nta f48=[r14],loc0
649 ldf.fill.nta f56=[r15],loc0
651 ldf.fill.nta f64=[in0],loc0
652 ldf.fill.nta f72=[ r3],loc0
653 ldf.fill.nta f80=[r14],loc0
654 ldf.fill.nta f88=[r15],loc0
656 ldf.fill.nta f96=[in0],loc1
657 ldf.fill.nta f104=[ r3],loc1
[all …]
Dentry.S94 ldf.fill f12=[sp]; mov f13=f0; mov b5=r0
95 ldf.fill f14=[sp]; ldf.fill f15=[sp]; mov f16=f0
96 ldf.fill f17=[sp]; ldf.fill f18=[sp]; mov f19=f0
97 ldf.fill f20=[sp]; ldf.fill f21=[sp]; mov f22=f0
98 ldf.fill f23=[sp]; ldf.fill f24=[sp]; mov f25=f0
99 ldf.fill f26=[sp]; ldf.fill f27=[sp]; mov f28=f0
100 ldf.fill f29=[sp]; ldf.fill f30=[sp]; mov f31=f0
398 ldf.fill f2=[r14],32
399 ldf.fill f3=[r15],32
401 ldf.fill f4=[r14],32
[all …]
Dmca_asm.S729 ldf.fill f2=[temp1],32
730 ldf.fill f3=[temp2],32
732 ldf.fill f4=[temp1],32
733 ldf.fill f5=[temp2],32
735 ldf.fill f12=[temp1],32
736 ldf.fill f13=[temp2],32
738 ldf.fill f14=[temp1],32
739 ldf.fill f15=[temp2],32
741 ldf.fill f16=[temp1],32
742 ldf.fill f17=[temp2],32
[all …]
Dgate.S177 ldf.fill f6=[base0],32
178 ldf.fill f7=[base1],32
180 ldf.fill f8=[base0],32
181 ldf.fill f9=[base1],32
183 ldf.fill f10=[base0],32
184 ldf.fill f11=[base1],32
186 ldf.fill f12=[base0],32
187 ldf.fill f13=[base1],32
189 ldf.fill f14=[base0],32
190 ldf.fill f15=[base1],32
Dpal.S296 ldf.fill f10 = [in0],32
297 ldf.fill f11 = [r2],32
299 ldf.fill f12 = [in0],32
300 ldf.fill f13 = [r2],32
302 ldf.fill f14 = [in0],32
303 ldf.fill f15 = [r2],32
/Linux-v4.19/lib/
Ddecompress_unlz4.c35 long (*fill)(void *, unsigned long), in unlz4()
66 if (input && fill) { in unlz4()
71 } else if (!fill) { in unlz4()
86 if (fill) { in unlz4()
87 size = fill(inp, 4); in unlz4()
96 if (!fill) { in unlz4()
110 if (fill) { in unlz4()
111 size = fill(inp, 4); in unlz4()
122 if (!fill) { in unlz4()
135 if (!fill) { in unlz4()
[all …]
Ddecompress_unlzo.c113 long (*fill)(void *, unsigned long), in unlzo()
138 if (input && fill) { in unlzo()
143 } else if (!fill) { in unlzo()
158 if (fill) { in unlzo()
166 in_len = fill(in_buf, HEADER_SIZE_MAX); in unlzo()
176 if (fill) { in unlzo()
187 if (fill && in_len < 4) { in unlzo()
188 skip = fill(in_buf + in_len, 4 - in_len); in unlzo()
213 if (fill && in_len < 8) { in unlzo()
214 skip = fill(in_buf + in_len, 8 - in_len); in unlzo()
[all …]
Ddecompress_inflate.c39 long (*fill)(void*, unsigned long), in __gunzip()
85 if (!fill) in __gunzip()
86 fill = nofill; in __gunzip()
89 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
134 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
188 long (*fill)(void*, unsigned long), in gunzip()
194 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip()
198 long (*fill)(void*, unsigned long), in __decompress()
204 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
Dbtree.c419 int fill; in btree_grow() local
425 fill = getfill(geo, head->node, 0); in btree_grow()
426 setkey(geo, node, 0, bkey(geo, head->node, fill - 1)); in btree_grow()
437 int fill; in btree_shrink() local
443 fill = getfill(geo, node, 0); in btree_shrink()
444 BUG_ON(fill > 1); in btree_shrink()
455 int i, pos, fill, err; in btree_insert_level() local
467 fill = getfill(geo, node, pos); in btree_insert_level()
469 BUG_ON(pos < fill && keycmp(geo, node, pos, key) == 0); in btree_insert_level()
471 if (fill == geo->no_pairs) { in btree_insert_level()
[all …]
Ddecompress_unxz.c252 long (*fill)(void *dest, unsigned long size), in unxz()
269 if (fill == NULL && flush == NULL) in unxz()
299 if (fill == NULL && flush == NULL) { in unxz()
303 if (b.in_pos == b.in_size && fill != NULL) { in unxz()
309 in_size = fill(in, XZ_IOBUF_SIZE); in unxz()
399 long (*fill)(void*, unsigned long), in __decompress()
405 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
Ddecompress_bunzip2.c96 long (*fill)(void*, unsigned long); member
129 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits()
630 long (*fill)(void*, unsigned long)) in start_bunzip()
649 if (fill != NULL) in start_bunzip()
650 bd->fill = fill; in start_bunzip()
652 bd->fill = nofill; in start_bunzip()
680 long (*fill)(void*, unsigned long), in bunzip2()
706 i = start_bunzip(&bd, inbuf, len, fill); in bunzip2()
748 long (*fill)(void*, unsigned long), in __decompress()
754 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
Ddecompress_unlzma.c68 long (*fill)(void*, unsigned long); member
93 rc->buffer_size = rc->fill((char *)rc->buffer, LZMA_IOBUF_SIZE); in rc_read()
102 long (*fill)(void*, unsigned long), in rc_init()
105 if (fill) in rc_init()
106 rc->fill = fill; in rc_init()
108 rc->fill = nofill; in rc_init()
538 long (*fill)(void*, unsigned long), in unlzma()
578 rc_init(&rc, fill, inbuf, in_len); in unlzma()
671 long (*fill)(void*, unsigned long), in __decompress()
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_frame.c77 size_t fill; in fc_frame_alloc_fill() local
79 fill = payload_len % 4; in fc_frame_alloc_fill()
80 if (fill != 0) in fc_frame_alloc_fill()
81 fill = 4 - fill; in fc_frame_alloc_fill()
82 fp = _fc_frame_alloc(payload_len + fill); in fc_frame_alloc_fill()
84 memset((char *) fr_hdr(fp) + payload_len, 0, fill); in fc_frame_alloc_fill()
Dfc_libfc.c172 u32 fill; in fc_fill_hdr() local
178 fill = -fr_len(fp) & 3; in fc_fill_hdr()
179 if (fill) { in fc_fill_hdr()
181 skb_put_zero(fp_skb(fp), fill); in fc_fill_hdr()
182 f_ctl |= fill; in fc_fill_hdr()
/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/
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()
/Linux-v4.19/arch/x86/kernel/
Dhead_64.S291 .fill early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE - ., 1, 0xcc
381 .fill 512,8,0
382 .fill PTI_USER_PGD_FILL,8,0
385 .fill 512*EARLY_DYNAMIC_PAGE_TABLES,8,0
397 .fill PTI_USER_PGD_FILL,8,0
401 .fill 511, 8, 0
414 .fill 512,8,0
415 .fill PTI_USER_PGD_FILL,8,0
420 .fill 511,8,0
425 .fill L3_START_KERNEL,8,0
[all …]
/Linux-v4.19/drivers/net/ethernet/pasemi/
Dpasemi_mac.c593 int fill, count; in pasemi_mac_replenish_rx_ring() local
598 fill = rx_ring(mac)->next_to_fill; in pasemi_mac_replenish_rx_ring()
600 struct pasemi_mac_buffer *info = &RX_DESC_INFO(rx, fill); in pasemi_mac_replenish_rx_ring()
601 u64 *buff = &RX_BUFF(rx, fill); in pasemi_mac_replenish_rx_ring()
626 fill++; in pasemi_mac_replenish_rx_ring()
1358 int cs_size, i, fill, hdr, cpyhdr, evt; in pasemi_mac_queue_csdesc() local
1382 fill = csring->next_to_fill; in pasemi_mac_queue_csdesc()
1383 hdr = fill; in pasemi_mac_queue_csdesc()
1385 CS_DESC(csring, fill++) = fund; in pasemi_mac_queue_csdesc()
1387 csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2; in pasemi_mac_queue_csdesc()
[all …]
/Linux-v4.19/lib/zlib_inflate/
Dinftrees.c36 unsigned fill; /* index for replicating entries */ in zlib_inflate_table() local
220 fill = 1U << curr; in zlib_inflate_table()
221 min = fill; /* save offset to next table */ in zlib_inflate_table()
223 fill -= incr; in zlib_inflate_table()
224 next[(huff >> drop) + fill] = this; in zlib_inflate_table()
225 } while (fill != 0); in zlib_inflate_table()
/Linux-v4.19/drivers/crypto/
Dmxs-dcp.c79 uint32_t fill; member
235 desc->size = actx->fill; in mxs_dcp_run_aes()
275 actx->fill = 0; in mxs_dcp_aes_block_crypt()
294 if (actx->fill + len > out_off) in mxs_dcp_aes_block_crypt()
295 clen = out_off - actx->fill; in mxs_dcp_aes_block_crypt()
299 memcpy(in_buf + actx->fill, src_buf, clen); in mxs_dcp_aes_block_crypt()
302 actx->fill += clen; in mxs_dcp_aes_block_crypt()
308 if (actx->fill == out_off || sg_is_last(src)) { in mxs_dcp_aes_block_crypt()
315 while (dst && actx->fill) { in mxs_dcp_aes_block_crypt()
321 actx->fill); in mxs_dcp_aes_block_crypt()
[all …]
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci.c486 struct vfio_pci_fill_info *fill = data; in vfio_pci_fill_devs() local
489 if (fill->cur == fill->max) in vfio_pci_fill_devs()
496 fill->devices[fill->cur].group_id = iommu_group_id(iommu_group); in vfio_pci_fill_devs()
497 fill->devices[fill->cur].segment = pci_domain_nr(pdev->bus); in vfio_pci_fill_devs()
498 fill->devices[fill->cur].bus = pdev->bus->number; in vfio_pci_fill_devs()
499 fill->devices[fill->cur].devfn = pdev->devfn; in vfio_pci_fill_devs()
500 fill->cur++; in vfio_pci_fill_devs()
851 struct vfio_pci_fill_info fill = { 0 }; in vfio_pci_ioctl() local
875 &fill.max, slot); in vfio_pci_ioctl()
879 WARN_ON(!fill.max); /* Should always be at least one */ in vfio_pci_ioctl()
[all …]
/Linux-v4.19/Documentation/EDID/
Dedid.S176 .fill 7,2,0x0101 /* Unused */
248 .fill 12-(end1-start1), 1, 0x20 /* Padded spaces */
263 .fill 12-(end2-start2), 1, 0x20 /* Padded spaces */
270 .fill 12-(end3-start3), 1, 0x20 /* Padded spaces */
/Linux-v4.19/arch/s390/include/asm/
Dalternative-asm.h40 .fill ( \bytes ) / 6, 6, 0xc0040000
41 .fill ( \bytes ) % 6 / 4, 4, 0x47000000
42 .fill ( \bytes ) % 6 % 4 / 2, 2, 0x0700
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dpc_maint.h134 byte fill[6]; member
146 byte fill[4]; /* data at offset 16 */ member
158 byte fill[4]; /* data at offset 16 */ member

12345678910>>...13