Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 981) sorted by relevance

12345678910>>...40

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetifapi.h87 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL) argument
91 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL) argument
95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL) argument
99 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default, NULL) argument
117 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start) argument
122 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL) argument
126 #define netifapi_dhcp_inform(n) netifapi_netif_common(n, dhcp_inform, NULL) argument
130 #define netifapi_dhcp_renew(n) netifapi_netif_common(n, NULL, dhcp_renew) argument
135 #define netifapi_dhcp_release(n) netifapi_netif_common(n, NULL, dhcp_release) argument
149 #define netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start) argument
[all …]
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dlog2.h31 int __ilog2_u32(u32 n) in __ilog2_u32()
39 int __ilog2_u64(u64 n) in __ilog2_u64()
51 bool is_power_of_2(unsigned long n) in is_power_of_2()
60 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two()
69 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two()
84 #define ilog2(n) \ argument
99 #define roundup_pow_of_two(n) \ argument
116 #define rounddown_pow_of_two(n) \ argument
138 #define order_base_2(n) ilog2(roundup_pow_of_two(n)) argument
/reactos/dll/opengl/mesa/
H A Ddlist.c383 Node *n, *newblock; in alloc_instruction() local
418 Node *n = (Node *) malloc( sizeof(Node) ); in make_empty_list() local
431 Node *n, *block; in gl_destroy_list() local
698 Node *n = alloc_instruction( ctx, OPCODE_ACCUM, 2 ); in gl_save_Accum() local
724 Node *n = alloc_instruction( ctx, OPCODE_BEGIN, 1 ); in gl_save_Begin() local
815 Node *n = alloc_instruction( ctx, OPCODE_CLEAR, 1 ); in gl_save_Clear() local
1385 Node *n = alloc_instruction( ctx, OPCODE_FOG, 5 ); in gl_save_Fogfv() local
1432 Node *n = alloc_instruction( ctx, OPCODE_HINT, 2 ); in gl_save_Hint() local
1612 Node *n = alloc_instruction( ctx, OPCODE_MAP1, 6 ); in gl_save_Map1f() local
2399 Node *n; in execute_list() local
[all …]
H A Ddepth.c155 GLfloat n, f; in gl_DepthRange() local
194 GLuint n, GLint x, GLint y, in gl_depth_test_span_generic()
420 GLuint n, GLint x, GLint y, const GLdepth z[], in gl_depth_test_span_less()
448 GLuint n, GLint x, GLint y, in gl_depth_test_span_greater()
490 GLuint n, const GLint x[], const GLint y[], in gl_depth_test_pixels_generic()
727 GLuint n, const GLint x[], const GLint y[], in gl_depth_test_pixels_less()
753 GLuint n, const GLint x[], const GLint y[], in gl_depth_test_pixels_greater()
790 GLuint n, GLint x, GLint y, GLfloat depth[] ) in gl_read_depth_span_float()
821 GLuint n, GLint x, GLint y, GLdepth depth[] ) in gl_read_depth_span_int()
893 GLint n = ctx->Buffer->Xmax - ctx->Buffer->Xmin + 1; in gl_clear_depth_buffer() local
[all …]
/reactos/modules/rostests/apitests/compiler/
H A Dpsehtest2.c95 int return_zero_3(int n) in return_zero_3()
101 int return_positive_3(int n) in return_positive_3()
107 int return_negative_3(int n) in return_negative_3()
113 int return_one_3(int n) in return_one_3()
119 int return_minusone_3(int n) in return_minusone_3()
125 int return_zero_4(void * p, int n) in return_zero_4()
131 int return_positive_4(void * p, int n) in return_positive_4()
137 int return_negative_4(void * p, int n) in return_negative_4()
143 int return_one_4(void * p, int n) in return_one_4()
149 int return_minusone_4(void * p, int n) in return_minusone_4()
/reactos/sdk/include/reactos/wine/
H A Dunicode.h42 #define strncmpW(s1,s2,n) wcsncmp((s1),(s2),(n)) argument
50 #define tolowerW(n) towlower((n)) argument
51 #define toupperW(n) towupper((n)) argument
52 #define islowerW(n) iswlower((n)) argument
53 #define isupperW(n) iswupper((n)) argument
54 #define isalphaW(n) iswalpha((n)) argument
55 #define isalnumW(n) iswalnum((n)) argument
56 #define isdigitW(n) iswdigit((n)) argument
57 #define isxdigitW(n) iswxdigit((n)) argument
58 #define isspaceW(n) iswspace((n)) argument
[all …]
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dstrstream.cpp51 size_t n = 16; in strstreambuf() local
60 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf()
72 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf()
79 strstreambuf::strstreambuf(const char* get, streamsize n) in strstreambuf()
85 strstreambuf::strstreambuf(const signed char* get, streamsize n) in strstreambuf()
91 strstreambuf::strstreambuf(const unsigned char* get, streamsize n) in strstreambuf()
261 char* strstreambuf::_M_alloc(size_t n) { in _M_alloc()
304 istrstream::istrstream(char* s, streamsize n) in istrstream()
309 istrstream::istrstream(const char* s, streamsize n) in istrstream()
330 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream()
[all …]
H A Dnum_put_float.cpp267 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign) in _Stl_ecvtR()
269 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign) in _Stl_fcvtR()
272 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign) in _Stl_ecvtR()
274 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign) in _Stl_fcvtR()
336 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign) in _Stl_ecvtR()
338 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign) in _Stl_fcvtR()
341 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign) in _Stl_ecvtR()
343 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign) in _Stl_fcvtR()
378 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char*) in _Stl_ecvtR()
380 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char*) in _Stl_fcvtR()
[all …]
/reactos/dll/3rdparty/libtiff/
H A Dtif_dirread.c972 uint32 n; in TIFFReadDirEntryByteArray() local
1000 uint32 n; in TIFFReadDirEntryByteArray() local
1018 uint32 n; in TIFFReadDirEntryByteArray() local
1036 uint32 n; in TIFFReadDirEntryByteArray() local
4328 uint16 n; in TIFFReadDirectoryCheckOrder() local
4347 uint16 n; in TIFFReadDirectoryFindEntry() local
4532 uint16 n; in EstimateStripByteCounts() local
4634 uint16 n; in TIFFCheckDirOffset() local
4717 uint16 n; in TIFFFetchDirectory() local
4995 int n; in TIFFFetchNormalTag() local
[all …]
H A Dtif_swab.c71 TIFFSwabArrayOfShort(register uint16* wp, tmsize_t n) in TIFFSwabArrayOfShort()
87 TIFFSwabArrayOfTriples(register uint8* tp, tmsize_t n) in TIFFSwabArrayOfTriples()
103 TIFFSwabArrayOfLong(register uint32* lp, tmsize_t n) in TIFFSwabArrayOfLong()
120 TIFFSwabArrayOfLong8(register uint64* lp, tmsize_t n) in TIFFSwabArrayOfLong8()
151 TIFFSwabArrayOfFloat(register float* fp, tmsize_t n) in TIFFSwabArrayOfFloat()
182 TIFFSwabArrayOfDouble(double* dp, tmsize_t n) in TIFFSwabArrayOfDouble()
284 TIFFReverseBits(uint8* cp, tmsize_t n) in TIFFReverseBits()
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dstat.h300 #define stat_set_ansecs(s, n) ((s)->st_atimensec = n) argument
301 #define stat_set_mnsecs(s, n) ((s)->st_mtimensec = n) argument
302 #define stat_set_cnsecs(s, n) ((s)->st_ctimensec = n) argument
316 #define stat_set_ansecs(s, n) ((s)->st_atime_n = n) argument
317 #define stat_set_mnsecs(s, n) ((s)->st_mtime_n = n) argument
318 #define stat_set_cnsecs(s, n) ((s)->st_ctime_n = n) argument
348 #define stat_set_ansecs(s, n) ((s)->st_atim.tv_nsec = n) argument
349 #define stat_set_mnsecs(s, n) ((s)->st_mtim.tv_nsec = n) argument
397 #define stat_set_ansecs(s, n) (0) argument
398 #define stat_set_mnsecs(s, n) (0) argument
[all …]
/reactos/sdk/lib/ucrt/convert/
H A Dwcstombs.cpp44 size_t n = cnt+1; in wcsncnt() local
86 _In_ size_t n, in _wcstombs_l_helper()
284 size_t n, in _wcstombs_l()
295 size_t n in wcstombs()
332 size_t n, in _wcstombs_internal()
399 size_t n, in _wcstombs_s_l()
412 size_t n in wcstombs_s()
H A Dmbstowcs.cpp49 _In_ size_t n, in _mbstowcs_l_helper()
188 size_t n, in _mbstowcs_l()
200 size_t n in mbstowcs()
237 size_t n, in _mbstowcs_internal()
308 size_t n, in _mbstowcs_s_l()
321 size_t n in mbstowcs_s()
H A Dmbtowc.cpp48 size_t n, in _mbtowc_internal()
137 size_t n, in _mbtowc_l()
148 size_t n in mbtowc()
H A Dmbrtowc.cpp223 size_t n, in mbrlen()
252 size_t n, in mbrtowc()
293 _In_ size_t n, in _mbsrtowcs_helper()
384 size_t n, in mbsrtowcs()
425 size_t n, in mbsrtowcs_s_internal()
482 size_t n, in mbsrtowcs_s()
490 size_t __cdecl __crt_mbstring::__mbrtowc_utf8(wchar_t* pwc, const char* s, size_t n, mbstate_t* ps,… in __mbrtowc_utf8()
/reactos/drivers/network/tcpip/include/
H A Dtilists.h5 #define IF_LIST_ITER(n) \ argument
9 #define ForEachInterface(n) \ argument
20 #define EndFor(n) \ argument
/reactos/drivers/network/tcpip/lwip/src/core/
H A Ddef.c76 lwip_htons(u16_t n) in lwip_htons()
90 lwip_htonl(u32_t n) in lwip_htonl()
105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr()
128 lwip_strnistr(const char *buffer, const char *token, size_t n) in lwip_strnistr()
226 int n = (number >= 0) ? number : -number; in lwip_itoa() local
/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A Dbug.cpp21 for (int n = 0; n < niters; ++n) in main() local
29 for (int n = 0; n < niters; ++n) in main() local
34 for (int n = 0; n < niters; ++n) in main() local
/reactos/dll/shellext/acppage/
H A DCLayerUIPropPage.cpp71 size_t n; in IsBuiltinLayer() local
198 for (size_t n = 0; g_AllowedExtensions[n]; ++n) in InitFile() local
225 size_t n; in GetLayerInfo() local
261 for (size_t n = 0; g_Layers[n].Name; ++n) in OnSetActive() local
282 for (int n = 0; n < lhs.GetSize(); ++n) in ArrayEquals() local
310 for (size_t n = 0; g_CompatModes[n].Name; ++n) in OnApply() local
313 for (size_t n = 0; g_Layers[n].Name; ++n) in OnApply() local
339 for (size_t n = 0; g_CompatModes[n].Display; ++n) in OnInitDialog() local
368 for (size_t n = 0; g_Layers[n].Name; ++n) in DisableControls() local
382 for (size_t n = 0; g_Layers[n].Name; ++n) in UpdateControls() local
/reactos/drivers/network/dd/e1000/
H A Dhardware.c165 UINT n; in E1000ReadEeprom() local
190 UINT n; in E1000ValidateNvmChecksum() local
217 UINT n; in NICRecognizeHardware() local
245 UINT n; in NICInitializeAdapterResources() local
314 UINT n; in NICAllocateIoResources() local
666 UINT n; in NICGetPermanentMacAddress() local
696 UINT n; in NICUpdateMulticastList() local
/reactos/dll/opengl/glu32/src/libtess/
H A Ddict.h52 #define dictKey(n) __gl_dictListKey(n) argument
53 #define dictSucc(n) __gl_dictListSucc(n) argument
54 #define dictPred(n) __gl_dictListPred(n) argument
78 #define __gl_dictListKey(n) ((n)->key) argument
79 #define __gl_dictListSucc(n) ((n)->next) argument
80 #define __gl_dictListPred(n) ((n)->prev) argument
H A Ddict-list.h52 #define dictKey(n) __gl_dictListKey(n) argument
53 #define dictSucc(n) __gl_dictListSucc(n) argument
54 #define dictPred(n) __gl_dictListPred(n) argument
78 #define __gl_dictListKey(n) ((n)->key) argument
79 #define __gl_dictListSucc(n) ((n)->next) argument
80 #define __gl_dictListPred(n) ((n)->prev) argument
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/
H A Dttpost.c191 FT_Int n; in load_format_20() local
206 FT_Int n; in load_format_20() local
228 FT_UShort n; in load_format_20() local
298 FT_UShort n; in load_format_20() local
346 FT_Int n; in load_format_25() local
437 FT_UShort n; in tt_face_free_ps_names() local
/reactos/dll/3rdparty/mbedtls/
H A Dcamellia.c87 #define GET_UINT32_BE(n,b,i) \ argument
97 #define PUT_UINT32_BE(n,b,i) \ argument
138 #define SBOX1(n) FSb[(n)] argument
139 #define SBOX2(n) (unsigned char)((FSb[(n)] >> 7 ^ FSb[(n)] << 1) & 0xff) argument
141 #define SBOX4(n) FSb[((n) << 1 ^ (n) >> 7) &0xff] argument
225 #define SBOX1(n) FSb[(n)] argument
226 #define SBOX2(n) FSb2[(n)] argument
227 #define SBOX3(n) FSb3[(n)] argument
228 #define SBOX4(n) FSb4[(n)] argument
667 size_t n; in mbedtls_camellia_crypt_cfb128() local
[all …]
/reactos/sdk/lib/crt/mbstring/
H A Dmbsncpy.c22 unsigned char* CDECL _mbsncpy(unsigned char* dst, const unsigned char* src, size_t n) in _mbsncpy()
65 int CDECL _mbsnbcpy_s(unsigned char* dst, size_t size, const unsigned char* src, size_t n) in _mbsnbcpy_s()
130 unsigned char* CDECL _mbsnbcpy(unsigned char* dst, const unsigned char* src, size_t n) in _mbsnbcpy()

12345678910>>...40