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

/external/chromium_org/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/chromium_org/third_party/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/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/chromium_org/cc/output/
H A Drenderer_pixeltest.cc1655 SolidColorDrawQuad* hole = local
1657 hole->SetAll(
/external/chromium_org/third_party/mesa/src/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/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/genext2fs/
H A Dgenext2fs.c971 // if hole!=0, create a hole in the file
973 walk_bw(filesystem *fs, uint32 nod, blockwalker *bw, int32 *create, uint32 hole) argument
995 *bkref = hole ? 0 : alloc_blk(fs,nod);
1004 *bkref = hole ? 0 : alloc_blk(fs,nod);
1021 *bkref = hole ? 0 : alloc_blk(fs,nod);
1032 *bkref = hole ? 0 : alloc_blk(fs,nod);
1055 *bkref = hole ? 0 : alloc_blk(fs,nod);
1067 *bkref = hole ? 0 : alloc_blk(fs,nod);
1085 *bkref = hole
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.cc2792 // Since we're about to store a hole value, the store instruction below must
2831 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) local
2835 BuildFillElementsWithValue(elements, elements_kind, from, to, hole);
3897 // Check for the hole value (from an uninitialized const).
6873 // Loads from a "stock" fast holey double arrays can elide the hole check.
8290 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) local
8297 elements, reduced_length, hole, bounds_check, elements_kind, STORE);
8450 // Put a hole at the end.
8451 HValue* hole = IsFastSmiOrObjectElementsKind(kind) local
8456 elements, new_length, hole, kin
[all...]
/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 8069 milliseconds