OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pascal
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h
70
#undef
pascal
macro
74
#define
pascal
__stdcall
macro
89
#define
PASCAL
WINAPI
/external/libpcap/msdos/
ndis2.h
44
#define
pascal
_CC(_CALLEE_POPS_STACK & ~_REVERSE_PARMS) /* calling convention */
macro
45
#define CALLBACK(foo)
pascal
WORD foo
46
#define PAS_PTR(x,arg) typedef FAR WORD
pascal
(*x) arg
59
#define CALLBACK(foo) WORD
pascal
foo
60
#define PAS_PTR(x,arg) typedef WORD
pascal
(_far *x) arg
66
#define CALLBACK(foo) WORD
pascal
foo
67
#define PAS_PTR(x,arg) typedef WORD
pascal
(_far *x) arg
Completed in 929 milliseconds