Home
last modified time | relevance | path

Searched refs:temparray (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dmpers.awk176 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/
Dlistobject.c1396 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()
Dlistsort.txt204 temparray member of the MergeState struct (note that the same would be