HomeSort by: relevance | last modified time | path
    Searched refs:highp (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/x86/x86/
mtrr_i686.c 548 struct mtrr *lowp, *highp, *mp, *freep; local
557 lowp = highp = NULL;
560 highp = &mtrr_fixed[i];
570 highp =
574 highp = &mtrr_fixed[i + 1];
579 if (lowp == NULL || highp == NULL)
582 for (mp = lowp; mp < highp; mp++) {
593 for (mp = lowp; mp < highp; mp++) {
  /src/external/gpl3/gdb/dist/gdb/
m2-typeprint.c 374 m2_get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
385 *highp = -*lowp - 1;
391 return get_discrete_bounds (type, lowp, highp);
gdbtypes.h 2656 /* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type
2662 LONGEST *highp);
gdbtypes.c 1193 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
1204 *highp = *high;
  /src/external/gpl3/gdb.old/dist/gdb/
m2-typeprint.c 377 m2_get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
388 *highp = -*lowp - 1;
394 return get_discrete_bounds (type, lowp, highp);
gdbtypes.h 2662 /* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type
2668 LONGEST *highp);
gdbtypes.c 1193 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
1204 *highp = *high;
  /src/external/mpl/bind/dist/lib/dns/include/dns/
adb.h 701 double *lowp, double *highp, double *discountp);
704 * If any of the 'quotap', 'freqp', 'lowp', 'highp', and
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 110 unrelocated_addr *lowp, unrelocated_addr *highp,
135 *highp = (unrelocated_addr) high;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 110 unrelocated_addr *lowp, unrelocated_addr *highp,
135 *highp = (unrelocated_addr) high;
  /src/external/mpl/bind/dist/lib/dns/
adb.c 3471 double *lowp, double *highp, double *discountp) {
3480 SET_IF_NOT_NULL(highp, adb->atr_high);
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 2090 ia64_unpack_assemble (rtx out, rtx lo, rtx hi, bool highp)
2105 high = (highp ? nelt / 2 : 0);
2141 ia64_expand_unpack (rtx operands[3], bool unsignedp, bool highp)
2144 ia64_unpack_assemble (operands[0], operands[1], sign, highp);
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 2100 ia64_unpack_assemble (rtx out, rtx lo, rtx hi, bool highp)
2115 high = (highp ? nelt / 2 : 0);
2151 ia64_expand_unpack (rtx operands[3], bool unsignedp, bool highp)
2154 ia64_unpack_assemble (operands[0], operands[1], sign, highp);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 23403 rs6000_expand_interleave (rtx target, rtx op0, rtx op1, bool highp)
23409 high = (highp ? 0 : nelt / 2);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 23885 rs6000_expand_interleave (rtx target, rtx op0, rtx op1, bool highp)
23891 high = (highp ? 0 : nelt / 2);

Completed in 122 milliseconds