Home
last modified time | relevance | path

Searched defs:check_size (Results 1 – 18 of 18) sorted by relevance

/external/sdv/vsomeip/third_party/boost/endian/test/
Ddeprecated_test.cpp30 void check_size() in check_size() function
Dbuffer_test.cpp30 void check_size() in check_size() function
Dendian_test.cpp303 void check_size() in check_size() function
/external/clang/test/Sema/
Darray-constraint.c36 void check_size() { in check_size() function
/external/python/cpython2/Lib/test/
Dtest_imageop.py41 def check_size(self, name, *extra): member in InputValidationTests
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dnview.cpp34 bool check_size(Sequence const& s, int seqsize) in check_size() function
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op.cc67 size_t check_size = std::max(kernel->in_size, kernel->out_size) % in BitcastOp_Create() local
/external/mesa3d/src/mesa/vbo/
Dvbo_context.c41 check_size(const GLfloat *attr) in check_size() function
/external/trace-cmd/lib/trace-cmd/
Dtrace-output.c618 tsize_t size, check_size, endian8; in read_header_files() local
730 unsigned long long size, check_size, endian8; in copy_event_system() local
1121 unsigned int size, check_size, endian4; in read_proc_kallsyms() local
1185 unsigned int size, check_size, endian4; in read_ftrace_printk() local
1249 off64_t check_size; in save_tracing_file_data() local
/external/zstd/programs/
Dbenchfn.c173 …typedef char check_size[ 2 * (sizeof(BMK_timedFnState_shell) >= sizeof(struct BMK_timedFnState_s))… in BMK_initStatic_timedFnState() typedef
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c157 int check_size = in __asan_check_load() local
/external/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h119 bool (*check_size)(struct fd_ringbuffer *ring); member
/external/libxaac/encoder/
Dixheaace_sbr_main.c111 WORD32 check_size = sizeof(sbr_tune_table[i_sr][i_ch]) / sizeof(sbr_tune_table[i_sr][i_ch][0]); in ia_enhaacplus_enc_get_sbr_tuning_table_idx() local
/external/rust/crates/pdl-compiler/src/backends/rust/
Dparser.rs328 fn check_size(&mut self, span: &proc_macro2::Ident, wanted: &proc_macro2::TokenStream) { in check_size() method
/external/rust/crates/pdl-compiler/src/backends/rust_legacy/
Dparser.rs317 fn check_size(&mut self, span: &proc_macro2::Ident, wanted: &proc_macro2::TokenStream) { in check_size() method
/external/rust/crates/regex/src/
Dcompile.rs834 fn check_size(&self) -> result::Result<(), Error> { in check_size() method
/external/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c1343 size_t check_size = 0; in zink_descriptors_update() local
/external/e2fsprogs/e2fsck/
Dpass1.c299 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size() function