Home
last modified time | relevance | path

Searched defs:csize (Results 1 – 25 of 49) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Djpeg2000dsp.c43 static void ict_float(void *_src0, void *_src1, void *_src2, int csize) in ict_float()
60 static void ict_int(void *_src0, void *_src1, void *_src2, int csize) in ict_int()
77 static void rct_int(void *_src0, void *_src1, void *_src2, int csize) in rct_int()
Dtarga.c118 int first_clr, colors, csize; in decode_frame() local
Dlzw.c131 int ff_lzw_decode_init(LZWState *p, int csize, const uint8_t *buf, int buf_size, int mode) in ff_lzw_decode_init()
Dlscrdec.c135 uint32_t csize, size; in decode_frame_lscr() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.h118 const unsigned csize = DIV_ROUND_UP(type_sz(reg.type), 4); variable
132 const unsigned csize = DIV_ROUND_UP(type_sz(reg.type), 4); variable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp371 const GLint csize = base_level ? 64 : 32; in CreateTexture2DRgb() local
408 const GLint csize = base_level ? 64 : 32; in CreateTexture2DRg() local
446 const GLint csize = base_level ? 64 : 32; in CreateTexture2DR() local
481 const GLint csize = 32; in CreateTexture2DInt() local
513 const GLint csize = 32; in CreateTexture2DArrayInt() local
548 const GLint csize = 32; in CreateTexture2DArray() local
582 const GLint csize = 32; in CreateTextureCubeInt() local
627 const GLint csize = 32; in CreateTextureCube() local
675 const GLint csize = 32; in CreateTextureSRGB() local
711 const GLint csize = base_level ? 64 : 32; in CreateTexture2D() local
/third_party/musl/src/network/
Drecvmsg.c10 void __convert_scm_timestamps(struct msghdr *msg, socklen_t csize) in __convert_scm_timestamps()
Drecvmmsg.c29 socklen_t csize[vlen]; in recvmmsg() local
/third_party/musl/porting/liteos_a/user/src/network/
Drecvmsg.c11 void __convert_scm_timestamps(struct msghdr *msg, socklen_t csize) in __convert_scm_timestamps()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_hw_context.c39 unsigned i, ncopy, csize, sub_cmd, shift; in evergreen_dma_copy_buffer() local
Dr600_hw_context.c588 unsigned i, ncopy, csize; in r600_dma_copy_buffer() local
/third_party/ltp/testcases/kernel/fs/ftest/
Dlibftest.c100 void ft_dumpbuf(char *buf, int csize) in ft_dumpbuf()
Dftest04.c72 static int csize; /* chunk size */ variable
Dftest08.c80 static int csize; /* chunk size */ variable
Dftest01.c83 static int csize; /* chunk size */ variable
Dftest05.c87 static int csize; /* chunk size */ variable
Dftest03.c88 static int csize; /* chunk size */ variable
Dftest07.c94 static int csize; /* chunk size */ variable
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c116 brw_calculate_urb_fence(struct brw_context *brw, unsigned csize, in brw_calculate_urb_fence()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp438 const GLint csize = base_level ? 64 : 32; in CreateTexture2DRgb() local
471 const GLint csize = base_level ? 64 : 32; in CreateTexture2DRg() local
504 const GLint csize = base_level ? 64 : 32; in CreateTexture2DR() local
535 const GLint csize = 32; in CreateTexture2DInt() local
573 const GLint csize = 32; in CreateTexture2DArrayInt() local
607 const GLint csize = 32; in CreateTextureCubeArray() local
656 const GLint csize = 32; in CreateTextureCubeArrayInt() local
697 const GLint csize = 32; in CreateTexture2DArray() local
734 const GLint csize = 32; in CreateTextureCubeInt() local
778 const GLint csize = 32; in CreateTextureCube() local
[all …]
/third_party/musl/src/internal/
Dmalloc_impl.h13 size_t psize, csize; member
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c735 static void read_rescue(void *fd, char *buff, u32 csize, u32 bytes_per_sector,
762 s32 csize = le32_to_cpu(image_hdr.cluster_size); local
943 u32 csize = vol->cluster_size; local
999 static void write_empty_clusters(s32 csize, s64 count,
1022 s32 csize = le32_to_cpu(image_hdr.cluster_size); local
1472 static void write_set(char *buff, u32 csize, s64 *current_lcn,
1509 u32 csize; local
1591 u32 csize; local
/third_party/ltp/testcases/kernel/mem/vmtests/
Dstack_space.c61 int csize; /* chunk size */ variable
Ddata_space.c70 int csize; /* chunk size */ variable
/third_party/iowow/src/fs/
Diwexfile.c724 static off_t _exfile_default_szpolicy(off_t nsize, off_t csize, struct IWFS_EXT *f, void **ctx) { in _exfile_default_szpolicy()
731 off_t iw_exfile_szpolicy_fibo(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in iw_exfile_szpolicy_fibo()
758 off_t iw_exfile_szpolicy_mul(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in iw_exfile_szpolicy_mul()

12