Home
last modified time | relevance | path

Searched +defs:w +defs:c (Results 1 – 25 of 78) sorted by relevance

1234

/reactos/drivers/filesystems/btrfs/
H A Dblake2-impl.h37 uint32_t w; in load32() local
52 uint64_t w; in load64() local
71 uint16_t w; in load16() local
81 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) in store16()
92 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) in store32()
105 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) in store64()
133 static BLAKE2_INLINE void store48( void *dst, uint64_t w ) in store48()
144 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32()
149 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
/reactos/sdk/tools/utf16le/
H A Dutf16le.cpp139 std::streamsize getByte(unsigned char &c) in getByte()
153 std::streamsize getWord(unsigned short &w) in getWord()
155 unsigned char c[2]; in getWord() local
168 unsigned char c[4]; in getDWord() local
186 unsigned char c, tmp; in get_wchar_t() local
216 unsigned short w,w2; in get_wchar_t() local
248 wchar_t c = get_wchar_t(); in convert2utf16le() local
/reactos/dll/directx/wine/d3dxof/
H A Dmszip.c72 register cab_LONG w; /* bits before this table == (l * h) */ in fdi_Ziphuft_build() local
83 ZIP(c)[i] = 0; in fdi_Ziphuft_build() local
87 ZIP(c)[*p]++; p++; /* assume all entries <= ZIPBMAX */ in fdi_Ziphuft_build() local
89 if (ZIP(c)[0] == n) /* null input--all zero length codes */ in fdi_Ziphuft_build() local
98 if (ZIP(c)[j]) in fdi_Ziphuft_build() local
104 if (ZIP(c)[i]) in fdi_Ziphuft_build() local
116 ZIP(c)[i] += y; in fdi_Ziphuft_build() local
243 cab_ULONG w; /* current window position */ in fdi_Zipinflate_codes() local
328 cab_ULONG w; /* current window position */ in fdi_Zipinflate_stored() local
/reactos/win32ss/drivers/displays/vga/vgavideo/
H A Dvgavideo.c133 get_masks(int x, int w) in get_masks()
163 VOID vgaPutPixel(INT x, INT y, UCHAR c) in vgaPutPixel()
176 VOID vgaPutByte(INT x, INT y, UCHAR c) in vgaPutByte()
231 BOOL vgaHLine(INT x, INT y, INT len, UCHAR c) in vgaHLine()
308 BOOL vgaVLine(INT x, INT y, INT len, UCHAR c) in vgaVLine()
352 void DIB_BltFromVGA(int x, int y, int w, int h, void *b, int Dest_lDelta) in DIB_BltFromVGA()
579 vgaReadScan( int x, int y, int w, void *b ) in vgaReadScan()
655 vgaWriteScan ( int x, int y, int w, void *b ) in vgaWriteScan()
709 void DFB_BltFromVGA(int x, int y, int w, int h, void *b, int bw) in DFB_BltFromVGA()
802 void DFB_BltToVGA(int x, int y, int w, int h, void *b, int bw) in DFB_BltToVGA()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dinfblock.c70 uLongf *c ) in inflate_blocks_reset()
90 check_func c, in inflate_blocks_new()
91 uInt w ) in inflate_blocks_new()
268 uInt i, j, c; in inflate_blocks() local
310 inflate_codes_statef *c; in inflate_blocks() local
H A Dinftrees.c114 uInt c[BMAX+1]; /* bit length count table */ in huft_build() local
127 int w; /* bits before this table == (l * h) */ in huft_build() local
300 uIntf *c, /* 19 code lengths */ in inflate_trees_bits()
330 uIntf *c, /* that many (total) code lengths */ in inflate_trees_dynamic()
423 uIntf *c; /* length list for huft_build */ in inflate_trees_fixed() local
/reactos/sdk/lib/cryptlib/
H A Dsha1.c35 #define R0(v,w,x,y,z,i) z+=f1(w,x,y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
36 #define R1(v,w,x,y,z,i) z+=f1(w,x,y)+blk1(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
37 #define R2(v,w,x,y,z,i) z+=f2(w,x,y)+blk1(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
38 #define R3(v,w,x,y,z,i) z+=f3(w,x,y)+blk1(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
39 #define R4(v,w,x,y,z,i) z+=f4(w,x,y)+blk1(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
44 ULONG a, b, c, d, e; in SHA1Transform() local
H A Dmd5.c167 #define MD5STEP( f, w, x, y, z, data, s ) \ argument
177 register unsigned int a, b, c, d; in MD5Transform() local
/reactos/sdk/lib/3rdparty/freetype/src/psaux/
H A Dpsconv.c125 FT_Char c; in PS_Conv_Strtol() local
250 FT_Char c; in PS_Conv_ToFixed() local
472 FT_UInt w = 0; in PS_Conv_ASCIIHexDecode() local
491 FT_UInt c = p[r]; in PS_Conv_ASCIIHexDecode() local
523 FT_Char c; in PS_Conv_ASCIIHexDecode() local
/reactos/dll/win32/ws2_32/src/
H A Daddrconv.c35 #define WN2H(w) \ argument
40 #define WH2N(w) \ argument
55 #define WN2H(w) \ argument
59 #define WH2N(w) \ argument
74 register unsigned char c; in inet_addr() local
/reactos/sdk/lib/crt/math/ieee754/
H A Djn_yn.c70 double z, w; local
107 double c; local
263 double c; local
/reactos/dll/win32/rsaenh/
H A Dsha2.c69 #define REVERSE32(w,x) { \ argument
74 #define REVERSE64(w,x) { \ argument
89 #define ADDINC128(w,n) { \ argument
290 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
301 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
310 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
322 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
380 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
617 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
628 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
[all …]
/reactos/sdk/include/dxsdk/
H A Dd3dx9math.h128 FLOAT x, y, z, w; member
202 FLOAT x, y, z, w; member
221 FLOAT a, b, c, d; member
453 #define ID3DXMatrixStack_RotateYawPitchRoll(p,a,b,c) (p)->lpVtbl->RotateYawPitchRoll(p,a,b,c) argument
454 #define ID3DXMatrixStack_RotateYawPitchRollLocal(p,a,b,c) (p)->lpVtbl->RotateYawPitchRollLocal(p,a,… argument
455 #define ID3DXMatrixStack_Scale(p,a,b,c) (p)->lpVtbl->Scale(p,a,b,c) argument
456 #define ID3DXMatrixStack_ScaleLocal(p,a,b,c) (p)->lpVtbl->ScaleLocal(p,a,b,c) argument
457 #define ID3DXMatrixStack_Translate(p,a,b,c) (p)->lpVtbl->Translate(p,a,b,c) argument
458 #define ID3DXMatrixStack_TranslateLocal(p,a,b,c) (p)->lpVtbl->TranslateLocal(p,a,b,c) argument
/reactos/drivers/network/lan/include/
H A Dmemtrack.h4 #define FOURCC(a,b,c,d) (((a)<<24)|((b)<<16)|((c)<<8)|(d)) argument
19 #define TrackWithTag(w,x,y,z) argument
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c990 vncNewBuffer(int w, int h, int depth) in vncNewBuffer()
1025 vncCopyBlitFromNoEncode(rfbScreenInfoPtr s, int x, int y, int w, int h, in vncCopyBlitFromNoEncode()
1068 vncCopyBlit(rfbScreenInfoPtr s, int x, int y, int w, int h, int srcx, int srcy) in vncCopyBlit()
1082 vncTransBlitFrom(rfbScreenInfoPtr s, int x, int y, int w, int h, in vncTransBlitFrom()
1112 vncXorBlitFrom(rfbScreenInfoPtr s, int x, int y, int w, int h, vncBuffer * src, int srcx, int srcy) in vncXorBlitFrom()
1181 int i, j, w = (mask->w + 7) / 8, mask_size = w * mask->h, in vncNewCursor() local
1183 rfbCursorPtr c = (rfbCursorPtr) xmalloc(sizeof(rfbCursor)); in vncNewCursor() local
1211 vncSetCursor(rfbScreenInfoPtr s, rfbCursorPtr c) in vncSetCursor()
1225 vncSetPixel(vncBuffer * b, int x, int y, vncPixel c) in vncSetPixel()
1232 vncSetRect(rfbScreenInfoPtr s, int x, int y, int w, int h, vncPixel c) in vncSetRect()
[all …]
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dremainder.c80 double dx, dy, scale, w, t, v, c, cc; in fmod() local
/reactos/dll/opengl/mesa/
H A Dvbfill.c159 void gl_Indexf( GLcontext *ctx, GLfloat c ) in gl_Indexf()
169 void gl_Indexi( GLcontext *ctx, GLint c ) in gl_Indexi()
246 void gl_Color3fv( GLcontext *ctx, const GLfloat *c ) in gl_Color3fv()
261 void gl_Color3fv8bit( GLcontext *ctx, const GLfloat *c ) in gl_Color3fv8bit()
309 void gl_Color4fv( GLcontext *ctx, const GLfloat *c ) in gl_Color4fv()
368 void gl_Color4ubv( GLcontext *ctx, const GLubyte *c ) in gl_Color4ubv()
415 void gl_ColorMat3fv( GLcontext *ctx, const GLfloat *c ) in gl_ColorMat3fv()
454 void gl_ColorMat4fv( GLcontext *ctx, const GLfloat *c ) in gl_ColorMat4fv()
531 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in vertex4f_feedback()
586 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in vertex4()
[all …]
/reactos/dll/3rdparty/libjpeg/
H A Drdcolmap.c173 int c; in read_ppm_map() local
174 unsigned int w, h, maxval, row, col; in read_ppm_map() local
H A Dwrgif.c126 #define CHAR_OUT(dinfo, c) \ argument
233 put_word (gif_dest_ptr dinfo, unsigned int w) in put_word()
363 code_int c; in put_LZW_pixel_rows() local
464 code_int c; in put_raw_pixel_rows() local
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dgetline.c333 int c, result; in gl_getcx() local
376 int i, c; in gl_getcx() local
403 gl_putc(int c) in gl_putc()
442 int w; in gl_init() local
532 gl_setwidth(int w) in gl_setwidth()
547 gl_setheight(int w) in gl_setheight()
946 gl_addchar(int c) in gl_addchar()
1001 int c; in gl_transpose() local
1735 int c; in gl_do_tab_completion() local
1966 int c; in _StrRFindLocalPathDelim() local
[all …]
/reactos/base/applications/network/ftp/
H A Dmain.c313 register struct cmd *c; in cmdscanner() local
363 struct cmd *c, *found; in getcmd() local
538 struct cmd *c; in help() local
541 register int i, j, w, k; in help() local
/reactos/sdk/tools/fatten/fatfs/
H A Dff.c1136 UINT c; in dir_next() local
1386 BYTE ns[8], c; in gen_numname() local
1463 BYTE c, *dir; in dir_find() local
1709 TCHAR *p, c; in get_fileinfo() local
1712 WCHAR w, *lfn; in get_fileinfo() local
1850 WCHAR w, *lfn; in create_name() local
2124 char c; in get_ldnumber() local
3849 WCHAR w; in f_getlabel() local
3914 WCHAR w; in f_setlabel() local
4490 TCHAR c in putc_bfd()
[all …]
/reactos/dll/directx/wine/wined3d/
H A Dsurface.c70 GLsizei w, h; in texture2d_get_blt_info() local
1125 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) in convert_r32_float_r16_float()
1145 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) in convert_r5g6b5_x8r8g8b8()
1187 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) in convert_a8r8g8b8_x8r8g8b8()
1211 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) in convert_yuy2_x8r8g8b8()
1253 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) in convert_yuy2_r5g6b5()
1294 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) in convert_dxt1_a8r8g8b8()
1300 DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h) in convert_dxt1_x8r8g8b8()
3788 unsigned int x, y, w, h, bpp; in surface_cpu_blt_colour_fill() local
3792 DWORD c; in surface_cpu_blt_colour_fill() local
[all …]
/reactos/sdk/lib/3rdparty/adns/src/
H A Dtransmit.c43 #define MKQUERY_ADDW(w) (MKQUERY_ADDB(((w)>>8)&0x0ff), MKQUERY_ADDB((w)&0x0ff)) argument
84 int ll, c, nbytes; in adns__mkquery() local
/reactos/dll/3rdparty/mbedtls/
H A Daria.c233 uint32_t *c, uint32_t *d ) in aria_a()
265 uint32_t *c, uint32_t *d, in aria_sl()
400 uint32_t a, b, c, d; in aria_fo_xor() local
422 uint32_t a, b, c, d; in aria_fe_xor() local
482 uint32_t w[4][4], *w2; in mbedtls_aria_setkey_enc() local
576 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
713 unsigned char c; in mbedtls_aria_crypt_cfb128() local
777 int c, i; in mbedtls_aria_crypt_ctr() local

1234