Searched refs:array (Results 1 – 10 of 10) sorted by relevance
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | lpc_types.h | 137 #define NELEMENTS(array) (sizeof(array) / sizeof(array[0])) argument
|
| /external/platform/nrfx/drivers/ |
| A D | nrfx_common.h | 153 #define NRFX_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
| /external/platform/nrfx/hal/ |
| A D | nrf_pwm.h | 62 #define NRF_PWM_VALUES_LENGTH(array) (sizeof(array) / sizeof(uint16_t)) argument
|
| /external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/ |
| A D | readme.dox | 37 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
|
| /external/platform/lpc15xx/lpcopen/periph_spi_polling/example/ |
| A D | readme.dox | 37 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/ |
| A D | readme.dox | 38 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/ |
| A D | readme.dox | 38 * This example transmits an array of uint16_t values (0x1111, 0x2222, 0x3333, 0x4444) as SPI master
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/ |
| A D | readme.dox | 38 …* This example configures SPI as a slave to read an array of 4 words of 16 bits using interrupt mo…
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/ |
| A D | readme.dox | 38 * This example configures SPI as a slave to read an array of 4 words of 16 bits using polling mode.
|
| /external/lib/heap/dlmalloc/ |
| A D | dlmalloc.c | 5150 static size_t internal_bulk_free(mstate m, void* array[], size_t nelem) { in internal_bulk_free() argument 5154 void** fence = &(array[nelem]); in internal_bulk_free() 5155 for (a = array; a != fence; ++a) { in internal_bulk_free() 5369 size_t dlbulk_free(void* array[], size_t nelem) { in dlbulk_free() argument 5370 return internal_bulk_free(gm, array, nelem); in dlbulk_free() 5897 size_t mspace_bulk_free(mspace msp, void* array[], size_t nelem) { in mspace_bulk_free() argument 5898 return internal_bulk_free((mstate)msp, array, nelem); in mspace_bulk_free()
|
Completed in 22 milliseconds