/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
H A D | utf16_le.c | 107 unsigned int plane, high;
local 109 plane = (code >> 16) - 1;
112 *p++ = (UChar)(((plane & 0x03) << 6) + (high >> 2));
113 *p++ = (UChar)((plane >> 2) + 0xd8);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
H A D | _codecs_iso2022.c | 110 unsigned char plane;
member in struct:iso2022_designation 221 switch (dsg->plane) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
H A D | _codecs_iso2022.c | 110 unsigned char plane;
member in struct:iso2022_designation 221 switch (dsg->plane) {
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_enc.cpp | 99 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) argument 118 memcpy(ptr, &plane, 4); ptr += 4; 5005 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) argument 5024 memcpy(ptr, &plane, 4); ptr += 4; 5033 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) argument 5052 memcpy(ptr, &plane, 4); ptr += 4; 6851 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) argument 6870 memcpy(ptr, &plane, 4); ptr += 4; 6879 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) argument 6898 memcpy(ptr, &plane, [all...] |
H A D | gl_entry.cpp | 11 void glClipPlanef(GLenum plane, const GLfloat* equation); 186 void glClipPlanexOES(GLenum plane, const GLfixed* equation); 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation); 250 void glClipPlanefOES(GLenum plane, const GLfloat* equation); 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation); 325 void glClipPlanef(GLenum plane, const GLfloat* equation) argument 328 ctx->glClipPlanef(ctx, plane, equation); 1379 void glClipPlanexOES(GLenum plane, const GLfixed* equation) argument 1382 ctx->glClipPlanexOES(ctx, plane, equation); 1385 void glClipPlanexIMG(GLenum plane, cons argument 1767 glClipPlanefOES(GLenum plane, const GLfloat* equation) argument 1773 glClipPlanefIMG(GLenum plane, const GLfloat* equation) argument [all...] |
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles.cpp | 71 void glClipPlanef(GLenum plane, const GLfloat *equation) argument 73 getDispatch()->glClipPlanef(plane, equation); 306 void glClipPlanex(GLenum plane, const GLfixed *equation) argument 308 getDispatch()->glClipPlanex(plane, equation); 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) argument 863 getDispatch()->glClipPlanexOES(plane, equation); 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) argument 1173 getDispatch()->glClipPlanefOES(plane, equation);
|
/device/asus/fugu/kernel-headers/linux/ |
H A D | psb_drm.h | 797 } plane; member in struct:drm_psb_register_rw_arg
|
/device/asus/fugu/original-kernel-headers/linux/ |
H A D | psb_drm.h | 697 /*plane index 0-A, 1-B, 2-C,etc*/ 846 } plane; member in struct:drm_psb_register_rw_arg 1215 /* plane index 0-A, 1-B, 2-C,etc */ 1234 /* plane index 0-A, 1-B, 2-C,etc */ 1253 /* 1 sprite plane */
|