/third_party/lzma/C/ |
H A D | Delta.c | 64 ptrdiff_t dif = -(ptrdiff_t)delta;
in Delta_Encode() local 66 if (((ptrdiff_t)size + dif) & 1)
in Delta_Encode() 68 --p; *p = (Byte)(*p - p[dif]);
in Delta_Encode() 73 --p; *p = (Byte)(*p - p[dif]);
in Delta_Encode() 74 --p; *p = (Byte)(*p - p[dif]);
in Delta_Encode() 77 dif = -dif;
in Delta_Encode() 81 --p; *p = (Byte)(*p - temp[--dif]);
in Delta_Encode() 83 while (dif != 0);
in Delta_Encode() 157 ptrdiff_t dif in Delta_Decode() local [all...] |
H A D | LzmaEnc.c | 1115 const ptrdiff_t dif = (ptrdiff_t)-1 - (ptrdiff_t)p->matches[(size_t)numPairs - 1];
in ReadMatchDistances() local 1117 for (; p2 != lim && *p2 == p2[dif]; p2++)
in ReadMatchDistances()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_add.c | 78 int max, min, dif; in BN_uadd() local 94 dif = max - min; in BN_uadd() 109 while (dif) { in BN_uadd() 110 dif--; in BN_uadd() 127 int max, min, dif; in BN_usub() local 136 dif = max - min; in BN_usub() 138 if (dif < 0) { /* hmm... should not be happening */ in BN_usub() 154 while (dif) { in BN_usub() 155 dif--; in BN_usub()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_add.c | 78 int max, min, dif; in BN_uadd() local 94 dif = max - min; in BN_uadd() 109 while (dif) { in BN_uadd() 110 dif--; in BN_uadd() 127 int max, min, dif; in BN_usub() local 136 dif = max - min; in BN_usub() 138 if (dif < 0) { /* hmm... should not be happening */ in BN_usub() 154 while (dif) { in BN_usub() 155 dif--; in BN_usub()
|
/third_party/libabigail/src/ |
H A D | abg-default-reporter.cc | 277 diff_sptr dif = d.underlying_type_diff(); in report() local 278 if (dif && dif->has_changes()) in report() 280 if (dif->to_be_reported()) in report() 282 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER2(dif, in report() 286 << dif->first_subject()->get_pretty_representation() << "'"; in report() 287 report_loc_info(dif->first_subject(), *d.context(), out); in report() 289 dif->report(out, indent + " "); in report() 300 diff_category c = dif->get_category(); in report() 305 << dif in report() 643 diff_sptr dif = *i; report() local 671 diff_sptr dif = d.element_type_diff(); report() local [all...] |
H A D | abg-leaf-reporter.cc | 307 diff_sptr dif = *i; in report() local 308 if (diff_to_be_reported(dif.get())) in report() 309 dif->report(out, indent); in report() 331 for (diff_sptrs_type::const_iterator dif = d.changed_types().begin(); in report() 332 dif != d.changed_types().end(); in report() 333 ++dif) in report() 335 if (!*dif || !diff_to_be_reported((*dif).get())) in report() 339 << (*dif)->first_subject()->get_pretty_representation() in report() 341 (*dif) in report() 455 diff_sptr dif = d.element_type_diff(); report() local [all...] |
H A D | abg-comp-filter.cc | 567 has_harmful_name_change(const diff* dif) in has_harmful_name_change() argument 569 decl_base_sptr f = is_decl(dif->first_subject()), in has_harmful_name_change() 570 s = is_decl(dif->second_subject()); in has_harmful_name_change() 690 class_diff_has_harmless_odr_violation_change(const diff* dif) in class_diff_has_harmless_odr_violation_change() argument 692 class_diff* d = dynamic_cast<class_diff*>(const_cast<diff*>(dif)); in class_diff_has_harmless_odr_violation_change() 1168 if (const type_decl_diff *dif = is_diff_of_basic_type(d)) in has_basic_type_name_change() 1169 if (decl_name_changed(dif)) in has_basic_type_name_change() 1184 if (const class_or_union_diff *dif = is_diff_of_class_or_union_type(d)) in has_class_or_union_type_name_change() 1185 if (decl_name_changed(dif)) in has_class_or_union_type_name_change() 1430 /// @param type_dif the type dif t 1488 has_fn_parm_type_cv_qual_change(const diff* dif) has_fn_parm_type_cv_qual_change() argument 1512 has_fn_return_type_cv_qual_change(const diff* dif) has_fn_return_type_cv_qual_change() argument 1536 has_added_or_removed_function_parameters(const diff *dif) has_added_or_removed_function_parameters() argument 1561 has_var_type_cv_qual_change(const diff* dif) has_var_type_cv_qual_change() argument 1592 has_void_ptr_to_ptr_change(const diff* dif) has_void_ptr_to_ptr_change() argument 1655 has_benign_infinite_array_change(const diff* dif) has_benign_infinite_array_change() argument [all...] |
H A D | abg-comparison.cc | 680 if (const class_or_union_diff *dif = is_class_or_union_diff(d)) in is_anonymous_class_or_union_diff() 681 if (dif->first_class_or_union()->get_is_anonymous()) in is_anonymous_class_or_union_diff() 682 return dif; in is_anonymous_class_or_union_diff() 1098 diff_sptr dif(const_cast<diff*>(d), noop_deleter()); in add_diff() 1099 add_diff(d->first_subject(), d->second_subject(), dif); in add_diff() 3575 /// @param out the output stream to serialize the dif to. 3707 /// @param out the output stream to serialize the dif to. 7723 /// @param dif the new diff node to insert into the @ref diff_maps. 7727 /// dif. In other words, this is the interface impacted by the diff 7728 /// node @p dif 7735 insert_diff_node(const diff *dif, const type_or_decl_base_sptr& impacted_iface) insert_diff_node() argument 11179 visit(distinct_diff* dif, bool pre) visit() argument 11191 visit(var_diff* dif, bool pre) visit() argument 11203 visit(pointer_diff* dif, bool pre) visit() argument 11215 visit(reference_diff* dif, bool pre) visit() argument 11227 visit(qualified_type_diff* dif, bool pre) visit() argument 11239 visit(enum_diff* dif, bool pre) visit() argument 11251 visit(class_diff* dif, bool pre) visit() argument 11263 visit(base_diff* dif, bool pre) visit() argument 11275 visit(scope_diff* dif, bool pre) visit() argument 11287 visit(function_decl_diff* dif, bool pre) visit() argument 11299 visit(type_decl_diff* dif, bool pre) visit() argument 11311 visit(typedef_diff* dif, bool pre) visit() argument 11323 visit(translation_unit_diff* dif, bool pre) visit() argument 12387 peel_typedef_diff(const diff* dif) peel_typedef_diff() argument 12406 peel_pointer_diff(const diff* dif) peel_pointer_diff() argument 12426 peel_reference_diff(const diff* dif) peel_reference_diff() argument 12446 peel_qualified_diff(const diff* dif) peel_qualified_diff() argument 12461 peel_fn_parm_diff(const diff* dif) peel_fn_parm_diff() argument 12511 peel_typedef_or_qualified_type_diff(const diff *dif) peel_typedef_or_qualified_type_diff() argument 12537 peel_typedef_qualified_type_or_parameter_diff(const diff *dif) peel_typedef_qualified_type_or_parameter_diff() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateIntervalFormatTest.java | 1479 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919GetInstance() 1488 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1504 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919GetInstance() 1509 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1519 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919Setter() 1528 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1545 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919Setter() 1549 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1562 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9914() 1567 dif in TestTicket9914() [all...] |
/third_party/libsnd/src/G72x/ |
H A D | g72x.c | 301 int dif ; in step_size() local 308 dif = state_ptr->yu - y ; in step_size() 310 if (dif > 0) in step_size() 311 y += (dif * al) >> 6 ; in step_size() 312 else if (dif < 0) in step_size() 313 y += (dif * al + 0x3F) >> 6 ; in step_size()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateIntervalFormatTest.java | 1661 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919GetInstance() 1670 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1686 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919GetInstance() 1691 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1701 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919Setter() 1710 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1727 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919Setter() 1731 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1744 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9914() 1749 dif in TestTicket9914() [all...] |
/third_party/lame/frontend/ |
H A D | timestatus.c | 302 double const dif = act - global_encoder_progress.last_time; in encoder_progress() local 303 if (dif >= 0 && dif < global_ui_config.update_interval) { in encoder_progress()
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | layout-manager.js | 239 let dif = Math.round((cell[desiredWidth] - existingWidth) / editableCols); 240 existingWidth += dif; 241 result[col + i] += dif;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtifmtts.cpp | 164 LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testAPI() 179 dif->format(*fromTime, *toTime, expected, pos, status); in testAPI() 190 dif->setDateIntervalInfo(*dii, status); in testAPI() 195 dif.adoptInstead(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testAPI() 202 dif->format(*fromTime, *toTime, actual, pos, status); in testAPI() 1443 LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yyyyMd", enLocale, status)); in testYearFormats() 1451 dif->format(*fromTime, *toTime, actual, pos, status); in testYearFormats() 1461 LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yyMd", enLocale, status)); in testYearFormats() 1469 dif->format(*fromTime, *toTime, actual, pos, status); in testYearFormats() 1479 LocalPointer<DateIntervalFormat> dif(DateIntervalForma in testYearFormats() [all...] |
/third_party/libabigail/include/ |
H A D | abg-comp-filter.h | 36 has_harmful_name_change(const diff* dif);
|
H A D | abg-comparison.h | 2852 peel_typedef_diff(const diff* dif); 2855 peel_pointer_diff(const diff* dif); 2858 peel_reference_diff(const diff* dif); 2861 peel_qualified_diff(const diff* dif); 2864 peel_fn_parm_diff(const diff* dif); 2867 peel_pointer_or_qualified_type_diff(const diff* dif); 2870 peel_typedef_or_qualified_type_diff(const diff* dif); 2873 peel_typedef_qualified_type_or_parameter_diff(const diff *dif);
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvenc.c | 829 static inline void dv_revise_cnos(uint8_t *dif, EncBlockInfo *blk, const AVDVProfile *profile) in dv_revise_cnos() argument 835 data = dif + mb_index*80 + 4; in dv_revise_cnos() 855 uint8_t *dif, *p; in dv_encode_video_segment() local 865 p = dif = &s->buf[work_chunk->buf_offset * 80]; in dv_encode_video_segment() 993 dv_revise_cnos(dif, enc_blks, s->sys); in dv_encode_video_segment()
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 3378 dif = context.prec - len(opa) 3379 if dif > 0: 3380 opa = '0'*dif + opa 3381 elif dif < 0: 3383 dif = context.prec - len(opb) 3384 if dif > 0: 3385 opb = '0'*dif + opb 3386 elif dif < 0:
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 2678 std::uint32_t dif = white - dark; in genesys_dark_white_shading_calibration() local 2680 dark = dark + dif / 8; in genesys_dark_white_shading_calibration() 2681 white = white - dif / 8; in genesys_dark_white_shading_calibration()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 2568 dct_wsub(dif, abiased, b); \ in stbi__idct_simd() 2752 dct_wsub(dif, a, b); \ in stbi__idct_simd()
|