Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/reactos/sdk/lib/3rdparty/libxml2/
H A Dlist.c190 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 Dpngdebug.h60 # 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 Dnls_euc-jp.c17 #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 Dcrtdbg.h204 #define _malloc_dbg(s,t,f,l) malloc(s) argument
205 #define _calloc_dbg(c,s,t,f,l) calloc(c,s) argument
206 #define _realloc_dbg(p,s,t,f,l) realloc(p,s) argument
208 #define _expand_dbg(p,s,t,f,l) _expand(p,s) argument
220 #define _malloca_dbg(s,t,f,l) _malloca(s) argument
223 #define _strdup_dbg(s,t,f,l) _strdup(s) argument
224 #define _wcsdup_dbg(s,t,f,l) _wcsdup(s) argument
225 #define _mbsdup_dbg(s,t,f,l) _mbsdup(s) argument
230 #define _getcwd_dbg(s,le,t,f,l) _getcwd(s,le) argument
231 #define _wgetcwd_dbg(s,le,t,f,l) _wgetcwd(s,le) argument
[all …]
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dlist_test.cpp80 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/sdk/include/ucrt/
H A Dcrtdbg.h141 #define _CrtIsMemoryBlock(p, t, r, f, l) ((int)1) argument
250 #define _calloc_dbg(c, s, t, f, l) calloc(c, s) argument
251 #define _expand_dbg(p, s, t, f, l) _expand(p, s) argument
253 #define _malloc_dbg(s, t, f, l) malloc(s) argument
255 #define _realloc_dbg(p, s, t, f, l) realloc(p, s) argument
256 #define _recalloc_dbg(p, c, s, t, f, l) _recalloc(p, c, s) argument
268 #define _malloca_dbg(s, t, f, l) _malloca(s) argument
275 #define _mbsdup_dbg(s, t, f, l) _mbsdup(s) argument
276 #define _strdup_dbg(s, t, f, l) _strdup(s) argument
278 #define _wcsdup_dbg(s, t, f, l) _wcsdup(s) argument
[all …]
/reactos/dll/3rdparty/libtirpc/src/
H A Dxdr.c107 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/btrfs/zstd/
H A Ddebug.h95 # define RAWLOG(l, ...) { \ argument
99 # define DEBUGLOG(l, ...) { \ argument
/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.h185 #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/sdk/lib/ucrt/mbstring/
H A Dtojisjms.cpp41 unsigned int h, l; in _mbcjistojms_l() local
99 unsigned int h, l; in _mbcjmstojis_l() local
/reactos/dll/3rdparty/libtirpc/tirpc/
H A Dreentrant.h138 #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 Dcrtdbg_s.h14 #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 Dknownfolders.h25 #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 Dpropkeydef.h35 #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 Dguiddef.h55 #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
/reactos/base/applications/network/ftp/
H A Dfake.h1 #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 Dvadefs.h74 #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 Dlight.c118 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 Dtrimregion.cc86 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 Dlist.c123 int l; in cache_entry_create() local
177 int l; in sources_entry_create() local
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dastoll.c56 astoll(s, l) in astoll() argument
64 astollb(s, l, base) in astollb() argument
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dlocale_catalog.cpp51 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/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dmultilink.c125 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 Dutility.h200 #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 Dacgcc.h54 #define va_start(v, l) __builtin_va_start(v, l) argument
56 #define va_arg(v, l) __builtin_va_arg(v, l) argument

12345678910>>...14