Searched refs:array_get (Results 1 – 1 of 1) sorted by relevance
/external/strace/ |
D | mpers.awk | 36 function array_get(array_idx, array_member, array_return) function 74 special = array_get(what_idx, "special") 77 switch (array_get(what_idx, "encoding")) { 80 8 * array_get(what_idx, "byte_size")) 84 8 * array_get(what_idx, "byte_size")) 87 printf("%s ", array_get(what_idx, "name")) 90 returned_size = array_get(what_idx, "byte_size") 93 type_idx = array_get(what_idx, "type") 94 returned_size = array_get(what_idx, "byte_size") 99 returned_size = array_get(what_idx, "byte_size") [all …]
|