Searched refs:RT_CONCAT (Results 1 - 15 of 15) sorted by relevance

/vbox/include/iprt/
H A Dasn1-generator-pass.h154 (PFNRTASN1COREVTDTOR)RT_CONCAT(RTASN1TMPL_EXT_NAME,_Delete), \
155 (PFNRTASN1COREVTENUM)RT_CONCAT(RTASN1TMPL_EXT_NAME,_Enum), \
156 (PFNRTASN1COREVTCLONE)RT_CONCAT(RTASN1TMPL_EXT_NAME,_Clone), \
157 (PFNRTASN1COREVTCOMPARE)RT_CONCAT(RTASN1TMPL_EXT_NAME,_Compare), \
158 (PFNRTASN1COREVTCHECKSANITY)RT_CONCAT(RTASN1TMPL_EXT_NAME,_CheckSanity), \
200 RTASN1TMPL_DECL(int) RT_CONCAT(RTASN1TMPL_EXT_NAME,_Init)(RT_CONCAT(P,RTASN1TMPL_TYPE) pThis, PCRTASN1ALLOCATORVTABLE pAllocator) \
215 rc = RT_CONCAT(a_Api,_Init)(&pThis->a_Name, pAllocator)
219 pThis->a_enmMembNm = RT_CONCAT(a_enmType,_NOT_PRESENT)
227 rc = RT_CONCAT(a_Ap
[all...]
H A Dasn1.h379 a_DeclMacro(int) RT_CONCAT(a_ImplExtNm,_Init)(RT_CONCAT(P,a_TypeNm) pThis, PCRTASN1ALLOCATORVTABLE pAllocator); \
380 a_DeclMacro(int) RT_CONCAT(a_ImplExtNm,_Clone)(RT_CONCAT(P,a_TypeNm) pThis, RT_CONCAT(PC,a_TypeNm) pSrc, \
382 a_DeclMacro(void) RT_CONCAT(a_ImplExtNm,_Delete)(RT_CONCAT(P,a_TypeNm) pThis); \
383 a_DeclMacro(int) RT_CONCAT(a_ImplExtNm,_Enum)(RT_CONCAT(P,a_TypeNm) pThis, PFNRTASN1ENUMCALLBACK pfnCallback, \
385 a_DeclMacro(int) RT_CONCAT(a_ImplExtN
[all...]
H A Dsha.h439 RTDECL(void) RT_CONCAT(RTSha,a_Name)(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RT_CONCAT3(RTSHA,a_UName,_HASH_SIZE)]); \
H A Dcdefs.h1378 /** @def RT_CONCAT
1384 #define RT_CONCAT(a,b) RT_CONCAT_HLP(a,b) macro
1385 /** RT_CONCAT helper, don't use. */
1388 /** @def RT_CONCAT
1399 /** @def RT_CONCAT
/vbox/src/VBox/Devices/Graphics/
H A DDevVGATmpl.h58 static inline void RT_CONCAT(vga_draw_glyph_line_, DEPTH)(uint8_t *d, function
94 static void RT_CONCAT(vga_draw_glyph8_, DEPTH)(uint8_t *d, int linesize, function
104 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d, font_data, xorcol, bgcol, dscan, linesize);
110 static void RT_CONCAT(vga_draw_glyph16_, DEPTH)(uint8_t *d, int linesize, function
120 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d,
123 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d + 8 * BPP,
131 static void RT_CONCAT(vga_draw_glyph9_, DEPTH)(uint8_t *d, int linesize, function
183 static void RT_CONCAT(vga_draw_line2_, DEPTH)(VGAState *s1, uint8_t *d, function
227 static void RT_CONCAT(vga_draw_line2d2_, DEPTH)(VGAState *s1, uint8_t *d, function
262 static void RT_CONCAT(vga_draw_line4 function
294 static void RT_CONCAT(vga_draw_line4d2_, DEPTH)(VGAState *s1, uint8_t *d, function
328 static void RT_CONCAT(vga_draw_line8d2_, DEPTH)(VGAState *s1, uint8_t *d, function
351 static void RT_CONCAT(vga_draw_line8_, DEPTH)(VGAState *s1, uint8_t *d, function
381 static void RT_CONCAT(vga_draw_line15_, DEPTH)(VGAState *s1, uint8_t *d, function
407 static void RT_CONCAT(vga_draw_line16_, DEPTH)(VGAState *s1, uint8_t *d, function
433 static void RT_CONCAT(vga_draw_line24_, DEPTH)(VGAState *s1, uint8_t *d, function
460 static void RT_CONCAT(vga_draw_line32_, DEPTH)(VGAState *s1, uint8_t *d, function
493 void RT_CONCAT(vga_draw_cursor_line_, DEPTH)(uint8_t *d1, function
[all...]
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-time.cpp203 RTDECL(int) RT_CONCAT(a_Api,_Init)(PRTASN1TIME pThis, PCRTASN1ALLOCATORVTABLE pAllocator) \
208 RTDECL(int) RT_CONCAT(a_Api,_Clone)(PRTASN1TIME pThis, PCRTASN1TIME pSrc, PCRTASN1ALLOCATORVTABLE pAllocator) \
215 RTDECL(void) RT_CONCAT(a_Api,_Delete)(PRTASN1TIME pThis) \
224 RTDECL(int) RT_CONCAT(a_Api,_Enum)(PRTASN1TIME pThis, PFNRTASN1ENUMCALLBACK pfnCallback, uint32_t uDepth, void *pvUser) \
234 RTDECL(int) RT_CONCAT(a_Api,_Compare)(PCRTASN1TIME pLeft, PCRTASN1TIME pRight) \
250 RTDECL(int) RT_CONCAT(a_Api,_CheckSanity)(PCRTASN1TIME pThis, uint32_t fFlags, \
H A Dasn1-ut-string-decode.cpp174 RTDECL(int) RT_CONCAT(a_Api,_DecodeAsn1)(PRTASN1CURSOR pCursor, uint32_t fFlags, \
H A Dasn1-ut-string.cpp1765 RTDECL(int) RT_CONCAT(a_Api,_Init)(PRTASN1STRING pThis, PCRTASN1ALLOCATORVTABLE pAllocator) \
1770 RTDECL(int) RT_CONCAT(a_Api,_Clone)(PRTASN1STRING pThis, PCRTASN1STRING pSrc, PCRTASN1ALLOCATORVTABLE pAllocator) \
1777 RTDECL(void) RT_CONCAT(a_Api,_Delete)(PRTASN1STRING pThis) \
1786 RTDECL(int) RT_CONCAT(a_Api,_Enum)(PRTASN1STRING pThis, PFNRTASN1ENUMCALLBACK pfnCallback, uint32_t uDepth, void *pvUser) \
1796 RTDECL(int) RT_CONCAT(a_Api,_Compare)(PCRTASN1STRING pLeft, PCRTASN1STRING pRight) \
1804 RTDECL(int) RT_CONCAT(a_Api,_CheckSanity)(PCRTASN1STRING pThis, uint32_t fFlags, \
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImplStrInstr.cpp.h151 RT_CONCAT(iemAImpl_cmp_u,OP_SIZE)((OP_TYPE *)&puSrc1Mem[cLeftPage-1], puSrc2Mem[cLeftPage-1], &uEFlags);
163 RT_CONCAT(iemAImpl_cmp_u,OP_SIZE)((OP_TYPE *)&puSrc1Mem[off], puSrc2Mem[off], &uEFlags);
194 rcStrict = RT_CONCAT(iemMemFetchDataU,OP_SIZE)(pIemCpu, &uValue1, iEffSeg, uSrc1AddrReg);
198 rcStrict = RT_CONCAT(iemMemFetchDataU,OP_SIZE)(pIemCpu, &uValue2, X86_SREG_ES, uSrc2AddrReg);
201 RT_CONCAT(iemAImpl_cmp_u,OP_SIZE)(&uValue1, uValue2, &uEFlags);
307 RT_CONCAT(iemAImpl_cmp_u,OP_SIZE)((OP_TYPE *)&puSrc1Mem[cLeftPage-1], puSrc2Mem[cLeftPage-1], &uEFlags);
319 RT_CONCAT(iemAImpl_cmp_u,OP_SIZE)((OP_TYPE *)&puSrc1Mem[off], puSrc2Mem[off], &uEFlags);
350 rcStrict = RT_CONCAT(iemMemFetchDataU,OP_SIZE)(pIemCpu, &uValue1, iEffSeg, uSrc1AddrReg);
354 rcStrict = RT_CONCAT(iemMemFetchDataU,OP_SIZE)(pIemCpu, &uValue2, X86_SREG_ES, uSrc2AddrReg);
357 RT_CONCAT(iemAImpl_cmp_
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp163 extern PFNRT RT_CONCAT(g_pfn, a_Name);
167 extern uint32_t RT_CONCAT(g_uApiNo, a_Name); \
168 extern FNRT RT_CONCAT(a_Name, _SyscallType1); \
169 extern FNRT RT_CONCAT(a_Name, _SyscallType2);
171 extern PFNRT RT_CONCAT(g_pfn, a_Name); \
172 extern FNRT RT_CONCAT(a_Name, _Early);
187 { #a_Name, &RT_CONCAT(g_pfn, a_Name), NULL, false },
189 { #a_Name, &RT_CONCAT(g_pfn, a_Name), NULL, false },
191 { #a_Name, &RT_CONCAT(g_pfn, a_Name), NULL, true },
193 { #a_Name, &RT_CONCAT(g_pf
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp291 #define IEM_REPEAT(a_cTimes, a_Callback, a_User) RT_CONCAT(IEM_REPEAT_,a_cTimes)(a_Callback, a_User)
298 #define IEM_ARG_CHECK_CALLBACK(a_idx, a_User) int RT_CONCAT(iArgCheck_,a_idx); NOREF(RT_CONCAT(iArgCheck_,a_idx))
334 RT_CONCAT(iArgCheck_,a_iArg) = 1; NOREF(RT_CONCAT(iArgCheck_,a_iArg)); \
340 RT_CONCAT(iArgCheck_, a_iArg) = 1; NOREF(RT_CONCAT(iArgCheck_,a_iArg)); \
346 RT_CONCAT(iArgCheck_, a_iArg) = 1; NOREF(RT_CONCAT(iArgCheck_,a_iArg)); \
352 RT_CONCAT(iArgCheck
[all...]
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c94 #define VBoxDrvLinuxVersion RT_CONCAT3(RT_CONCAT(VBOX_VERSION_MAJOR, _), \
95 RT_CONCAT(VBOX_VERSION_MINOR, _), \
97 #define VBoxDrvLinuxIOCtl RT_CONCAT(VBoxDrvLinuxIOCtl_,VBoxDrvLinuxVersion)
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp83 # define MANGLE_MODULE_INIT(a_Name) RT_CONCAT(a_Name, MODULE_NAME_SUFFIX)
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm150 PATCHASMRECORD_INIT PATMCpuidReplacement, (RT_CONCAT(%1,_FixupEnd) - RT_CONCAT(%1,_FixupStart)) / 8
151 RT_CONCAT(%1,_FixupStart):
190 RT_CONCAT(%1,_FixupEnd):
/vbox/src/bldprogs/
H A DVBoxTpG.cpp189 static const char *g_pszAssemblerFmtVal = RT_CONCAT(g_szAssemblerFmtVal, HC_ARCH_BITS);

Completed in 3387 milliseconds