/reactos/dll/3rdparty/libtiff/ |
H A D | tif_pixarlog.c | 961 int32 r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifferenceF() local 981 g1 = (int32) CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifferenceF() 995 g1 = (int32) CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifferenceF() 1016 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference16() local 1033 g1 = CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference16() 1045 g1 = CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference16() 1067 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference8() local 1081 g1 = CLAMP(ip[4]); wp[4] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference8() 1093 g1 = CLAMP(ip[5]); wp[5] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference8()
|
H A D | tif_predict.c | 528 unsigned int r1, g1, b1; in horDiff8() local 534 g1 = cp[4]; cp[4] = (unsigned char)((g1-g2)&0xff); g2 = g1; in horDiff8() 539 unsigned int r1, g1, b1, a1; in horDiff8() local 546 g1 = cp[5]; cp[5] = (unsigned char)((g1-g2)&0xff); g2 = g1; in horDiff8()
|
/reactos/sdk/lib/3rdparty/freetype/src/pfr/ |
H A D | pfrtypes.h | 193 #define PFR_KERN_INDEX( g1, g2 ) \ argument 194 ( ( (FT_UInt32)(g1) << 16 ) | (FT_UInt16)(g2) )
|
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/ |
H A D | ttkern.c | 40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | poly1305.c | 243 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local 263 g1 = (uint32_t) d; in poly1305_compute_mac() 276 acc1 = ( acc1 & mask_inv ) | ( g1 & mask ); in poly1305_compute_mac()
|
/reactos/sdk/lib/3rdparty/freetype/src/type1/ |
H A D | t1afm.c | 83 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
|
/reactos/sdk/lib/3rdparty/freetype/src/psaux/ |
H A D | afmparse.c | 667 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 ) argument
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | test_tlb.idl | 35 struct g { int g1; } g;
|
/reactos/modules/rostests/winetests/cmd/ |
H A D | test_builtins.cmd.exp | 269 g1 301 g1 337 g1 414 g1 else echo g2
|
H A D | test_builtins.cmd | 281 echo g1&&echo g2&echo g3 300 call :cfail g1&&call :cfail g2&call :cfail g3 321 echo g1||(echo g2&echo g3) 353 echo g1|echo g2||echo g3 375 rem test : echo g1|tmp.cmd g2 376 rem result: g2:[g1,g2] 397 if 1==0 if 2==0 if 3==3 (echo g1) else (echo g2) else echo g3 409 if 1==1 echo g1 else echo g2&&echo g3 431 if 1==0 echo g1 else echo g2&&echo g3
|
/reactos/modules/rostests/winetests/msctf/ |
H A D | inputprocessor.c | 1906 GUID gtest,g1; in test_TfGuidAtom() local 1925 hr = ITfCategoryMgr_GetGUID(g_cm,atom2,&g1); in test_TfGuidAtom() 1927 ok(IsEqualGUID(&g1,>est),"guids do not match\n"); in test_TfGuidAtom() 1938 hr = ITfCategoryMgr_GetGUID(g_cm,cid,&g1); in test_TfGuidAtom() 1940 ok(!IsEqualGUID(&g1,&GUID_NULL),"guid should not be NULL\n"); in test_TfGuidAtom()
|
/reactos/dll/win32/msrle32/ |
H A D | msrle32.c | 972 BYTE g1 = pi->palette_map[(code1 >> 4) * 4 + 1]; in MSRLE32_DecompressRLE4() local 982 lpOut[pixel_ptr + 1] = g1; in MSRLE32_DecompressRLE4()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | menu.c | 1361 #define TMII_INSMI( c1,d1,e1,f1,g1,h1,i1,j1,k1,l1,m1,eret1 )\ argument 1366 insert_menu_item( __LINE__, hmenu, ansi, c1, d1, e1, f1, g1, h1, i1, j1, k1, l1, m1, eret1 ) 1385 #define TMII_SMII( c1,d1,e1,f1,g1,h1,i1,j1,k1,l1,m1 ) \ argument 1386 set_menu_item_info( __LINE__, hmenu, ansi, c1, d1, e1, f1, g1, h1, i1, j1, k1, l1, m1 )
|
/reactos/base/shell/cmd/lang/ |
H A D | pl-PL.rc | 251 ciąg1==ciąg2 Zwraca PRAWDA, gdy oba ciągi znaków są identyczne\n\
|