Searched refs:intptr_t (Results 1 - 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dstdint.h85 #ifndef intptr_t
86 typedef __intptr_t intptr_t; typedef
87 #define intptr_t __intptr_t macro
H A Dtypes.h213 typedef intptr_t semid_t;
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
H A D_stdint.h74 typedef __intptr_t intptr_t; typedef
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dunistd.h175 #ifndef intptr_t
176 typedef __intptr_t intptr_t;
177 #define intptr_t __intptr_t
189 void *sbrk(intptr_t);
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
H A Dhisi_mcu.c230 src = (int *)(intptr_t)(buf + head->secs[i].src_offset);
231 dst = (int *)(intptr_t)mcu2ap_addr(head->secs[i].dst_offset);
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A Dgralloc_cb.h120 intptr_t ashmemBase; // CPU address of the mapped ashmem region
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
H A Dreaddir.c78 if ((intptr_t)dp & _DIRENT_ALIGN(dp))/* bogus pointer check */
/device/generic/goldfish-opengl/system/GLESv1/
H A Dgl.cpp83 GLeglImageOES hostImage = reinterpret_cast<GLeglImageOES>((intptr_t)image->host_egl_image);
/device/generic/goldfish-opengl/system/GLESv2/
H A Dgl2.cpp60 GLeglImageOES hostImage = reinterpret_cast<GLeglImageOES>((intptr_t)image->host_egl_image);
/device/generic/goldfish-opengl/system/egl/
H A DeglDisplay.cpp212 for (intptr_t i=0; i<m_numConfigs; i++) {
429 *value = *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx);
482 *(m_configs + (intptr_t)config*m_numConfigAttribs + attribIdx) = value;
H A Degl.cpp116 if(((intptr_t)(cfg)<0)||((intptr_t)(cfg)>s_display.getNumConfigs())) { \
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dvsnprintf_ss.c87 #define PTRINT 0x100 /* intptr_t */
98 flags&PTRINT ? va_arg(ap, intptr_t) : \
282 *va_arg(ap, intptr_t *) = ret;
/device/generic/goldfish-opengl/system/gralloc/
H A Dgralloc.cpp66 if (cb->canBePosted()) res = sizeof(intptr_t);
67 if (isHidlGralloc) res = sizeof(intptr_t) * 2;
292 cb->ashmemBase = intptr_t(addr);
809 intptr_t *postCountPtr = (intptr_t *)cb->ashmemBase;
1069 intptr_t postCount = 0;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h155 * without loss of information. Similarly for intptr_t, wrt a signed
160 typedef intptr_t Py_intptr_t;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpyport.h155 * without loss of information. Similarly for intptr_t, wrt a signed
160 typedef intptr_t Py_intptr_t;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
H A Dpyport.h170 * without loss of information. Similarly for intptr_t, wrt a signed
175 typedef intptr_t Py_intptr_t;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpyport.h155 * without loss of information. Similarly for intptr_t, wrt a signed
160 typedef intptr_t Py_intptr_t;
/device/generic/goldfish/camera/
H A DEmulatedCamera.cpp1276 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next-wrk), wrk);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2501 intptr_t = c_long variable
2594 'intptr_t', 'UIT_INFO', 'int_fast8_t', 'sigaltstack',
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c391 intptr_t osfhnd;
401 #define _NO_CONSOLE_FILENO (intptr_t)-2

Completed in 388 milliseconds