Home
last modified time | relevance | path

Searched refs:POINTER (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py106 ('p', POINTER(c_ubyte)),
113 ('max', POINTER(c_ubyte)),
114 ('q', POINTER(c_ubyte)),
115 ('pp', POINTER(POINTER(c_ubyte))),
128 ('data', POINTER(c_ubyte)),
139 ('data', POINTER(c_ubyte)),
148 ('enc', POINTER(c_ubyte)),
210 ('asn1_string', POINTER(ASN1_STRING)),
211 ('object', POINTER(ASN1_OBJECT)),
212 ('integer', POINTER(ASN1_INTEGER)),
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
Dtest_ctypes.py5 from ctypes import Structure, c_int, POINTER
12 _fields_ = [("a", POINTER(POINT))]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_os.py711 ctypes.POINTER(ctypes.c_char), # stdout buf
713 ctypes.POINTER(wintypes.DWORD), # bytes read
714 ctypes.POINTER(wintypes.DWORD), # bytes avail
715 ctypes.POINTER(wintypes.DWORD)) # bytes left
790 NULL = ctypes.POINTER(ctypes.c_int)()
792 SetConsoleCtrlHandler.argtypes = (ctypes.POINTER(ctypes.c_int),
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwscanf.c88 #define POINTER 0x10 /* p: void * (as hex) */ macro
323 flags |= POINTER | PFXOK; in __vfwscanf_unlocked()
686 if (flags & POINTER) { in __vfwscanf_unlocked()
Dvfscanf.c88 #define POINTER 0x0010 /* p: void * (as hex) */ macro
329 flags |= POINTER | PFXOK; in __svfscanf_unlocked()
811 if (flags & POINTER) in __svfscanf_unlocked()