Searched refs:slop (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/util/
H A Darena.cc46 size_t slop = (current_mod == 0 ? 0 : align - current_mod); local
47 size_t needed = bytes + slop;
50 result = alloc_ptr_ + slop;
/external/chromium_org/chrome/browser/extensions/api/app_window/
H A Dapp_window_apitest.cc77 int slop = 50; local
79 int slop = 0; local
82 ready_listener.Reply(base::IntToString(slop));
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpacksingle.h172 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
174 if (slop) _XEatData(dpy,4-slop); \
179 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
181 if (slop) _XEatData(dpy,4-slop); \
187 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
189 if (slop) _XEatData(dpy,4-slop); \
/external/mesa3d/src/glx/
H A Dpacksingle.h172 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
174 if (slop) _XEatData(dpy,4-slop); \
179 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
181 if (slop) _XEatData(dpy,4-slop); \
187 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
189 if (slop) _XEatData(dpy,4-slop); \
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DLongPressDetectorTest.java115 * Verify that the touch move threshold (slop) is working for events offered to native.
120 final int slop = ViewConfiguration.get(getInstrumentation().getTargetContext())
132 FAKE_COORD_X + slop / 2, FAKE_COORD_Y + slop / 2, 0);
140 FAKE_COORD_X + slop * 2, FAKE_COORD_Y + slop * 2, 0);
/external/jpeg/
H A Djmemmac.c18 * application's zone, with the exception of the rather small "slop"
123 long slop, mem; local
132 * We add some slop to ensure we don't use up all available memory.
134 slop = max_bytes_needed / 16 + 32768L;
135 mem = CompactMem(max_bytes_needed + slop) - slop;
137 mem = 0; /* sigh, couldn't even get the slop */
H A Djmemmgr.c232 * we try to get enough space for the current request plus a "slop" factor,
233 * where the slop will be the amount of leftover space in the new pool.
234 * The speed vs. space tradeoff is largely determined by the slop values.
235 * A different slop value is provided for each pool class (lifetime),
263 size_t odd_bytes, min_request, slop; local
288 /* min_request is what we need now, slop is what will be leftover */
291 slop = first_pool_slop[pool_id];
293 slop = extra_pool_slop[pool_id];
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemmac.c18 * application's zone, with the exception of the rather small "slop"
123 long slop, mem; local
132 * We add some slop to ensure we don't use up all available memory.
134 slop = max_bytes_needed / 16 + 32768L;
135 mem = CompactMem(max_bytes_needed + slop) - slop;
137 mem = 0; /* sigh, couldn't even get the slop */
H A Djmemmgr.c232 * we try to get enough space for the current request plus a "slop" factor,
233 * where the slop will be the amount of leftover space in the new pool.
234 * The speed vs. space tradeoff is largely determined by the slop values.
235 * A different slop value is provided for each pool class (lifetime),
263 size_t odd_bytes, min_request, slop; local
288 /* min_request is what we need now, slop is what will be leftover */
291 slop = first_pool_slop[pool_id];
293 slop = extra_pool_slop[pool_id];
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop
[all...]
/external/chromium_org/tools/site_compare/drivers/win32/
H A Dwindowing.py276 slop = (rect[2]-rect[0]-child_rect[2]+child_rect[0],
278 size = (size[0]+slop[0], size[1]+slop[1])
/external/chromium_org/third_party/libXNVCtrl/
H A DNVCtrl.c438 int length, numbytes, slop; local
463 slop = numbytes & 3;
475 if (slop) _XEatData(dpy, 4-slop);
982 int length, numbytes, slop; local
1007 slop = numbytes & 3;
1019 if (slop) _XEatData(dpy, 4-slop);
1053 int inSize, outSize, length, slop; local
1097 slop
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp46 double slop = verb == SkPath::kQuad_Verb ? 4 * epsilon : 512 * epsilon; local
47 double xSlop = slop;
/external/skia/src/pathops/
H A DSkOpAngle.cpp46 double slop = verb == SkPath::kQuad_Verb ? 4 * epsilon : 512 * epsilon; local
47 double xSlop = slop;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 280 milliseconds