Home
last modified time | relevance | path

Searched refs:array_length (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/firewire/
H A Dnosy-dump.c223 for (i = 0; i < array_length(protocol_decoders); i++) in handle_transaction()
410 .field_count = array_length(write_quadlet_request_fields)
417 .field_count = array_length(block_request_fields)
423 .field_count = array_length(write_response_fields)
434 .field_count = array_length(read_quadlet_request_fields)
441 .field_count = array_length(read_block_request_fields)
453 .field_count = array_length(block_response_fields)
465 .field_count = array_length(block_request_fields)
471 .field_count = array_length(iso_data_fields)
477 .field_count = array_length(block_response_fields)
[all …]
H A Dnosy-dump.h5 #define array_length(array) (sizeof(array) / sizeof(array[0])) macro
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dredundantosrelease26 array_length=${#read_array[@]}
29 if [ "$array_length" -lt 5 ]; then
/openbmc/qemu/linux-user/
H A Dthunk.c222 int array_length, i, dst_size, src_size; in thunk_convert() local
226 array_length = *type_ptr++; in thunk_convert()
231 for(i = 0;i < array_length; i++) { in thunk_convert()
367 int i, array_length, arg_size; in thunk_print() local
371 array_length = *type_ptr++; in thunk_print()
382 for (i = 0; i < array_length; i++) { in thunk_print()