Home
last modified time | relevance | path

Searched refs:inline_size (Results 1 - 6 of 6) sorted by relevance

/third_party/f2fs-tools/fsck/
H A Dxattr.c24 u64 inline_size = inline_xattr_size(&inode->i); in read_all_xattrs() local
42 txattr_addr = calloc(inline_size + BLOCK_SZ, 1); in read_all_xattrs()
45 if (inline_size) in read_all_xattrs()
46 memcpy(txattr_addr, inline_xattr_addr(&inode->i), inline_size); in read_all_xattrs()
54 ret = dev_read_block(txattr_addr + inline_size, ni.blk_addr); in read_all_xattrs()
93 u64 inline_size = inline_xattr_size(&inode->i); in write_all_xattrs() local
96 memcpy(inline_xattr_addr(&inode->i), txattr_addr, inline_size); in write_all_xattrs()
98 if (hsize <= inline_size) in write_all_xattrs()
123 memcpy(xattr_addr, txattr_addr + inline_size, in write_all_xattrs()
H A Dfsck.c831 unsigned int inline_size = in fsck_chk_inode_blk() local
834 if (!inline_size || in fsck_chk_inode_blk()
835 inline_size > MAX_INLINE_XATTR_SIZE(&node_blk->i)) { in fsck_chk_inode_blk()
837 nid, inline_size); in fsck_chk_inode_blk()
841 nid, inline_size, in fsck_chk_inode_blk()
864 unsigned int inline_size = MAX_INLINE_DATA(node_blk); in fsck_chk_inode_blk() local
880 if (i_size > inline_size) { in fsck_chk_inode_blk()
884 node_blk->i.i_size = cpu_to_le64(inline_size); in fsck_chk_inode_blk()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c100 unsigned inline_size = 0, nonseamless_size = 0; in get_shader_module_for_stage() local
110 inline_size = zs->nir->info.num_inlinable_uniforms; in get_shader_module_for_stage()
118 LIST_FOR_EACH_ENTRY_SAFE(iter, next, &prog->shader_cache[pstage][!!nonseamless_size][!!inline_size], list) { in get_shader_module_for_stage()
119 if (!shader_key_matches(iter, ignore_key_size, key, inline_size)) in get_shader_module_for_stage()
127 zm = malloc(sizeof(struct zink_shader_module) + key->size + nonseamless_size + inline_size * sizeof(uint32_t)); in get_shader_module_for_stage()
144 zm->num_uniforms = inline_size; in get_shader_module_for_stage()
157 if (inline_size) in get_shader_module_for_stage()
158 memcpy(zm->key + key->size + nonseamless_size, key->base.inlined_uniform_values, inline_size * sizeof(uint32_t)); in get_shader_module_for_stage()
163 zm->default_variant = !inline_size && list_is_empty(&prog->shader_cache[pstage][0][0]); in get_shader_module_for_stage()
164 if (inline_size) in get_shader_module_for_stage()
295 unsigned inline_size = 0, nonseamless_size = 0; update_cs_shader_module() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h805 dst->erase(inline_size()); in CopyTo()
840 size_t inline_size() const { return data_.inline_size(); } in inline_size() function in absl::Cord::InlineRep
1066 return is_tree() ? as_tree()->length : inline_size(); in size()
1072 size_t len = data_.inline_size(); in MakeFlatWithExtraCapacity()
1132 size_t n = inline_size(); in CopyToArray()
H A Dcord.cc327 size_t tag = inline_size(); in reduce_size()
337 inline_size() - n); in remove_prefix()
470 size_t sz = root ? root->length : inline_size(); in GetAppendRegion()
684 size_t inline_length = inline_size(); in AppendArray()
828 size_t cur_size = contents_.inline_size(); in Prepend()
1261 return absl::string_view(data_.as_chars(), data_.inline_size()); in FindFlatStartPiece()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h507 size_t inline_size() const { in inline_size() function in absl::cord_internal::InlineData

Completed in 13 milliseconds