/reactos/modules/rostests/apitests/compiler/ms/eh/ |
H A D | ihateeh.out.correct | 13 B ctor. i = 2 14 B ctor. i = 3 16 B dtor. i = 3 17 B dtor. i = 2 25 B ctor. i = 2 27 B ctor. i = 3 28 B ctor. i = 4 30 B dtor. i = 4 31 B dtor. i = 3 32 B ctor. i = 5 [all …]
|
H A D | ehthrow.amd64 | 4 B ctor. i = 1 6 B ctor. i = 3 7 B ctor. i = 4 9 B dtor. i = 4 10 B dtor. i = 3 12 B ctor. i = 6 13 B ctor. i = 7 15 B dtor. i = 7 16 B dtor. i = 6 17 B ctor. i = 9 [all …]
|
H A D | ehthrow.arm | 4 B ctor. i = 1 6 B ctor. i = 3 7 B ctor. i = 4 9 B dtor. i = 4 10 B dtor. i = 3 12 B ctor. i = 6 13 B ctor. i = 7 15 B dtor. i = 7 16 B dtor. i = 6 17 B ctor. i = 9 [all …]
|
H A D | ehthrow.out | 4 B ctor. i = 1 6 B ctor. i = 3 7 B ctor. i = 4 9 B dtor. i = 4 10 B dtor. i = 3 12 B ctor. i = 6 13 B ctor. i = 7 15 B dtor. i = 7 16 B dtor. i = 6 17 B ctor. i = 9 [all …]
|
H A D | ehthrow.cxx | 53 class B class 58 B(); 60 B(const B &b); 61 ~B(); 64 B::B() in B() function in B 71 B::B(int f) in B() function in B 79 B::B(const B &b) in B() function in B 86 B::~B() in ~B() 151 B b; in foobar() 173 B b; in foobar2() [all …]
|
H A D | ihateeh.cxx | 67 class B { class 71 B(); 72 B(int); 73 ~B() NOEXCEPT(false); 76 B::B() { in B() function in B 82 B::B(int f) { in B() function in B 89 B::~B() NOEXCEPT(false) { in ~B() 106 B b1 = NO_DTOR_THROW, b2 = NO_DTOR_THROW; in A() 115 B b1 = NO_CTOR_THROW, b2 = NO_CTOR_THROW; in NOEXCEPT()
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/polarssl/ |
H A D | md5.c | 87 unsigned long X[16], A, B, C, D; in md5_process() local 114 B = ctx->state[1]; in md5_process() 120 P( A, B, C, D, 0, 7, 0xD76AA478 ); in md5_process() 121 P( D, A, B, C, 1, 12, 0xE8C7B756 ); in md5_process() 122 P( C, D, A, B, 2, 17, 0x242070DB ); in md5_process() 123 P( B, C, D, A, 3, 22, 0xC1BDCEEE ); in md5_process() 124 P( A, B, C, D, 4, 7, 0xF57C0FAF ); in md5_process() 125 P( D, A, B, C, 5, 12, 0x4787C62A ); in md5_process() 126 P( C, D, A, B, 6, 17, 0xA8304613 ); in md5_process() 127 P( B, C, D, A, 7, 22, 0xFD469501 ); in md5_process() [all …]
|
H A D | sha1.c | 122 B = ctx->state[1]; in sha1_process() 130 P( A, B, C, D, E, W[0] ); in sha1_process() 131 P( E, A, B, C, D, W[1] ); in sha1_process() 132 P( D, E, A, B, C, W[2] ); in sha1_process() 133 P( C, D, E, A, B, W[3] ); in sha1_process() 134 P( B, C, D, E, A, W[4] ); in sha1_process() 135 P( A, B, C, D, E, W[5] ); in sha1_process() 136 P( E, A, B, C, D, W[6] ); in sha1_process() 137 P( D, E, A, B, C, W[7] ); in sha1_process() 138 P( C, D, E, A, B, W[8] ); in sha1_process() [all …]
|
H A D | md4.c | 110 B = ctx->state[1]; in md4_process() 117 P( A, B, C, D, X[ 0], 3 ); in md4_process() 118 P( D, A, B, C, X[ 1], 7 ); in md4_process() 119 P( C, D, A, B, X[ 2], 11 ); in md4_process() 120 P( B, C, D, A, X[ 3], 19 ); in md4_process() 121 P( A, B, C, D, X[ 4], 3 ); in md4_process() 122 P( D, A, B, C, X[ 5], 7 ); in md4_process() 123 P( C, D, A, B, X[ 6], 11 ); in md4_process() 124 P( B, C, D, A, X[ 7], 19 ); in md4_process() 125 P( A, B, C, D, X[ 8], 3 ); in md4_process() [all …]
|
/reactos/dll/win32/winsta/ |
H A D | ws.c | 41 PVOID B, in WinStationCheckAccess() argument 49 PVOID B, in WinStationCheckLoopBack() argument 74 PVOID B) in WinStationConnectEx() argument 81 PVOID B, in WinStationConnectW() argument 106 PVOID B, in WinStationNtsdDebug() argument 116 PVOID B, in WinStationRenameA() argument 124 PVOID B, in WinStationRenameW() argument 203 PVOID B, in WinStationShadow() argument 213 PVOID B, in WinStationShadowStop() argument 345 PVOID B, in _WinStationBeepOpen() argument [all …]
|
H A D | query.c | 67 PVOID B, in WinStationQueryLicense() argument 75 PVOID B) in WinStationQueryUpdateRequired() argument 82 PVOID B, in WinStationEnumerateLicenses() argument 90 PVOID B) in WinStationEnumerateProcesses() argument 97 PVOID B, in WinStationEnumerateA() argument 105 PVOID B, in WinStationEnumerateW() argument 113 PVOID B, in WinStationEnumerate_IndexedA() argument 123 PVOID B, in WinStationEnumerate_IndexedW() argument 141 PVOID B, in WinStationGetAllProcesses() argument 190 PVOID B, in WinStationGetProcessSid() argument [all …]
|
H A D | security.c | 24 PVOID B, in ServerLicensingSetPolicy() argument 50 PVOID B, in ServerLicensingGetAvailablePolicyIds() argument 58 PVOID B) in ServerLicensingGetPolicy() argument 65 PVOID B, in ServerLicensingGetPolicyInformationA() argument 83 PVOID B) in ServerLicensingLoadPolicy() argument 90 PVOID B) in ServerLicensingUnloadPolicy() argument 97 PVOID B, in WinStationActivateLicense() argument 106 PVOID B, in WinStationGenerateLicense() argument 115 PVOID B, in WinStationRemoveLicense() argument 123 PVOID B, in WinStationInstallLicense() argument [all …]
|
H A D | logon.c | 14 PVOID B, in WinStationDisconnect() argument 42 PVOID B, in WinStationNegotiateSession() argument 53 PVOID B) in WinStationRedirectErrorMessage() argument 60 PVOID B, in WinStationReportUIResult() argument 68 PVOID B) in WinStationGetLoggedOnCount() argument 75 PVOID B, in WinStationUserLoginAccessCheck() argument 90 PVOID B, in WinStationReset() argument 104 PVOID B, in _WinStationNotifyLogon() argument 117 PVOID B, in WinStationCanLogonProceed() argument 125 PVOID B) in _WinStationOpenSessionDirectory() argument
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | md5.c | 147 uint32_t X[16], A, B, C, D; in mbedtls_internal_md5_process() member 178 local.B = ctx->state[1]; in mbedtls_internal_md5_process() 184 P( local.A, local.B, local.C, local.D, 0, 7, 0xD76AA478 ); in mbedtls_internal_md5_process() 185 P( local.D, local.A, local.B, local.C, 1, 12, 0xE8C7B756 ); in mbedtls_internal_md5_process() 186 P( local.C, local.D, local.A, local.B, 2, 17, 0x242070DB ); in mbedtls_internal_md5_process() 187 P( local.B, local.C, local.D, local.A, 3, 22, 0xC1BDCEEE ); in mbedtls_internal_md5_process() 188 P( local.A, local.B, local.C, local.D, 4, 7, 0xF57C0FAF ); in mbedtls_internal_md5_process() 189 P( local.D, local.A, local.B, local.C, 5, 12, 0x4787C62A ); in mbedtls_internal_md5_process() 190 P( local.C, local.D, local.A, local.B, 6, 17, 0xA8304613 ); in mbedtls_internal_md5_process() 191 P( local.B, local.C, local.D, local.A, 7, 22, 0xFD469501 ); in mbedtls_internal_md5_process() [all …]
|
H A D | ripemd160.c | 152 uint32_t A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, X[16]; in mbedtls_internal_ripemd160_process() member 173 local.B = local.Bp = ctx->state[1]; in mbedtls_internal_ripemd160_process() 206 P2( local.A, local.B, local.C, local.D, local.E, 0, 11, 5, 8 ); in mbedtls_internal_ripemd160_process() 207 P2( local.E, local.A, local.B, local.C, local.D, 1, 14, 14, 9 ); in mbedtls_internal_ripemd160_process() 208 P2( local.D, local.E, local.A, local.B, local.C, 2, 15, 7, 9 ); in mbedtls_internal_ripemd160_process() 209 P2( local.C, local.D, local.E, local.A, local.B, 3, 12, 0, 11 ); in mbedtls_internal_ripemd160_process() 210 P2( local.B, local.C, local.D, local.E, local.A, 4, 5, 9, 13 ); in mbedtls_internal_ripemd160_process() 211 P2( local.A, local.B, local.C, local.D, local.E, 5, 8, 2, 15 ); in mbedtls_internal_ripemd160_process() 212 P2( local.E, local.A, local.B, local.C, local.D, 6, 7, 11, 15 ); in mbedtls_internal_ripemd160_process() 213 P2( local.D, local.E, local.A, local.B, local.C, 7, 9, 4, 5 ); in mbedtls_internal_ripemd160_process() [all …]
|
H A D | sha1.c | 160 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member 202 local.B = ctx->state[1]; in mbedtls_internal_sha1_process() 226 P( local.E, local.A, local.B, local.C, local.D, R(16) ); in mbedtls_internal_sha1_process() 227 P( local.D, local.E, local.A, local.B, local.C, R(17) ); in mbedtls_internal_sha1_process() 228 P( local.C, local.D, local.E, local.A, local.B, R(18) ); in mbedtls_internal_sha1_process() 229 P( local.B, local.C, local.D, local.E, local.A, R(19) ); in mbedtls_internal_sha1_process() 237 P( local.A, local.B, local.C, local.D, local.E, R(20) ); in mbedtls_internal_sha1_process() 238 P( local.E, local.A, local.B, local.C, local.D, R(21) ); in mbedtls_internal_sha1_process() 239 P( local.D, local.E, local.A, local.B, local.C, R(22) ); in mbedtls_internal_sha1_process() 240 P( local.C, local.D, local.E, local.A, local.B, R(23) ); in mbedtls_internal_sha1_process() [all …]
|
H A D | md4.c | 148 uint32_t X[16], A, B, C, D; in mbedtls_internal_md4_process() member 171 local.B = ctx->state[1]; in mbedtls_internal_md4_process() 184 P( local.A, local.B, local.C, local.D, local.X[ 0], 3 ); in mbedtls_internal_md4_process() 185 P( local.D, local.A, local.B, local.C, local.X[ 1], 7 ); in mbedtls_internal_md4_process() 186 P( local.C, local.D, local.A, local.B, local.X[ 2], 11 ); in mbedtls_internal_md4_process() 187 P( local.B, local.C, local.D, local.A, local.X[ 3], 19 ); in mbedtls_internal_md4_process() 188 P( local.A, local.B, local.C, local.D, local.X[ 4], 3 ); in mbedtls_internal_md4_process() 189 P( local.D, local.A, local.B, local.C, local.X[ 5], 7 ); in mbedtls_internal_md4_process() 190 P( local.C, local.D, local.A, local.B, local.X[ 6], 11 ); in mbedtls_internal_md4_process() 191 P( local.B, local.C, local.D, local.A, local.X[ 7], 19 ); in mbedtls_internal_md4_process() [all …]
|
H A D | havege.c | 120 B = &WALK[PT2 ]; RES[i++] ^= *B; \ 125 *A = (*B >> (2)) ^ (*B << (30)) ^ CLK; \ 126 *B = IN ^ U1; \ 131 B = &WALK[PT2 ^ 2]; RES[i++] ^= *B; \ 138 *A = (*B >> (6)) ^ (*B << (26)) ^ CLK; \ 144 B = &WALK[PT2 ^ 1]; \ 164 RES[i++] ^= *B; \ 169 *A = (*B >> (10)) ^ (*B << (22)) ^ CLK; \ 175 B = &WALK[PT2 ^ 3]; RES[i++] ^= *B; \ 180 *A = (*B >> (14)) ^ (*B << (18)) ^ CLK; \ [all …]
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fat.h | 408 #define FatBytesPerCluster(B) ((ULONG)((B)->BytesPerSector * (B)->SectorsPerCluster)) argument 410 #define FatBytesPerFat(B) (IsBpbFat32(B)? \ argument 411 ((ULONG)((B)->BytesPerSector * (B)->LargeSectorsPerFat)) : \ 412 ((ULONG)((B)->BytesPerSector * (B)->SectorsPerFat))) 414 #define FatReservedBytes(B) ((ULONG)((B)->BytesPerSector * (B)->ReservedSectors)) argument 445 #define FatRootDirectoryLbo(B) (FatReservedBytes(B) + ((B)->Fats * FatBytesPerFat(B))) argument 446 #define FatRootDirectoryLbo32(B) (FatFileAreaLbo(B)+((B)->RootDirFirstCluster-2)*FatBytesPerCluster… argument 458 #define FatFileAreaLbo(B) (FatRootDirectoryLbo(B) + FatRootDirectorySize(B)) argument 486 ((((B)->Sectors ? (B)->Sectors : (B)->LargeSectors) \ 489 (B)->Fats * (B)->LargeSectorsPerFat )) \ [all …]
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | cpu.h | 183 B(bmi1, 3) 184 B(hle, 4) 185 B(avx2, 5) 186 B(smep, 7) 187 B(bmi2, 8) 188 B(erms, 9) 190 B(rtm, 11) 191 B(mpx, 14) 195 B(adx, 19) 204 B(sha, 29) [all …]
|
/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/ |
H A D | monoPolyPart.cc | 131 B = NULL; in monoPolyPart() 139 B = tempV; in monoPolyPart() 143 if(B == NULL) in monoPolyPart() 145 B = botV; in monoPolyPart() 147 D = B; in monoPolyPart() 168 if(A == botV && B == botV) in monoPolyPart() 262 B = ret_p1; in monoPolyPart() 268 D = B; in monoPolyPart() 275 B = tempV; in monoPolyPart() 281 B = botV; in monoPolyPart() [all …]
|
H A D | polyUtil.cc | 43 Real area(Real A[2], Real B[2], Real C[2]) in area() 46 Bx = B[0] - A[0]; in area() 47 By = B[1] - A[1]; in area() 64 Int pointLeftLine(Real A[2], Real B[2], Real P[2]) in pointLeftLine() 66 if(area(A, B, P) >0) return 1; in pointLeftLine() 78 Int pointLeft2Lines(Real A[2], Real B[2], Real C[2], Real P[2]) in pointLeft2Lines() 80 Int C_left_AB = (area(A, B, C)>0); in pointLeft2Lines() 81 Int P_left_AB = (area(A, B, P)>0); in pointLeft2Lines() 82 Int P_left_BC = (area(B, C, P)>0); in pointLeft2Lines()
|
/reactos/dll/opengl/mesa/ |
H A D | macros.h | 151 #define CEILING( A, B ) ( (A) % (B) == 0 ? (A)/(B) : (A)/(B)+1 ) 159 #define MIN2( A, B ) ( (A)<(B) ? (A) : (B) ) 163 #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) 180 #define UBYTE_TO_FLOAT(B) ((GLfloat) (B) * (1.0F / 255.0F)) 187 #define BYTE_TO_FLOAT(B) ((2.0F * (B) + 1.0F) * (1.0F/255.0F))
|
/reactos/dll/opengl/glu32/src/libnurbs/interface/ |
H A D | glrenderer.cc | 280 GLUnurbs::transform4d(GLfloat A[4], GLfloat B[4], GLfloat mat[4][4]) in transform4d() 283 A[0] = B[0]*mat[0][0] + B[1]*mat[1][0] + B[2]*mat[2][0] + B[3]*mat[3][0]; in transform4d() 284 A[1] = B[0]*mat[0][1] + B[1]*mat[1][1] + B[2]*mat[2][1] + B[3]*mat[3][1]; in transform4d() 285 A[2] = B[0]*mat[0][2] + B[1]*mat[1][2] + B[2]*mat[2][2] + B[3]*mat[3][2]; in transform4d() 286 A[3] = B[0]*mat[0][3] + B[1]*mat[1][3] + B[2]*mat[2][3] + B[3]*mat[3][3]; in transform4d()
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | rdcolmap.c | 58 GETJSAMPLE(colormap2[index]) == B) in add_map_entry() 69 colormap2[ncolors] = (JSAMPLE) B; in add_map_entry() 83 int R, G, B; in read_gif_map() local 106 B = getc(infile); in read_gif_map() 112 B << (BITS_IN_JSAMPLE-8)); in read_gif_map() 175 int R, G, B; in read_ppm_map() local 198 B = read_pbm_integer(cinfo, infile); in read_ppm_map() 199 add_map_entry(cinfo, R, G, B); in read_ppm_map() 209 B = getc(infile); in read_ppm_map() 210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map() [all …]
|