Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 76) sorted by relevance

1234

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/drivers/parameter/
Dddr_parameter.c49 uint64_t base, top; in ddr_region_usage_parse() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp90 int left, int top, int right, int bottom) { in rgb565_to_yv12()
130 int left, int top, int right, int bottom) { in rgb888_to_yv12()
198 int left, int top, int right, int bottom) { in rgb888_to_yuv420p()
235 int left, int top, int right, int bottom) { in yv12_to_rgb565()
280 int left, int top, int right, int bottom) { in yv12_to_rgb888()
320 int left, int top, int right, int bottom) { in yuv420p_to_rgb888()
364 int width, int height, int top, int left, in copy_rgb_buffer_from_unlocked()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
Drss2html.py13 top = """\ variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwsgui.py92 def __init__(self, top): argument
198 def __init__(self, top=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dcjkcodecs.h31 unsigned char bottom, top; member
37 unsigned char bottom, top; member
43 unsigned char bottom, top; member
49 unsigned char bottom, top; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dcjkcodecs.h31 unsigned char bottom, top; member
37 unsigned char bottom, top; member
43 unsigned char bottom, top; member
49 unsigned char bottom, top; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dmisc.py39 def top(self): member in Stack
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c240 struct addrinfo *top = NULL; in getaddrinfo() local
540 struct addrinfo *top, *cur; local
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc1.h59 int32_t top; member
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrftime.c360 int top; in _fmt() local
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp190 const int left, const int top, const int width, const int height, in lock()
223 const int left, const int top, const int width, const int height, in lock_ycbcr()
289 const int left, const int top, const int width, const int height, in lock_impl()
382 const int top = handle.lockedTop; in unlock_impl() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_symtable.py48 top = symtable.symtable(TEST_CODE, "?", "exec") variable in SymtableTest
Dtest_runpy.py136 def _del_pkg(self, top, depth, mod_name): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dntpath.py239 def walk(top, func, arg): argument
Dposixpath.py209 def walk(top, func, arg): argument
Dpoplib.py291 def top(self, which, howmuch): member in POP3
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dntpath.py244 def walk(top, func, arg): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py267 def walk(top, func, arg): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c296 StkId top = L->top; in luaV_concat() local
449 StkId top = L->top - 1; /* top when 'call_binTM' was called */ in luaV_finishOp() local
Dlstate.h71 StkId top; /* top for this function */ member
157 StkId top; /* first free slot in the stack */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dparser.c40 register stackentry *top; in s_push() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dparser.c40 register stackentry *top; in s_push() local
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/drivers/soc/
Dsoc.h104 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf()
186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof()
436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx()
616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox()
886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES()
976 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES()
1161 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES()
1166 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf()
465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof()
761 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx()
979 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox()
1417 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES()
1531 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES()
1757 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES()
1763 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES()

1234