/external/f2fs-tools/mkfs/ |
D | f2fs_format_main.c | 29 MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n"); in mkfs_usage() 30 MSG(0, "[options]:\n"); in mkfs_usage() 31 MSG(0, " -a heap-based allocation [default:1]\n"); in mkfs_usage() 32 MSG(0, " -d debug level [default:0]\n"); in mkfs_usage() 33 MSG(0, " -e [extension list] e.g. \"mp3,gif,mov\"\n"); in mkfs_usage() 34 MSG(0, " -l label\n"); in mkfs_usage() 35 MSG(0, " -o overprovision ratio [default:5]\n"); in mkfs_usage() 36 MSG(0, " -s # of segments per section [default:1]\n"); in mkfs_usage() 37 MSG(0, " -z # of sections per zone [default:1]\n"); in mkfs_usage() 38 MSG(0, " -t 0: nodiscard, 1: discard [default:1]\n"); in mkfs_usage() [all …]
|
D | f2fs_format.c | 207 MSG(1, "\tWARN: Align start sector number to the page unit\n"); in f2fs_prepare_super_block() 208 MSG(1, "\ti.e., start sector: %d, ofs:%d (sects/page: %d)\n", in f2fs_prepare_super_block() 220 MSG(0, "Info: zone aligned segment0 blkaddr: %u\n", get_sb(segment0_blkaddr)); in f2fs_prepare_super_block() 315 MSG(1, "\tError: Device size is not sufficient for F2FS volume,\ in f2fs_prepare_super_block() 332 MSG(1, "\tError: %d zones: Need more zones \ in f2fs_prepare_super_block() 359 MSG(0, "Info: format version with\n \"%s\"\n", config.version); in f2fs_prepare_super_block() 382 MSG(1, "\tError: Calloc Failed for sit_zero_buf!!!\n"); in f2fs_init_sit_area() 392 MSG(1, "\tError: While zeroing out the sit area \ in f2fs_init_sit_area() 416 MSG(1, "\tError: Calloc Failed for nat_zero_blk!!!\n"); in f2fs_init_nat_area() 426 MSG(1, "\tError: While zeroing out the nat area \ in f2fs_init_nat_area() [all …]
|
D | f2fs_format_utils.c | 42 MSG(1, "\tError: Failed to get the device stat!!!\n"); in f2fs_trim_device() 47 MSG(0, "Info: Discarding device\n"); in f2fs_trim_device() 52 MSG(0, "Info: fallocate(PUNCH_HOLE|KEEP_SIZE) is failed\n"); in f2fs_trim_device() 58 MSG(0, "Info: This device doesn't support TRIM\n"); in f2fs_trim_device() 60 MSG(0, "Info: Discarded %lu sectors\n", in f2fs_trim_device()
|
/external/f2fs-tools/fsck/ |
D | main.c | 18 MSG(0, "\nUsage: fsck.f2fs [options] device\n"); in fsck_usage() 19 MSG(0, "[options]:\n"); in fsck_usage() 20 MSG(0, " -a check/fix potential corruption, reported by f2fs\n"); in fsck_usage() 21 MSG(0, " -d debug level [default:0]\n"); in fsck_usage() 22 MSG(0, " -f check/fix entire partition\n"); in fsck_usage() 23 MSG(0, " -t show directory tree [-d -1]\n"); in fsck_usage() 29 MSG(0, "\nUsage: dump.f2fs [options] device\n"); in dump_usage() 30 MSG(0, "[options]:\n"); in dump_usage() 31 MSG(0, " -d debug level [default:0]\n"); in dump_usage() 32 MSG(0, " -i inode no (hex)\n"); in dump_usage() [all …]
|
D | dump.c | 238 MSG(0, "Not a regular file\n\n"); in dump_file() 286 MSG(0, "Invalid nat entry\n\n"); in dump_node() 296 MSG(0, "Invalid node block\n\n"); in dump_node() 354 MSG(0, " - Data offset : 0x%x (4KB), %'u (bytes)\n", in dump_data_offset() 370 MSG(0, " - Node offset : 0x%x\n", ofs_of_node(node_blk)); in dump_node_offset() 382 MSG(0, "\n== Dump data from block address ==\n\n"); in dump_info_from_blkaddr() 385 MSG(0, "\nFS Reserved Area for SEG #0: "); in dump_info_from_blkaddr() 388 MSG(0, "\nFS Metadata Area: "); in dump_info_from_blkaddr() 391 MSG(0, "\nFS SIT Area: "); in dump_info_from_blkaddr() 394 MSG(0, "\nFS NAT Area: "); in dump_info_from_blkaddr() [all …]
|
/external/boringssl/src/crypto/sha/asm/ |
D | sha1-armv8.pl | 232 my @MSG=map("v$_.16b",(4..7)); 253 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 255 rev32 @MSG[0],@MSG[0] 256 rev32 @MSG[1],@MSG[1] 258 add.i32 $W0,@Kxx[0],@MSG[0] 259 rev32 @MSG[2],@MSG[2] 262 add.i32 $W1,@Kxx[0],@MSG[1] 263 rev32 @MSG[3],@MSG[3] 266 add.i32 $W0,@Kxx[$j],@MSG[2] 267 sha1su0 @MSG[0],@MSG[1],@MSG[2] [all …]
|
D | sha512-armv8.pl | 329 my @MSG=map("v$_.16b",(4..7)); 345 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 348 rev32 @MSG[0],@MSG[0] 349 rev32 @MSG[1],@MSG[1] 350 rev32 @MSG[2],@MSG[2] 351 rev32 @MSG[3],@MSG[3] 358 add.i32 $W0,$W0,@MSG[0] 359 sha256su0 @MSG[0],@MSG[1] 363 sha256su1 @MSG[0],@MSG[2],@MSG[3] 365 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG)); [all …]
|
D | sha1-armv4-large.pl | 581 my @MSG=map("q$_",(4..7)); 604 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 605 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 606 vrev32.8 @MSG[0],@MSG[0] 607 vrev32.8 @MSG[1],@MSG[1] 609 vadd.i32 $W0,@Kxx[0],@MSG[0] 610 vrev32.8 @MSG[2],@MSG[2] 614 vadd.i32 $W1,@Kxx[0],@MSG[1] 615 vrev32.8 @MSG[3],@MSG[3] 618 vadd.i32 $W0,@Kxx[$j],@MSG[2] [all …]
|
D | sha256-586.pl | 515 my @MSG=map("xmm$_",(3..6)); 542 &movdqu (@MSG[0],&QWP(0,$inp)); 543 &movdqu (@MSG[1],&QWP(0x10,$inp)); 544 &movdqu (@MSG[2],&QWP(0x20,$inp)); 545 &pshufb (@MSG[0],$TMP); 546 &movdqu (@MSG[3],&QWP(0x30,$inp)); 550 &paddd ($Wi,@MSG[0]); 551 &pshufb (@MSG[1],$TMP); 559 &paddd ($Wi,@MSG[1]); 560 &pshufb (@MSG[2],$TMP); [all …]
|
D | sha256-armv4.pl | 595 my @MSG=map("q$_",(8..11)); 624 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 625 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 627 vrev32.8 @MSG[0],@MSG[0] 628 vrev32.8 @MSG[1],@MSG[1] 629 vrev32.8 @MSG[2],@MSG[2] 630 vrev32.8 @MSG[3],@MSG[3] 638 vadd.i32 $W0,$W0,@MSG[0] 639 sha256su0 @MSG[0],@MSG[1] 643 sha256su1 @MSG[0],@MSG[2],@MSG[3] [all …]
|
D | sha1-586.pl | 419 my @MSG=map("xmm$_",(4..7)); 452 &movdqu (@MSG[0],&QWP(0,$inp)); 454 &movdqu (@MSG[1],&QWP(0x10,$inp)); 456 &movdqu (@MSG[2],&QWP(0x20,$inp)); 457 &pshufb (@MSG[0],$BSWAP); 458 &movdqu (@MSG[3],&QWP(0x30,$inp)); 459 &pshufb (@MSG[1],$BSWAP); 460 &pshufb (@MSG[2],$BSWAP); 461 &pshufb (@MSG[3],$BSWAP); 468 &paddd ($E,@MSG[0]); [all …]
|
D | sha512-x86_64.pl | 528 my @MSG=map("%xmm$_",(3..6)); 561 movdqu ($inp),@MSG[0] 562 movdqu 0x10($inp),@MSG[1] 563 movdqu 0x20($inp),@MSG[2] 564 pshufb $TMP,@MSG[0] 565 movdqu 0x30($inp),@MSG[3] 568 paddd @MSG[0],$Wi 569 pshufb $TMP,@MSG[1] 578 paddd @MSG[1],$Wi 579 pshufb $TMP,@MSG[2] [all …]
|
D | sha1-x86_64.pl | 330 my @MSG=map("%xmm$_",(4..7)); 351 movdqu ($inp),@MSG[0] 353 movdqu 0x10($inp),@MSG[1] 355 movdqu 0x20($inp),@MSG[2] 356 pshufb $BSWAP,@MSG[0] 357 movdqu 0x30($inp),@MSG[3] 358 pshufb $BSWAP,@MSG[1] 359 pshufb $BSWAP,@MSG[2] 361 pshufb $BSWAP,@MSG[3] 368 paddd @MSG[0],$E [all …]
|
/external/deqp/framework/common/ |
D | tcuDefs.hpp | 116 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument 117 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__) 119 #define TCU_THROW(ERRCLASS, MSG) \ argument 120 TCU_THROW_EXPR(ERRCLASS, MSG, DE_NULL) 122 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument 125 TCU_THROW_EXPR(ERRCLASS, MSG, #X); \ 129 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument 135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… argument
|
/external/deqp/framework/opengl/ |
D | gluDefs.hpp | 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) argument 31 #define GLU_CHECK_MSG(MSG) GLU_EXPECT_NO_ERROR(glGetError(), MSG) argument 36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG) argument
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 391 MSG(0, "\tError: Not available on mounted device!\n"); in f2fs_dev_is_umounted() 401 MSG(0, "\tError: Not available on mounted device!\n"); in f2fs_dev_is_umounted() 415 MSG(0, "\tError: In use by the system!\n"); in f2fs_dev_is_umounted() 445 MSG(0, "\tError: Failed to open the device!\n"); in f2fs_get_device_info() 452 MSG(0, "\tInfo: No support kernel version!\n"); in f2fs_get_device_info() 455 MSG(0, "\tError: Failed to get the device stat!\n"); in f2fs_get_device_info() 463 MSG(0, "\tError: Using the default sector size\n"); in f2fs_get_device_info() 473 MSG(0, "\tError: Cannot get the device size\n"); in f2fs_get_device_info() 479 MSG(0, "\tError: Cannot get the device size\n"); in f2fs_get_device_info() 490 MSG(0, "\tError: Volume type is not supported!!!\n"); in f2fs_get_device_info() [all …]
|
/external/eigen/Eigen/src/Core/util/ |
D | StaticAssert.h | 32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); argument 108 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \ 109 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;} 113 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \ 114 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {} 122 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG);
|
/external/deqp/executor/ |
D | xeDefs.hpp | 49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__) argument 51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(… argument
|
/external/deqp/execserver/ |
D | xsDefs.hpp | 85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__) argument 87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(… argument
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | LogRecordTest.java | 35 static final String MSG = "test msg, pls. ignore itb"; field in LogRecordTest 43 lr = new LogRecord(Level.CONFIG, MSG); in setUp() 54 new LogRecord(null, MSG); in testLogRecordWithNullPointers() 142 logger.log(Level.SEVERE, MSG); in testGetSourceDefaultValue() 147 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() 154 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() 161 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() 193 ml.info(MSG); in testGetSourceDefaultValue() 200 ml.log(Level.SEVERE, MSG); in testGetSourceDefaultValue() 205 lr = new LogRecord(Level.SEVERE, MSG); in testGetSourceDefaultValue() [all …]
|
D | FormatterTest.java | 34 static String MSG = "msg, pls. ignore it"; field in FormatterTest 42 r = new LogRecord(Level.FINE, MSG); in setUp() 58 assertEquals(MSG, f.formatMessage(r)); in testFormatMessage() 72 r.setMessage(MSG); in testFormatMessage() 73 assertEquals(MSG, f.formatMessage(r)); in testFormatMessage()
|
D | SimpleFormatterTest.java | 37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa"; field in SimpleFormatterTest 45 lr = new LogRecord(Level.FINE, MSG); in setUp() 80 lr.setMessage(MSG + " {0,number}");
|
/external/skia/include/gpu/ |
D | GrConfig.h | 110 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument 112 #define GR_WARN(MSG) ("WARNING: " MSG) argument
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-04.ll | 16 ; Check MSG with no displacement. 26 ; Check the high end of the aligned MSG range. 50 ; Check the high end of the negative aligned MSG range. 61 ; Check the low end of the MSG range. 85 ; Check that MSG allows an index. 98 ; Check that multiplications of spilled values can use MSG rather than MSGR.
|
/external/nanopb-c/ |
D | pb.h | 115 #define STATIC_ASSERT(COND,MSG) typedef char STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER__)[(COND)?1… argument 116 #define STATIC_ASSERT_MSG(MSG, LINE, COUNTER) STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) argument 117 #define STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) static_assertion_##MSG##LINE##COUNTER argument
|