Searched refs:array_index (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | variables.c | 148 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 D | m-x.c | 41 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 D | nodebug.c | 65 int array_index (char *arr, int i) in array_index() function 68 array_index (arr, i) in array_index()
|
| H A D | nodebug.exp | 168 gdb_test {p/c array_index("abcdef",2)} " = 99 'c'"
|
| /openbsd-src/sys/dev/pci/drm/display/ |
| H A D | drm_dp_mst_topology.c | 201 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 D | ChangeLog | 8828 "p/c array_index("abcdef",2)" when not gcc compiled. 10329 * gdb.base/nodebug.c (array_index): Call malloc.
|