Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dvariables.c150 int array_index = 0; variable
163 (entry, array_index, array, array_slots, 10, REFERENCE *);
256 int array_index = 0, array_slots = 0; in make_variable_completions_array() local
268 (entry, array_index, array, array_slots, 200, REFERENCE *); in make_variable_completions_array()
H A Dm-x.c43 int array_index = 0, array_slots = 0; in read_function_name() local
57 (entry, array_index, array, array_slots, 200, REFERENCE *); in read_function_name()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dplatform_ilp32_int.c37 array_index(void) in array_index() function
H A Dplatform_ilp32_long.c46 array_index(void) in array_index() function
H A Dplatform_lp64.c54 array_index(void) in array_index() function
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dnodebug.c44 int array_index (char *arr, int i) in array_index() function
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dnodebug.c44 int array_index (char *arr, int i) in array_index() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c204 u8 array_index = 0; in drm_dp_msg_header_crc4() local
211 remainder |= (data[array_index] & bitmask) >> bitshift; in drm_dp_msg_header_crc4()
217 array_index++; in drm_dp_msg_header_crc4()
238 u8 array_index = 0; in drm_dp_msg_data_crc4() local
245 remainder |= (data[array_index] & bitmask) >> bitshift; in drm_dp_msg_data_crc4()
251 array_index++; in drm_dp_msg_data_crc4()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtilegx-opc.c6419 #define CHILD(array_index) (TILEGX_OPC_NONE + (array_index)) argument
H A Dtilepro-opc.c7579 #define CHILD(array_index) (TILEPRO_OPC_NONE + (array_index)) argument
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dtilegx-opc.c6419 #define CHILD(array_index) (TILEGX_OPC_NONE + (array_index)) argument
H A Dtilepro-opc.c7579 #define CHILD(array_index) (TILEPRO_OPC_NONE + (array_index)) argument
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX-encoder.c8374 #define CHILD(array_index) (TILEGX_OPC_NONE + (array_index)) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201921071 * ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
21072 (ipa_fn_summary::~ipa_fn_summary): Do not destroy array_index.
21073 (ipa_fn_summary_t::duplicate): Do not duplicate array_index.
21083 * ipa-fnsummary.h (ipa_hints_vals): Remove array_index.
21084 (ipa_fnsummary): Remove array_index.
21086 array_index.
H A DChangeLog-20124301 * ipa-inline.h (inline_hints_vals): Add array_index and comments.
4303 * ipa-inline-analysis.c (dump_inline_hints): Dump array_index hint.
4304 (reset_inline_summary): Handle array_index hint.
4309 (estimate_node_size_and_time): Use array_index hint.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git154022 FAIL: gdb.base/nodebug.exp: p/c (int) array_index("abcdef",2)