| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0016-libsparse-Add-hole-mode-to-sparse_file_read.patch | 12 safely represented by "don't care" chunks. Using "don't care" chunks 13 instead of fill chunks can result in a substantial reduction of the time 20 are, and then use do_sparse_file_read_normal to create chunks for the 55 + * @SPARSE_READ_MODE_NORMAL: The input is a regular file. Constant chunks of 57 + * fill chunks. 60 + * to "don't care" chunks. Other constant chunks will 61 + * be converted to fill chunks. 80 - * file will be sparsed by looking for block aligned chunks of all zeros or 86 + * by looking for block aligned chunks of all zeros or another 32 bit value. If 89 + * care" chunks. If crc is true, the crc of the sparse file will be verified.
|
| H A D | 0017-img2simg-Add-support-for-converting-holes-to-don-t-c.patch | 5 chunks 8 chunks. This can result in a substantial reduction in the time it takes
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | parallels-read-bitmap | 38 chunks = qemu_img_map('--image-opts', nbd_opts) variable 42 for c in chunks:
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/ |
| H A D | 0001-collector-Allocate-space-on-heap-for-chunks.patch | 4 Subject: [PATCH] collector: Allocate space on heap for chunks 20 log ("reading %d chunks (of %d) ...\n", max_chunk, s->map.max_chunk); 27 size_t addr = (size_t) s->map.chunks[i];
|
| H A D | 0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch | 24 [bootchart] reading 150 chunks (of 150) ...
|
| /openbmc/qemu/scripts/ |
| H A D | checkpatch.pl | 869 my (@chunks); 875 push(@chunks, [ $condition, $statement ]); 877 return ($level, $linenr, @chunks); 888 push(@chunks, [ $condition, $statement ]); 891 return ($level, $linenr, @chunks); 2950 my ($level, $endln, @chunks) = 2954 print "APW: <<$chunks[1][0]>><<$chunks[1][1]>>\n" 2955 if $#chunks >= 1; 2957 if ($#chunks >= 0 && $level == 0) { 2961 for my $chunk (@chunks) { [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | nbd-fault-injector.py | 81 chunks = [] 86 chunks.append(chunk) 88 return b''.join(chunks)
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/ |
| H A D | views.py | 30 for chunk in request.FILES['eventlog'].chunks():
|
| /openbmc/u-boot/common/ |
| H A D | dlmalloc.src | 183 very small chunks. 266 Because freed chunks may be overwritten with link fields, this 595 int ordblks; /* number of non-inuse chunks */ 634 afterward allocate more large chunks) the value should be high 654 program undergoes phases where several large chunks are 657 chunks at all. And in well-behaved long-lived programs, 721 Using mmap segregates relatively large chunks of memory so that 731 other chunks, as can happen with normally allocated chunks, which 737 used to service later requests, as happens with normal chunks. 1153 survey of such techniques.) Sizes of free chunks are stored both [all …]
|
| /openbmc/qemu/migration/ |
| H A D | rdma.c | 431 uint64_t chunks; /* how many sequential chunks to register */ member 459 reg->chunks = htonll(reg->chunks); in register_to_network() 466 reg->chunks = ntohll(reg->chunks); in network_to_register() 1844 uint64_t chunk, chunks; in qemu_rdma_write_one() local 1865 chunks = length / (1UL << RDMA_REG_CHUNK_SHIFT); in qemu_rdma_write_one() 1867 if (chunks && ((length % (1UL << RDMA_REG_CHUNK_SHIFT)) == 0)) { in qemu_rdma_write_one() 1868 chunks--; in qemu_rdma_write_one() 1871 chunks = block->length / (1UL << RDMA_REG_CHUNK_SHIFT); in qemu_rdma_write_one() 1873 if (chunks && ((block->length % (1UL << RDMA_REG_CHUNK_SHIFT)) == 0)) { in qemu_rdma_write_one() 1874 chunks--; in qemu_rdma_write_one() [all …]
|
| H A D | trace-events | 254 qemu_rdma_write_one_top(uint64_t chunks, uint64_t size) "Writing %" PRIu64 " chunks, (%" PRIu64 " M… 256 … bits, int chunks) "Added Block: '%s':%d, addr: %" PRIu64 ", offset: %" PRIu64 " length: %" PRIu64… 258 …_t bits, int chunks) "Deleted Block: %p, addr: %" PRIu64 ", offset: %" PRIu64 " length: %" PRIu64 … 264 …q, int index, uint64_t addr, uint64_t chunks) "Registration request (%d): index %d, current_addr %…
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ |
| H A D | ts-arm-platforms.inc | 17 file://0013-Revert-Load-and-store-UEFI-variable-index-in-chunks.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
| H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 148 write_fd(handle->fd, &chunks, 4); 159 endian4 = tep_read_number(handle->tep, &chunks, 4); 160 /* write chunks count*/ 161 write_fd(handle->fd, &chunks, 4); 168 struct tracecmd_compress_chunk *chunks = NULL; 191 - chunks[i].zoffset = lseek64(handle->fd, 0, SEEK_CUR); 192 + chunks[i].zoffset = lseek(handle->fd, 0, SEEK_CUR); 193 if (chunks[i].zoffset == (off_t)-1) 198 chunks[i].size = tep_read_number(handle->tep, buf, 4); 199 size += chunks[i].size; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/ |
| H A D | memcached_1.6.38.bb | 7 apps to avoid storing large chunks of data in Apache memory, and to share \
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/ |
| H A D | tiff_4.7.0.bb | 51 # in chunks when using TIFFReadScanline. Experimental 4.0+ feature
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 1487 my (@chunks); 1493 push(@chunks, [ $condition, $statement ]); 1495 return ($level, $linenr, @chunks); 1506 push(@chunks, [ $condition, $statement ]); 1509 return ($level, $linenr, @chunks); 5130 my ($level, $endln, @chunks) = 5134 if ($#chunks > 0 && $level == 0) { 5140 for my $chunk (@chunks) { 5201 my ($level, $endln, @chunks) = 5205 my ($cond, $block) = @{$chunks[0]}; [all …]
|
| /openbmc/u-boot/fs/zfs/ |
| H A D | zfs.c | 693 int i, chunks; in mzap_lookup() local 696 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_lookup() 697 for (i = 0; i < chunks; i++) { in mzap_lookup() 715 int i, chunks; in mzap_iterate() local 718 chunks = objsize / MZAP_ENT_LEN - 1; in mzap_iterate() 719 for (i = 0; i < chunks; i++) { in mzap_iterate()
|
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | README.sol | 24 can be broken into chunks no greater than N bytes. This maximum is
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch | 92 - /* From this point, "data" can be read by chunks of 4 bytes */
|
| /openbmc/qemu/docs/ |
| H A D | rdma.txt | 270 start and stop locations of chunks and how to register them dynamically 374 Pages are migrated in "chunks" (hard-coded to 1 Megabyte right now). 387 is about 64 chunks (corresponding to 64 MB of memory).
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | build.md | 65 imports (over lazy-loading routes) to avoid creating separate JS chunks.
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0013-Revert-Load-and-store-UEFI-variable-index-in-chunks.patch | 4 Subject: [PATCH 2/3] Revert "Load and store UEFI variable index in chunks"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/ |
| H A D | bootchart2_0.14.9.bb | 94 file://0001-collector-Allocate-space-on-heap-for-chunks.patch \
|
| /openbmc/openbmc/meta-security/classes/ |
| H A D | dm-verity-img.bbclass | 103 # Prefix with leading zeros, in case hash chunks weren't using highest bits
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | cargo-c-crates.inc | 264 crate://crates.io/sized-chunks/0.6.5 \ 604 SRC_URI[sized-chunks-0.6.5.sha256sum] = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb4…
|