Searched refs:array (Results 1 – 10 of 10) sorted by relevance
195 #define ARRAY_LENGTH_UNSAFE( array ) \ argument196 ( sizeof( array ) / sizeof( *( array ) ) )215 #define ARRAY_LENGTH( array ) \ argument216 ( STATIC_ASSERT_THEN_RETURN( IS_ARRAY_NOT_POINTER( array ), \217 ARRAY_LENGTH_UNSAFE( array ) ) )222 #define ARRAY_LENGTH( array ) ARRAY_LENGTH_UNSAFE( array ) argument
127 * parameter array and do not perform any error detection.129 * \param param_array The array of parameters. Each element is a `void *`153 * \param params The array of parameters to pass to the test function.
156 * \param params_len Out params array len235 * \param cnt Parameter array count.236 * \param params Out array of found parameters.426 * \param unmet_dependencies The array of unmet dependencies.499 * \param argv Argument array.
44 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) argument
88 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) argument
45 …ations can define their context types to any C type except incomplete and array types (although th…
43 …s a mapping from file identifer (a 64-bit number) to file content (a byte array). These files incl…
73 * `"headers"` (optional, array of strings). A list of header files. These header files must define …74 * `"capabilities"` (mandatory, array of [capabilities](#driver-description-capability)).778 …half of an opaque driver. This persistent state consists of a single byte array whose size is give…895 …ero and it's plausible that the core would want to statically allocate an array of the given size,…
243 …s_sha512_finish()`, `mbedtls_sha512()` now has a pointer type rather than array type. This makes n…
55 rather than array type. This removes spurious warnings in some compilers656 NULL algorithm parameters entry would look identical to an array of REAL
Completed in 31 milliseconds