Home
last modified time | relevance | path

Searched refs:holes (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dcompile.rs488 let mut holes = vec![]; in c_class_bytes() localVariable
495 holes.push(self.push_hole(InstHole::Bytes { in c_class_bytes()
504 holes.push( in c_class_bytes()
508 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_class_bytes()
551 let mut holes = vec![]; in c_alternate() localVariable
565 holes.push(hole); in c_alternate()
569 holes.push(split1); in c_alternate()
574 holes.push(hole); in c_alternate()
584 holes.push(prev_hole.0); in c_alternate()
586 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_alternate()
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dmos_vma.c33 list_inithead(&heap->holes); in mos_vma_heap_init()
44 list_for_each_entry_safe(mos_vma_hole, hole, &heap->holes, link) in mos_vma_heap_finish()
57 list_for_each_entry(mos_vma_hole, hole, &heap->holes, link) in mos_vma_heap_validate()
62 if (&hole->link == heap->holes.next) in mos_vma_heap_validate()
151 list_for_each_entry_safe(mos_vma_hole, hole, &heap->holes, link) in mos_vma_heap_alloc()
177 list_for_each_entry_safe_rev(mos_vma_hole, hole, &heap->holes, link) { in mos_vma_heap_alloc()
221 list_for_each_entry_safe(mos_vma_hole, hole, &heap->holes, link) in mos_vma_heap_alloc_addr()
263 list_for_each_entry(mos_vma_hole, hole, &heap->holes, link) in mos_vma_heap_free()
310 list_add(&hole->link, &heap->holes); in mos_vma_heap_free()
H A Dmos_vma.h41 struct list_head holes; member
/aosp_15_r20/external/mesa3d/src/util/
H A Dvma.c38 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link)
41 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link)
44 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
50 list_inithead(&heap->holes); in util_vma_heap_init()
81 if (&hole->link == heap->holes.next) { in util_vma_heap_validate()
348 list_add(&hole->link, &heap->holes); in util_vma_heap_free()
358 if (list_is_empty(&heap->holes)) in util_vma_heap_get_max_free_continuous_size()
361 struct util_vma_hole *top_hole = list_first_entry(&heap->holes, struct util_vma_hole, link); in util_vma_heap_get_max_free_continuous_size()
H A Dvma.h37 struct list_head holes; member
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
H A DDumpArchiveEntry.java488 header.holes = 0; in parse()
492 header.holes++; in parse()
511 header.holes = 0; in update()
515 header.holes++; in update()
531 private int holes; field in DumpArchiveEntry.TapeSegmentHeader
555 return holes; in getHoles()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compile_mesh.cpp490 std::list<int> holes[5]; member
597 data[PRIM].holes[4].push_back(virtual_header_location); in brw_compute_mue_layout()
603 data[VERT].holes[4].push_back(virtual_header_location); in brw_compute_mue_layout()
634 std::list<int> *holes = type_data->holes; in brw_compute_mue_layout() local
639 if (d.dwords == 4 && !holes[4].empty()) { in brw_compute_mue_layout()
640 holes[4].pop_back(); in brw_compute_mue_layout()
672 holes[h.dwords].push_back(location); in brw_compute_mue_layout()
681 if (!holes[sz].empty()) { in brw_compute_mue_layout()
691 holes[h.dwords].push_back(location); in brw_compute_mue_layout()
697 assert(!holes[found].empty()); in brw_compute_mue_layout()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c192 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &heap->holes, list) { in radeon_bomgr_find_va()
239 list_add(&n->list, &heap->holes); in radeon_bomgr_find_va()
275 if (!list_is_empty(&heap->holes)) { in radeon_bomgr_free_va()
276 hole = container_of(heap->holes.next, struct radeon_bo_va_hole, list); in radeon_bomgr_free_va()
286 hole = container_of(&heap->holes, struct radeon_bo_va_hole, list); in radeon_bomgr_free_va()
287 LIST_FOR_EACH_ENTRY(next, &heap->holes, list) { in radeon_bomgr_free_va()
293 if (&hole->list != &heap->holes) { in radeon_bomgr_free_va()
299 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va()
310 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va()
H A Dradeon_drm_winsys.h32 struct list_head holes; member
/aosp_15_r20/system/update_engine/sample_images/
H A Dgenerate_images.sh78 sudo truncate --size=16384 "${mntdir}"/sparse-16k-holes
79 echo "a" | sudo dd of="${mntdir}"/sparse-16k-holes bs=1 seek=100 status=none
80 echo "b" | sudo dd of="${mntdir}"/sparse-16k-holes bs=1 seek=10000 status=none
/aosp_15_r20/external/python/pyasn1/docs/source/pyasn1/type/opentype/
Dcontents.rst7 ASN.1 allows data structure designer to leave "holes" in field type
62 When expressing ASN.1 type "holes" in pyasn1, the
/aosp_15_r20/external/trace-cmd/
H A DCODING_STYLE249 that the compiler will create "holes" in them.
259 include padding (holes) inside the structure to do so. The above is equivalent
269 It is best to try to organize the structure where there are no holes within
/aosp_15_r20/external/e2fsprogs/tests/f_holedir2/
H A Dname1 directories with holes and zero i_size
/aosp_15_r20/external/e2fsprogs/tests/f_holedir/
H A Dname1 directory with holes and illegal blocks
/aosp_15_r20/external/e2fsprogs/tests/f_holedir3/
H A Dname1 real directories with holes and zero i_size
/aosp_15_r20/build/release/flag_declarations/
H A DRELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto3 description: "b/301631861: Flag to enable punching holes in apks and shared libs"
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/chromeos/examples/dbus/
Dfloss.conf5 <!-- ../system.conf have denied everything, so we just punch some holes -->
/aosp_15_r20/external/toybox/
H A DConfig.in53 until you can't find holes in it.
58 Don't try to achieve "watertight" by plugging the holes in a
/aosp_15_r20/external/skia/infra/bots/analysis/
H A DREADME.md3 A set of scripts that analyzes `jobs.json` to look for possible holes in our
/aosp_15_r20/build/make/tools/zipalign/
H A DAndroid.bp76 "tests/data/holes.zip",
/aosp_15_r20/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
H A Dcontrol.wpa16 deprecated for having some security holes, and WPA is deprecated in favor of
/aosp_15_r20/external/coreboot/src/mainboard/purism/librem_jsl/
H A DKconfig74 only two test points between the heatsink screw holes). The pad
/aosp_15_r20/external/e2fsprogs/doc/RelNotes/
H A Dv1.43.0.txt99 E2fsck can now correctly fix directory with holes on bigalloc file
165 The filefrag program now accounts for holes in sparse files created by
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D10.4.5.rst58 - nvc0: allow holes in xfb target lists
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp781 bool holes; member
864 if (!m_config.holes) in initPrograms()
881 if (!m_config.holes) in initPrograms()
1060 if (m_config.holes && ((i == 1) || (i == 2))) in iterate()

123456