/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | list.c | 190 xmlListPtr l; in xmlListCreate() local 333 void xmlListDelete(xmlListPtr l) in xmlListDelete() 422 xmlListClear(xmlListPtr l) in xmlListClear() 446 xmlListEmpty(xmlListPtr l) in xmlListEmpty() 462 xmlListFront(xmlListPtr l) in xmlListFront() 478 xmlListEnd(xmlListPtr l) in xmlListEnd() 494 xmlListSize(xmlListPtr l) in xmlListSize() 513 xmlListPopFront(xmlListPtr l) in xmlListPopFront() 526 xmlListPopBack(xmlListPtr l) in xmlListPopBack() 618 xmlListReverse(xmlListPtr l) in xmlListReverse() [all …]
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngdebug.h | 60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument 66 # define png_debug2(l,m,p1,p2) \ argument 81 # define png_debug(l,m) \ argument 89 # define png_debug1(l,m,p1) \ argument 97 # define png_debug2(l,m,p1,p2) \ argument 106 # define png_debug(l,m) \ argument 117 # define png_debug1(l,m,p1) \ argument 128 # define png_debug2(l,m,p1,p2) \ argument 145 # define png_debug(l, m) ((void)0) argument 148 # define png_debug1(l, m, p1) ((void)0) argument [all …]
|
/reactos/drivers/filesystems/ext2/src/nls/ |
H A D | nls_euc-jp.c | 17 #define IS_SJIS_LOW_BYTE(l) ((0x40 <= (l)) && ((l) <= 0xFC) && ((l) != 0x7F)) argument 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument [all …]
|
/reactos/sdk/include/crt/ |
H A D | crtdbg.h | 203 #define _malloc_dbg(s,t,f,l) malloc(s) argument 204 #define _calloc_dbg(c,s,t,f,l) calloc(c,s) argument 205 #define _realloc_dbg(p,s,t,f,l) realloc(p,s) argument 207 #define _expand_dbg(p,s,t,f,l) _expand(p,s) argument 219 #define _malloca_dbg(s,t,f,l) _malloca(s) argument 222 #define _strdup_dbg(s,t,f,l) _strdup(s) argument 223 #define _wcsdup_dbg(s,t,f,l) _wcsdup(s) argument 224 #define _mbsdup_dbg(s,t,f,l) _mbsdup(s) argument 229 #define _getcwd_dbg(s,le,t,f,l) _getcwd(s,le) argument 230 #define _wgetcwd_dbg(s,le,t,f,l) _wgetcwd(s,le) argument [all …]
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | list_test.cpp | 80 list<int> l(2); in list1() local 176 list<int> l; in erase() local 198 list<int> l; in resize() local 219 list<int> l; in resize() local 234 list<int> l; in push_back() local 258 list<int> l; in push_front() local
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | xdr.c | 107 long l; local 137 u_long l; local 212 long l; local 243 u_long l; local 274 long l; local 304 u_long l; local 335 long l; local 365 u_long l; local
|
/reactos/drivers/filesystems/udfs/ |
H A D | udf_dbg.h | 185 #define DbgMoveMemory(d, s, l) \ argument 192 #define DbgCopyMemory(d, s, l) \ argument 201 DbgCompareMemory(PVOID d, PVOID s, ULONG l) { in DbgCompareMemory() 212 #define DbgMoveMemory(d, s, l) RtlMoveMemory(d, s, l) argument 213 #define DbgCopyMemory(d, s, l) RtlCopyMemory(d, s, l) argument 214 #define DbgCompareMemory(d, s, l) RtlCompareMemory(d, s, l) argument 263 #define DbgMoveMemory(d, s, l) RtlMoveMemory(d, s, l) argument 264 #define DbgCopyMemory(d, s, l) RtlCopyMemory(d, s, l) argument 265 #define DbgCompareMemory(d, s, l) RtlCompareMemory(d, s, l) argument
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | debug.h | 95 # define RAWLOG(l, ...) { \ argument 99 # define DEBUGLOG(l, ...) { \ argument
|
/reactos/dll/3rdparty/libtirpc/tirpc/ |
H A D | reentrant.h | 138 #define rwlock_init(l, a) InitializeSRWLock(l) argument 139 #define rwlock_rdlock(l) AcquireSRWLockShared(l) argument 140 #define rwlock_wrlock(l) AcquireSRWLockExclusive(l) argument 142 #define rwlock_unlock(l) ReleaseSRWLockExclusive(l) argument
|
/reactos/sdk/include/crt/sec_api/ |
H A D | crtdbg_s.h | 14 #define _dupenv_s_dbg(ps1,size,s2,t,f,l) _dupenv_s(ps1,size,s2) argument 15 #define _wdupenv_s_dbg(ps1,size,s2,t,f,l) _wdupenv_s(ps1,size,s2) argument
|
/reactos/sdk/include/psdk/ |
H A D | knownfolders.h | 25 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 30 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 36 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
|
H A D | propkeydef.h | 35 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument 39 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument 44 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument
|
H A D | guiddef.h | 55 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 59 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 65 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 68 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 73 #define DEFINE_OLEGUID(name, l, w1, w2) \ argument
|
H A D | mapival.h | 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 78 #define ValidateParameters13(a,b,c,d,e,f,g,h,i,j,k,l,m,n) do { } while(0) argument 79 #define ValidateParameters14(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) do { } while(0) argument 93 #define UlValidateParameters11(a,b,c,d,e,f,g,h,i,j,k,l) do { } while(0) argument 94 #define UlValidateParameters12(a,b,c,d,e,f,g,h,i,j,k,l,m) do { } while(0) argument 110 #define CheckParameters11(a,b,c,d,e,f,g,h,i,j,k,l) do { } while(0) argument 111 #define CheckParameters12(a,b,c,d,e,f,g,h,i,j,k,l,m) do { } while(0) argument 112 #define CheckParameters13(a,b,c,d,e,f,g,h,i,j,k,l,m,n) do { } while(0) argument 113 #define CheckParameters14(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) do { } while(0) argument [all …]
|
/reactos/base/applications/network/ftp/ |
H A D | fake.h | 1 #define bcopy(s,d,l) memcpy((d),(s),(l)) argument 2 #define bzero(cp,l) memset((cp),0,(l)) argument
|
/reactos/sdk/include/vcruntime/ |
H A D | vadefs.h | 74 #define __crt_va_start(v,l) __builtin_va_start(v,l) argument 75 #define __crt_va_arg(v,l) __builtin_va_arg(v,l) argument 81 #define __crt_va_start(v,l) ((void)((v) = (va_list)_ADDRESSOF(l) + _INTSIZEOF(l))) argument 82 #define __crt_va_arg(v,l) (*(l *)(((v) += _INTSIZEOF(l)) - _INTSIZEOF(l))) argument 88 #define __crt_va_start(v,l) ((void)((v) = (va_list)_ADDRESSOF(l) + _PTRSIZEOF(l))) argument
|
/reactos/dll/opengl/mesa/ |
H A D | light.c | 118 GLint l; in gl_Lightfv() local 214 GLint l = (GLint) (light - GL_LIGHT0); in gl_GetLightfv() local 262 GLint l = (GLint) (light - GL_LIGHT0); in gl_GetLightiv() local 710 void gl_compute_spot_exp_table( struct gl_light *l ) in gl_compute_spot_exp_table()
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | trimregion.cc | 86 TrimRegion::getGridExtent( TrimVertex *l, TrimVertex *r ) in getGridExtent() 106 TrimVertex *l = ( ll->param[0] > lf->param[0] ) ? ll : lf; in canTile() local
|
/reactos/sdk/tools/log2lines/ |
H A D | list.c | 123 int l; in cache_entry_create() local 177 int l; in sources_entry_create() local
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | locale_catalog.cpp | 51 static char const* _Loc_ctype_name(void* l, char* s) in _Loc_ctype_name() 53 static char const* _Loc_codecvt_name(void* l, char* s) in _Loc_codecvt_name() 55 static char const* _Loc_numeric_name(void* l, char* s) in _Loc_numeric_name() 57 static char const* _Loc_time_name(void* l, char* s) in _Loc_time_name() 59 static char const* _Loc_collate_name(void* l, char* s) in _Loc_collate_name() 61 static char const* _Loc_monetary_name(void* l, char* s) in _Loc_monetary_name() 63 static char const* _Loc_messages_name(void* l, char* s) in _Loc_messages_name()
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | astoll.c | 56 astoll(s, l) in astoll() argument 64 astollb(s, l, base) in astollb() argument
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | multilink.c | 125 int l, mtu; in mp_join_bundle() local 309 int l; in make_bundle_links() local 349 int l; in remove_bundle_link() local 548 int i, l; local
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | utility.h | 200 #define strcpy_s(d, l, s) strcpy(d, s) argument 201 #define wcscpy_s(d, l, s) wcscpy(d, s) argument 202 #define wcsncpy_s(d, l, s, n) wcsncpy(d, s, n) argument 205 #define _tcscpy_s(d, l, s) _tcscpy(d, s) argument 215 #define _stprintf_s1(b, l, f, p1) _stprintf(b, f, p1) argument 216 #define _stprintf_s2(b, l, f, p1,p2) _stprintf(b, f, p1,p2) argument 859 va_list l; in printf() local 880 va_list l; in appendf() local 913 va_list l; in FmtString() local 928 int l = wcslen(s) + 1; in ANS() local [all …]
|
/reactos/drivers/bus/acpi/acpica/include/platform/ |
H A D | acgcc.h | 54 #define va_start(v, l) __builtin_va_start(v, l) argument 56 #define va_arg(v, l) __builtin_va_arg(v, l) argument
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/ |
H A D | test_trig.c | 104 double l, a, c1, s1; in test_atan2() local 172 FT_Fixed l, l2; in test_length() local 210 double l, a, c1, s1, c3, s3; in test_rotate() local
|