Searched refs:temparray (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | mpers.awk | 176 match(ARCH_FLAG, /[[:digit:]]+/, temparray) 177 default_pointer_size = temparray[0] / 8 188 if (!match($0, /\(DW_OP_plus_uconst:[[:space:]]+([[:digit:]]+)\)/, temparray)) 189 match($0, /([[:digit:]]+)/, temparray) 190 array[idx]["location"] = temparray[1] 194 temparray) 195 array[idx]["name"] = temparray[1] 198 match($0, /[[:digit:]]+/, temparray) 199 array[idx]["byte_size"] = temparray[0] 202 match($0, /[[:digit:]]+/, temparray) [all …]
|
/external/python/cpython2/Objects/ |
D | listobject.c | 1396 PyObject *temparray[MERGESTATE_TEMP_SIZE]; member 1405 ms->a = ms->temparray; in merge_init() 1419 if (ms->a != ms->temparray) in merge_freemem() 1421 ms->a = ms->temparray; in merge_freemem()
|
D | listsort.txt | 204 temparray member of the MergeState struct (note that the same would be
|