Home
last modified time | relevance | path

Searched defs:size (Results 11076 - 11100 of 15501) sorted by relevance

1...<<441442443444445446447448449450>>...621

/third_party/ntfs-3g/libntfs-3g/
H A Dxattrs.c131 static void fix_big_endian(char *p, int size) in fix_big_endian() argument
154 static int le_acl_to_cpu(const struct LE_POSIX_ACL *le_acl, size_t size, in le_acl_to_cpu() argument
176 int cpu_to_le_acl(const struct POSIX_ACL *acl, size_t size, in cpu_to_le_acl() argument
239 static int basicread(void *fileid, char *buf, size_t size, off_t offs __attribute__((unused))) in basicread() argument
249 static int localread(void *fileid, char *buf, size_t size, off_t offs) in localread() argument
364 s64 size; ntfs_read_xattr_mapping() local
482 ntfs_xattr_system_getxattr(struct SECURITY_CONTEXT *scx, enum SYSTEMXATTRS attr, ntfs_inode *ni, ntfs_inode *dir_ni, char *value, size_t size) ntfs_xattr_system_getxattr() argument
609 ntfs_xattr_system_setxattr(struct SECURITY_CONTEXT *scx, enum SYSTEMXATTRS attr, ntfs_inode *ni, ntfs_inode *dir_ni, const char *value, size_t size, int flags) ntfs_xattr_system_setxattr() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfallocate.c540 ntfs_merge_allocation(ntfs_attr *na, runlist_element *rl, s64 size) ntfs_merge_allocation() argument
[all...]
H A Dntfsrecover.h78 unsigned int size; member
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c690 ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx, char *list, size_t size, BOOL prefixing) global() argument
/third_party/musl/src/crypt/
H A Dcrypt_blowfish.c374 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument
398 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
/third_party/musl/src/thread/linux/
H A Dpthread_create.c423 size_t size, guard, size_len; in __pthread_create() local
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.c77 size_t size = 2 * nsinl->size; in nsinherits_realloc() local
113 size_t size = 2 * dsol->size; in dsolist_realloc() local
208 size_t size = 2 * g_ns_list.size; nslist_realloc() local
[all...]
/third_party/nghttp2/src/
H A Dmemchunk.h71 static const size_t size = N; member
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c359 size_t size, guard, size_len; in __pthread_create() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvhz.cpp537 int32_t size, bufferSizeNeeded = sizeof(struct cloneHZStruct); in _HZ_SafeClone() local
H A Ducnv_cnv.h52 int32_t size; /* sizeof(UConverterLoadArgs) */ member
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c275 get_module_spirv_version(const uint32_t *spirv, size_t size) in get_module_spirv_version() argument
283 set_module_spirv_version(uint32_t *spirv, size_t size, uint32_t version) in set_module_spirv_version() argument
[all...]
H A Dbrw_nir_lower_storage_image.c68 nir_ssa_def *size = load_image_param(b, deref, SIZE); in image_coord_is_in_bounds() local
621 nir_ssa_def *size = load_image_param(b, deref, SIZE); in lower_image_atomic_instr() local
664 nir_ssa_def *size = load_image_param(b, deref, SIZE); in lower_image_size_instr() local
H A Dbrw_nir_lower_ray_queries.c138 uint64_t size = MAX2(1, glsl_get_aoa_size((*p)->type)) * in get_ray_query_shadow_addr() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c115 nir_ssa_def *size; member
121 wrap_clamp_to_edge(nir_builder *b, wrap_result_t *wrap_params, nir_ssa_def *size) in wrap_clamp_to_edge() argument
129 wrap_repeat(nir_builder *b, wrap_result_t *wrap_params, nir_ssa_def *size) in wrap_repeat() argument
147 wrap_mirror_repeat(nir_builder *b, wrap_result_t *wrap_params, nir_ssa_def *size) in wrap_mirror_repeat() argument
157 wrap_mirror_clamp_to_edge(nir_builder *b, wrap_result_t *wrap_params, nir_ssa_def *size) wrap_mirror_clamp_to_edge() argument
165 wrap_clamp(nir_builder *b, wrap_result_t *wrap_params, nir_ssa_def *size) wrap_clamp() argument
173 wrap_mirror_clamp(nir_builder *b, wrap_result_t *wrap_params, nir_ssa_def *size) wrap_mirror_clamp() argument
186 wrap_coords(nir_builder *b, nir_ssa_def *coords, enum pipe_tex_wrap wrap, nir_ssa_def *size) wrap_coords() argument
326 nir_ssa_def *size; global() member
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dperformance_monitor.c943 unsigned size = 0; in perf_monitor_result_size() local
H A Duniform_query.cpp54 _mesa_GetActiveUniform_impl(GLuint program, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *nameOut, bool glthread) _mesa_GetActiveUniform_impl() argument
97 _mesa_GetActiveUniform(GLuint program, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *nameOut) _mesa_GetActiveUniform() argument
[all...]
H A Dtexturebindless.c547 size_t size = sizeof(samp->Attrib.state.border_color.ui); in is_sampler_border_color_valid() local
H A Dglthread_marshal.h55 _mesa_glthread_allocate_command(struct gl_context *ctx, uint16_t cmd_id, unsigned size) _mesa_glthread_allocate_command() argument
H A Dglthread_varray.c336 element_size(GLint size, GLenum type) in element_size() argument
345 attrib_pointer(struct glthread_state *glthread, struct glthread_vao *vao, GLuint buffer, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) attrib_pointer() argument
369 _mesa_glthread_AttribPointer(struct gl_context *ctx, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) _mesa_glthread_AttribPointer() argument
381 _mesa_glthread_DSAAttribPointer(struct gl_context *ctx, GLuint vaobj, GLuint buffer, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, GLintptr offset) _mesa_glthread_DSAAttribPointer() argument
398 attrib_format(struct glthread_state *glthread, struct glthread_vao *vao, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) attrib_format() argument
413 _mesa_glthread_AttribFormat(struct gl_context *ctx, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) _mesa_glthread_AttribFormat() argument
423 _mesa_glthread_DSAAttribFormat(struct gl_context *ctx, GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) _mesa_glthread_DSAAttribFormat() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c54 unsigned size = GENX(SLICE_HASH_TABLE_length) * 4; in emit_slice_hashing_state() local
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp2041 auto size = ShaderArg<uint32_t>(0, SHADER_ARG_OUTPUT); TEST_F() local
[all...]
H A Dclc_compiler.h46 unsigned size; member
72 size_t size; member
102 size_t size; member
109 unsigned size; member
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.h80 size_t size; member
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames.cpp440 TimeZoneNames::MatchInfoCollection::size() const { in size() function in TimeZoneNames::MatchInfoCollection

Completed in 29 milliseconds

1...<<441442443444445446447448449450>>...621