Searched defs:hole (Results 1 - 10 of 10) sorted by relevance

/external/v8/test/mjsunit/regress/
H A 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/libdrm/amdgpu/
H A Damdgpu_vamgr.c60 struct amdgpu_bo_va_hole *hole, *tmp; local
61 LIST_FOR_EACH_ENTRY_SAFE(hole, tmp, &mgr->va_holes, list) {
62 list_del(&hole->list);
63 free(hole);
72 struct amdgpu_bo_va_hole *hole, *n; local
83 /* first look for a hole */
84 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) {
86 if(hole->offset > base_required ||
87 (hole->offset + hole
160 struct amdgpu_bo_va_hole *hole; local
[all...]
/external/skia/src/core/
H A DSkTSort.h31 * Sinks a hole from array[root] to leaf and then sifts the original array[root] element
124 T* hole = next; local
125 while (left < hole && lessThan(insert, *(hole - 1))) {
126 *hole = *(hole - 1);
127 --hole;
129 *hole = insert;
/external/iproute2/tc/
H A Df_flower.c312 bool hole = false; local
319 if (hole)
323 hole = true;
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c201 struct radeon_bo_va_hole *hole, *n; local
205 /* first look for a hole */
206 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) {
207 offset = hole->offset;
214 if (offset >= (hole->offset + hole->size)) {
217 if (!waste && hole->size == size) {
218 offset = hole->offset;
219 list_del(&hole->list);
220 FREE(hole);
266 struct radeon_bo_va_hole *hole; local
276 struct radeon_bo_va_hole *hole, *n; local
303 struct radeon_bo_va_hole *hole; local
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) argument
882 off_t off = hole;
884 if(hole) {
900 int blocks = (hole + block_size -1) / block_size;
902 for(i = 0; i < blocks; i++, hole -= avail_bytes) {
903 avail_bytes = hole > block_size ? block_size :
904 hole;
2007 long long hole = 0; local
2031 hole += block->size;
2045 block->offset, block->size, hole, fil
[all...]
/external/v8/src/
H A Dcode-stub-assembler.cc860 Node* hole = HeapConstant(Handle<HeapObject>(heap->the_hole_value())); local
869 // Don't use doubles to store the hole double, since manipulating the
870 // signaling NaN used for the hole in C++, e.g. with bit_cast, will
889 StoreFixedArrayElement(elements, Int32Constant(i), hole,
910 // Don't use doubles to store the hole double, since manipulating the
911 // signaling NaN used for the hole in C++, e.g. with bit_cast, will
931 hole);
2239 // or the hole value, which means that no instances of the {callable} were
/external/v8/src/crankshaft/
H A Dhydrogen.cc3184 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) local
3188 // Since we're about to store a hole value, the store instruction below must
3194 BuildFillElementsWithValue(elements, elements_kind, from, to, hole);
4197 // Check for the hole value (from an uninitialized const).
5836 // If the values is not the hole, it will stay initialized,
7015 // If the values is not the hole, it will stay initialized,
7467 // Loads from a "stock" fast holey double arrays can elide the hole check.
7468 // Loads from a "stock" fast holey array can convert the hole to undefined
7598 // We can't guarantee that loading the hole is safe. The prototype may
9148 HValue* hole local
9308 HValue* hole = IsFastSmiOrObjectElementsKind(kind) local
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1197 milliseconds