Home
last modified time | relevance | path

Searched refs:array_index (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dvariables.c148 int array_index = 0; variable
161 (entry, array_index, array, array_slots, 10, REFERENCE *);
254 int array_index = 0, array_slots = 0; in make_variable_completions_array() local
266 (entry, array_index, array, array_slots, 200, REFERENCE *); in make_variable_completions_array()
H A Dm-x.c41 int array_index = 0, array_slots = 0; in read_function_name() local
55 (entry, array_index, array, array_slots, 200, REFERENCE *); in read_function_name()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dnodebug.c65 int array_index (char *arr, int i) in array_index() function
68 array_index (arr, i) in array_index()
H A Dnodebug.exp168 gdb_test {p/c array_index("abcdef",2)} " = 99 'c'"
/openbsd-src/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c201 u8 array_index = 0; in drm_dp_msg_header_crc4() local
208 remainder |= (data[array_index] & bitmask) >> bitshift; in drm_dp_msg_header_crc4()
214 array_index++; in drm_dp_msg_header_crc4()
235 u8 array_index = 0; in drm_dp_msg_data_crc4() local
242 remainder |= (data[array_index] & bitmask) >> bitshift; in drm_dp_msg_data_crc4()
248 array_index++; in drm_dp_msg_data_crc4()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog8828 "p/c array_index("abcdef",2)" when not gcc compiled.
10329 * gdb.base/nodebug.c (array_index): Call malloc.