Home
last modified time | relevance | path

Searched refs:array (Results 1 – 16 of 16) sorted by relevance

/lib/acpi/
A Dacpi_dp.c18 const struct acpi_dp *array);
35 acpi_dp_write_array(ctx, prop->array); in acpi_dp_write_value()
54 const struct acpi_dp *array) in acpi_dp_write_array() argument
67 for (dp = array->next; dp; dp = dp->next) { in acpi_dp_write_array()
86 acpi_dp_free(dp->array); in acpi_dp_free()
289 assert(array); in acpi_dp_add_array()
290 if (array->type != ACPI_DP_TYPE_TABLE) in acpi_dp_add_array()
293 new = acpi_dp_new(dp, ACPI_DP_TYPE_ARRAY, array->name); in acpi_dp_add_array()
295 new->array = array; in acpi_dp_add_array()
301 u64 *array, int len) in acpi_dp_add_integer_array() argument
[all …]
/lib/mbedtls/external/mbedtls/library/
A Dcommon.h73 #define ARRAY_LENGTH_UNSAFE(array) \ argument
74 (sizeof(array) / sizeof(*(array)))
93 #define ARRAY_LENGTH(array) \ argument
94 (STATIC_ASSERT_THEN_RETURN(IS_ARRAY_NOT_POINTER(array), \
95 ARRAY_LENGTH_UNSAFE(array)))
100 #define ARRAY_LENGTH(array) ARRAY_LENGTH_UNSAFE(array) argument
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_alignment.function33 /* Define 64-bit aligned raw byte array */
79 /* Write sentinel to the part of the array we will test writing to */
84 * Write back to the array with mbedtls_put_unaligned_uint16 and validate
85 * that the array is unchanged as a result.
248 /* Define 64-bit aligned raw byte array */
A Dmain_test.function125 * parameter array and do not perform any error detection.
127 * \param param_array The array of parameters. Each element is a `void *`
151 * \param params The array of parameters to pass to the test function.
A Dhost_test.function130 * \param params_len Out params array len
198 * \param cnt Parameter array count.
199 * \param params Out array of found parameters.
370 * \param unmet_dependencies The array of unmet dependencies.
484 * \param argv Argument array.
/lib/
A Dfdtdec.c700 u32 *array, int count) in fdtdec_get_int_array() argument
712 array[i] = fdt32_to_cpu(cell[i]); in fdtdec_get_int_array()
718 const char *prop_name, u32 *array, int count) in fdtdec_get_int_array_count() argument
732 array[i] = fdt32_to_cpu(cell[i]); in fdtdec_get_int_array_count()
883 u8 *array, int count) in fdtdec_get_byte_array() argument
890 memcpy(array, cell, count); in fdtdec_get_byte_array()
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dpsa-storage-resilience.md367 …, we pick the simplest possible layout for the transaction list: a simple array of key identifiers…
395 The transaction list is a simple array of key identifiers.
400 2. Append the key identifier to the array.
406 2. Remove the key identifier from the array. If it wasn't the last element in array, move array ele…
A Dalternative-implementations.md45 …ations can define their context types to any C type except incomplete and array types (although th…
/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Dpsa-storage-format-testing.md43 … a mapping from file identifier (a 64-bit number) to file content (a byte array). These files incl…
/lib/lwip/lwip/src/netif/ppp/
A DPPPD_FOLLOWUP214 2013-02-03 - plugins/passprompt: Fix potential out-of-bounds array reference
/lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md155 Keys are stored internally in a global array of key slots known as the "key store", defined in `lib…
213 As described above, persistent keys can be kicked out of the key slot array provided they are not c…
/lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/
A DREADME.md538 that type to be an array of `uint64_t` instead, and making the obvious
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-interface.md79 * `"headers"` (optional, array of strings). A list of header files. These header files must define …
80 * `"capabilities"` (mandatory, array of [capabilities](#driver-description-capability)).
1215 …half of an opaque driver. This persistent state consists of a single byte array whose size is give…
1332 …ero and it's plausible that the core would want to statically allocate an array of the given size,…
/lib/lwip/lwip/
A DCHANGELOG523 stack-internal caclic timers are avaliable in the lwip_cyclic_timers array
1779 the sockets array.
4193 * etharp.c: Made some array indices unsigned.
4428 * struct eth_addr changed from u16_t[3] array to u8_t[6].
/lib/mbedtls/external/mbedtls/docs/
A D3.0-migration-guide.md264 …s_sha512_finish()`, `mbedtls_sha512()` now has a pointer type rather than array type. This makes n…
/lib/mbedtls/external/mbedtls/
A DChangeLog1505 rather than array type. This removes spurious warnings in some compilers
2107 NULL algorithm parameters entry would look identical to an array of REAL

Completed in 59 milliseconds