Home
last modified time | relevance | path

Searched refs:component_idx (Results 1 – 9 of 9) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbtf.h187 __s32 component_idx; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-morx-table.hh511 unsigned int component_idx = buffer->cur().codepoint + offset; in transition() local
512 component_idx = Types::wordOffsetToIndex (component_idx, table, component.arrayZ); in transition()
513 const HBUINT16 &componentData = component[component_idx]; in transition()
/third_party/harfbuzz/src/
Dhb-aat-layout-morx-table.hh511 unsigned int component_idx = buffer->cur().codepoint + offset; in transition() local
512 component_idx = Types::wordOffsetToIndex (component_idx, table, component.arrayZ); in transition()
513 const HBUINT16 &componentData = component[component_idx]; in transition()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-morx-table.hh522 unsigned int component_idx = buffer->cur().codepoint + offset; in transition() local
523 component_idx = Types::wordOffsetToIndex (component_idx, table, component.arrayZ); in transition()
524 const HBUINT16 &componentData = component[component_idx]; in transition()
/third_party/libbpf/src/
Dlibbpf_internal.h73 #define BTF_TYPE_DECL_TAG_ENC(value, type, component_idx) \ argument
74 BTF_TYPE_ENC(value, BTF_INFO_ENC(BTF_KIND_DECL_TAG, 0, 0), type), (component_idx)
Dbtf.h220 int component_idx);
Dbtf.c420 btf_decl_tag(t)->component_idx = bswap_32(btf_decl_tag(t)->component_idx); in btf_bswap_type_rest()
2729 int component_idx) argument
2734 if (!value || !value[0] || component_idx < -1)
2755 btf_decl_tag(t)->component_idx = component_idx;
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2765 unsigned component_idx = i; in emit_load_tess_coord() local
2767 const struct dxil_value *component = dxil_module_get_int32_const(&ctx->mod, component_idx); in emit_load_tess_coord()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h37816 __s32 component_idx; member