/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/drivers/parameter/ |
D | ddr_parameter.c | 49 uint64_t base, top; in ddr_region_usage_parse() local
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.cpp | 76 int left, int top, int right, int bottom) { in rgb565_to_yv12() 117 int left, int top, int right, int bottom) { in rgb888_to_yv12() 155 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() 192 int left, int top, int right, int bottom) { in yv12_to_rgb565() 238 int left, int top, int right, int bottom) { in yv12_to_rgb888() 284 int left, int top, int right, int bottom) { in yuv420p_to_rgb888() 329 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/ |
D | rss2html.py | 13 top = """\ variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | wsgui.py | 92 def __init__(self, top): argument 198 def __init__(self, top=None): argument
|
/device/google/marlin/camera/QCamera2/HAL/tsMakeuplib/include/ |
D | ts_makeup_data.h | 34 long top; member
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 196 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top, in boundToSize()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 31 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/ |
D | cjkcodecs.h | 31 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/ |
D | misc.py | 39 def top(self): member in Stack
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | gralloc1.h | 59 int32_t top; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getaddrinfo.c | 240 struct addrinfo *top = NULL; in getaddrinfo() local 540 struct addrinfo *top, *cur; local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | strftime.c | 360 int top; in _fmt() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_symtable.py | 48 top = symtable.symtable(TEST_CODE, "?", "exec") variable in SymtableTest
|
D | test_runpy.py | 136 def _del_pkg(self, top, depth, mod_name): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | ntpath.py | 244 def walk(top, func, arg): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | ntpath.py | 239 def walk(top, func, arg): argument
|
D | posixpath.py | 209 def walk(top, func, arg): argument
|
D | poplib.py | 291 def top(self, which, howmuch): member in POP3
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | ntpath.py | 267 def walk(top, func, arg): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lvm.c | 296 StkId top = L->top; in luaV_concat() local 449 StkId top = L->top - 1; /* top when 'call_binTM' was called */ in luaV_finishOp() local
|
D | lstate.h | 71 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/ |
D | parser.c | 40 register stackentry *top; in s_push() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | parser.c | 40 register stackentry *top; in s_push() local
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/drivers/soc/ |
D | soc.h | 104 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 96 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()
|