/external/valgrind/memcheck/tests/ |
D | custom_alloc.c | 33 #define RZ 8 in custom_alloc() macro 36 int size2 = size + RZ*2; in custom_alloc() 44 p = hp + RZ; in custom_alloc() 47 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc() 54 VALGRIND_FREELIKE_BLOCK( p, RZ ); in custom_free() 61 char superblock[1 + RZ + 20 + RZ + 1]; in checkredzone() 62 char *p = 1 + RZ + superblock; in checkredzone() 63 assert(RZ > 0); in checkredzone() 66 VALGRIND_MALLOCLIKE_BLOCK( p, 20, RZ, /*is_zeroed*/1 ); in checkredzone() 69 p[-RZ] = p[0]; // error expected in checkredzone() [all …]
|
/external/valgrind/massif/tests/ |
D | custom_alloc.c | 27 #define RZ 8 in custom_alloc() macro 30 int size2 = size + RZ*2; in custom_alloc() 38 p = hp + RZ; in custom_alloc() 41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc() 48 VALGRIND_FREELIKE_BLOCK( p, RZ ); in custom_free() 50 #undef RZ
|
/external/valgrind/drd/tests/ |
D | custom_alloc.c | 27 #define RZ 8 in custom_alloc() macro 30 int size2 = size + RZ*2; in custom_alloc() 38 p = hp + RZ; in custom_alloc() 41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc() 48 VALGRIND_FREELIKE_BLOCK( p, RZ ); in custom_free() 50 #undef RZ
|
/external/v8/test/cctest/ |
D | test-assembler-arm.cc | 535 TestRoundingMode(s32_f64, RZ, 0, 0); 536 TestRoundingMode(s32_f64, RZ, 0.5, 0); 537 TestRoundingMode(s32_f64, RZ, -0.5, 0); 538 TestRoundingMode(s32_f64, RZ, 123.7, 123); 539 TestRoundingMode(s32_f64, RZ, -123.7, -123); 540 TestRoundingMode(s32_f64, RZ, 123456.2, 123456); 541 TestRoundingMode(s32_f64, RZ, -123456.2, -123456); 542 TestRoundingMode(s32_f64, RZ, static_cast<double>(kMaxInt), kMaxInt); 543 TestRoundingMode(s32_f64, RZ, (kMaxInt + 0.5), kMaxInt); 544 TestRoundingMode(s32_f64, RZ, (kMaxInt + 1.0), kMaxInt, true); [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 146 RZ, enumerator
|
/external/v8/src/arm/ |
D | constants-arm.h | 380 RZ = 3 << 22, // Round towards zero. enumerator 386 kRoundToZero = RZ
|
D | simulator-arm.cc | 3175 DCHECK((mode == RN) || (mode == RM) || (mode == RZ)); in get_inv_op_vfp_flag() 3200 case RZ: in get_inv_op_vfp_flag() 3253 : RZ; in DecodeVCVTBetweenFloatingPointAndInteger() 3254 DCHECK((mode == RM) || (mode == RZ) || (mode == RN)); in DecodeVCVTBetweenFloatingPointAndInteger() 3292 case RZ: in DecodeVCVTBetweenFloatingPointAndInteger()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_mgc1.pkb | 59 �H�����]�@87�GZ��<�<��.�RZ����/���F$B���;`T�aXxvP@�|g�ֵ��C�> �n�X�:��Ḱ+C���
|
/external/v8/src/mips/ |
D | constants-mips.h | 665 RZ = 1 << 0, // Round towards zero. enumerator 671 kRoundToZero = RZ,
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 679 RZ = 1 << 0, // Round towards zero. enumerator 685 kRoundToZero = RZ,
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kdt_mgc1.pkb | 26 …���/�^�j�aFl&c6��E�{���P2�^��b&Rr�ͳ�ጰg�&-��Rg3͡�Q+FZ��ifE�Y��6Xcj�RZɃ5Ŵ6�t=�m�ׂ8��Z�G…
|
D | en-GB_kh0_kpdf_mgc.pkb | 998 $�Mki|T�g������hj�q�ydh�QYju9??<=CAGAIMPNUmz���ds>RZ\-20//215468;;@O[dc}����KL��������� 1471 w�<�*.���F`@D70=K51/@OU�YI3D34-%;7����HU_hxwo�mh�s�q�~|��RZ`���^^t����t�_�s�~���~������P�:�?��…
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.cpp | 127 case NVPTX::PTXCvtMode::RZ: in printCvtMode()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_kdt_posd.pkb | 195 ,*��-RZ��[��/ EV�^(F�O,=,
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1289 uint64_t RZ = std::max( in InstrumentGlobals() local 1291 uint64_t RightRedzoneSize = RZ; in InstrumentGlobals()
|
/external/valgrind/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 430 v5973 v6014 n-i-bz ppc64-linux stack RZ fast-case snafu
|
/external/libxml2/macos/ |
D | libxml2.mcp.xml.sit.hqx | 88 )4i3H2d8q5[Bj#q%aR[RZ$[`"5%4+SCX+@ZPIL``qiLU@T%B2JMa$J0`%[l,c)jY
|
/external/jpeg/ |
D | testimg.ppm | 4 …RZ^Xfb]qjfsp�wv�xx�|{��~�����ň�ȉ�ǂ}�y�zu�xq�vo�tk�pg�za��QZ�HE�EH�HO�BN�:F�6A�9@�==�A=�D?�EB�CH…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.pkb | 2955 …� ����w����d�e��>�-���k v��d�u������(*��-� #�T8�a�:P;_>9RZ�s<ah>o\;32Q#2VN�K`fn…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 576 ��Q���sā/��_>?C-7B;NM;A[\2,GEI")'+1=<RZ\DIEF:j;Mb'<%A1>JOKQW\g{�b=;ACENRJOZVYU]]682:<:A�n,!1
|
/external/valgrind/ |
D | NEWS.old | 409 n-i-bz ppc64-linux stack RZ fast-case snafu
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 2657 VKSa`RZ^xe408@A_Zl}����ASwt�~mCSB83B_X~�������o�HV=M/�g������� �H�H�x�
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 237999 q�RZ� 264596 RZ� 350485 y��pbeRZ�
|