Searched refs:top (Results 1 - 17 of 17) sorted by relevance

/system/core/libcutils/
H A Dmspace.c91 char *top; member in struct:mspace_contig_state
110 if (newbrk > cs->top)
120 if (newbrk != cs->top) {
121 if (mprotect(newbrk, cs->top - newbrk, PROT_NONE) < 0)
174 cs->top = (char *)base + max_capacity;
177 assert(cs->brk <= cs->top);
180 if (cs->brk != cs->top) {
186 (mprotect(prot_brk, cs->top - prot_brk, PROT_NONE) < 0)) {
265 length = cs->top - (char *)cs;
H A Dtzstrftime.c425 int top; local
440 top = bot -
442 if (top < -3)
443 top += DAYSPERWEEK;
444 top += len;
445 if (yday >= top) {
/system/core/adb/
H A Dcommandline.c682 static int top_works(const char *top) argument
684 if (top != NULL && adb_is_absolute_host_path(top)) {
687 "%s" OS_PATH_SEPARATOR_STR SENTINEL_FILE, top);
712 char *top = getenv("ANDROID_BUILD_TOP"); local
713 if (top != NULL && top[0] != '\0') {
714 if (!top_works(top)) {
715 fprintf(stderr, "adb: bad ANDROID_BUILD_TOP value \"%s\"\n", top);
719 top
802 const char *top = find_top(top_buf); local
[all...]
/system/core/sh/
H A Dmain.c223 * Read and execute commands. "Top" is nonzero for the top level command
228 cmdloop(int top) argument
235 TRACE(("cmdloop(%d) called\n", top));
241 if (iflag && top) {
249 if (!top || numeof >= 50)
H A Darith.c644 yy_stack_print (short int *bottom, short int *top) argument
647 yy_stack_print (bottom, top)
649 short int *top;
653 for (/* Nothing. */; bottom <= top; ++bottom)
H A Dparser.c723 top:
758 goto top;
1362 * characters on the top of the stack which must be preserved.
/system/core/libpixelflinger/
H A Draster.cpp82 if (yd < GGLint(c->state.scissor.top)) {
83 GGLint offset = GGLint(c->state.scissor.top) - yd;
84 yd = GGLint(c->state.scissor.top);
115 // bottom to top
132 // top to bottom
H A Dtrap.cpp220 if (t < GGLint(c->state.scissor.top)) {
221 ystart += TRI_FROM_INT(c->state.scissor.top-t);
222 t = GGLint(c->state.scissor.top);
285 if (t < GGLint(c->state.scissor.top)) {
286 ystart += TRI_FROM_INT(c->state.scissor.top-t);
287 t = GGLint(c->state.scissor.top);
426 if (t < GGLint(c->state.scissor.top))
427 t = GGLint(c->state.scissor.top);
545 const int32_t miny = max(bminy, c->state.scissor.top);
642 LOGI( " top
670 const GGLfixed* top = p1; local
860 const GGLfixed* top = p1; local
[all...]
H A Dclear.cpp100 const uint32_t t = c->state.scissor.top;
H A Dpixelflinger.cpp605 c->state.scissor.top = max(0, t);
609 c->state.scissor.top = 0;
/system/core/toolbox/
H A DAndroid.mk50 top \
/system/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java283 setNativeViewport(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top);
/system/core/libpixelflinger/tinyutils/
H A DSortedVector.h95 //! stack-usage of the vector. returns the top of the stack (last element)
96 const TYPE& top() const;
201 const TYPE& SortedVector<TYPE>::top() const {
H A DVector.h86 //! stack-usage of the vector. returns the top of the stack (last element)
87 const TYPE& top() const;
97 //! grants right acces to the top of the stack (last element)
119 //! pop the top of the stack (removes the last element). No-op if the stack's empty
123 //! pushes an item on the top of the stack
232 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
/system/core/include/system/
H A Dwindow.h47 int32_t top; member in struct:android_native_rect_t
/system/core/include/private/pixelflinger/
H A Dggl_context.h312 uint32_t top; member in struct:android::scissor_t
/system/media/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1040 XAuint32 top; member in struct:XARectangle_
1585 XAuint32 top; member in struct:XAFocusPointPosition_

Completed in 747 milliseconds