/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 201 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/ |
D | array-holes-expected.txt | 29 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/ |
D | regress-crbug-233737.js | 35 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/ |
D | SkTSort.h | 124 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/ |
D | unsquashfs.c | 875 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/ |
D | falloc.fio | 24 [punch hole-fuzzer]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | aligned-spill.ll | 71 ; Spill 7 d-registers, leave a hole.
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 62 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/ |
D | darwin9.supp | 119 macos-vsyslog-hole
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 99 ; next to each other in memory. Here we have a hole with bytes #4-5.
|
/external/valgrind/docs/internals/ |
D | segments-seginfos.txt | 80 On x86_64 the static linker ld inserts a 1MB "hole" between .text
|
/external/tcpdump/ |
D | README.md | 113 A preceding "-" indicates a hole in the sequence space
|
/external/libcxx/include/ |
D | __functional_03 | 712 // 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 | __tree | 325 // __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/ |
D | en-GB_klex.pkb | 774 $?"3E8I&8ho)?!Fhoc#?!'BholdcholdingHhole-in-one$?!FC*EO3E
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 65 瑄 < 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/ |
D | FAQ | 11 This is not a security hole since dnsmasq will only accept replies to that
|
/external/v8/src/ |
D | hydrogen.cc | 2831 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/ |
D | Perl5.stg | 1195 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ActionScript.stg | 1111 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 1155 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 849 // <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/ |
D | Scala.stg | 1206 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 572 #@!+*$JLNhitsehiya#@!6B'hmmm#@!'EEhnd\/$!@4F#9J'9hoc#@!(CholdeholdingIhole-in-one…
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 1281 * start/stop tokens, tree stuff, attributes, ... Leave a hole for
|