/external/f2fs-tools/fsck/ |
D | fsck.c | 166 ASSERT_MSG("Summary footer is not for node segment"); in is_valid_ssa_node_blk() 197 ASSERT_MSG("Invalid node seg summary\n"); in is_valid_ssa_node_blk() 291 ASSERT_MSG("Summary footer is not for data segment"); in is_valid_ssa_data_blk() 326 ASSERT_MSG("Invalid data seg summary\n"); in is_valid_ssa_data_blk() 363 ASSERT_MSG("inode [0x%x] unknown file type i_mode [0x%x]", in __check_inode_mode() 384 ASSERT_MSG("inode [0x%x] mismatch i_mode [0x%x vs. 0x%x]", in __check_inode_mode() 398 ASSERT_MSG("nid is not valid. [0x%x]", nid); in sanity_check_nid() 404 ASSERT_MSG("nid[0x%x] ino is 0", nid); in sanity_check_nid() 409 ASSERT_MSG("nid is NEW_ADDR. [0x%x]", nid); in sanity_check_nid() 414 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 | 1382 ASSERT_MSG("\tWrong user_block_count(%u)\n", user_block_count); in sanity_check_ckpt() 1650 ASSERT_MSG("\tError: write NAT bits to disk!!!\n"); in write_nat_bits() 1684 ASSERT_MSG("\tError: read NAT bits to disk!!!\n"); in check_nat_bits() 2141 ASSERT_MSG("Invalid SIT vblocks: segno=0x%x, %u", in check_block_count() 2146 ASSERT_MSG("Invalid SEGNO: 0x%x", segno); in check_block_count() 2153 ASSERT_MSG("Wrong SIT valid blocks: segno=0x%x, %u vs. %u", in check_block_count() 2157 ASSERT_MSG("Wrong SIT type: segno=0x%x, %u", in check_block_count() 2230 ASSERT_MSG("segno [0x%x] indicates a data " in get_sum_block() 2245 ASSERT_MSG("segno [0x%x] indicates a node " in get_sum_block() 2604 ASSERT_MSG("Invalid type and valid blocks=%x,%x", in rewrite_sit_area_bitmap() [all …]
|
D | main.c | 883 ASSERT_MSG("quota_init_context failure: %d", ret); in do_fsck() 981 ASSERT_MSG("Out-of-range [0x%"PRIx64" ~ 0x%"PRIx64"] to 0x%"PRIx64"", in do_defrag() 996 ASSERT_MSG("Out-of-range Target=0x%"PRIx64" / 0x%"PRIx64"", in do_resize()
|
D | resize.c | 757 ASSERT_MSG("Nothing to resize, now only supports resizing with safe resize flag\n"); in f2fs_resize()
|
/external/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()
|
/external/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 | 215 ASSERT_MSG(ok, "llvm::sys::getHostCPUFeatures returned false"); in get() 236 ASSERT_MSG(dataLayout, "JITTargetMachineBuilder::getDefaultDataLayoutForTarget() failed"); in get() 711 ASSERT_MSG(false, "LLVM JIT compilation failure"); in handleDiagnostics() 827 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 | SIMD.cpp | 1015 ASSERT_MSG(isBasePlusOffset, "No offsets for this type of pointer"); in offsets() 1087 ASSERT_MSG(isBasePlusOffset, "No offsets for this type of pointer"); in hasStaticSequentialOffsets() 1108 ASSERT_MSG(isBasePlusOffset, "No offsets for this type of pointer"); in hasStaticEqualOffsets()
|
D | SubzeroReactor.cpp | 1014 ASSERT_MSG(!currFunc->hasError(), "%s", currFunc->getError().c_str()); in acquireRoutine() 1017 ASSERT_MSG(!currFunc->hasError(), "%s", currFunc->getError().c_str()); in acquireRoutine() 1404 ASSERT_MSG(!atomic, "Emulated 64-bit loads are not atomic"); in createLoad() 1475 ASSERT_MSG(!atomic, "Emulated 64-bit stores are not atomic"); in createStore() 1967 ASSERT_MSG(false, "getContainedType: input type is not a vector type"); in getContainedType()
|
D | LLVMReactor.cpp | 254 …ASSERT_MSG(truncNumBits < 64, "shift 64 must be handled separately. truncNumBits: %d", int(truncNu… in lowerPack() 468 ASSERT_MSG(bits != 0, "bits: %d", int(bits)); in typeSize() 690 ASSERT_MSG(jit->function->getReturnType() == T(Void::type()), "Return type mismatch"); in createRetVoid() 704 ASSERT_MSG(jit->function->getReturnType() == V(v)->getType(), "Return type mismatch"); in createRet()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.hpp | 477 ASSERT_MSG(it != blocks.end(), "Unknown block %d", id.value()); in getBlock() 793 … ASSERT_MSG(it.second, "WorkgroupMemory already has an allocation for object %d", int(id.value())); in allocate() 800 …ASSERT_MSG(it != offsets.end(), "WorkgroupMemory has no allocation for object %d", int(id.value())… in offsetOf() 889 ASSERT_MSG(it != types.end(), "Unknown type %d", id.value()); in getType() 901 ASSERT_MSG(it != defs.end(), "Unknown object %d", id.value()); in getObject() 913 ASSERT_MSG(it != functions.end(), "Unknown function %d", id.value()); in getFunction() 920 ASSERT_MSG(it != strings.end(), "Unknown string %d", id.value()); in getString() 927 ASSERT_MSG(it != extensionsByID.end(), "Unknown extension %d", id.value()); in getExtension() 1276 ASSERT_MSG(it.second, "Intermediate %d created twice", id.value()); 1283 ASSERT_MSG(it != intermediates.end(), "Unknown intermediate %d", id.value()); in getIntermediate() [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 != edgeActiveLaneMasks.end(), "Could not find edge %d -> %d", from.value(), to.value… in GetActiveLaneMaskEdge() 514 …ASSERT_MSG(shader.getObjectType(condId).componentCount == 1, "Condition must be a Boolean type sca… in EmitBranchConditional() 531 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 | SpirvShader.cpp | 62 …ASSERT_MSG(this->entryPoint == 0, "Duplicate entry point with name '%s' and stage %d", name, int(s… 457 …ASSERT_MSG(currentFunction == 0, "Functions %d and %d overlap", currentFunction.value(), functionI… 471 ASSERT_MSG(function.entry != 0, "Function<%d> has no label", currentFunction.value()); 815 ASSERT_MSG(entryPoint != 0, "Entry point '%s' not found", entryPointName);
|
D | SpirvShaderGroup.cpp | 74 …ASSERT_MSG(scope == spv::ScopeSubgroup, "Scope for Non Uniform Group Operations must be Subgroup f… in EmitGroupNonUniform()
|
D | SpirvShaderMemory.cpp | 257 …ASSERT_MSG(initializerId == 0, "Vulkan does not permit variables of storage class %d to have initi… in EmitVariable()
|
/external/swiftshader/src/Vulkan/ |
D | VkQueue.cpp | 48 ASSERT_MSG(pending.count() == 0, "queue has work after worker thread shutdown"); in ~Queue() 153 ASSERT_MSG(pending.count() == 0, "queue has remaining work!"); in taskLoop()
|
D | VkFormat.cpp | 3116 ASSERT_MSG(packed > 0, "Update VkFormat to uint8_t mapping"); in mapTo8bit() 3124 ASSERT_MSG(unpacked != VK_FORMAT_UNDEFINED, "Update uint8_t to VkFormat mapping"); in mapFrom8bit()
|
D | VkDescriptorSetLayout.cpp | 88 …ASSERT_MSG(offset == getDescriptorSetDataSize(0), "offset: %d, size: %d", int(offset), int(getDesc… in DescriptorSetLayout()
|
/external/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()
|
/external/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()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 243 #define ASSERT_MSG(fmt, ...) \ macro
|