Home
last modified time | relevance | path

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

123

/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/squashfs-tools/squashfs-tools/
Dunsquashfs.c875 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block() argument
877 off_t off = hole; in write_block()
879 if(hole) { in write_block()
895 int blocks = (hole + block_size -1) / block_size; in write_block()
897 for(i = 0; i < blocks; i++, hole -= avail_bytes) { in write_block()
898 avail_bytes = hole > block_size ? block_size : in write_block()
899 hole; in write_block()
2002 long long hole = 0; in writer() local
2026 hole += block->size; in writer()
2040 block->offset, block->size, hole, file->sparse); in writer()
[all …]
/external/fio/examples/
Dfalloc.fio24 [punch hole-fuzzer]
/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/valgrind/
Ddarwin9.supp119 macos-vsyslog-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/tcpdump/
DREADME.md113 A preceding "-" indicates a hole in the sequence space
/external/libcxx/include/
D__functional_03712 // deleted overloads close possible hole in the type system
1014 // deleted overloads close possible hole in the type system
1316 // deleted overloads close possible hole in the type system
1617 // 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/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
/external/v8/src/
Dhydrogen.cc2831 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) in BuildFillElementsWithHole() local
2835 BuildFillElementsWithValue(elements, elements_kind, from, to, hole); in BuildFillElementsWithHole()
8290 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) in TryInlineBuiltinMethodCall() local
8297 elements, reduced_length, hole, bounds_check, elements_kind, STORE); in TryInlineBuiltinMethodCall()
8451 HValue* hole = IsFastSmiOrObjectElementsKind(kind) in TryInlineBuiltinMethodCall() local
8456 elements, new_length, hole, kind, INITIALIZING_STORE); in TryInlineBuiltinMethodCall()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg1195 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg1111 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg1155 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
/external/clang/test/Analysis/
Dmisc-ps.m849 // <rdar://problem/7593875> When handling sizeof(VLA) it leads to a hole in
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg1206 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb572 #@!+*$JLNhitsehiya#@!6B'hmmm#@!'EEhnd\/ $!@4F#9J'9hoc#@!(CholdeholdingI hole-in-one…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1281 * start/stop tokens, tree stuff, attributes, ... Leave a hole for

123