Home
last modified time | relevance | path

Searched refs:ABORT (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp62 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
69 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
76 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
83 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
85 default: ABORT("unsupported row count (%d)", rows); in toCompound()
94 default: ABORT("unsupported vector column count (%d)", columns); in toCompound()
101 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
108 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
115 default: ABORT("unsupported matrix column count (%d)", columns); in toCompound()
117 default: ABORT("unsupported row count (%d)", rows); in toCompound()
[all …]
DSkSLExpression.h70 ABORT("cannot call compareConstant on this type"); in compareConstant()
78 ABORT("not a constant int"); in getConstantInt()
86 ABORT("not a constant float"); in getConstantFloat()
DSkSLConstructor.h159 ABORT("failed to find vector component %d in %s\n", index, description().c_str()); in getVecComponent()
213 ABORT("can't happen, matrix component out of bounds"); in getMatComponent()
DSkSLVariableReference.cpp87 ABORT("unsupported constant\n"); in copy_constant()
/third_party/flutter/skia/src/sksl/
DSkSLMemoryLayout.h41 ABORT("unreachable"); in roundUpIfNeeded()
70 ABORT("cannot determine size of type %s", type.name().c_str()); in alignment()
91 ABORT("type does not have a stride"); in stride()
131 ABORT("cannot determine size of type %s", type.name().c_str()); in size()
DSkSLJIT.cpp273 ABORT("unsupported type"); in getType()
466 ABORT("unsupported lvalue"); in getLValue()
481 ABORT("unsupported type: %s\n", type.description().c_str()); in typeKind()
521 ABORT("unsupported typeKind"); \ in compileBinary()
541 ABORT("unsupported typeKind"); \ in compileBinary()
558 ABORT("unsupported typeKind"); \ in compileBinary()
620 ABORT("unsupported typeKind"); in compileBinary()
659 ABORT("unsupported typeKind"); in compileBinary()
730 ABORT("unsupported binary operator"); in compileBinary()
757 ABORT("unsupported typeKind"); in compilePostfix()
[all …]
DSkSLDefines.h40 #define ABORT(...) (printf(__VA_ARGS__), sksl_abort()) macro
DSkSLMetalCodeGenerator.cpp161 ABORT("unsupported expression: %s", expr.description().c_str()); in writeExpression()
196 ABORT("unsupported metal intrinsic kind"); in writeIntrinsicCall()
201 ABORT("unsupported intrinsic kind"); in writeIntrinsicCall()
373 ABORT("unsupported special intrinsic kind"); in writeSpecialIntrinsic()
642 default: ABORT("unsupported binary operator"); in GetBinaryPrecedence()
774 ABORT("internal error; setting was not folded to a constant during compilation\n"); in writeSetting()
1186 ABORT("unsupported statement: %s", s.description().c_str()); in writeStatement()
1508 ABORT("unsupported program element"); in writeProgramElement()
DSkSLGLSLCodeGenerator.cpp103 ABORT("unsupported vector type"); in getTypeName()
118 ABORT("unsupported matrix type"); in getTypeName()
236 ABORT("unsupported expression: %s", expr.description().c_str()); in writeExpression()
911 default: ABORT("unsupported binary operator"); in writeFunctionCall()
1038 ABORT("internal error; setting was not folded to a constant during compilation\n"); in writeFunctionCall()
1332 ABORT("unsupported statement: %s", s.description().c_str()); in writeFunctionCall()
1540 ABORT("unsupported program element"); in writeFunctionCall()
/third_party/flutter/skia/src/sksl/lex/
DLexUtil.h15 #define ABORT(...) (fprintf(stderr, __VA_ARGS__), abort()) macro
16 #define SkASSERT(x) (void)((x) || (ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0…
DNFAState.h78 ABORT("unreachable"); in accept()
134 ABORT("unreachable"); in description()
/third_party/iptables/extensions/
Dlibxt_sctp.man11 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOK…
17 ABORT T t
Dlibxt_sctp.t18 -p sctp -m sctp --chunk-types all ABORT;=;OK
/third_party/FatFs/source/
Dff.c165 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } macro
3557 if (clst < 2) ABORT(fs, FR_INT_ERR); in f_read()
3558 if (clst == 0xFFFFFFFF) ABORT(fs, FR_DISK_ERR); in f_read()
3562 if (sect == 0) ABORT(fs, FR_INT_ERR); in f_read()
3569 if (disk_read(fs->pdrv, rbuff, sect, cc) != RES_OK) ABORT(fs, FR_DISK_ERR); in f_read()
3575 if (copy_ret != EOK) ABORT(fs, FR_INVALID_PARAMETER); in f_read()
3584 if (copy_ret != EOK) ABORT(fs, FR_INVALID_PARAMETER); in f_read()
3598 if (disk_write(fs->pdrv, fp->buf, fp->sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); in f_read()
3602 …if (disk_read(fs->pdrv, fp->buf, sect, 1) != RES_OK) ABORT(fs, FR_DISK_ERR); /* Fill sector cache … in f_read()
3610 if (move_window(fs, fp->sect) != FR_OK) ABORT(fs, FR_DISK_ERR); /* Move sector window */ in f_read()
[all …]
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dscsi.h116 #define ABORT 0x06 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dscsi.h116 #define ABORT 0x06 macro
/third_party/musl/include/scsi/
Dscsi.h116 #define ABORT 0x06 macro
/third_party/musl/ndk_musl_include/scsi/
Dscsi.h116 #define ABORT 0x06 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dscsi.h116 #define ABORT 0x06 macro
/third_party/python/Lib/tkinter/
Dmessagebox.py49 ABORT = "abort" variable
/third_party/musl/include/arpa/
Dtelnet.h21 #define ABORT 238 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dtelnet.h21 #define ABORT 238 macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dtelnet.h21 #define ABORT 238 macro
/third_party/musl/ndk_musl_include/arpa/
Dtelnet.h21 #define ABORT 238 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dtelnet.h21 #define ABORT 238 macro

123