Searched refs:ptr_idx (Results 1 – 4 of 4) sorted by relevance
93 let mut ptr_idx = None; in best_index() localVariable102 ptr_idx = Some(i); in best_index()105 if let Some(ptr_idx) = ptr_idx { in best_index()107 let mut constraint_usage = info.constraint_usage(ptr_idx); in best_index()
445 WORD16 *ptr_idx = ptr_sfb_idx[j]; in ixheaacd_aac_decoder_init() local447 *ptr_idx++ = width_idx; in ixheaacd_aac_decoder_init()450 *ptr_idx++ = width_idx; in ixheaacd_aac_decoder_init()
2616 Use ``__attribute__((pointer_with_type_tag(ptr_kind, ptr_idx, type_tag_idx)))``2623 * ``ptr_idx`` provides the position of a function argument; this function2630 type of the pointer argument specified by ``ptr_idx``. In the code example2633 by ``ptr_idx``.2688 ``arg_idx`` or ``ptr_idx`` is compared against the type associated with the type2692 attribute, the pointee type of the function argument specified by ``ptr_idx`` is2732 ``arg_idx`` (for the ``argument_with_type_tag`` attribute) or ``ptr_idx`` (for
1370 Use ``__attribute__((pointer_with_type_tag(ptr_kind, ptr_idx, type_tag_idx)))``