/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | sample-overlap.test | 1 ; RUN: llvm-profdata overlap --sample %S/Inputs/sample-overlap-0.proftext %S/Inputs/sample-overlap-… 4 ; OVERLAP0: Whole program sample overlap: 100.000% 9 ; OVERLAP0: Function overlap: 100.000% 10 ; OVERLAP0: overlap functions: 4 13 ; OVERLAP0: Hot-function overlap: 100.000% 14 ; OVERLAP0: overlap hot functions: 4 17 ; OVERLAP0: Hot-block overlap: 100.000% 18 ; OVERLAP0: overlap hot blocks: 12 22 ; RUN: llvm-profdata overlap --sample %S/Inputs/sample-overlap-0.proftext %S/Inputs/sample-overlap-… 25 ; OVERLAP1: Whole program sample overlap: 10.000% [all …]
|
D | overlap.test | 1 RUN: llvm-profdata overlap %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s… 2 RUN: llvm-profdata overlap -function=main %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext… 3 RUN: llvm-profdata overlap -value-cutoff=15000 %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.pro… 6 RUN: llvm-profdata overlap %t_1.profdata %t_2.profdata | FileCheck %s -check-prefix=OVERLAP 8 MAINFUNC: # of edge counters overlap: 2 9 MAINFUNC: Edge profile overlap: 100.000% 12 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile: 14 OVERLAP: # of functions overlap: 2 17 OVERLAP: Edge profile overlap: 60.000%
|
D | overlap_vp.test | 1 RUN: llvm-profdata overlap %p/Inputs/overlap_1_vp.proftext %p/Inputs/overlap_2_vp.proftext | FileCh… 4 RUN: llvm-profdata overlap %t_1_vp.profdata %t_2_vp.profdata | FileCheck %s -check-prefix=OVERLAP 5 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile: 7 OVERLAP: # of functions overlap: 1 8 OVERLAP: Edge profile overlap: 80.000% 11 OVERLAP: IndirectCall profile overlap: 80.000% 14 OVERLAP: MemOP profile overlap: 80.000%
|
D | overlap_cs.test | 1 RUN: llvm-profdata overlap -cs %p/Inputs/overlap_1_cs.proftext %p/Inputs/overlap_2_cs.proftext | Fi… 4 RUN: llvm-profdata overlap -cs %t_1_cs.profdata %t_2_cs.profdata | FileCheck %s -check-prefix=OVERL… 5 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile: 7 OVERLAP: # of functions overlap: 1 8 OVERLAP: Edge profile overlap: 80.000%
|
/external/icu/icu4c/source/common/ |
D | unisetspan.cpp | 654 int32_t overlap=spanLengths[i]; in span() local 655 if(overlap==ALL_CP_CONTAINED) { in span() 663 if(overlap>=LONG_SPAN) { in span() 664 overlap=length16; in span() 666 U16_BACK_1(s16, 0, overlap); // Length of the string minus the last code point. in span() 668 if(overlap>spanLength) { in span() 669 overlap=spanLength; in span() 671 int32_t inc=length16-overlap; // Keep overlap+inc==length16. in span() 677 … if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) { in span() 683 if(overlap==0) { in span() [all …]
|
/external/llvm-project/llvm/test/MC/RISCV/rvv/ |
D | invalid.s | 65 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 69 # CHECK-ERROR: The destination vector register group cannot overlap the source vector register grou… 73 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 77 # CHECK-ERROR: The destination vector register group cannot overlap the source vector register grou… 81 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 85 # CHECK-ERROR: The destination vector register group cannot overlap the source vector register grou… 89 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 93 # CHECK-ERROR: The destination vector register group cannot overlap the source vector register grou… 97 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 101 # CHECK-ERROR: The destination vector register group cannot overlap the source vector register grou… [all …]
|
/external/libese/libese/tests/ |
D | bitspec_unittests.cpp | 37 } overlap; member 58 .overlap = { 144 EXPECT_EQ(0, bs_get(kTestSpec.overlap.upper6, byte)); in TEST_F() 145 EXPECT_EQ(0, bs_get(kTestSpec.overlap.lower6, byte)); in TEST_F() 146 EXPECT_EQ(0, bs_get(kTestSpec.overlap.all8, byte)); in TEST_F() 148 EXPECT_EQ(0x3f, bs_get(kTestSpec.overlap.upper6, byte)); in TEST_F() 149 EXPECT_EQ(0x3f, bs_get(kTestSpec.overlap.lower6, byte)); in TEST_F() 150 EXPECT_EQ(0xff, bs_get(kTestSpec.overlap.all8, byte)); in TEST_F() 154 bs_assign(&byte, kTestSpec.overlap.lower6, i); in TEST_F() 155 EXPECT_EQ((i & (0x3f << 2)) >> 2, bs_get(kTestSpec.overlap.upper6, byte)); in TEST_F() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UnicodeSetStringSpan.java | 404 int overlap = spanLengths[i]; in spanWithStrings() local 405 if (overlap == ALL_CP_CONTAINED) { in spanWithStrings() 413 if (overlap >= LONG_SPAN) { in spanWithStrings() 414 overlap = length16; in spanWithStrings() 416 … overlap = string.offsetByCodePoints(overlap, -1); // Length of the string minus the last code in spanWithStrings() 419 if (overlap > spanLength) { in spanWithStrings() 420 overlap = spanLength; in spanWithStrings() 422 int inc = length16 - overlap; // Keep overlap+inc==length16. in spanWithStrings() 428 … if (!offsets.containsOffset(inc) && matches16CPB(s, pos - overlap, length, string, length16)) { in spanWithStrings() 434 if (overlap == 0) { in spanWithStrings() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 62 OVERLAPPED overlap; member 90 LPOVERLAPPED overlap); 97 LPOVERLAPPED overlap); 147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe() 148 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe() 154 eloop_register_event(dst->overlap.hEvent, in ctrl_open_pipe() 155 sizeof(dst->overlap.hEvent), in ctrl_open_pipe() 181 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) { in ctrl_open_pipe() 198 if (SetEvent(dst->overlap.hEvent)) in ctrl_open_pipe() 226 if (dst->overlap.hEvent) { in ctrl_close_pipe() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeSetStringSpan.java | 400 int overlap = spanLengths[i]; in spanWithStrings() local 401 if (overlap == ALL_CP_CONTAINED) { in spanWithStrings() 409 if (overlap >= LONG_SPAN) { in spanWithStrings() 410 overlap = length16; in spanWithStrings() 412 … overlap = string.offsetByCodePoints(overlap, -1); // Length of the string minus the last code in spanWithStrings() 415 if (overlap > spanLength) { in spanWithStrings() 416 overlap = spanLength; in spanWithStrings() 418 int inc = length16 - overlap; // Keep overlap+inc==length16. in spanWithStrings() 424 … if (!offsets.containsOffset(inc) && matches16CPB(s, pos - overlap, length, string, length16)) { in spanWithStrings() 430 if (overlap == 0) { in spanWithStrings() [all …]
|
/external/dng_sdk/source/ |
D | dng_misc_opcodes.cpp | 215 dng_rect overlap = fArea & tile; in Overlap() local 217 if (overlap.NotEmpty ()) in Overlap() 220 overlap.t = fArea.t + ConvertUint32ToInt32( in Overlap() 221 RoundUpUint32ToMultiple(static_cast<uint32>(overlap.t - fArea.t), in Overlap() 223 overlap.l = fArea.l + ConvertUint32ToInt32( in Overlap() 224 RoundUpUint32ToMultiple(static_cast<uint32>(overlap.l - fArea.l), in Overlap() 227 if (overlap.NotEmpty ()) in Overlap() 230 overlap.b = overlap.t + ((overlap.H () - 1) / fRowPitch) * fRowPitch + 1; in Overlap() 231 overlap.r = overlap.l + ((overlap.W () - 1) / fColPitch) * fColPitch + 1; in Overlap() 233 return overlap; in Overlap() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | numparse_scientific.cpp | 69 int32_t overlap = segment.getCommonPrefixLength(fExponentSeparatorString); in match() local 70 if (overlap == fExponentSeparatorString.length()) { in match() 74 if (segment.length() == overlap) { in match() 77 segment.adjustOffset(overlap); in match() 96 overlap = segment.getCommonPrefixLength(fCustomMinusSign); in match() 97 if (overlap != fCustomMinusSign.length()) { in match() 103 segment.adjustOffset(overlap); in match() 105 overlap = segment.getCommonPrefixLength(fCustomPlusSign); in match() 106 if (overlap != fCustomPlusSign.length()) { in match() 111 segment.adjustOffset(overlap); in match() [all …]
|
D | numparse_currency.cpp | 67 int32_t overlap = segment.getCommonPrefixLength(beforeSuffixInsert); in match() local 68 if (overlap == beforeSuffixInsert.length()) { in match() 69 segment.adjustOffset(overlap); in match() 72 maybeMore = maybeMore || overlap == segment.length(); in match() 84 int32_t overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match() local 85 if (overlap == afterPrefixInsert.length()) { in match() 86 segment.adjustOffset(overlap); in match() 89 maybeMore = maybeMore || overlap == segment.length(); in match() 160 int32_t overlap = segment.getCommonPrefixLength(name); in matchCurrency() local 161 if (overlap == name.length() && name.length() > longestFullMatch) { in matchCurrency() [all …]
|
D | numparse_decimal.cpp | 170 int32_t overlap = segment.getCommonPrefixLength(str); in match() local 171 if (overlap == str.length()) { in match() 172 segment.adjustOffset(overlap); in match() 176 maybeMore = maybeMore || (overlap == segment.length()); in match() 201 int32_t overlap = segment.getCommonPrefixLength(decimalSeparator); in match() local 202 maybeMore = maybeMore || (overlap == segment.length()); in match() 203 if (overlap == decimalSeparator.length()) { in match() 211 int32_t overlap = segment.getCommonPrefixLength(actualGroupingString); in match() local 212 maybeMore = maybeMore || (overlap == segment.length()); in match() 213 if (overlap == actualGroupingString.length()) { in match() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | lsr-unfolded-offset.ll | 24 %overlap.081 = phi i32 [ %overlap.4, %for.inc69 ], [ 0, %entry ] 34 %overlap.178 = phi i32 [ %overlap.081, %outer.loop ], [ %overlap.4, %for.inc ] 48 %overlap.2 = select i1 %or.cond, i32 1, i32 %overlap.178 52 %overlap.3 = select i1 %or.cond74, i32 1, i32 %overlap.2 62 %overlap.4 = phi i32 [ %overlap.178, %inner.loop ], [ 1, %if.then66 ], [ %overlap.3, %if.end ] 73 %overlap.0.lcssa = phi i32 [ 0, %entry ], [ %overlap.4, %for.inc69 ] 74 ret i32 %overlap.0.lcssa
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | lsr-unfolded-offset.ll | 24 %overlap.081 = phi i32 [ %overlap.4, %for.inc69 ], [ 0, %entry ] 34 %overlap.178 = phi i32 [ %overlap.081, %outer.loop ], [ %overlap.4, %for.inc ] 48 %overlap.2 = select i1 %or.cond, i32 1, i32 %overlap.178 52 %overlap.3 = select i1 %or.cond74, i32 1, i32 %overlap.2 62 %overlap.4 = phi i32 [ %overlap.178, %inner.loop ], [ 1, %if.then66 ], [ %overlap.3, %if.end ] 73 %overlap.0.lcssa = phi i32 [ 0, %entry ], [ %overlap.4, %for.inc69 ] 74 ret i32 %overlap.0.lcssa
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | ScientificMatcher.java | 69 int overlap = segment.getCommonPrefixLength(exponentSeparatorString); in match() local 70 if (overlap == exponentSeparatorString.length()) { in match() 74 if (segment.length() == overlap) { in match() 77 segment.adjustOffset(overlap); in match() 95 overlap = segment.getCommonPrefixLength(customMinusSign); in match() 96 if (overlap != customMinusSign.length()) { in match() 102 segment.adjustOffset(overlap); in match() 104 overlap = segment.getCommonPrefixLength(customPlusSign); in match() 105 if (overlap != customPlusSign.length()) { in match() 110 segment.adjustOffset(overlap); in match() [all …]
|
D | CombinedCurrencyMatcher.java | 103 int overlap = segment.getCommonPrefixLength(beforeSuffixInsert); in match() local 104 if (overlap == beforeSuffixInsert.length()) { in match() 105 segment.adjustOffset(overlap); in match() 108 maybeMore = maybeMore || overlap == segment.length(); in match() 120 int overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match() local 121 if (overlap == afterPrefixInsert.length()) { in match() 122 segment.adjustOffset(overlap); in match() 125 maybeMore = maybeMore || overlap == segment.length(); in match() 189 int overlap = segment.getCommonPrefixLength(name); in matchCurrency() local 190 if (overlap == name.length() && name.length() > longestFullMatch) { in matchCurrency() [all …]
|
D | DecimalMatcher.java | 188 int overlap = segment.getCommonPrefixLength(str); in match() local 189 if (overlap == str.length()) { in match() 190 segment.adjustOffset(overlap); in match() 194 maybeMore = maybeMore || (overlap == segment.length()); in match() 218 int overlap = segment.getCommonPrefixLength(decimalSeparator); in match() local 219 maybeMore = maybeMore || (overlap == segment.length()); in match() 220 if (overlap == decimalSeparator.length()) { in match() 228 int overlap = segment.getCommonPrefixLength(actualGroupingString); in match() local 229 maybeMore = maybeMore || (overlap == segment.length()); in match() 230 if (overlap == actualGroupingString.length()) { in match() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | ScientificMatcher.java | 67 int overlap = segment.getCommonPrefixLength(exponentSeparatorString); in match() local 68 if (overlap == exponentSeparatorString.length()) { in match() 72 if (segment.length() == overlap) { in match() 75 segment.adjustOffset(overlap); in match() 93 overlap = segment.getCommonPrefixLength(customMinusSign); in match() 94 if (overlap != customMinusSign.length()) { in match() 100 segment.adjustOffset(overlap); in match() 102 overlap = segment.getCommonPrefixLength(customPlusSign); in match() 103 if (overlap != customPlusSign.length()) { in match() 108 segment.adjustOffset(overlap); in match() [all …]
|
D | CombinedCurrencyMatcher.java | 101 int overlap = segment.getCommonPrefixLength(beforeSuffixInsert); in match() local 102 if (overlap == beforeSuffixInsert.length()) { in match() 103 segment.adjustOffset(overlap); in match() 106 maybeMore = maybeMore || overlap == segment.length(); in match() 118 int overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match() local 119 if (overlap == afterPrefixInsert.length()) { in match() 120 segment.adjustOffset(overlap); in match() 123 maybeMore = maybeMore || overlap == segment.length(); in match() 187 int overlap = segment.getCommonPrefixLength(name); in matchCurrency() local 188 if (overlap == name.length() && name.length() > longestFullMatch) { in matchCurrency() [all …]
|
/external/libopus/celt/mips/ |
D | mdct_mipsr1.h | 61 const opus_val16 *window, int overlap, int shift, int stride, int arch) in clt_mdct_forward() argument 98 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); in clt_mdct_forward() 99 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward() 101 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); in clt_mdct_forward() 102 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; in clt_mdct_forward() 103 for(i=0;i<((overlap+3)>>2);i++) in clt_mdct_forward() 114 wp2 = window+overlap-1; in clt_mdct_forward() 115 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward() 187 const opus_val16 * OPUS_RESTRICT window, int overlap, int shift, int stride, int arch) in clt_mdct_backward() argument 210 kiss_fft_scalar * OPUS_RESTRICT yp = out+(overlap>>1); in clt_mdct_backward() [all …]
|
/external/libopus/celt/arm/ |
D | celt_mdct_ne10.c | 48 int overlap, int shift, int stride, int arch) in clt_mdct_forward_neon() argument 76 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); in clt_mdct_forward_neon() 77 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward_neon() 79 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); in clt_mdct_forward_neon() 80 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; in clt_mdct_forward_neon() 81 for(i=0;i<((overlap+3)>>2);i++) in clt_mdct_forward_neon() 92 wp2 = window+overlap-1; in clt_mdct_forward_neon() 93 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward_neon() 162 int overlap, int shift, int stride, int arch) in clt_mdct_backward_neon() argument 201 opus_ifft(st, (kiss_fft_cpx *)f, (kiss_fft_cpx*)(out+(overlap>>1)), arch); in clt_mdct_backward_neon() [all …]
|
/external/libopus/celt/ |
D | mdct.c | 120 const opus_val16 *window, int overlap, int shift, int stride, int arch) in clt_mdct_forward_c() argument 155 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); in clt_mdct_forward_c() 156 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward_c() 158 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); in clt_mdct_forward_c() 159 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; in clt_mdct_forward_c() 160 for(i=0;i<((overlap+3)>>2);i++) in clt_mdct_forward_c() 171 wp2 = window+overlap-1; in clt_mdct_forward_c() 172 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward_c() 243 const opus_val16 * OPUS_RESTRICT window, int overlap, int shift, int stride, int arch) in clt_mdct_backward_c() argument 265 kiss_fft_scalar * OPUS_RESTRICT yp = out+(overlap>>1); in clt_mdct_backward_c() [all …]
|
/external/libopus/celt/dump_modes/ |
D | dump_modes.c | 95 fprintf(file, "#ifndef DEF_WINDOW%d\n", mode->overlap); in dump_modes() 96 fprintf(file, "#define DEF_WINDOW%d\n", mode->overlap); in dump_modes() 97 fprintf (file, "static const opus_val16 window%d[%d] = {\n", mode->overlap, mode->overlap); in dump_modes() 98 for (j=0;j<mode->overlap;j++) in dump_modes() 225 fprintf(file, "static const CELTMode mode%d_%d_%d = {\n", mode->Fs, mdctSize, mode->overlap); in dump_modes() 227 fprintf(file, "%d, /* overlap */\n", mode->overlap); in dump_modes() 250 fprintf(file, "window%d, /* window */\n", mode->overlap); in dump_modes() 269 fprintf(file, "&mode%d_%d_%d,\n", mode->Fs, mdctSize, mode->overlap); in dump_modes() 279 int overlap = 0; in dump_header() local 288 if (overlap==0) in dump_header() [all …]
|