/third_party/f2fs-tools/fsck/ |
D | fsck.c | 162 ASSERT_MSG("Summary footer is not for node segment"); in is_valid_ssa_node_blk() 193 ASSERT_MSG("Invalid node seg summary\n"); in is_valid_ssa_node_blk() 279 ASSERT_MSG("Summary footer is not for data segment"); in is_valid_ssa_data_blk() 314 ASSERT_MSG("Invalid data seg summary\n"); in is_valid_ssa_data_blk() 351 ASSERT_MSG("inode [0x%x] unknown file type i_mode [0x%x]", in __check_inode_mode() 372 ASSERT_MSG("inode [0x%x] mismatch i_mode [0x%x vs. 0x%x]", in __check_inode_mode() 386 ASSERT_MSG("nid is not valid. [0x%x]", nid); in sanity_check_nid() 392 ASSERT_MSG("nid[0x%x] ino is 0", nid); in sanity_check_nid() 397 ASSERT_MSG("nid is NEW_ADDR. [0x%x]", nid); in sanity_check_nid() 402 ASSERT_MSG("blkaddress is not valid. [0x%x]", ni->blk_addr); in sanity_check_nid() [all …]
|
D | defrag.c | 86 ASSERT_MSG("Found inconsistency: please run FSCK"); in f2fs_defragment()
|
D | mount.c | 1267 ASSERT_MSG("\tWrong user_block_count(%u)\n", user_block_count); in sanity_check_ckpt() 1535 ASSERT_MSG("\tError: write NAT bits to disk!!!\n"); in write_nat_bits() 1569 ASSERT_MSG("\tError: read NAT bits to disk!!!\n"); in check_nat_bits() 2022 ASSERT_MSG("Invalid SIT vblocks: segno=0x%x, %u", in check_block_count() 2027 ASSERT_MSG("Invalid SEGNO: 0x%x", segno); in check_block_count() 2034 ASSERT_MSG("Wrong SIT valid blocks: segno=0x%x, %u vs. %u", in check_block_count() 2038 ASSERT_MSG("Wrong SIT type: segno=0x%x, %u", in check_block_count() 2111 ASSERT_MSG("segno [0x%x] indicates a data " in get_sum_block() 2126 ASSERT_MSG("segno [0x%x] indicates a node " in get_sum_block() 2485 ASSERT_MSG("Invalide type and valid blocks=%x,%x", in rewrite_sit_area_bitmap() [all …]
|
D | main.c | 689 ASSERT_MSG("quota_init_context failure: %d", ret); in do_fsck() 777 ASSERT_MSG("Out-of-range [0x%"PRIx64" ~ 0x%"PRIx64"] to 0x%"PRIx64"", in do_defrag() 790 ASSERT_MSG("Out-of-range Target=0x%"PRIx64" / 0x%"PRIx64"", in do_resize()
|
D | resize.c | 712 ASSERT_MSG("Nothing to resize, now only supports resizing with safe resize flag\n"); in f2fs_resize()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Debug.hpp | 83 #undef ASSERT_MSG 85 # define ASSERT_MSG(expression, format, ...) \ macro 96 # define ASSERT_MSG(expression, format, ...) \ macro
|
D | LRUCache.hpp | 317 ASSERT_MSG(entry->next == nullptr, "link() called on entry already linked"); in link() 318 ASSERT_MSG(entry->prev == nullptr, "link() called on entry already linked"); in link()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Debug.hpp | 85 #undef ASSERT_MSG 87 # define ASSERT_MSG(expression, format, ...) \ macro 98 # define ASSERT_MSG(expression, format, ...) \ macro
|
D | LLVMJIT.cpp | 181 ASSERT_MSG(ok, "llvm::sys::getHostCPUFeatures returned false"); in get() 202 ASSERT_MSG(dataLayout, "JITTargetMachineBuilder::getDefaultDataLayoutForTarget() failed"); in get() 668 ASSERT_MSG(false, "LLVM JIT compilation failure"); in handleDiagnostics() 777 ASSERT_MSG(symbol, "Failed to lookup address of routine function %d: %s",
|
D | Debug.cpp | 90 ASSERT_MSG(res == 0, "syscl returned %d", res); in IsUnderDebugger()
|
D | SubzeroReactor.cpp | 1026 ASSERT_MSG(!currFunc->hasError(), "%s", currFunc->getError().c_str()); in acquireRoutine() 1029 ASSERT_MSG(!currFunc->hasError(), "%s", currFunc->getError().c_str()); in acquireRoutine() 1421 ASSERT_MSG(!atomic, "Emulated 64-bit loads are not atomic"); in createLoad() 1492 ASSERT_MSG(!atomic, "Emulated 64-bit stores are not atomic"); in createStore() 1983 ASSERT_MSG(false, "getContainedType: input type is not a vector type"); in getContainedType()
|
D | LLVMReactor.cpp | 278 …ASSERT_MSG(truncNumBits < 64, "shift 64 must be handled separately. truncNumBits: %d", int(truncNu… in lowerPack() 482 ASSERT_MSG(bits != 0, "bits: %d", int(bits)); in typeSize() 721 ASSERT_MSG(jit->function->getReturnType() == T(Void::type()), "Return type mismatch"); in createRetVoid() 735 ASSERT_MSG(jit->function->getReturnType() == V(v)->getType(), "Return type mismatch"); in createRet()
|
D | Reactor.cpp | 4395 ASSERT_MSG(memoryOrder == std::memory_order_acquire || in Fence()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShader.hpp | 451 ASSERT_MSG(it != blocks.end(), "Unknown block %d", id.value()); in getBlock() 850 … ASSERT_MSG(it.second, "WorkgroupMemory already has an allocation for object %d", int(id.value())); in allocate() 857 …ASSERT_MSG(it != offsets.end(), "WorkgroupMemory has no allocation for object %d", int(id.value())… in offsetOf() 1084 ASSERT_MSG(it.second, "Intermediate %d created twice", id.value()); in createIntermediate() 1091 ASSERT_MSG(it != intermediates.end(), "Unknown intermediate %d", id.value()); in getIntermediate() 1098 ASSERT_MSG(added, "Pointer %d created twice", id.value()); in createPointer() 1104 ASSERT_MSG(it != pointers.end(), "Unknown pointer %d", id.value()); in getPointer() 1185 ASSERT_MSG(it != types.end(), "Unknown type %d", id.value()); 1197 ASSERT_MSG(it != defs.end(), "Unknown object %d", id.value()); in getObject() 1209 ASSERT_MSG(it != functions.end(), "Unknown function %d", id.value()); in getFunction() [all …]
|
D | SpirvShaderControlFlow.cpp | 146 …ASSERT_MSG(outIt != blocks.end(), "Block %d has a non-existent out %d", blockId.value(), outId.val… in AssignBlockFields() 153 …ASSERT_MSG(mergeIt != blocks.end(), "Loop block %d has a non-existent merge block %d", blockId.val… in AssignBlockFields() 223 …ASSERT_MSG(it != state->edgeActiveLaneMasks.end(), "Could not find edge %d -> %d", from.value(), t… in GetActiveLaneMaskEdge() 514 ASSERT_MSG(getObjectType(condId).componentCount == 1, "Condition must be a Boolean type scalar"); in EmitBranchConditional() 533 ASSERT_MSG(sel.componentCount == 1, "Selector must be a scalar"); in EmitSwitch()
|
D | SpirvShaderDebugger.cpp | 1627 …ASSERT_MSG(type->returnTy != nullptr || shader->getType(insn.word(6)).opcode() == spv::Op::OpTypeV… in process() 1777 ASSERT_MSG(decl->local->definition == debug::LocalVariable::Definition::Undefined, in process() 1799 ASSERT_MSG(value->local->definition == debug::LocalVariable::Definition::Values, in process() 1899 ASSERT_MSG(obj != nullptr, "add() called with nullptr obj"); in add() 1901 ASSERT_MSG(added, "Debug object with %d already exists", id.value()); in add() 1907 ASSERT_MSG(added, "Debug object with %d already exists", id.value()); in addNone() 1921 ASSERT_MSG(it != objects.end(), "Unknown debug object %d", id.value()); in get() 1923 ASSERT_MSG(ptr, "Debug object %d is not of the correct type. Got: %s, want: %s", in get() 1934 ASSERT_MSG(ptr, "Debug object %d is not of the correct type. Got: %s, want: %s", in getOrNull() 1944 ASSERT_MSG(entries.find(objId) == entries.end(), in create() [all …]
|
D | SpirvShaderMemory.cpp | 235 …ASSERT_MSG(initializerId == 0, "Vulkan does not permit variables of storage class %d to have initi… in EmitVariable()
|
D | SpirvShader.cpp | 84 …ASSERT_MSG(this->entryPoint == 0, "Duplicate entry point with name '%s' and stage %d", name, int(s… 436 …ASSERT_MSG(currentFunction == 0, "Functions %d and %d overlap", currentFunction.value(), functionI… 450 ASSERT_MSG(function.entry != 0, "Function<%d> has no label", currentFunction.value()); 768 ASSERT_MSG(entryPoint != 0, "Entry point '%s' not found", entryPointName);
|
D | SpirvShaderGroup.cpp | 86 …ASSERT_MSG(scope == spv::ScopeSubgroup, "Scope for Non Uniform Group Operations must be Subgroup f… in EmitGroupNonUniform()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkQueue.cpp | 180 ASSERT_MSG(pending.count() == 0, "queue has work after worker thread shutdown"); in ~Queue() 285 ASSERT_MSG(pending.count() == 0, "queue has remaining work!"); in taskLoop()
|
D | VkFormat.cpp | 2663 ASSERT_MSG(packed > 0, "Update VkFormat to uint8_t mapping"); in mapTo8bit() 2671 ASSERT_MSG(unpacked != VK_FORMAT_UNDEFINED, "Update uint8_t to VkFormat mapping"); in mapFrom8bit()
|
D | VkDescriptorSetLayout.cpp | 88 …ASSERT_MSG(offset == getDescriptorSetDataSize(), "offset: %d, size: %d", int(offset), int(getDescr… in DescriptorSetLayout()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 587 ASSERT_MSG(weights != nullptr, "Unexpected number of index bits: %d", (int)index.numBits); in interpolate() 1011 ASSERT_MSG(false, "Unexpected enum value: %d", (int)desc.type); in decode() 1444 ASSERT_MSG(weights != nullptr, "Unexpected number of index bits: %d", (int)index.numBits); in interpolate()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Context.cpp | 259 …ASSERT_MSG(contextsWithLock.count(ctx) == 0, "Attempting to acquire Context lock twice on same thr… in Lock()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 187 #define ASSERT_MSG(fmt, ...) \ macro
|