Home
last modified time | relevance | path

Searched refs:base_attr (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
H A Dattrib.h94 ATTR_RECORD *base_attr; member
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c3053 * other @ctx fields, base_ntfs_ino, base_mrec, and base_attr are set to NULL.
3089 ctx->base_attr = ctx->attr;
3368 ctx->attr = ctx->base_attr;
3394 * their non base_ counterparts and we cannot set @ctx->base_attr
3405 ctx->base_attr = NULL;
3664 * other @ctx fields, base_ntfs_ino, base_mrec, and base_attr are set to NULL.
3759 ctx->base_attr = NULL;
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1108 emit_fragment_input(struct v3d_compile *c, int base_attr, nir_variable *var, in emit_fragment_input() argument
1113 int input_idx = (base_attr + array_index) * 4 + chan; in emit_fragment_input()

Completed in 15 milliseconds