Home
last modified time | relevance | path

Searched refs:ptr_idx (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rusqlite/src/vtab/
Darray.rs93 let mut ptr_idx = None; in best_index() localVariable
102 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()
/external/libxaac/decoder/
Dixheaacd_initfuncs.c445 WORD16 *ptr_idx = ptr_sfb_idx[j]; in ixheaacd_aac_decoder_init() local
447 *ptr_idx++ = width_idx; in ixheaacd_aac_decoder_init()
450 *ptr_idx++ = width_idx; in ixheaacd_aac_decoder_init()
/external/llvm-project/clang/include/clang/Basic/
DAttrDocs.td2616 Use ``__attribute__((pointer_with_type_tag(ptr_kind, ptr_idx, type_tag_idx)))``
2623 * ``ptr_idx`` provides the position of a function argument; this function
2630 type of the pointer argument specified by ``ptr_idx``. In the code example
2633 by ``ptr_idx``.
2688 ``arg_idx`` or ``ptr_idx`` is compared against the type associated with the type
2692 attribute, the pointee type of the function argument specified by ``ptr_idx`` is
2732 ``arg_idx`` (for the ``argument_with_type_tag`` attribute) or ``ptr_idx`` (for
/external/clang/include/clang/Basic/
DAttrDocs.td1370 Use ``__attribute__((pointer_with_type_tag(ptr_kind, ptr_idx, type_tag_idx)))``