Lines Matching defs:size

17 #define __elem_readableTo(size)  argument
18 #define __byte_readableTo(size) argument
19 #define __writableTo(size) argument
20 #define __elem_writableTo(size) argument
21 #define __byte_writableTo(size) argument
41 #define __ecount(size) argument
42 #define __bcount(size) argument
44 #define __in_ecount(size) argument
45 #define __in_bcount(size) argument
47 #define __in_ecount_z(size) argument
48 #define __in_bcount_z(size) argument
50 #define __in_ecount_nz(size) argument
51 #define __in_bcount_nz(size) argument
53 #define __out_ecount(size) argument
54 #define __out_bcount(size) argument
55 #define __out_ecount_part(size,length) argument
56 #define __out_bcount_part(size,length) argument
57 #define __out_ecount_full(size) argument
58 #define __out_bcount_full(size) argument
61 #define __out_ecount_z(size) argument
62 #define __out_bcount_z(size) argument
63 #define __out_ecount_part_z(size,length) argument
64 #define __out_bcount_part_z(size,length) argument
65 #define __out_ecount_full_z(size) argument
66 #define __out_bcount_full_z(size) argument
69 #define __out_ecount_nz(size) argument
70 #define __out_bcount_nz(size) argument
72 #define __inout_ecount(size) argument
73 #define __inout_bcount(size) argument
74 #define __inout_ecount_part(size,length) argument
75 #define __inout_bcount_part(size,length) argument
76 #define __inout_ecount_full(size) argument
77 #define __inout_bcount_full(size) argument
79 #define __inout_ecount_z(size) argument
80 #define __inout_bcount_z(size) argument
82 #define __inout_ecount_nz(size) argument
83 #define __inout_bcount_nz(size) argument
84 #define __ecount_opt(size) argument
85 #define __bcount_opt(size) argument
87 #define __in_ecount_opt(size) argument
88 #define __in_bcount_opt(size) argument
90 #define __in_ecount_z_opt(size) argument
91 #define __in_bcount_z_opt(size) argument
93 #define __in_ecount_nz_opt(size) argument
94 #define __in_bcount_nz_opt(size) argument
96 #define __out_ecount_opt(size) argument
97 #define __out_bcount_opt(size) argument
98 #define __out_ecount_part_opt(size,length) argument
99 #define __out_bcount_part_opt(size,length) argument
100 #define __out_ecount_full_opt(size) argument
101 #define __out_bcount_full_opt(size) argument
102 #define __out_ecount_z_opt(size) argument
103 #define __out_bcount_z_opt(size) argument
104 #define __out_ecount_part_z_opt(size,length) argument
105 #define __out_bcount_part_z_opt(size,length) argument
106 #define __out_ecount_full_z_opt(size) argument
107 #define __out_bcount_full_z_opt(size) argument
108 #define __out_ecount_nz_opt(size) argument
109 #define __out_bcount_nz_opt(size) argument
111 #define __inout_ecount_opt(size) argument
112 #define __inout_bcount_opt(size) argument
113 #define __inout_ecount_part_opt(size,length) argument
114 #define __inout_bcount_part_opt(size,length) argument
115 #define __inout_ecount_full_opt(size) argument
116 #define __inout_bcount_full_opt(size) argument
118 #define __inout_ecount_z_opt(size) argument
119 #define __inout_ecount_z_opt(size) argument
120 #define __inout_bcount_z_opt(size) argument
122 #define __inout_ecount_nz_opt(size) argument
123 #define __inout_bcount_nz_opt(size) argument
124 #define __deref_ecount(size) argument
125 #define __deref_bcount(size) argument
127 #define __deref_out_ecount(size) argument
128 #define __deref_out_bcount(size) argument
129 #define __deref_out_ecount_part(size,length) argument
130 #define __deref_out_bcount_part(size,length) argument
131 #define __deref_out_ecount_full(size) argument
132 #define __deref_out_bcount_full(size) argument
134 #define __deref_out_ecount_z(size) argument
135 #define __deref_out_bcount_z(size) argument
137 #define __deref_out_ecount_nz(size) argument
138 #define __deref_out_bcount_nz(size) argument
141 #define __deref_inout_ecount(size) argument
142 #define __deref_inout_bcount(size) argument
143 #define __deref_inout_ecount_part(size,length) argument
144 #define __deref_inout_bcount_part(size,length) argument
145 #define __deref_inout_ecount_full(size) argument
146 #define __deref_inout_bcount_full(size) argument
148 #define __deref_inout_ecount_z(size) argument
149 #define __deref_inout_bcount_z(size) argument
151 #define __deref_inout_ecount_nz(size) argument
152 #define __deref_inout_bcount_nz(size) argument
153 #define __deref_ecount_opt(size) argument
154 #define __deref_bcount_opt(size) argument
156 #define __deref_out_ecount_opt(size) argument
157 #define __deref_out_bcount_opt(size) argument
158 #define __deref_out_ecount_part_opt(size,length) argument
159 #define __deref_out_bcount_part_opt(size,length) argument
160 #define __deref_out_ecount_full_opt(size) argument
161 #define __deref_out_bcount_full_opt(size) argument
163 #define __deref_out_ecount_z_opt(size) argument
164 #define __deref_out_bcount_z_opt(size) argument
166 #define __deref_out_ecount_nz_opt(size) argument
167 #define __deref_out_bcount_nz_opt(size) argument
169 #define __deref_inout_ecount_opt(size) argument
170 #define __deref_inout_bcount_opt(size) argument
171 #define __deref_inout_ecount_part_opt(size,length) argument
172 #define __deref_inout_bcount_part_opt(size,length) argument
173 #define __deref_inout_ecount_full_opt(size) argument
174 #define __deref_inout_bcount_full_opt(size) argument
176 #define __deref_inout_ecount_z_opt(size) argument
177 #define __deref_inout_bcount_z_opt(size) argument
179 #define __deref_inout_ecount_nz_opt(size) argument
180 #define __deref_inout_bcount_nz_opt(size) argument
181 #define __deref_opt_ecount(size) argument
182 #define __deref_opt_bcount(size) argument
185 #define __deref_opt_out_ecount(size) argument
186 #define __deref_opt_out_bcount(size) argument
187 #define __deref_opt_out_ecount_part(size,length) argument
188 #define __deref_opt_out_bcount_part(size,length) argument
189 #define __deref_opt_out_ecount_full(size) argument
190 #define __deref_opt_out_bcount_full(size) argument
192 #define __deref_opt_inout_ecount(size) argument
193 #define __deref_opt_inout_bcount(size) argument
194 #define __deref_opt_inout_ecount_part(size,length) argument
195 #define __deref_opt_inout_bcount_part(size,length) argument
196 #define __deref_opt_inout_ecount_full(size) argument
197 #define __deref_opt_inout_bcount_full(size) argument
199 #define __deref_opt_inout_ecount_z(size) argument
200 #define __deref_opt_inout_bcount_z(size) argument
202 #define __deref_opt_inout_ecount_nz(size) argument
203 #define __deref_opt_inout_bcount_nz(size) argument
204 #define __deref_opt_ecount_opt(size) argument
205 #define __deref_opt_bcount_opt(size) argument
207 #define __deref_opt_out_ecount_opt(size) argument
208 #define __deref_opt_out_bcount_opt(size) argument
209 #define __deref_opt_out_ecount_part_opt(size,length) argument
210 #define __deref_opt_out_bcount_part_opt(size,length) argument
211 #define __deref_opt_out_ecount_full_opt(size) argument
212 #define __deref_opt_out_bcount_full_opt(size) argument
214 #define __deref_opt_out_ecount_z_opt(size) argument
215 #define __deref_opt_out_bcount_z_opt(size) argument
217 #define __deref_opt_out_ecount_nz_opt(size) argument
218 #define __deref_opt_out_bcount_nz_opt(size) argument
220 #define __deref_opt_inout_ecount_opt(size) argument
221 #define __deref_opt_inout_bcount_opt(size) argument
222 #define __deref_opt_inout_ecount_part_opt(size,length) argument
223 #define __deref_opt_inout_bcount_part_opt(size,length) argument
224 #define __deref_opt_inout_ecount_full_opt(size) argument
225 #define __deref_opt_inout_bcount_full_opt(size) argument
227 #define __deref_opt_inout_ecount_z_opt(size) argument
228 #define __deref_opt_inout_bcount_z_opt(size) argument
230 #define __deref_opt_inout_ecount_nz_opt(size) argument
231 #define __deref_opt_inout_bcount_nz_opt(size) argument