Home
last modified time | relevance | path

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

/external/v8/src/debug/mips64/
Ddebug-mips64.cc16 Label check_size; in EmitDebugBreakSlot() local
17 __ bind(&check_size); in EmitDebugBreakSlot()
22 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/v8/src/debug/arm64/
Ddebug-arm64.cc18 Label check_size; in EmitDebugBreakSlot() local
19 __ bind(&check_size); in EmitDebugBreakSlot()
24 static_cast<int>(masm->InstructionsGeneratedSince(&check_size))); in EmitDebugBreakSlot()
/external/v8/src/debug/ppc/
Ddebug-ppc.cc17 Label check_size; in EmitDebugBreakSlot() local
18 __ bind(&check_size); in EmitDebugBreakSlot()
23 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/v8/src/debug/mips/
Ddebug-mips.cc17 Label check_size; in EmitDebugBreakSlot() local
18 __ bind(&check_size); in EmitDebugBreakSlot()
23 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/llvm/test/CodeGen/AArch64/
Di128-align.ll7 define i64 @check_size() {
8 ; CHECK-LABEL: check_size:
/external/v8/src/debug/arm/
Ddebug-arm.cc17 Label check_size; in EmitDebugBreakSlot() local
18 __ bind(&check_size); in EmitDebugBreakSlot()
23 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/mesa3d/src/mesa/vbo/
Dvbo_context.c38 static GLuint check_size( const GLfloat *attr ) in check_size() function
63 cl->Size = 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/v8/test/cctest/
Dtest-macro-assembler-mips64.cc201 int check_size = masm->InstructionsGeneratedSince(&skip); in TEST() local
202 CHECK_EQ(check_size, 4); in TEST()
/external/e2fsprogs/e2fsck/
Dpass1.c262 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size() function
1106 check_size(ctx, &pctx); in e2fsck_pass1()
1111 check_size(ctx, &pctx); in e2fsck_pass1()
1127 check_size(ctx, &pctx); in e2fsck_pass1()
1132 check_size(ctx, &pctx); in e2fsck_pass1()
/external/bison/m4/
Dstdint.m4210 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
/external/bison/
Dconfigure14335 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;