Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/reactos/drivers/filesystems/cdfs/
H A Dfieldoff.c14 CD_MCB d; local
21 CD_MCB_ENTRY d; local
30 CD_NAME d; local
36 NAME_LINK d; local
42 PREFIX_ENTRY d; local
51 CD_DATA d; local
78 VCB d; local
129 FCB_DATA d; local
155 FCB d; local
181 CCB d; local
[all …]
/reactos/dll/win32/ole32/
H A Ddictionary.c45 struct dictionary *dictionary_create(comparefunc c, destroyfunc d, void *extra) in dictionary_create()
65 void dictionary_destroy(struct dictionary *d) in dictionary_destroy()
85 UINT dictionary_num_entries(struct dictionary *d) in dictionary_num_entries()
95 static struct dictionary_entry **dictionary_find_internal(struct dictionary *d, in dictionary_find_internal()
113 void dictionary_insert(struct dictionary *d, const void *k, const void *v) in dictionary_insert()
142 BOOL dictionary_find(struct dictionary *d, const void *k, void **value) in dictionary_find()
161 void dictionary_remove(struct dictionary *d, const void *k) in dictionary_remove()
179 void dictionary_enumerate(struct dictionary *d, enumeratefunc e, void *closure) in dictionary_enumerate()
/reactos/sdk/include/psdk/
H A Dmapival.h45 #define BAD_STANDARD_OBJ(a,b,c,d) FALSE argument
50 #define FBadGetLastError(a,b,c,d) FALSE argument
52 #define FBadGetProps(a,b,c,d) FALSE argument
54 #define FBadOpenProperty(a,b,c,d,e,f) FALSE argument
55 #define FBadSetProps(a,b,c,d) FALSE argument
57 #define FBadCopyTo(a,b,c,d,e,f,g,h,i,j) FALSE argument
58 #define FBadCopyProps(a,b,c,d,e,f,g,h) FALSE argument
59 #define FBadGetNamesFromIDs(a,b,c,d,e,f) FALSE argument
60 #define FBadGetIDsFromNames(a,b,c,d,e) FALSE argument
68 #define ValidateParameters3(a,b,c,d) do { } while(0) argument
[all …]
H A Ddplay.h494 #define IDirectPlay_CreatePlayer(p,a,b,c,d) (p)->CreatePlayer(a,b,c,d) argument
501 #define IDirectPlay_EnumGroups(p,a,b,c,d) (p)->EnumGroups(a,b,c,d) argument
502 #define IDirectPlay_EnumPlayers(p,a,b,c,d) (p)->EnumPlayers(a,b,c,d) argument
510 #define IDirectPlay_Receive(p,a,b,c,d,e) (p)->Receive(a,b,c,d,e) argument
512 #define IDirectPlay_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e) argument
609 #define IDirectPlay2_EnumGroups(p,a,b,c,d) (p)->EnumGroups(a,b,c,d) argument
623 #define IDirectPlay2_Receive(p,a,b,c,d,e) (p)->Receive(a,b,c,d,e) argument
624 #define IDirectPlay2_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e) argument
771 #define IDirectPlay3_Receive(p,a,b,c,d,e) (p)->Receive(a,b,c,d,e) argument
772 #define IDirectPlay3_Send(p,a,b,c,d,e) (p)->Send(a,b,c,d,e) argument
[all …]
H A Dstralign.h169 #define WSTR_ALIGNED_STACK_COPY(d,s) (*(d) = (PCWSTR)(s)) argument
171 #define WSTR_ALIGNED_STACK_COPY(d,s) { PCUWSTR __ua_src; ULONG __ua_size; PWSTR __ua_dst; __ua_src … argument
174 #define ASTR_ALIGNED_STACK_COPY(d,s) (*(d) = (PCSTR)(s)) argument
184 #define TSTR_ALIGNED_STACK_COPY(d,s) WSTR_ALIGNED_STACK_COPY(d,s) argument
192 #define TSTR_ALIGNED_STACK_COPY(d,s) ASTR_ALIGNED_STACK_COPY(d,s) argument
/reactos/sdk/include/reactos/libs/libmpg123/
H A Ddebug.h64 #define debug4(s, a, b, c, d) argument
65 #define debug5(s, a, b, c, d, e) argument
66 #define debug6(s, a, b, c, d, e, f) argument
67 #define debug7(s, a, b, c, d, e, f, g) argument
105 #define warning4(s, a, b, c, d) argument
106 #define warning5(s, a, b, c, d, e) argument
107 #define warning6(s, a, b, c, d, e, f) argument
146 #define error4(s, a, b, c, d) argument
147 #define error5(s, a, b, c, d, e) argument
148 #define error6(s, a, b, c, d, e, f) argument
[all …]
/reactos/dll/3rdparty/libtirpc/src/
H A Dgetrpcent.c82 struct rpcdata *d = rpcdata; in _rpcdata() local
101 struct rpcdata *d = _rpcdata(); local
166 struct rpcdata *d = _rpcdata(); local
190 struct rpcdata *d = _rpcdata(); in endrpcent() local
213 struct rpcdata *d = _rpcdata(); in getrpcent() local
266 struct rpcdata *d = _rpcdata(); local
/reactos/drivers/bus/acpi/acpica/include/
H A Dacmacros.h93 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument
97 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
103 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument
110 #define ACPI_MOVE_32_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
141 #define ACPI_MOVE_16_TO_16(d, s) *(UINT16 *)(void *)(d) = *(UINT16 *)(void *)(s) argument
142 #define ACPI_MOVE_16_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT16 *)(void *)(s) argument
143 #define ACPI_MOVE_16_TO_64(d, s) *(UINT64 *)(void *)(d) = *(UINT16 *)(void *)(s) argument
439 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument
446 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument
517 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d); argument
[all …]
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dresolve_name.cpp10 double d( 1.0 ); in f() local
24 double d( 1.0 ); in g() local
42 double d( 1.0 ); in h() local
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dnlsdefs.h73 #define dgettext(d, s) s argument
75 #define dcgettext(d, s, c) s argument
80 #define bindtextdomain(d, dir) ((char *)0) argument
82 #define bind_textdomain_codeset(d, c) ((char *)0) argument
/reactos/modules/rostests/apitests/compiler/
H A Dfloatconv.c60 long cast_double_to_long(double d) in cast_double_to_long()
66 unsigned long cast_double_to_ulong(double d) in cast_double_to_ulong()
84 long long cast_double_to_longlong(double d) in cast_double_to_longlong()
90 unsigned long long cast_double_to_ulonglong(double d) in cast_double_to_ulonglong()
/reactos/dll/win32/rsaenh/
H A Dsha2.c290 #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
322 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
380 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
508 sha2_word32 *d = (sha2_word32*)digest; in SHA256_Final() local
617 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
628 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
637 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
871 sha2_word64 *d = (sha2_word64*)digest; in SHA512_Final() local
[all …]
/reactos/dll/win32/oleaut32/
H A Dvariant.h91 #define DEC_SIGN(d) ((d)->u.s.sign) argument
92 #define DEC_SCALE(d) ((d)->u.s.scale) argument
93 #define DEC_SIGNSCALE(d) ((d)->u.signscale) argument
94 #define DEC_HI32(d) ((d)->Hi32) argument
95 #define DEC_MID32(d) ((d)->u1.s1.Mid32) argument
96 #define DEC_LO32(d) ((d)->u1.s1.Lo32) argument
97 #define DEC_LO64(d) ((d)->u1.Lo64) argument
/reactos/win32ss/user/user32/windows/
H A Dtext.c202 CharToOemA(LPCSTR s, LPSTR d) in CharToOemA()
213 CharToOemBuffA(LPCSTR s, LPSTR d, DWORD len) in CharToOemBuffA()
233 CharToOemBuffW(LPCWSTR s, LPSTR d, DWORD len) in CharToOemBuffW()
246 CharToOemW(LPCWSTR s, LPSTR d) in CharToOemW()
422 OemToCharA(LPCSTR s, LPSTR d) in OemToCharA()
431 BOOL WINAPI OemToCharBuffA(LPCSTR s, LPSTR d, DWORD len) in OemToCharBuffA()
451 OemToCharBuffW(LPCSTR s, LPWSTR d, DWORD len) in OemToCharBuffW()
461 BOOL WINAPI OemToCharW(LPCSTR s, LPWSTR d) in OemToCharW()
/reactos/sdk/lib/rossym_new/
H A Ddwarfopen.c11 Dwarf *d; in dwarfopen() local
52 dwarfclose(Dwarf *d) in dwarfclose()
H A Ddwarfinfo.c116 dwarflookupnameinunit(Dwarf *d, ulong unit, char *name, DwarfSym *s) in dwarflookupnameinunit()
131 dwarflookupsubname(Dwarf *d, DwarfSym *parent, char *name, DwarfSym *s) in dwarflookupsubname()
159 dwarflookuptag(Dwarf *d, ulong unit, ulong tag, DwarfSym *s) in dwarflookuptag()
178 dwarfseeksym(Dwarf *d, ulong unit, ulong off, DwarfSym *s) in dwarfseeksym()
194 dwarflookupfn(Dwarf *d, ulong unit, ulong pc, DwarfSym *s) in dwarflookupfn()
210 dwarfenumunit(Dwarf *d, ulong unit, DwarfSym *s) in dwarfenumunit()
251 dwarfnextsym(Dwarf *d, DwarfSym *s) in dwarfnextsym()
292 dwarfnextsymat(Dwarf *d, DwarfSym *parent, DwarfSym *child) in dwarfnextsymat()
548 getstring(Dwarf *d, DwarfBuf *b, int form, char **s) in getstring()
609 skipform(Dwarf *d, DwarfBuf *b, int form) in skipform()
[all …]
/reactos/sdk/lib/crt/float/
H A Dfpclass.c22 double_s* d; in _fpclass() member
23 } d; in _fpclass() local
/reactos/sdk/lib/rossym/
H A Ddwarfopen.c18 Dwarf *d; in dwarfopen() local
57 dwarfclose(Dwarf *d) in dwarfclose()
/reactos/modules/rosapps/applications/fraginator/
H A DUnfrag.cpp212 for (size_t d = 0; d < Drives.size (); d++) in wmain() local
218 for (size_t d = 0; d < Drives.size () - 1; d++) in wmain() local
239 for (size_t d = 0; d < Drives.size (); d++) in wmain() local
246 for (size_t d = 0; d < Drives.size (); d++) in wmain() local
/reactos/dll/opengl/glu32/src/libtess/
H A Ddict.h55 #define dictMin(d) __gl_dictListMin(d) argument
56 #define dictMax(d) __gl_dictListMax(d) argument
81 #define __gl_dictListMin(d) ((d)->head.next) argument
82 #define __gl_dictListMax(d) ((d)->head.prev) argument
83 #define __gl_dictListInsert(d,k) (dictInsertBefore((d),&(d)->head,(k))) argument
H A Ddict-list.h55 #define dictMin(d) __gl_dictListMin(d) argument
56 #define dictMax(d) __gl_dictListMax(d) argument
81 #define __gl_dictListMin(d) ((d)->head.next) argument
82 #define __gl_dictListMax(d) ((d)->head.prev) argument
83 #define __gl_dictListInsert(d,k) (dictInsertBefore((d),&(d)->head,(k))) argument
/reactos/sdk/lib/crt/math/
H A Ds_modf.c111 #define EXTRACT_WORDS(ix0,ix1,d) \ argument
121 #define GET_HIGH_WORD(i,d) \ argument
130 #define GET_LOW_WORD(i,d) \ argument
139 #define INSERT_WORDS(d,ix0,ix1) \ argument
/reactos/modules/rosapps/applications/net/ncftp/Strn/
H A DStrn.h47 #define STRNCPY(d,s) Strncpy((d), (s), (size_t) sizeof(d)) argument
48 #define STRNCAT(d,s) Strncat((d), (s), (size_t) sizeof(d)) argument
/reactos/dll/opengl/mesa/
H A Dfog.c138 GLfloat d; in gl_fog_color_vertices() local
197 GLfloat d = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in gl_fog_index_vertices() local
211 GLfloat d = -ctx->Fog.Density; in gl_fog_index_vertices() local
224 GLfloat d = -(ctx->Fog.Density*ctx->Fog.Density); in gl_fog_index_vertices() local
257 GLfloat d = ctx->ProjectionMatrix[14]; in gl_fog_color_pixels() local
337 GLfloat d = ctx->ProjectionMatrix[14]; in gl_fog_index_pixels() local
/reactos/sdk/lib/crt/math/ieee754/
H A Dieee754.h16 #define EXTRACT_WORDS(ix0,ix1,d) \ argument
26 #define GET_HIGH_WORD(i,d) \ argument
33 #define GET_LOW_WORD(i,d) \ argument

12345678910>>...19