Lines Matching full:boundary
149 * Returns a random boundary value for Uint8 within the given boundaries.
161 * \param boundary1 Lower boundary limit
162 * \param boundary2 Upper boundary limit
163 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
165 * \returns Random boundary value for the given range and domain or 0 with error set
170 * Returns a random boundary value for Uint16 within the given boundaries.
182 * \param boundary1 Lower boundary limit
183 * \param boundary2 Upper boundary limit
184 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
186 * \returns Random boundary value for the given range and domain or 0 with error set
191 * Returns a random boundary value for Uint32 within the given boundaries.
203 * \param boundary1 Lower boundary limit
204 * \param boundary2 Upper boundary limit
205 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
207 * \returns Random boundary value for the given range and domain or 0 with error set
212 * Returns a random boundary value for Uint64 within the given boundaries.
224 * \param boundary1 Lower boundary limit
225 * \param boundary2 Upper boundary limit
226 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
228 * \returns Random boundary value for the given range and domain or 0 with error set
233 * Returns a random boundary value for Sint8 within the given boundaries.
245 * \param boundary1 Lower boundary limit
246 * \param boundary2 Upper boundary limit
247 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
249 * \returns Random boundary value for the given range and domain or SINT8_MIN with error set
255 * Returns a random boundary value for Sint16 within the given boundaries.
267 * \param boundary1 Lower boundary limit
268 * \param boundary2 Upper boundary limit
269 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
271 * \returns Random boundary value for the given range and domain or SINT16_MIN with error set
276 * Returns a random boundary value for Sint32 within the given boundaries.
288 * \param boundary1 Lower boundary limit
289 * \param boundary2 Upper boundary limit
290 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
292 * \returns Random boundary value for the given range and domain or SINT32_MIN with error set
297 * Returns a random boundary value for Sint64 within the given boundaries.
309 * \param boundary1 Lower boundary limit
310 * \param boundary2 Upper boundary limit
311 * \param validDomain Should the generated boundary be valid (=within the bounds) or not?
313 * \returns Random boundary value for the given range and domain or SINT64_MIN with error set