Home
last modified time | relevance | path

Searched refs:hole (Results 1 – 25 of 75) sorted by relevance

123

/external/libdrm/amdgpu/
Damdgpu_vamgr.c60 struct amdgpu_bo_va_hole *hole, *tmp; in amdgpu_vamgr_deinit() local
61 LIST_FOR_EACH_ENTRY_SAFE(hole, tmp, &mgr->va_holes, list) { in amdgpu_vamgr_deinit()
62 list_del(&hole->list); in amdgpu_vamgr_deinit()
63 free(hole); in amdgpu_vamgr_deinit()
72 struct amdgpu_bo_va_hole *hole, *n; in amdgpu_vamgr_find_va() local
84 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) { in amdgpu_vamgr_find_va()
86 if(hole->offset > base_required || in amdgpu_vamgr_find_va()
87 (hole->offset + hole->size) < (base_required + size)) in amdgpu_vamgr_find_va()
89 waste = base_required - hole->offset; in amdgpu_vamgr_find_va()
92 offset = hole->offset; in amdgpu_vamgr_find_va()
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c201 struct radeon_bo_va_hole *hole, *n; in radeon_bomgr_find_va() local
206 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) { in radeon_bomgr_find_va()
207 offset = hole->offset; in radeon_bomgr_find_va()
214 if (offset >= (hole->offset + hole->size)) { in radeon_bomgr_find_va()
217 if (!waste && hole->size == size) { in radeon_bomgr_find_va()
218 offset = hole->offset; in radeon_bomgr_find_va()
219 list_del(&hole->list); in radeon_bomgr_find_va()
220 FREE(hole); in radeon_bomgr_find_va()
224 if ((hole->size - waste) > size) { in radeon_bomgr_find_va()
228 n->offset = hole->offset; in radeon_bomgr_find_va()
[all …]
/external/v8/test/webkit/
Darray-holes-expected.txt29 PASS var a = []; a.length = 1; showHoles(a) is '[hole]'
31 PASS var a = []; a[0] = undefined; delete a[0]; showHoles(a) is '[hole]'
32 PASS showHoles([0, , 2]) is '[0, hole, 2]'
33 PASS showHoles([0, 1, ,]) is '[0, 1, hole]'
34 PASS showHoles([0, , 2].concat([3, , 5])) is '[0, hole, 2, 3, hole, 5]'
35 PASS showHoles([0, , 2, 3].reverse()) is '[3, 2, hole, 0]'
36 PASS a = [0, , 2, 3]; a.shift(); showHoles(a) is '[hole, 2, 3]'
37 PASS showHoles([0, , 2, 3].slice(0, 3)) is '[0, hole, 2]'
38 PASS showHoles([0, , 2, 3].sort()) is '[0, 2, 3, hole]'
40 PASS a = [0, , 2, 3]; a.splice(2, 3, 5, 6); showHoles(a) is '[0, hole, 5, 6]'
[all …]
/external/v8/test/mjsunit/regress/
Dregress-crbug-233737.js35 function hole(i) { function
39 assertEquals(1, hole(0));
40 assertEquals(1, hole(0));
41 %OptimizeFunctionOnNextCall(hole);
42 assertEquals(0, hole(1));
/external/skia/src/core/
DSkTSort.h124 T* hole = next; in SkTInsertionSort() local
125 while (left < hole && lessThan(insert, *(hole - 1))) { in SkTInsertionSort()
126 *hole = *(hole - 1); in SkTInsertionSort()
127 --hole; in SkTInsertionSort()
129 *hole = insert; in SkTInsertionSort()
/external/autotest/client/site_tests/network_FirewallHolePunch/
Dcontrol7 PURPOSE = "Verifies the Chrome applications can punch a hole in the firewall"
9 This test will fail if a Chrome application is unable to punch a hole in the
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block() argument
882 off_t off = hole; in write_block()
884 if(hole) { in write_block()
900 int blocks = (hole + block_size -1) / block_size; in write_block()
902 for(i = 0; i < blocks; i++, hole -= avail_bytes) { in write_block()
903 avail_bytes = hole > block_size ? block_size : in write_block()
904 hole; in write_block()
2007 long long hole = 0; in writer() local
2031 hole += block->size; in writer()
2045 block->offset, block->size, hole, file->sparse); in writer()
[all …]
/external/fio/examples/
Dfalloc.fio24 [punch hole-fuzzer]
/external/iproute2/tc/
Df_flower.c312 bool hole = false; in __mask_bits() local
319 if (hole) in __mask_bits()
323 hole = true; in __mask_bits()
/external/libcap/doc/
Dcapability.notes43 for a potential attacker to exploit a hole in a daemon of this
/external/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll71 ; Spill 7 d-registers, leave a hole.
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex62 There is a hole in specs: some hop-by-hop options can be
102 hole in \verb|sockaddr_in6| in any case. Now it has no justification.
115 is followed by attempts to patch the hole and more mistakes...
/external/v8/build/config/
Dfeatures.gni66 # Enable hole punching for the protected video.
/external/valgrind/
Ddarwin9.supp119 macos-vsyslog-hole
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/documentation/
DGettingStarted.md121 hole.
/external/llvm/test/CodeGen/X86/
Dload-slice.ll99 ; next to each other in memory. Here we have a hole with bytes #4-5.
/external/valgrind/docs/internals/
Dsegments-seginfos.txt80 On x86_64 the static linker ld inserts a 1MB "hole" between .text
/external/libcxx/include/
D__functional_03509 // deleted overloads close possible hole in the type system
806 // deleted overloads close possible hole in the type system
1103 // deleted overloads close possible hole in the type system
1399 // deleted overloads close possible hole in the type system
D__tree325 // __y will be the initial hole in the tree (make the hole at a leaf)
/external/tcpdump/
DREADME.md113 A preceding "-" indicates a hole in the sequence space
/external/v8/src/
Dcode-stub-assembler.cc860 Node* hole = HeapConstant(Handle<HeapObject>(heap->the_hole_value())); in AllocateJSArray() local
889 StoreFixedArrayElement(elements, Int32Constant(i), hole, in AllocateJSArray()
931 hole); in AllocateJSArray()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt3277 璧>'[piece of jade with hole in it]';
3725 穽>'[hole]';
3737 窟>'[hole]';
3748 竅>'[hole]';
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb774 $?"3E8I&8ho)?!Fhoc#?!'B������������holdcholdingH hole-in-one $?!FC*EO3E
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt65 瑄 < a\-ornamental\-piece\-of\-jade\-several\-inches\-across\-with\-a\-hole\-in\-the\-center;
669 琮 < octagonal\-piece\-of\-jade\-with\-hole\-in\-middle;
2114 璧 < piece\-of\-jade\-with\-hole\-in\-it;
4180 鼻兒 < a\-hole\-in\-an\-implement;
8191 鏴 < to\-plug\-a\-hole;
9409 㕉 < to\-dig\-a\-hole;
10213 打孔器 < hole\-puncher;
11072 鑽孔 < bore\-a\-hole;
12121 牏 < privy\-hole;
13468 窋 < in\-a\-hole;
[all …]
/external/dnsmasq/
DFAQ11 This is not a security hole since dnsmasq will only accept replies to that

123