/reactos/sdk/include/psdk/ |
H A D | mapival.h | 57 #define FBadCopyTo(a,b,c,d,e,f,g,h,i,j) FALSE argument 74 #define ValidateParameters9(a,b,c,d,e,f,g,h,i,j) do { } while(0) argument 75 #define ValidateParameters10(a,b,c,d,e,f,g,h,i,j,k) do { } while(0) argument 76 #define ValidateParameters11(a,b,c,d,e,f,g,h,i,j,k,l) do { } while(0) argument 77 #define ValidateParameters12(a,b,c,d,e,f,g,h,i,j,k,l,m) do { } while(0) argument 91 #define UlValidateParameters9(a,b,c,d,e,f,g,h,i,j) do { } while(0) argument 92 #define UlValidateParameters10(a,b,c,d,e,f,g,h,i,j,k) do { } while(0) argument 108 #define CheckParameters9(a,b,c,d,e,f,g,h,i,j) do { } while(0) argument 109 #define CheckParameters10(a,b,c,d,e,f,g,h,i,j,k) do { } while(0) argument 110 #define CheckParameters11(a,b,c,d,e,f,g,h,i,j,k,l) do { } while(0) argument [all …]
|
H A D | d3drm.h | 131 #define IDirect3DRM_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->lpVtbl->CreateWrap(p,a,b,c,d… argument 143 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g… argument 169 #define IDirect3DRM_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->CreateWrap(a,b,c,d,e,f,g,h,i… argument 181 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) argument 272 #define IDirect3DRM2_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->lpVtbl->CreateWrap(p,a,b,c,… argument 284 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,… argument 311 #define IDirect3DRM2_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->CreateWrap(a,b,c,d,e,f,g,h,… argument 323 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) argument 432 #define IDirect3DRM3_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,… argument 464 #define IDirect3DRM3_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->CreateWrap(a,b,c,d,e,f,g,h,… argument [all …]
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | debug.h | 70 #define debug10(s, a, b, c, d, e, f, g, h, i, j) argument 71 #define debug11(s, a, b, c, d, e, f, g, h, i, j, k) argument 72 #define debug12(s, a, b, c, d, e, f, g, h, i, j, k, l) argument 73 #define debug13(s, a, b, c, d, e, f, g, h, i, j, k, l, m) argument 111 #define warning10(s, a, b, c, d, e, f, g, h, i, j) argument 112 #define warning11(s, a, b, c, d, e, f, g, h, i, j, k) argument 113 #define warning12(s, a, b, c, d, e, f, g, h, i, j, k, l) argument 152 #define error10(s, a, b, c, d, e, f, g, h, i, j) argument 153 #define error11(s, a, b, c, d, e, f, g, h, i, j, k) argument 154 #define error12(s, a, b, c, d, e, f, g, h, i, j, k, l) argument [all …]
|
/reactos/base/applications/network/telnet/src/ |
H A D | tcharmap.cpp | 197 for(int j = 0; j < 256; j++) { in ~TCharmap() local 212 void TCharmap::modmap(char pos, char mapchar, char c) { in modmap() 215 for(int j = 0; j < 256; j++) map[(unsigned char)mapchar][(unsigned char)pos] = j; in modmap() local
|
H A D | tconsole.cpp | 271 for(DWORD j = 0; j < Result; j++) pAttributes[j] |= 0x80; in Lightbg() local 297 for(DWORD j = 0; j < Result; j++) pAttributes[j] &= 0x7f; in Darkbg() local 557 unsigned long TConsole::WriteCtrlChar(char c) { in WriteCtrlChar() 689 void TConsole::ClearScreen(char c) { in ClearScreen() 699 void TConsole::ClearWindow(int iStartRow, int iEndRow, char c) { in ClearWindow() 709 void TConsole::ClearEOScreen(char c) in ClearEOScreen() 721 void TConsole::ClearBOScreen(char c) in ClearBOScreen() 732 void TConsole::ClearLine(char c) in ClearLine() 743 void TConsole::ClearEOLine(char c) in ClearEOLine() 754 void TConsole::ClearBOLine(char c) in ClearBOLine()
|
H A D | ansiprsr.cpp | 123 for(int j = 0; j < MAX_TAB_POSITIONS; j++) { in resetTabStops() local 472 for(int j = 0; x > 0 && j < iParam[0]; j++) in ParseEscapeANSI() local 517 for(int j = 0; j < MAX_TAB_POSITIONS; j++) { in ParseEscapeANSI() local 529 for(int j = 0; j < MAX_TAB_POSITIONS; j++) in ParseEscapeANSI() local 966 for(int j = x - 1; j >= 0 && tab_stops[j] == t; j--) in ParseEscape() local 1165 int lines = 0, c = 0; in StripBuffer() local
|
/reactos/dll/win32/rsaenh/ |
H A D | sha2.c | 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 324 int j; in SHA256_Transform() local 382 int j; in SHA256_Transform() local 554 int j; in SHA256_Final() local 637 #define ROUND512(a,b,c,d,e,f,g,h) \ argument 651 int j; in SHA512_Transform() local 706 int j; in SHA512_Transform() local 884 int j; in SHA512_Final() local [all …]
|
/reactos/base/applications/network/nslookup/ |
H A D | utility.c | 16 int j; in SendRequest() local 252 int j; in ReverseIP() local 308 int i = 0, l = 0, b = 0, c = 1; in IsValidIP() local 345 int c = 0, d = 0, i = 0, j = 0, k = 0, l = 0, m = 0; in ExtractName() local 399 int c = 0, l = 0, i = 0, v = 0; in ExtractIP() local
|
/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | infblock.c | 70 uLongf *c ) in inflate_blocks_reset() 90 check_func c, in inflate_blocks_new() 268 uInt i, j, c; in inflate_blocks() local 310 inflate_codes_statef *c; in inflate_blocks() local
|
H A D | infcodes.c | 64 inflate_codes_statef *c; in inflate_codes_new() local 85 uInt j; /* temporary storage */ in inflate_codes() local 95 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */ in inflate_codes() local 245 inflate_codes_statef *c, in inflate_codes_free()
|
H A D | inftrees.c | 114 uInt c[BMAX+1]; /* bit length count table */ in huft_build() local 119 uInt j; /* counter */ 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/drivers/filesystems/btrfs/ |
H A D | scrub.c | 707 ULONG j; in scrub_extent_dup() local 752 ULONG j; in scrub_extent_dup() local 784 ULONG j; in scrub_extent_dup() local 913 ULONG j; in scrub_extent_dup() local 939 ULONG j; in scrub_extent_raid0() local 997 ULONG j; in scrub_extent_raid10() local 1772 ULONG o, j; in scrub_raid5_stripe() local 1968 ULONG o, j; in scrub_raid6_stripe() local 2283 uint32_t j; in scrub_raid6_stripe() local 2615 uint64_t j; in scrub_chunk_raid56_stripe_run() local [all …]
|
/reactos/dll/directx/wine/d3dxof/ |
H A D | parsing.c | 129 ULONG j, k; in dump_template() local 334 static BOOL is_space(char c) in is_space() 348 static BOOL is_operator(char c) in is_operator() 372 static WORD get_operator_token(char c) in get_operator_token() 512 char c; in is_name() local 543 char c; in is_float() local 575 char c; in is_integer() local 604 char c; in is_string() local 647 char c; in parse_TOKEN() local 1170 ULONG j; in parse_object_members_list() local [all …]
|
H A D | mszip.c | 66 register cab_ULONG j; /* counter */ 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 416 cab_ULONG j; in fdi_Zipinflate_dynamic() local
|
/reactos/dll/win32/usp10/ |
H A D | bidi.c | 323 int j; in resolveExplicit() local 579 int j; in resolveWeak() local 621 int j; in resolveWeak() local 677 unsigned int j; in computeBracketPairs() local 681 WCHAR c = iso_run->item[i].ch; in computeBracketPairs() local 763 int j; in resolveNeutrals() local 819 int j; in resolveNeutrals() local 922 int j = i -1; in resolveResolved() local 940 int j = i; in resolveResolved() local 984 int j; in computeIsolatingRunsSet() local [all …]
|
/reactos/win32ss/drivers/displays/vga/vgavideo/ |
H A D | vgavideo.c | 60 ULONG j; in vgaPreCalc() local 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() 359 INT i, j; in DIB_BltFromVGA() local 450 LONG i, j; in DIB_BltToVGA() local 494 ULONG i, j; in DIB_BltToVGAWithXlate() local 541 ULONG i, j; in DIB_TransparentBltToVGA() local 809 int i, j; in DFB_BltToVGA() local [all …]
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | aria.c | 233 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 447 uint8_t i, j; in aria_rot128() local 538 int i, j, k, ret; in mbedtls_aria_setkey_dec() 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 972 size_t j; in mbedtls_aria_self_test() local
|
/reactos/boot/armllb/ |
H A D | crtsupp.c | 12 putchar(int c) in putchar() 47 unsigned int i, j; in DbgPrint() local
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngwtran.c | 230 int j; in png_do_shift() local 257 unsigned int c = i%channels; in png_do_shift() local 258 int j; in png_do_shift() local 285 unsigned int c = i%channels; in png_do_shift() local 286 int j; in png_do_shift() local
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | sorter.cc | 79 char *i, *j; in qs1() local 81 int c; in qs1() local
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | file.c | 34 static void put_char(char **p, unsigned char c) in put_char() 62 int i, j; in file_name() local 86 unsigned char c; in file_cvt() local
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_stdio_input.h | 59 void unget(int_type const c) throw() in unget() 109 void unget(int_type const c) throw() in unget() 166 void unget(int_type const c) throw() in unget() 205 int_type c; in skip_whitespace() local 294 void set(UnsignedCharacter const c) throw() in set() 299 bool test(UnsignedCharacter const c) const throw() in test() 356 j, enumerator
|
/reactos/dll/opengl/mesa/ |
H A D | vbrender.c | 234 static void offset_polygon( GLcontext *ctx, GLfloat a, GLfloat b, GLfloat c ) in offset_polygon() 273 GLint i, j; in unfilled_polygon() local 400 GLfloat c = ex*fy-ey*fx; in render_polygon() local 467 GLuint j = vlist[i]; in render_clipped_polygon() local 509 int i, j; in render_clipped_polygon() local 560 GLfloat c = ex*fy-ey*fx; in render_clipped_polygon() local 605 GLfloat ex, ey, fx, fy, c; in render_triangle() local 674 GLfloat ex, ey, fx, fy, c; in render_quad() local
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | getline.c | 333 int c, result; in gl_getcx() local 376 int i, c; in gl_getcx() local 403 gl_putc(int c) in gl_putc() 946 gl_addchar(int c) in gl_addchar() 1001 int c; in gl_transpose() local 1047 int i, j; in gl_del() local 1412 int i, j; in gl_histsavefile() local 1636 int i, j, k, l; in gl_display_matches() local 1735 int c; in gl_do_tab_completion() local 1966 int c; in _StrRFindLocalPathDelim() local [all …]
|
/reactos/dll/cpl/sysdm/ |
H A D | smbios.c | 44 PCHAR c = DmiString; in IsDigitStrA() local 109 wchar_t *c; in wcsistr() local 447 PCHAR c = DmiString; in TrimNonPrintable() local 473 PCHAR c; in TrimNonPrintableProd() local 581 PWCHAR j; in GetSystemName() local
|