/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 | 144 MSG(1, "\tWARN: Align start sector number to the page unit\n"); in f2fs_prepare_super_block() 145 MSG(1, "\ti.e., start sector: %d, ofs:%d (sects/page: %d)\n", in f2fs_prepare_super_block() 159 MSG(0, "Info: zone aligned segment0 blkaddr: %u\n", in f2fs_prepare_super_block() 281 MSG(1, "\tError: Device size is not sufficient for F2FS volume,\ in f2fs_prepare_super_block() 299 MSG(1, "\tError: %d zones: Need more zones \ in f2fs_prepare_super_block() 369 MSG(1, "\tError: Calloc Failed for sit_zero_buf!!!\n"); in f2fs_init_sit_area() 381 MSG(1, "\tError: While zeroing out the sit area \ in f2fs_init_sit_area() 405 MSG(1, "\tError: Calloc Failed for nat_zero_blk!!!\n"); in f2fs_init_nat_area() 417 MSG(1, "\tError: While zeroing out the nat area \ in f2fs_init_nat_area() 440 MSG(1, "\tError: Calloc Failed for f2fs_checkpoint!!!\n"); in f2fs_write_check_point_pack() [all …]
|
D | f2fs_format_utils.c | 34 MSG(1, "\tError: Failed to get the device stat!!!\n"); in f2fs_trim_device() 39 MSG(0, "Info: Discarding device\n"); in f2fs_trim_device() 44 MSG(0, "Info: This device doesn't support TRIM\n"); in f2fs_trim_device() 46 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 …]
|
/external/openssl/crypto/sha/asm/ |
D | sha1-armv8.pl | 218 my @MSG=map("v$_.16b",(4..7)); 239 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 241 rev32 @MSG[0],@MSG[0] 242 rev32 @MSG[1],@MSG[1] 244 add.i32 $W0,@Kxx[0],@MSG[0] 245 rev32 @MSG[2],@MSG[2] 248 add.i32 $W1,@Kxx[0],@MSG[1] 249 rev32 @MSG[3],@MSG[3] 252 add.i32 $W0,@Kxx[$j],@MSG[2] 253 sha1su0 @MSG[0],@MSG[1],@MSG[2] [all …]
|
D | sha512-armv8.pl | 307 my @MSG=map("v$_.16b",(4..7)); 323 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 326 rev32 @MSG[0],@MSG[0] 327 rev32 @MSG[1],@MSG[1] 328 rev32 @MSG[2],@MSG[2] 329 rev32 @MSG[3],@MSG[3] 336 add.i32 $W0,$W0,@MSG[0] 337 sha256su0 @MSG[0],@MSG[1] 341 sha256su1 @MSG[0],@MSG[2],@MSG[3] 343 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG)); [all …]
|
D | sha1-armv4-large.pl | 561 my @MSG=map("q$_",(4..7)); 584 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 585 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 586 vrev32.8 @MSG[0],@MSG[0] 587 vrev32.8 @MSG[1],@MSG[1] 589 vadd.i32 $W0,@Kxx[0],@MSG[0] 590 vrev32.8 @MSG[2],@MSG[2] 594 vadd.i32 $W1,@Kxx[0],@MSG[1] 595 vrev32.8 @MSG[3],@MSG[3] 598 vadd.i32 $W0,@Kxx[$j],@MSG[2] [all …]
|
D | sha256-armv4.pl | 543 my @MSG=map("q$_",(8..11)); 557 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 558 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 560 vrev32.8 @MSG[0],@MSG[0] 561 vrev32.8 @MSG[1],@MSG[1] 562 vrev32.8 @MSG[2],@MSG[2] 563 vrev32.8 @MSG[3],@MSG[3] 571 vadd.i32 $W0,$W0,@MSG[0] 572 sha256su0 @MSG[0],@MSG[1] 576 sha256su1 @MSG[0],@MSG[2],@MSG[3] [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/chromium_org/third_party/boringssl/src/crypto/sha/asm/ |
D | sha256-586.pl | 520 my @MSG=map("xmm$_",(3..6)); 547 &movdqu (@MSG[0],&QWP(0,$inp)); 548 &movdqu (@MSG[1],&QWP(0x10,$inp)); 549 &movdqu (@MSG[2],&QWP(0x20,$inp)); 550 &pshufb (@MSG[0],$TMP); 551 &movdqu (@MSG[3],&QWP(0x30,$inp)); 555 &paddd ($Wi,@MSG[0]); 556 &pshufb (@MSG[1],$TMP); 564 &paddd ($Wi,@MSG[1]); 565 &pshufb (@MSG[2],$TMP); [all …]
|
D | sha1-586.pl | 421 my @MSG=map("xmm$_",(4..7)); 454 &movdqu (@MSG[0],&QWP(0,$inp)); 456 &movdqu (@MSG[1],&QWP(0x10,$inp)); 458 &movdqu (@MSG[2],&QWP(0x20,$inp)); 459 &pshufb (@MSG[0],$BSWAP); 460 &movdqu (@MSG[3],&QWP(0x30,$inp)); 461 &pshufb (@MSG[1],$BSWAP); 462 &pshufb (@MSG[2],$BSWAP); 463 &pshufb (@MSG[3],$BSWAP); 470 &paddd ($E,@MSG[0]); [all …]
|
D | sha512-x86_64.pl | 535 my @MSG=map("%xmm$_",(3..6)); 568 movdqu ($inp),@MSG[0] 569 movdqu 0x10($inp),@MSG[1] 570 movdqu 0x20($inp),@MSG[2] 571 pshufb $TMP,@MSG[0] 572 movdqu 0x30($inp),@MSG[3] 575 paddd @MSG[0],$Wi 576 pshufb $TMP,@MSG[1] 585 paddd @MSG[1],$Wi 586 pshufb $TMP,@MSG[2] [all …]
|
D | sha1-x86_64.pl | 338 my @MSG=map("%xmm$_",(4..7)); 359 movdqu ($inp),@MSG[0] 361 movdqu 0x10($inp),@MSG[1] 363 movdqu 0x20($inp),@MSG[2] 364 pshufb $BSWAP,@MSG[0] 365 movdqu 0x30($inp),@MSG[3] 366 pshufb $BSWAP,@MSG[1] 367 pshufb $BSWAP,@MSG[2] 369 pshufb $BSWAP,@MSG[3] 376 paddd @MSG[0],$E [all …]
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 390 MSG(0, "\tError: Not available on mounted device!\n"); in f2fs_dev_is_umounted() 400 MSG(0, "\tError: Not available on mounted device!\n"); in f2fs_dev_is_umounted() 414 MSG(0, "\tError: In use by the system!\n"); in f2fs_dev_is_umounted() 434 MSG(0, "\tError: Failed to open the device!\n"); in f2fs_get_device_info() 440 MSG(0, "\tError: Failed to get the device stat!\n"); in f2fs_get_device_info() 448 MSG(0, "\tError: Using the default sector size\n"); in f2fs_get_device_info() 451 MSG(0, "\tError: Cannot set the sector size to:" in f2fs_get_device_info() 462 MSG(0, "\tError: Cannot get the device size\n"); in f2fs_get_device_info() 468 MSG(0, "\tError: Cannot get the device size\n"); in f2fs_get_device_info() 479 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 106 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \ 107 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;} 111 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \ 112 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {} 120 #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/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
|
/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/skia/include/gpu/ |
D | GrConfig.h | 121 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument 123 #define GR_WARN(MSG) ("WARNING: " MSG) argument
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrConfig.h | 125 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument 127 #define GR_WARN(MSG) ("WARNING: " MSG) 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/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
|