Searched defs:bot (Results 1 - 24 of 24) sorted by last modified time

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c2160 IRTemp bot = newTemp(ty); local
2166 assign(bot, binop(mkOR(ty),
2175 binop(mkAND(ty), mkexpr(bot), mkU(ty, tmask))));
/external/skia/src/core/
H A DSkAAClip.cpp751 int bot = r.fBottom - offsetY; local
752 SkASSERT(bot >= prevBot);
753 if (bot > prevBot) {
768 currY->fY = bot - 1;
771 prevBot = bot;
1518 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1519 if (bot == botA) {
1545 int top, bot; local
1551 bot = botA;
1553 bot
[all...]
H A DSkEdge.cpp55 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 local
[all...]
H A DSkRegion_path.cpp279 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
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/pcre/dist/
H A Dpcre_compile.c1496 int i, bot, top; local
1538 bot = 0;
1541 while (bot < top)
1544 i = (bot + top) >> 1;
1552 if (r > 0) bot = i + 1; else top = i;
H A Dpcre_get.c81 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
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c327 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/
H A Dpixman-region.c775 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))
H A Dpixman-trap.c212 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
[all...]
H A Dpixman.h1042 pixman_span_fix_t top, bot; member in struct:pixman_trap
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1; local
115 insn = 0UL | bot | (top << 18UL);
/external/harfbuzz_ng/util/
H A Doptions.hh179 bot = eot = preserve_default_ignorables = false;
203 (bot ? HB_BUFFER_FLAG_BOT : 0) |
261 hb_bool_t bot; member in struct:shape_options_t
/external/freetype/src/pshinter/
H A Dpshglob.c319 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.h39 unsigned char *bot; /**< Bottom of scan buffer */ member in struct:yasm_scanner
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dcode.c530 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);
H A Dscanner.h9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp819 int bot = r.fBottom - offsetY; local
820 SkASSERT(bot >= prevBot);
821 if (bot > prevBot) {
836 currY->fY = bot - 1;
839 prevBot = bot;
1586 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1587 if (bot == botA) {
1613 int top, bot; local
1619 bot = botA;
1621 bot
[all...]
H A DSkEdge.cpp62 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 local
[all...]
H A DSkRegion_path.cpp279 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
[all...]
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c319 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/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4139 milliseconds