Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dpref.c118 SetAnonPass(int UNUSED(t), const char *const val, FILE *const fp) in SetAnonPass()
131 SetAutoAscii(int UNUSED(t), const char *const val, FILE *const fp) in SetAutoAscii()
214 SetLogSize(int UNUSED(t), const char *const val, FILE *const fp) in SetLogSize()
227 SetNoAds(int UNUSED(t), const char *const val, FILE *const fp) in SetNoAds()
253 SetPager(int UNUSED(t), const char *const val, FILE *const fp) in SetPager()
266 SetPassive(int UNUSED(t), const char *const val, FILE *const fp) in SetPassive()
401 SetXtTitle(int UNUSED(t), const char *const val, FILE *const fp) in SetXtTitle()
415 Show1(int t) in Show1()
432 int t; in Set() local
524 int t; in ProcessPrefsFile() local
[all …]
/reactos/dll/3rdparty/libtiff/
H A Dtif_swab.c37 unsigned char t; in TIFFSwabShort() local
48 unsigned char t; in TIFFSwabLong() local
60 unsigned char t; in TIFFSwabLong8() local
74 register unsigned char t; in TIFFSwabArrayOfShort() local
90 unsigned char t; in TIFFSwabArrayOfTriples() local
106 register unsigned char t; in TIFFSwabArrayOfLong() local
123 register unsigned char t; in TIFFSwabArrayOfLong8() local
142 unsigned char t; in TIFFSwabFloat() local
154 register unsigned char t; in TIFFSwabArrayOfFloat() local
171 unsigned char t; in TIFFSwabDouble() local
[all …]
/reactos/sdk/tools/widl/
H A Dheader.h59 static inline int is_ptr(const type_t *t) in is_ptr()
64 static inline int is_array(const type_t *t) in is_array()
69 static inline int is_void(const type_t *t) in is_void()
74 static inline int is_declptr(const type_t *t) in is_declptr()
79 static inline int is_conformant_array(const type_t *t) in is_conformant_array()
102 const type_t *t; in is_context_handle() local
H A Dtypetree.c33 type_t *duptype(type_t *t, int dupname) in duptype()
46 type_t *t = alloc_type(); in make_type() local
134 type_t *t; in type_new_function() local
183 type_t *t = make_type(TYPE_POINTER); in type_new_pointer() local
190 type_t *type_new_alias(type_t *t, const char *name) in type_new_alias()
230 type_t *t = make_type(TYPE_ARRAY); in type_new_array() local
245 type_t *t = make_type(TYPE_BASIC); in type_new_basic() local
277 type_t *t = make_type(TYPE_ENUM); in type_new_enum() local
303 type_t *t; in type_new_struct() local
333 type_t *t = make_type(TYPE_UNION); in type_new_nonencapsulated_union() local
[all …]
H A Dheader.c66 int is_ptrchain_attr(const var_t *var, enum attr_type t) in is_ptrchain_attr()
88 const type_t *t = type; in is_aliaschain_attr() local
99 int is_attr(const attr_list_t *list, enum attr_type t) in is_attr()
107 void *get_attrp(const attr_list_t *list, enum attr_type t) in get_attrp()
282 int needs_space_after(type_t *t) in needs_space_after()
437 void write_type_right(FILE *h, type_t *t, int is_field) in write_type_right()
537 static void write_type_definition(FILE *f, type_t *t) in write_type_definition()
561 void write_type_decl(FILE *f, type_t *t, const char *name) in write_type_decl()
566 void write_type_decl_left(FILE *f, type_t *t) in write_type_decl_left()
803 const type_t *t; in is_const_decl() local
[all …]
/reactos/sdk/include/psdk/
H A Dbasetyps.h42 #define STDAPI_(t) EXTERN_C t STDAPICALLTYPE argument
44 #define STDMETHODIMP_(t) t STDMETHODCALLTYPE argument
46 #define STDAPIV_(t) EXTERN_C t STDAPIVCALLTYPE argument
48 #define STDMETHODIMPV_(t) t STDMETHODVCALLTYPE argument
54 # define STDMETHOD_(t,m) virtual t STDMETHODCALLTYPE m argument
63 # define STDMETHOD_(t,m) t (STDMETHODCALLTYPE *m) argument
/reactos/sdk/lib/rtl/
H A Dtimerqueue.c67 static void queue_remove_timer(struct queue_timer *t) in queue_remove_timer()
86 static void timer_cleanup_callback(struct queue_timer *t) in timer_cleanup_callback()
102 struct queue_timer *t = p; in timer_callback_wrapper() local
114 static void queue_add_timer(struct queue_timer *t, ULONGLONG time, in queue_add_timer()
150 struct queue_timer *t = NULL; in queue_timer_expire() local
195 struct queue_timer *t; in queue_get_timeout() local
258 static void queue_destroy_timer(struct queue_timer *t) in queue_destroy_timer()
334 struct queue_timer *t, *temp; in RtlDeleteTimerQueueEx() local
431 struct queue_timer *t; in RtlCreateTimer() local
507 struct queue_timer *t = Timer; in RtlUpdateTimer() local
[all …]
/reactos/sdk/include/crt/
H A Dcrtdbg.h129 #define _CrtSetReportMode(t,f) ((int)0) argument
203 #define _malloc_dbg(s,t,f,l) malloc(s) argument
208 #define _free_dbg(p,t) free(p) argument
209 #define _msize_dbg(p,t) _msize(p) argument
219 #define _malloca_dbg(s,t,f,l) _malloca(s) argument
220 #define _freea_dbg(p,t) _freea(p) 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
238 #define _CrtSetReportHook2(t,f) ((int)0) argument
[all …]
/reactos/drivers/filesystems/btrfs/
H A Dtreefuncs.c24 tree* t; in load_tree() local
265 void free_tree(tree* t) { in free_tree()
322 static __inline tree_data* first_item(tree* t) { in first_item()
332 static __inline tree_data* prev_item(tree* t, tree_data* td) { in prev_item()
342 static __inline tree_data* next_item(tree* t, tree_data* td) { in next_item()
607 tree* t; variable
710 static __inline tree_data* last_item(tree* t) { in last_item()
721 tree* t; variable
890 tree* t; variable
1012 tree* t; variable
[all …]
/reactos/sdk/include/vcruntime/
H A Dvadefs.h62 #define _SLOTSIZEOF(t) ((sizeof(t) + _VA_ALIGN - 1) & ~(_VA_ALIGN - 1)) argument
65 #define _APALIGN(t,ap) (__alignof(t) > 8 ? _ALIGNOF((uintptr_t) ap) : 0) argument
67 #define _SLOTSIZEOF(t) (sizeof(t)) argument
68 #define _APALIGN(t,ap) (__alignof(t)) argument
87 #define _ISSTRUCT(t) ((sizeof(t) > sizeof(void*)) || (sizeof(t) & (sizeof(t)-1)) != 0) argument
89 #define __crt_va_arg(v,t) (_ISSTRUCT(t) ? \ argument
101 #define __crt_va_arg(ap,t) (*(t*)((ap += _SLOTSIZEOF(t) + _APALIGN(t,ap)) - _SLOTSIZEOF(t))) argument
107 #define __crt_va_arg(ap, t) \ argument
/reactos/dll/opengl/mesa/
H A Dtexobj.c166 struct gl_texture_object *t ) in gl_free_texture_object()
215 void gl_test_texture_object_completeness( struct gl_texture_object *t ) in gl_test_texture_object_completeness()
366 struct gl_texture_object *t; in gl_DeleteTextures() local
527 struct gl_texture_object *t; in gl_PrioritizeTextures() local
560 struct gl_texture_object *t; in gl_AreTexturesResident() local
H A Dtexture.c677 const GLfloat s[], const GLfloat t[], in sample_nearest_1d()
692 const GLfloat s[], const GLfloat t[], in sample_linear_1d()
711 const GLfloat s[], const GLfloat t[], in sample_lambda_1d()
840 GLfloat s, GLfloat t, in sample_2d_nearest()
930 GLfloat s, GLfloat t, in sample_2d_linear()
1148 const GLfloat s[], const GLfloat t[], in sample_nearest_2d()
1163 const GLfloat s[], const GLfloat t[], in sample_linear_2d()
1182 const GLfloat s[], const GLfloat t[], in sample_lambda_2d()
1319 void gl_set_texture_sampler( struct gl_texture_object *t ) in gl_set_texture_sampler()
1575 GLint t = At[i], s = 255 - t; in apply_texture() local
[all …]
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dsiconv.h49 #define use_iconv(t) ((t)->sic_cd2uni != NULL) argument
51 #define sic_c2uni(t, c) ((t)->sic_cs2uni[c]) argument
52 #define sic_uni2c(t, c) ((t)->sic_uni2cs[((c) >> 8) & 0xFF][(c) & 0xFF]) argument
H A Dstdint.h83 #define TYPE_ISSIGNED(t) (((t)-1) < ((t)0)) argument
84 #define TYPE_ISUNSIGNED(t) (!TYPE_ISSIGNED(t)) argument
85 #define TYPE_MSBVAL(t) ((t)(~((t)0) << (sizeof (t)*CHAR_BIT - 1))) argument
86 #define TYPE_MINVAL(t) (TYPE_ISSIGNED(t) \ argument
89 #define TYPE_MAXVAL(t) ((t)(~((t)0) - TYPE_MINVAL(t))) argument
/reactos/base/applications/network/telnet/src/
H A Dtkeydef.cpp61 TKeyDef::TKeyDef(const TKeyDef &t) { in TKeyDef()
93 TKeyDef& TKeyDef::operator=(const TKeyDef &t) { in operator =()
131 int TKeyDef::operator==(TKeyDef & t) { in operator ==()
H A Dtkeymap.cpp40 KeyMap::KeyMap(TKeyDef&tk, string& t):map(0,0,sizeof(TKeyDef)), orig(t){ in KeyMap()
48 KeyMap& KeyMap::operator = (const KeyMap& t){ in operator =()
/reactos/sdk/lib/3rdparty/freetype/src/cid/
H A Dcidparse.h101 #define cid_parser_to_fixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t ) argument
105 #define cid_parser_to_fixed_array( p, m, f, t ) \ argument
107 #define cid_parser_to_token( p, t ) \ argument
109 #define cid_parser_to_token_array( p, t, m, c ) \ argument
/reactos/sdk/lib/crt/string/
H A Dstrset.c29 char *t = szToFill; in _strnset() local
46 char *t = szToFill; in _strset() local
/reactos/base/services/dhcpcsvc/dhcp/
H A Ddispatch.c93 struct timeout *t; in dispatch() local
255 struct timeout *t, *q; in add_timeout() local
318 struct timeout *t, *q; in cancel_timeout() local
363 struct timeout *t, *q, *u; in remove_protocol() local
/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/drivers/network/tcpip/lwip/src/core/
H A Dtimeouts.c73 #define TIME_LESS_THAN(t, compare_to) ( (((u32_t)((t)-(compare_to))) > LWIP_MAX_TIMEOUT) ? 1 : 0 ) argument
186 struct sys_timeo *timeout, *t; in sys_timeout_abs() local
319 struct sys_timeo *prev_t, *t; in sys_untimeout() local
408 struct sys_timeo *t; in sys_restart_timeouts() local
/reactos/sdk/lib/3rdparty/freetype/src/type1/
H A Dt1parse.h92 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t ) argument
96 #define T1_ToFixedArray( p, m, f, t ) \ argument
98 #define T1_ToToken( p, t ) \ argument
100 #define T1_ToTokenArray( p, t, m, c ) \ argument
/reactos/base/shell/cmd/
H A Dlocale.c61 SYSTEMTIME t; in GetDateString() local
73 SYSTEMTIME t; in GetTimeString() local
/reactos/modules/rostests/dxtest/win32kdxtest/
H A Ddump.c99 int t; in dump_halinfo() local
197 int t; in dump_halinfo() local
1166 int t=0; in dump_D3dTextureFormats() local
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dtan.c89 double t; in tan_piby4() local
100 double trec, trec_top, z1, z2, t; in tan_piby4() local
186 double t, rhead, rtail; in tan() local

12345678910>>...15