Searched refs:component_idx (Results 1 – 9 of 9) sorted by relevance
/third_party/libbpf/include/uapi/linux/ |
D | btf.h | 187 __s32 component_idx; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-morx-table.hh | 511 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/ |
D | hb-aat-layout-morx-table.hh | 511 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/ |
D | hb-aat-layout-morx-table.hh | 522 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/ |
D | libbpf_internal.h | 73 #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)
|
D | btf.h | 220 int component_idx);
|
D | btf.c | 420 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/ |
D | nir_to_dxil.c | 2765 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/ |
D | vmlinux.h | 37816 __s32 component_idx; member
|