Home
last modified time | relevance | path

Searched refs:check_size (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_imageop.py41 def check_size(self, name, *extra): member in InputValidationTests
49 self.check_size("crop", 0, 0, 0, 0)
50 self.check_size("scale", 1, 0)
51 self.check_size("scale", -1, -1)
52 self.check_size("tovideo")
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Di128-align.ll7 define i64 @check_size() {
8 ; CHECK-LABEL: check_size:
/external/llvm/test/CodeGen/AArch64/
Di128-align.ll7 define i64 @check_size() {
8 ; CHECK-LABEL: check_size:
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op.cc65 size_t check_size = std::max(kernel->in_size, kernel->out_size) % in BitcastOp_Create() local
67 if (check_size != 0) { in BitcastOp_Create()
/external/mesa3d/src/mesa/vbo/
Dvbo_context.c36 check_size(const GLfloat *attr) in check_size() function
86 check_size(ctx->Current.Attrib[i]), in init_legacy_currval()
/external/clang/test/Sema/
Darray-constraint.c36 void check_size() { in check_size() function
/external/clang/test/Preprocessor/
Ducn-pp-identifier.c44 extern int check_size[sizeof(STRINGIZE(\u0112)) == 3 ? 1 : -1];
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c157 int check_size = in __asan_check_load() local
159 if (!__asan_check(ptr, check_size)) in __asan_check_load()
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c472 void check_size(void) in check_size() function
1033 check_size(); in test()
/external/e2fsprogs/e2fsck/
Dpass1.c306 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size() function
1886 check_size(ctx, &pctx); in e2fsck_pass1()
1892 check_size(ctx, &pctx); in e2fsck_pass1()
1914 check_size(ctx, &pctx); in e2fsck_pass1()
1920 check_size(ctx, &pctx); in e2fsck_pass1()