HomeSort by relevance Sort by last modified time
    Searched defs:bot (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.h 9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
code.c 530 Span *bot = &g->span[0], *top = &g->span[g->nSpans-1]; local
532 if(bot[0].to == top[0].to){
533 util = (top[-1].ub - bot[0].ub)/(g->nSpans - 2);
535 if(bot[0].ub > (top[0].ub - top[-1].ub)){
536 util = (top[0].ub - bot[0].ub)/(g->nSpans - 1);
  /cts/apps/CtsVerifier/
Android.mk 46 notification-bot := $(call intermediates-dir-for,APPS,NotificationBot)/package.apk
52 && adb install -r $(notification-bot) \
88 $(verifier-zip) : $(notification-bot)
92 $(ACP) -fp $(notification-bot) $(verifier-dir)/NotificationBot.apk
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.h 39 unsigned char *bot; /**< Bottom of scan buffer */ member in struct:yasm_scanner
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 333 long bot = (x & 0xffffffffl) + ((top % radix) << 32); local
335 while ((bot > 0) || (top > 0)) {
336 buf[--i] = Character.forDigit((int) (bot % radix), radix);
337 bot = (bot / radix) + ((top % radix) << 32);
  /external/ltrace/sysdeps/linux-gnu/ia64/
trace.c 101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1; local
115 insn = 0UL | bot | (top << 18UL);
  /external/pcre/dist/
pcre_get.c 81 int top, bot; local
115 bot = 0;
116 while (top > bot)
118 int mid = (top + bot) / 2;
123 if (c > 0) bot = mid + 1; else top = mid;
164 int top, bot; local
199 bot = 0;
200 while (top > bot)
202 int mid = (top + bot) / 2;
234 if (c > 0) bot = mid + 1; else top = mid
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
  /bionic/libc/tzcode/
strftime.c 452 int bot; local
462 bot = ((yday + 11 - wday) %
468 top = bot -
478 if (yday >= bot) {
479 w = 1 + ((yday - bot) /
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 362 int bot; local
372 bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3;
376 top = bot - (len % DAYSPERWEEK);
385 if (yday >= bot) {
386 w = 1 + ((yday - bot) / DAYSPERWEEK);
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 319 FT_Int dim, top, bot, delta; local
339 bot = zone[1].org_bottom;
340 delta = bot - top;
347 zone[1].org_bottom = bot - fuzz;
  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 62 int bot = SkFDot6Round(y1); local
65 if (top == bot) {
69 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
79 fLastY = bot - 1;
103 int bot = SkFDot6Round(y1); local
108 if (top == bot)
120 fLastY = bot - 1;
209 int bot = SkFDot6Round(y2); local
212 if (top == bot)
373 int bot = SkFDot6Round(y3) local
    [all...]
SkRegion_path.cpp 279 SkScalar bot = SkIntToScalar(SK_MinS16); local
289 } else if (bot < pts[i].fY) {
290 bot = pts[i].fY;
296 } else if (bot < pts[0].fY) {
297 bot = pts[0].fY;
301 SkASSERT(top <= bot);
304 *ibot = SkScalarRoundToInt(bot);
332 int bot = SkMin32(pathBot, clipBot); local
334 if (top >= bot)
339 if (!builder.init(bot - top
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 319 FT_Int dim, top, bot, delta; local
339 bot = zone[1].org_bottom;
340 delta = bot - top;
347 zone[1].org_bottom = bot - fuzz;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 327 FT_Int dim, top, bot, delta; local
347 bot = zone[1].org_bottom;
348 delta = bot - top;
355 zone[1].org_bottom = bot - fuzz;
  /external/pixman/pixman/
pixman-trap.c 212 const pixman_point_fixed_t *top, *bot; local
217 bot = &line->p2;
222 bot = &line->p1;
228 bot->x + x_off_fixed,
229 bot->y + y_off_fixed);
262 b = traps->bot.y + y_off_fixed;
273 traps->bot.l + x_off_fixed,
274 traps->bot.y + y_off_fixed);
279 traps->bot.r + x_off_fixed,
280 traps->bot.y + y_off_fixed)
    [all...]
pixman-region.c 775 int bot; /* Bottom of non-overlapping band*/ local
890 bot = MIN (r1->y2, r2y1);
891 if (top != bot)
894 if (!pixman_region_append_non_o (new_reg, r1, r1_band_end, top, bot))
906 bot = MIN (r2->y2, r1y1);
908 if (top != bot)
912 if (!pixman_region_append_non_o (new_reg, r2, r2_band_end, top, bot))
    [all...]
  /external/skia/src/core/
SkEdge.cpp 55 int bot = SkFDot6Round(y1); local
58 if (top == bot) {
62 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
72 fLastY = bot - 1;
96 int bot = SkFDot6Round(y1); local
101 if (top == bot)
113 fLastY = bot - 1;
193 int bot = SkFDot6Round(y2); local
196 if (top == bot)
346 int bot = SkFDot6Round(y3) local
    [all...]
SkRegion_path.cpp 279 SkScalar bot = SkIntToScalar(SK_MinS16); local
289 } else if (bot < pts[i].fY) {
290 bot = pts[i].fY;
296 } else if (bot < pts[0].fY) {
297 bot = pts[0].fY;
301 SkASSERT(top <= bot);
304 *ibot = SkScalarRoundToInt(bot);
332 int bot = SkMin32(pathBot, clipBot); local
334 if (top >= bot)
339 if (!builder.init(bot - top
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FocusOverlay.java 265 float bot = mFocusDebugCornersRect.bottom; local
269 canvas.drawLines(new float[]{left, bot - delta, left, bot, left, bot, left + delta, bot}, mDebugCornersPaint);
270 canvas.drawLines(new float[]{right, bot - delta, right, bot, right, bot, right - delta, bot}, mDebugCornersPaint);
274 canvas.drawText(mDebugMessage, left - 4, bot + 44, mDebugTextPaint)
    [all...]
  /external/harfbuzz_ng/util/
options.hh 179 bot = eot = preserve_default_ignorables = false;
203 (bot ? HB_BUFFER_FLAG_BOT : 0) |
261 hb_bool_t bot; member in struct:shape_options_t
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 299 int bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3; local
301 int top = bot - (len % DAYSPERWEEK);
311 if (yday >= bot) {
312 w = 1 + ((yday - bot) / DAYSPERWEEK);
  /system/core/libpixelflinger/
trap.cpp 642 ALOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)",
671 const GGLfixed* bot = p2; local
674 if (top[1] > bot[1]) {
675 swap(top, bot);
679 int y2 = bot[1] | 1;
695 const int dx = bot[0] - x1;
861 const GGLfixed* bot = p2; local
864 if (top[1] > bot[1])
865 swap(top, bot);
868 int y2 = bot[1]
    [all...]

Completed in 565 milliseconds

1 2