Home
last modified time | relevance | path

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

1234

/third_party/typescript/tests/baselines/reference/
DjsxNestedWithinTernaryParsesCorrectly.types9 …must be identifier? ) : ( // must be exactly two expression holes <span> …
12 …must be identifier? ) : ( // must be exactly two expression holes <span> …
16 …must be identifier? ) : ( // must be exactly two expression holes <span> …
24 >( // must be exactly two expression holes <span> {0}{0} </span> …
26 // must be exactly two expression holes
DjsxNestedWithinTernaryParsesCorrectly.symbols14 // must be exactly two expression holes
/third_party/rust/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 …]
/third_party/mesa3d/src/util/
Dvma.c37 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link)
40 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link)
43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
49 list_inithead(&heap->holes); in util_vma_heap_init()
72 if (&hole->link == heap->holes.next) { in util_vma_heap_validate()
303 list_add(&hole->link, &heap->holes); in util_vma_heap_free()
Dvma.h37 struct list_head holes; member
/third_party/typescript/tests/cases/compiler/
DjsxNestedWithinTernaryParsesCorrectly.tsx8 // must be exactly two expression holes
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c212 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &heap->holes, list) { in radeon_bomgr_find_va()
259 list_add(&n->list, &heap->holes); in radeon_bomgr_find_va()
295 if (!list_is_empty(&heap->holes)) { in radeon_bomgr_free_va()
296 hole = container_of(heap->holes.next, struct radeon_bo_va_hole, list); in radeon_bomgr_free_va()
306 hole = container_of(&heap->holes, struct radeon_bo_va_hole, list); in radeon_bomgr_free_va()
307 LIST_FOR_EACH_ENTRY(next, &heap->holes, list) { in radeon_bomgr_free_va()
313 if (&hole->list != &heap->holes) { in radeon_bomgr_free_va()
319 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va()
330 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va()
Dradeon_drm_winsys.h52 struct list_head holes; member
Dradeon_drm_winsys.c877 list_inithead(&ws->vm32.holes); in radeon_drm_winsys_create()
878 list_inithead(&ws->vm64.holes); in radeon_drm_winsys_create()
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c1270 int holes = 0; in ntfs_compress_overwr_free() local
1283 holes++; in ntfs_compress_overwr_free()
1300 holes++; in ntfs_compress_overwr_free()
1315 switch (holes) { in ntfs_compress_overwr_free()
1379 if (freerl[holes].lcn == LCN_HOLE) { in ntfs_compress_overwr_free()
1380 freerl->length += freerl[holes].length; in ntfs_compress_overwr_free()
1381 holes++; in ntfs_compress_overwr_free()
1386 *erl = erl[holes - 1]; in ntfs_compress_overwr_free()
Dattrib.c1826 hole_type holes);
5301 hole_type holes) argument
5339 if ((newsize < vol->mft_record_size) && (holes != HOLES_NONRES)) {
5384 if (holes == HOLES_NONRES) {
5395 return ntfs_attr_truncate_i(na, newsize, holes);
5451 return ntfs_resident_attr_resize_i(na, newsize, holes);
5475 return ntfs_resident_attr_resize_i(na, newsize, holes);
5514 return ntfs_resident_attr_resize_i(na, newsize, holes);
5535 return ntfs_resident_attr_resize_i(na, newsize, holes);
5773 hole_type holes, ntfs_attr_search_ctx *ctx) argument
[all …]
/third_party/skia/infra/bots/analysis/
DREADME.md3 A set of scripts that analyzes `jobs.json` to look for possible holes in our
/third_party/toybox/
DConfig.in58 until you can't find holes in it.
63 Don't try to achieve "watertight" by plugging the holes in a
/third_party/mesa3d/docs/relnotes/
D10.4.5.rst58 - nvc0: allow holes in xfb target lists
D11.1.2.rst98 - nvc0: avoid crashing when there are holes in vertex array bindings
D18.1.8.rst123 - anv: Fill holes in the VF VUE to zero
D20.0.1.rst133 - tgsi_to_nir: set num_images and num_samplers with holes correctly
D19.3.4.rst124 - anv: Insert holes for non-existant XFB varyings
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DOpenGLLineSegmentRasterization.md60 the junction of four pixels render with holes. For example:
/third_party/flutter/skia/third_party/externals/angle2/doc/
DStarter-Projects.md110 ANGLE's EGL implementation has a lot of holes in it's conformance. There are many tests that fail on
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_polygon_offset_clamp.txt46 unwanted holes when the shadow casting polygons are offset beyond
/third_party/mesa3d/docs/vulkan/
Dgraphics-state.rst115 holes due to extension namespacing) and a bit better organized. Each
/third_party/openGLES/extensions/ARB/
DARB_polygon_offset_clamp.txt61 unwanted holes when the shadow casting polygons are offset beyond
/third_party/openGLES/extensions/EXT/
DEXT_polygon_offset_clamp.txt49 unwanted holes when the shadow casting polygons are offset beyond
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_polygon_offset_clamp.txt49 unwanted holes when the shadow casting polygons are offset beyond

1234