Home
last modified time | relevance | path

Searched defs:tk (Results 1 – 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcorreg.h58 #define RidFromToken(tk) ((RID) ((tk) & 0x00ffffff)) argument
59 #define TypeFromToken(tk) ((tk) & 0xff000000) argument
Dcor.h885 mdToken tk = CorSigUncompressData (d); in CorSigUncompressToken() local
891 mdToken tk; in CorSigUncompressToken() local
901 mdToken tk; in CorSigUncompressToken() local
959 inline ULONG CorSigCompressToken (mdToken tk, void *p) { in CorSigCompressToken()
Dcorhdr.h1049 #define RidFromToken(tk) ((RID) ((tk) & 0x00ffffff)) argument
1050 #define TypeFromToken(tk) ((ULONG32) ((tk) & 0xff000000)) argument
1051 #define IsNilToken(tk) ((RidFromToken (tk)) == 0) argument