• Home
  • Raw
  • Download

Lines Matching full:as

93 		/// Return pointer to allocated memory as a void *..
94 /// \retval void * valid for as many bytes as were allocated.
101 /// Return pointer to allocated memory as a const void *.
102 /// \retval const void * valid for as many bytes as were allocated.
109 /// Return pointer to allocated memory as a char *.
110 /// \retval char * valid for as many bytes as were allocated.
117 /// Return pointer to allocated memory as a const char *.
118 /// \retval const char * valid for as many bytes as were allocated.
125 /// Return pointer to allocated memory as a uint8 *.
126 /// \retval uint8 * valid for as many bytes as were allocated.
133 /// Return pointer to allocated memory as a const uint8 *.
134 /// \retval const uint8 * valid for as many bytes as were allocated.
141 /// Return pointer to allocated memory as a uint16 *.
142 /// \retval uint16 * valid for as many bytes as were allocated.
149 /// Return pointer to allocated memory as a const uint16 *.
150 /// \retval const uint16 * valid for as many bytes as were allocated.
157 /// Return pointer to allocated memory as a int16 *.
158 /// \retval int16 * valid for as many bytes as were allocated.
165 /// Return pointer to allocated memory as a const int16 *.
166 /// \retval const int16 * valid for as many bytes as were allocated.
173 /// Return pointer to allocated memory as a uint32 *.
174 /// \retval uint32 * valid for as many bytes as were allocated.
181 /// Return pointer to allocated memory as a uint32 *.
182 /// \retval uint32 * valid for as many bytes as were allocated.
189 /// Return pointer to allocated memory as a const int32 *.
190 /// \retval const int32 * valid for as many bytes as were allocated.
197 /// Return pointer to allocated memory as a const int32 *.
198 /// \retval const int32 * valid for as many bytes as were allocated.
205 /// Return pointer to allocated memory as a uint64 *.
206 /// \retval uint64 * valid for as many bytes as were allocated.
213 /// Return pointer to allocated memory as a uint64 *.
214 /// \retval uint64 * valid for as many bytes as were allocated.
221 /// Return pointer to allocated memory as a const int64 *.
222 /// \retval const int64 * valid for as many bytes as were allocated.
229 /// Return pointer to allocated memory as a const int64 *.
230 /// \retval const int64 * valid for as many bytes as were allocated.
237 /// Return pointer to allocated memory as a real32 *.
238 /// \retval real32 * valid for as many bytes as were allocated.
245 /// Return pointer to allocated memory as a const real32 *.
246 /// \retval const real32 * valid for as many bytes as were allocated.
253 /// Return pointer to allocated memory as a real64 *.
254 /// \retval real64 * valid for as many bytes as were allocated.
261 /// Return pointer to allocated memory as a const real64 *.
262 /// \retval const real64 * valid for as many bytes as were allocated.
355 /// Return pointer to allocated memory as a void *..
356 /// \retval void * valid for as many bytes as were allocated.
363 /// Return pointer to allocated memory as a const void *.
364 /// \retval const void * valid for as many bytes as were allocated.
371 /// Return pointer to allocated memory as a char *.
372 /// \retval char * valid for as many bytes as were allocated.
379 /// Return pointer to allocated memory as a const char *.
380 /// \retval const char * valid for as many bytes as were allocated.
387 /// Return pointer to allocated memory as a uint8 *.
388 /// \retval uint8 * valid for as many bytes as were allocated.
395 /// Return pointer to allocated memory as a const uint8 *.
396 /// \retval const uint8 * valid for as many bytes as were allocated.
403 /// Return pointer to allocated memory as a uint16 *.
404 /// \retval uint16 * valid for as many bytes as were allocated.
411 /// Return pointer to allocated memory as a const uint16 *.
412 /// \retval const uint16 * valid for as many bytes as were allocated.
419 /// Return pointer to allocated memory as a int16 *.
420 /// \retval int16 * valid for as many bytes as were allocated.
427 /// Return pointer to allocated memory as a const int16 *.
428 /// \retval const int16 * valid for as many bytes as were allocated.
435 /// Return pointer to allocated memory as a uint32 *.
436 /// \retval uint32 * valid for as many bytes as were allocated.
443 /// Return pointer to allocated memory as a const uint32 *.
444 /// \retval const uint32 * valid for as many bytes as were allocated.
451 /// Return pointer to allocated memory as a int32 *.
452 /// \retval int32 * valid for as many bytes as were allocated.
459 /// Return pointer to allocated memory as a const int32 *.
460 /// \retval const int32 * valid for as many bytes as were allocated.
467 /// Return pointer to allocated memory as a real32 *.
468 /// \retval real32 * valid for as many bytes as were allocated.
475 /// Return pointer to allocated memory as a const real32 *.
476 /// \retval const real32 * valid for as many bytes as were allocated.
483 /// Return pointer to allocated memory as a real64 *.
484 /// \retval real64 * valid for as many bytes as were allocated.
491 /// Return pointer to allocated memory as a const real64 *.
492 /// \retval const real64 * valid for as many bytes as were allocated.