Searched refs:PARAM_BUFFER_COUNT (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_mips.cpp53 #define PARAM_BUFFER_COUNT 16 macro
55 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
74 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_x86_solaris.cpp47 #define PARAM_BUFFER_COUNT 16 macro
49 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
68 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_arm_netbsd.cpp45 #define PARAM_BUFFER_COUNT 16 macro
47 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
66 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_gcc_x86_unix.cpp51 #define PARAM_BUFFER_COUNT 16 macro
53 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
77 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_linux_m68k.cpp46 #define PARAM_BUFFER_COUNT 16 macro
48 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
67 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_netbsd_m68k.cpp50 #define PARAM_BUFFER_COUNT 16 macro
52 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
71 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_openvms_alpha.cpp47 const PRUint8 PARAM_BUFFER_COUNT = 16; local
50 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
69 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_osf1_alpha.cpp47 const PRUint8 PARAM_BUFFER_COUNT = 16; local
50 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
69 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_sparc_netbsd.cpp54 #define PARAM_BUFFER_COUNT 16 macro
56 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
75 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_sparc_solaris.cpp54 #define PARAM_BUFFER_COUNT 16 macro
56 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
75 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_sparcv9_solaris.cpp50 #define PARAM_BUFFER_COUNT 16 macro
52 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
71 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_unixish_x86.cpp47 #define PARAM_BUFFER_COUNT 16 macro
49 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
68 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_amd64_darwin.cpp49 const PRUint32 PARAM_BUFFER_COUNT = 16; variable
66 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
89 if (paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_arm.cpp53 #define PARAM_BUFFER_COUNT 16 macro
55 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
74 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_ipf32.cpp55 #define PARAM_BUFFER_COUNT 16 macro
57 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
78 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_ipf64.cpp56 #define PARAM_BUFFER_COUNT 16 macro
58 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
79 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_irix.cpp60 #define PARAM_BUFFER_COUNT 16 macro
64 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
83 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_linux_alpha.cpp51 const PRUint8 PARAM_BUFFER_COUNT = 16; local
54 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
73 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_pa32.cpp58 #define PARAM_BUFFER_COUNT 16 macro
60 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
80 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_ppc_aix64.cpp53 #define PARAM_BUFFER_COUNT 16 macro
56 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
75 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_ppc_linux.cpp52 #define PARAM_BUFFER_COUNT 16 macro
72 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
95 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_ppc_netbsd.cpp52 #define PARAM_BUFFER_COUNT 16 macro
72 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
95 if(paramCount > PARAM_BUFFER_COUNT)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcstubs_emx.cpp54 #define PARAM_BUFFER_COUNT 16 macro
56 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
78 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_gcc_x86_os2.cpp53 #define PARAM_BUFFER_COUNT 16 macro
55 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
79 if(paramCount > PARAM_BUFFER_COUNT)
H A Dxptcstubs_os2.cpp65 #define PARAM_BUFFER_COUNT 16 macro
67 nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT];
109 if(paramCount > PARAM_BUFFER_COUNT)

Completed in 44 milliseconds

12