| /netbsd/src/external/bsd/mdocml/dist/ |
| D | out.c | 124 size_t ewidth, min1, min2, wanted, width, xwidth; in tblcalc() local 264 min1 = min2 = SIZE_MAX; in tblcalc() 267 min2 = min1; in tblcalc() 270 min2 > colwidth[icol]) in tblcalc() 271 min2 = colwidth[icol]; in tblcalc() 280 wanted = min2; in tblcalc() 289 if (width > min2) in tblcalc() 290 width = min2; in tblcalc() 295 (colwidth[icol] < min2 && in tblcalc()
|
| /netbsd/src/sys/arch/x68k/dev/ |
| D | rtclock.c | 143 u_char min1, min2; in rtsettod() local 153 min2 = dt->dt_min % 10; in rtsettod() 168 RTC_WRITE(RTC_MIN, min2); in rtsettod()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | gssapi.c | 57 OM_uint32 min2; in gsserrstr() local 72 gss_oid_to_str(&min2, mech, &mech_msg); in gsserrstr() 74 gss_display_status(&min2, gss_rc, GSS_C_GSS_CODE, in gsserrstr() 76 gss_display_status(&min2, minor_status, GSS_C_MECH_CODE, in gsserrstr() 87 gss_release_buffer(&min2, &mech_msg); in gsserrstr() 88 gss_release_buffer(&min2, &gss_msg); in gsserrstr() 89 gss_release_buffer(&min2, &minor_msg); in gsserrstr()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_fixed.h | 47 uint_fixed_16_16_t min2) in min_fixed16() argument 49 uint_fixed_16_16_t min = { .val = min(min1.val, min2.val) }; in min_fixed16()
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/mirror/ |
| D | mirrored.c | 363 unsigned maj2, min2, patchlevel2; in _mirrored_target_present() local 387 sscanf(vsn, "%u.%u.%u", &maj2, &min2, &patchlevel2) == 3 && in _mirrored_target_present() 388 maj2 == 4 && min2 == 5 && patchlevel2 == 0))) /* RHEL4U3 */ in _mirrored_target_present()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| D | accept_sec_context.c | 951 OM_uint32 min2; in _gsskrb5_accept_sec_context() local 952 _gsskrb5_delete_sec_context(&min2, context_handle, GSS_C_NO_BUFFER); in _gsskrb5_accept_sec_context()
|
| D | init_sec_context.c | 990 OM_uint32 min2; in _gsskrb5_init_sec_context() local 991 _gsskrb5_delete_sec_context(&min2, context_handle, GSS_C_NO_BUFFER); in _gsskrb5_init_sec_context()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-ccp.cc | 1817 widest_int min1, max1, min2, max2; in bit_value_binop() local 1827 value_mask_to_min_max (&min2, &max2, o2val, o2mask, in bit_value_binop() 1832 maxmin = wi::cmp (max1, min2, r1type_sgn); in bit_value_binop() 1863 widest_int min1, max1, min2, max2; in bit_value_binop() local 1866 value_mask_to_min_max (&min2, &max2, r2val, r2mask, sgn, width); in bit_value_binop() 1868 if (wi::cmp (max1, min2, sgn) <= 0) /* r1 is less than r2. */ in bit_value_binop()
|
| D | tree-data-ref.cc | 2189 tree min2 = CHREC_LEFT (access2); in create_intersect_range_checks_index() local 2190 if (!types_compatible_p (TREE_TYPE (min1), TREE_TYPE (min2))) in create_intersect_range_checks_index() 2315 fold_convert (utype, min2), in create_intersect_range_checks_index()
|
| D | ipa-devirt.cc | 1351 tree min2 = TYPE_MIN_VALUE (i2); in odr_types_equivalent_p() local 1356 gcc_assert (min1 == min2); in odr_types_equivalent_p()
|
| D | tree.cc | 13571 tree min2 = TYPE_MIN_VALUE (i2); in gimple_canonical_types_compatible_p() local 13576 if ((min1 == min2 in gimple_canonical_types_compatible_p() 13577 || (min1 && min2 in gimple_canonical_types_compatible_p() 13579 && TREE_CODE (min2) == PLACEHOLDER_EXPR) in gimple_canonical_types_compatible_p() 13580 || operand_equal_p (min1, min2, 0)))) in gimple_canonical_types_compatible_p()
|
| D | ChangeLog-2012 | 2103 don't canonicalize range if min2 is zero.
|
| /netbsd/src/external/mit/expat/dist/lib/ |
| D | xmltok.c | 1260 min2 = 0x80, in XmlUtf8Encode() enumerator 1267 if (c < min2) { in XmlUtf8Encode()
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | tic6x-opcode-table.h | 1617 INSN(min2, l, 1_or_2_src, 1cycle, C64X, 0, 1622 INSN(min2, s, ext_1_or_2_src, 1cycle, C64XP, 0,
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | tic6x-opcode-table.h | 1617 INSN(min2, l, 1_or_2_src, 1cycle, C64X, 0, 1622 INSN(min2, s, ext_1_or_2_src, 1cycle, C64XP, 0,
|