/external/llvm/test/Transforms/InstCombine/ |
D | range-check.ll | 7 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %x 10 %nn = and i32 %n, 2147483647 12 %b = icmp slt i32 %x, %nn 18 ; CHECK: [[R:%[0-9]+]] = icmp uge i32 %nn, %x 21 %nn = and i32 %n, 2147483647 23 %b = icmp sle i32 %x, %nn 29 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %x 32 %nn = and i32 %n, 2147483647 33 %a = icmp sgt i32 %nn, %x 40 ; CHECK: [[R:%[0-9]+]] = icmp uge i32 %nn, %x [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | cpu_set.h | 114 for (size_t nn = 0; nn < kMaskWordCount; ++nn) in IntersectWith() local 115 mask_[nn] &= other.mask_[nn]; in IntersectWith() 121 for (size_t nn = 0; nn < kMaskWordCount; ++nn) { in GetCount() local 122 result += __builtin_popcount(mask_[nn]); in GetCount() 129 size_t nn = static_cast<size_t>(index); in SetBit() local 130 if (nn < kMaxCpus) in SetBit() 131 mask_[nn / kMaskWordBits] |= (1U << (nn % kMaskWordBits)); in SetBit()
|
/external/freetype/src/base/ |
D | ftadvanc.c | 33 FT_UInt nn; in _ft_face_scale_advances() local 50 for ( nn = 0; nn < count; nn++ ) in _ft_face_scale_advances() 51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 ); in _ft_face_scale_advances() 117 FT_UInt num, end, nn; in FT_Get_Advances() local 152 for ( nn = 0; nn < count; nn++ ) in FT_Get_Advances() 154 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances() 159 padvances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Get_Advances()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftadvanc.c | 33 FT_UInt nn; in _ft_face_scale_advances() local 50 for ( nn = 0; nn < count; nn++ ) in _ft_face_scale_advances() 51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 ); in _ft_face_scale_advances() 117 FT_UInt num, end, nn; in FT_Get_Advances() local 152 for ( nn = 0; nn < count; nn++ ) in FT_Get_Advances() 154 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances() 159 padvances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Get_Advances()
|
/external/freetype/src/autofit/ |
D | afwarp.c | 82 FT_Int nn; in af_warper_compute_line_best() local 86 for ( nn = 0; nn < 65; nn++ ) in af_warper_compute_line_best() 87 scores[nn] = 0; in af_warper_compute_line_best() 120 for ( nn = 0; nn < num_segments; nn++ ) in af_warper_compute_line_best() 122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; in af_warper_compute_line_best() 123 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta; in af_warper_compute_line_best() 174 FT_Int nn, num_points, num_segments; in af_warper_compute() local 214 for ( nn = 1; nn < num_points; nn++ ) in af_warper_compute() 216 FT_Int X = points[nn].fx; in af_warper_compute() 226 for ( nn = 1; nn < num_segments; nn++ ) in af_warper_compute() [all …]
|
D | afglobal.c | 248 FT_Long nn; in af_face_globals_compute_style_coverage() local 251 for ( nn = 0; nn < globals->glyph_count; nn++ ) in af_face_globals_compute_style_coverage() 253 if ( ( gstyles[nn] & ~AF_DIGIT ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() 255 gstyles[nn] &= ~AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage() 256 gstyles[nn] |= globals->module->fallback_style; in af_face_globals_compute_style_coverage() 352 FT_UInt nn; in af_face_globals_free() local 355 for ( nn = 0; nn < AF_STYLE_MAX; nn++ ) in af_face_globals_free() 357 if ( globals->metrics[nn] ) in af_face_globals_free() 360 AF_STYLE_CLASSES_GET[nn]; in af_face_globals_free() 366 writing_system_class->style_metrics_done( globals->metrics[nn] ); in af_face_globals_free() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBNFChinesePostProcessor.java | 99 int nn = buf.lastIndexOf(ling, x); in process() local 101 if (nn > m) { in process() 102 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1; in process() 114 n = nn; // remember optional ling to right in process() 125 buf.delete(nn-1, nn+ling.length()); // delete current optional ling in process() 139 buf.delete(nn-1, nn+ling.length()); // delete current optional ling in process()
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 2410 UInt nn = INSN(9,5); in dis_ARM64_data_processing_immediate() local 2422 assign(argL, getIReg64orSP(nn)); in dis_ARM64_data_processing_immediate() 2430 nm, nameIReg64orZR(dd), nameIReg64orSP(nn), uimm12); in dis_ARM64_data_processing_immediate() 2434 nm, nameIReg64orSP(dd), nameIReg64orSP(nn), uimm12); in dis_ARM64_data_processing_immediate() 2440 assign(argL, getIReg32orSP(nn)); in dis_ARM64_data_processing_immediate() 2448 nm, nameIReg32orZR(dd), nameIReg32orSP(nn), uimm12); in dis_ARM64_data_processing_immediate() 2452 nm, nameIReg32orSP(dd), nameIReg32orSP(nn), uimm12); in dis_ARM64_data_processing_immediate() 2492 UInt nn = INSN(9,5); in dis_ARM64_data_processing_immediate() local 2509 IRExpr* argL = getIReg64orZR(nn); in dis_ARM64_data_processing_immediate() 2516 nameIReg64orSP(dd), nameIReg64orZR(nn), imm); in dis_ARM64_data_processing_immediate() [all …]
|
D | host_generic_simd128.c | 279 V128* argL, UInt nn) in h_generic_calc_SarN64x2() argument 282 nn &= 63; in h_generic_calc_SarN64x2() 283 res->w64[0] = sar64(argL->w64[0], nn); in h_generic_calc_SarN64x2() 284 res->w64[1] = sar64(argL->w64[1], nn); in h_generic_calc_SarN64x2() 289 V128* argL, UInt nn) in h_generic_calc_SarN8x16() argument 292 nn &= 7; in h_generic_calc_SarN8x16() 293 res->w8[ 0] = sar8(argL->w8[ 0], nn); in h_generic_calc_SarN8x16() 294 res->w8[ 1] = sar8(argL->w8[ 1], nn); in h_generic_calc_SarN8x16() 295 res->w8[ 2] = sar8(argL->w8[ 2], nn); in h_generic_calc_SarN8x16() 296 res->w8[ 3] = sar8(argL->w8[ 3], nn); in h_generic_calc_SarN8x16() [all …]
|
D | host_generic_simd64.c | 999 ULong h_generic_calc_ShlN32x2 ( ULong xx, UInt nn ) in h_generic_calc_ShlN32x2() argument 1002 nn &= 31; in h_generic_calc_ShlN32x2() 1004 shl32( sel32x2_1(xx), nn ), in h_generic_calc_ShlN32x2() 1005 shl32( sel32x2_0(xx), nn ) in h_generic_calc_ShlN32x2() 1009 ULong h_generic_calc_ShlN16x4 ( ULong xx, UInt nn ) in h_generic_calc_ShlN16x4() argument 1012 nn &= 15; in h_generic_calc_ShlN16x4() 1014 shl16( sel16x4_3(xx), nn ), in h_generic_calc_ShlN16x4() 1015 shl16( sel16x4_2(xx), nn ), in h_generic_calc_ShlN16x4() 1016 shl16( sel16x4_1(xx), nn ), in h_generic_calc_ShlN16x4() 1017 shl16( sel16x4_0(xx), nn ) in h_generic_calc_ShlN16x4() [all …]
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 193 FT_UInt nn; in cff_get_advances() local 217 for ( nn = 0; nn < count; nn++ ) in cff_get_advances() 224 start + nn, in cff_get_advances() 229 start + nn, ah )); in cff_get_advances() 230 advances[nn] = ah; in cff_get_advances() 239 for ( nn = 0; nn < count; nn++ ) in cff_get_advances() 246 start + nn, in cff_get_advances() 251 start + nn, aw )); in cff_get_advances() 252 advances[nn] = aw; in cff_get_advances() 262 for ( nn = 0; nn < count; nn++ ) in cff_get_advances() [all …]
|
/external/freetype/src/truetype/ |
D | ttpload.c | 489 FT_UInt version, nn, num_records; in tt_face_load_hdmx() local 537 for ( nn = 0; nn < num_records; nn++ ) in tt_face_load_hdmx() 542 face->hdmx_record_sizes[nn] = p[0]; in tt_face_load_hdmx() 546 face->hdmx_record_count = nn; in tt_face_load_hdmx() 582 FT_UInt nn; in tt_face_get_device_metrics() local 588 for ( nn = 0; nn < face->hdmx_record_count; nn++ ) in tt_face_get_device_metrics() 589 if ( face->hdmx_record_sizes[nn] == ppem ) in tt_face_get_device_metrics() 593 result = record + nn * record_size + gindex; in tt_face_get_device_metrics()
|
D | ttdriver.c | 196 FT_UInt nn; in tt_get_advances() local 204 for ( nn = 0; nn < count; nn++ ) in tt_get_advances() 211 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah ); in tt_get_advances() 212 advances[nn] = ah; in tt_get_advances() 217 for ( nn = 0; nn < count; nn++ ) in tt_get_advances() 223 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); in tt_get_advances() 224 advances[nn] = aw; in tt_get_advances()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttpload.c | 489 FT_UInt version, nn, num_records; in tt_face_load_hdmx() local 537 for ( nn = 0; nn < num_records; nn++ ) in tt_face_load_hdmx() 542 face->hdmx_record_sizes[nn] = p[0]; in tt_face_load_hdmx() 546 face->hdmx_record_count = nn; in tt_face_load_hdmx() 582 FT_UInt nn; in tt_face_get_device_metrics() local 588 for ( nn = 0; nn < face->hdmx_record_count; nn++ ) in tt_face_get_device_metrics() 589 if ( face->hdmx_record_sizes[nn] == ppem ) in tt_face_get_device_metrics() 593 result = record + nn * record_size + gindex; in tt_face_get_device_metrics()
|
D | ttdriver.c | 204 FT_UInt nn; in tt_get_advances() local 212 for ( nn = 0; nn < count; nn++ ) in tt_get_advances() 219 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah ); in tt_get_advances() 220 advances[nn] = ah; in tt_get_advances() 225 for ( nn = 0; nn < count; nn++ ) in tt_get_advances() 231 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); in tt_get_advances() 232 advances[nn] = aw; in tt_get_advances()
|
/external/webrtc/src/common_audio/signal_processing/ |
D | complex_bit_reverse.c | 22 int mr, nn, n, l, m; in WebRtcSpl_ComplexBitReverse() local 28 nn = n - 1; in WebRtcSpl_ComplexBitReverse() 31 for (m = 1; m <= nn; ++m) in WebRtcSpl_ComplexBitReverse() 37 } while (mr + l > nn); in WebRtcSpl_ComplexBitReverse()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 1544 FT_UInt nn; in psh_hint_table_find_strong_points() local 1547 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() 1549 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() 1564 FT_UInt nn; in psh_hint_table_find_strong_points() local 1567 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() 1569 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() 1588 FT_UInt nn, min_flag, max_flag; in psh_hint_table_find_strong_points() local 1604 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() 1606 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() 1621 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() [all …]
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 1535 FT_UInt nn; in psh_hint_table_find_strong_points() local 1538 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() 1540 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() 1555 FT_UInt nn; in psh_hint_table_find_strong_points() local 1558 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() 1560 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() 1579 FT_UInt nn, min_flag, max_flag; in psh_hint_table_find_strong_points() local 1595 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() 1597 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() 1612 for ( nn = 0; nn < num_hints; nn++ ) in psh_hint_table_find_strong_points() [all …]
|
/external/boringssl/src/crypto/sha/ |
D | sha256.c | 154 unsigned int nn; \ 157 for (nn = 0; nn < SHA224_DIGEST_LENGTH / 4; nn++) { \ 158 ll = (c)->h[nn]; \ 163 for (nn = 0; nn < SHA256_DIGEST_LENGTH / 4; nn++) { \ 164 ll = (c)->h[nn]; \ 172 for (nn = 0; nn < (c)->md_len / 4; nn++) { \ 173 ll = (c)->h[nn]; \
|
/external/freetype/src/sfnt/ |
D | ttkern.c | 51 FT_UInt nn, num_tables; in tt_face_load_kern() local 86 for ( nn = 0; nn < num_tables; nn++ ) in tt_face_load_kern() 90 FT_UInt32 mask = (FT_UInt32)1UL << nn; in tt_face_load_kern() 157 face->num_kern_tables = nn; in tt_face_load_kern()
|
D | ttload.c | 173 FT_UShort nn, valid_entries = 0; in check_table_dir() local 194 for ( nn = 0; nn < sfnt->num_tables; nn++ ) in check_table_dir() 201 nn--; in check_table_dir() 204 nn, nn == 1 ? "" : "s", sfnt->num_tables )); in check_table_dir() 205 sfnt->num_tables = nn; in check_table_dir() 225 FT_TRACE2(( "check_table_dir: table entry %d invalid\n", nn )); in check_table_dir() 267 if ( FT_STREAM_SEEK( offset + ( nn + 1 ) * 16 ) ) in check_table_dir() 337 FT_Int nn; in tt_face_load_font_dir() local 404 for ( nn = 0; nn < sfnt.num_tables; nn++ ) in tt_face_load_font_dir()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttkern.c | 51 FT_UInt nn, num_tables; in tt_face_load_kern() local 86 for ( nn = 0; nn < num_tables; nn++ ) in tt_face_load_kern() 90 FT_UInt32 mask = (FT_UInt32)1UL << nn; in tt_face_load_kern() 157 face->num_kern_tables = nn; in tt_face_load_kern()
|
D | ttload.c | 173 FT_UShort nn, valid_entries = 0; in check_table_dir() local 194 for ( nn = 0; nn < sfnt->num_tables; nn++ ) in check_table_dir() 201 nn--; in check_table_dir() 204 nn, nn == 1 ? "" : "s", sfnt->num_tables )); in check_table_dir() 205 sfnt->num_tables = nn; in check_table_dir() 215 FT_TRACE2(( "check_table_dir: table entry %d invalid\n", nn )); in check_table_dir() 256 if ( FT_STREAM_SEEK( offset + ( nn + 1 ) * 16 ) ) in check_table_dir() 326 FT_Int nn; in tt_face_load_font_dir() local 393 for ( nn = 0; nn < sfnt.num_tables; nn++ ) in tt_face_load_font_dir()
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1gload.c | 221 FT_UInt nn; in T1_Get_Advances() local 227 for ( nn = 0; nn < count; nn++ ) in T1_Get_Advances() 228 advances[nn] = 0; in T1_Get_Advances() 255 for ( nn = 0; nn < count; nn++ ) in T1_Get_Advances() 257 error = T1_Parse_Glyph( &decoder, first + nn ); in T1_Get_Advances() 259 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x ); in T1_Get_Advances() 261 advances[nn] = 0; in T1_Get_Advances()
|
/external/opencv/cv/src/ |
D | cvkdtree.cpp | 88 typename __treetype::bbf_nn_pqueue nn; in find_nn() local 101 tr->find_nn_bbf(dj, k, emax, nn); in find_nn() 103 assert((int)nn.size() <= k); in find_nn() 104 for (unsigned int j = 0; j < nn.size(); ++j) { in find_nn() 105 *resultsj++ = *nn[j].p; in find_nn() 106 *distj++ = nn[j].dist; in find_nn() 108 std::fill(resultsj, resultsj + k - nn.size(), -1); in find_nn() 109 std::fill(distj, distj + k - nn.size(), 0); in find_nn()
|