Searched refs:check_size (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_context.c | 40 check_size(const GLfloat *attr) in check_size() function 85 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]), in init_legacy_currval()
|
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 89 static inline int check_size(TiffEncoderContext *s, uint64_t need) in check_size() function 143 if (check_size(s, count * (int64_t)type_sizes2[type])) in add_entry() 189 if (check_size(s, n)) in encode_strip() 346 if (check_size(s, 8)) { in encode_frame() 510 if (check_size(s, 6 + s->num_entries * 12)) { in encode_frame()
|
H A D | vqavideo.c | 236 unsigned char *dest, int dest_size, int check_size) { in decode_format80() 333 if (check_size) in decode_format80() 235 decode_format80(VqaContext *s, int src_size, unsigned char *dest, int dest_size, int check_size) decode_format80() argument
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer.h | 133 bool (*check_size)(struct fd_ringbuffer *ring); member 187 return ring->funcs->check_size(ring); in fd_ringbuffer_check_size()
|
H A D | freedreno_ringbuffer_sp.c | 549 .check_size = fd_ringbuffer_sp_check_size, 566 .check_size = fd_ringbuffer_sp_check_size,
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 138 static int check_size(const char *path, int len) in check_size() function 152 return check_size(path, len); in check_testfile_size() 501 res = check_size(path, len); in create_file() 996 err += check_size(testfile, datalen); in test_create() 1086 err += check_size(testfile, 0); in test_mknod() 1157 err += check_size(testfile, currlen); in do_test_open() 1173 err += check_size(testfile, currlen); in do_test_open() 1357 err += check_size(testfile2, datalen); in test_symlink() 1406 err += check_size(testfile2, datalen); in test_link() 1468 err += check_size(testfil in test_link2() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | f_loop.c | 59 static void check_size(AVFilterContext *ctx) in check_size() function 80 check_size(ctx); in aconfig_input() 305 check_size(ctx); in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | szrt_asan.c | 157 int check_size = in __asan_check_load() local 159 if (!__asan_check(ptr, check_size)) in __asan_check_load()
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 472 void check_size(void) in check_size() function 479 prterr("check_size: fstat"); in check_size() 1033 check_size(); in test()
|
/third_party/rust/crates/regex/src/ |
H A D | compile.rs | 272 self.check_size()?; in c() 834 fn check_size(&self) -> result::Result<(), Error> { in check_size() functions
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_ringbuffer.c | 654 .check_size = msm_ringbuffer_check_size,
|
Completed in 11 milliseconds