Home
last modified time | relevance | path

Searched refs:c5 (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/lib/3rdparty/libmpg123/
H A Dsynth_i486.c27 #define FIR16_1(pos,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15) \ argument
31 (c4)*b0[4]+(c5)*b0[5]+(c6)*b0[6]+(c7)*b0[7]+\
41 #define FIR16_2(pos1,c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15,\ argument
62 sum1+=(c5)*v;\
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dcos.asm262 ; zc = (c2 + x2 * (c3 + x2 * (c4 + x2 * (c5 + x2 * c6))));
274 addsd xmm1, __Lcosarray+40h ; c5+x2c6
278 mulsd xmm1, xmm2 ; x2(c5+x2c6)
282 addsd xmm1, __Lcosarray+30h ; c4 + x2(c5+x2c6)
286 mulsd xmm1, xmm3 ; x6(c4 + x2(c5+x2c6))
329 ; zc = (c2 + x2 * (c3 + x2 * (c4 + x2 * (c5 + x2 * c6))));
344 addsd xmm5, __Lcosarray+40h ; c5 + c6x2
H A Dsin.asm263 ; zc = (c2 + x2 * (c3 + x2 * (c4 + x2 * (c5 + x2 * c6))));
275 addsd xmm1, __Lcosarray+40h ; c5+x2c6
279 mulsd xmm1, xmm2 ; x2(c5+x2c6)
283 addsd xmm1, __Lcosarray+30h ; c4 + x2(c5+x2c6)
287 mulsd xmm1, xmm3 ; x6(c4 + x2(c5+x2c6))
/reactos/modules/rostests/winetests/sxs/
H A Dinterfaces.idl25 uuid(1dbc4491-080d-45c5-a15d-1e3c4610bdd9),
/reactos/sdk/include/psdk/
H A Dmediaobj.idl110 uuid(d8ad0f58-5494-4102-97c5-ec798e59bcf4),
H A Dtextstor.idl97 typedef [uuid(a6231949-37c5-4b74-a24e-2a26c327201d)] struct TS_RUNINFO
H A Dmsctf.idl1232 uuid(8f1b8ad8-0b6b-4874-90c5-bd76011e8f7c),
H A Dshobjidl.idl828 uuid(ec39fa88-f8af-41c5-8421-38bed28f4673),
/reactos/drivers/storage/ide/uniata/
H A Dbm_devs.h185 …PCI_DEV_HW_SPEC_BM( 27c5, 8086, 0x00, ATA_SA150, "Intel ICH7M" , UNIATA_SATA | UNIATA_AHCI …
259 …PCI_DEV_HW_SPEC_BM( 19c5, 8086, 0x00, ATA_SA300, "Intel Denverton" , UNIATA_SATA | UNIATA_AHCI …
/reactos/sdk/tools/unicode/
H A Ddefaults132 22c5 00b7 # DOT OPERATOR -> MIDDLE DOT
/reactos/media/doc/
H A D3rd Party Files.txt116 Used Version: git commit 16022c5
/reactos/sdk/lib/3rdparty/libxml2/
H A Dparser.c2073 #define CMP5( s, c1, c2, c3, c4, c5 ) \ argument
2074 ( CMP4( s, c1, c2, c3, c4 ) && ((unsigned char *) s)[ 4 ] == c5 )
2075 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \ argument
2076 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
2077 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \ argument
2078 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
2079 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \ argument
2081 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \ argument
2082 ( CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) && \
2084 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \ argument
[all …]
/reactos/hal/halx86/legacy/bus/
H A Dpci_vendors.ids6439 103c 21c5 P841
8059 70c5 PXI-7340
8185 71c5 PCI-6520
8308 73c5 PXIe-2527
9513 10c5 Xerox Corporation
9906 00c5 NV41
11111 07c5 MCP73 Host Bridge
15505 17aa 20c5 ThinkPad R61
16111 11c5 Shiva Corporation
23457 00c5 MPC8378
[all …]
/reactos/dll/win32/mshtml/
H A Dnsiface.idl1393 uuid(8146f3fc-9fc1-47c5-85ef-95d686e4ca6d),
/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c6995 float v6[2] : register(c5) = {11, 22};