Home
last modified time | relevance | path

Searched refs:Int (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/qemu/libdecnumber/
H A DdecNumber.c241 static Int decGetDigits(Unit *, Int);
255 Int, Int *, uInt *);
259 static Int decShiftToLeast(Unit *, Int, Int);
260 static Int decShiftToMost(Unit *, Int, Int);
264 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
266 static Int decUnitCompare(const Unit *, Int, const Unit *, Int, Int);
773 exponent=X10(exponent)+(Int)*c-(Int)'0'; in decNumberFromString()
835 out=X10(out)+(Int)*c-(Int)'0'; in decNumberFromString()
851 *up=(Unit)((Int)*c-(Int)'0'); in decNumberFromString()
6832 static Int decShiftToMost(Unit *uar, Int digits, Int shift) {
[all …]
H A DdecContext.c45 static const Int mfcone=1; /* constant 1 */
92 decContext * decContextDefault(decContext *context, Int kind) { in decContextDefault()
369 Int status=context->status; in decContextStatusToString()
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c92 Int ae; /* adjusted exponent */ in decimal64FromNumber()
149 Int pad=0; /* coefficient pad digits */ in decimal64FromNumber()
163 Int d=dn->digits; in decimal64FromNumber()
219 Int need; /* .. */ in decimal64ToNumber()
303 Int exp; /* exponent top two bits or full */ in decimal64ToString()
309 Int dpd; /* .. */ in decimal64ToString()
310 Int pre, e; /* .. */ in decimal64ToString()
530 Int i, j=0; in decimal64Show()
619 Int cut; /* work */ in decDigitsToDPD()
686 Int j; /* digit-in-declet count */ in decDigitsToDPD()
[all …]
H A Ddecimal128.c55 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
86 Int ae; /* adjusted exponent */ in decimal128FromNumber()
145 Int pad=0; /* coefficient pad digits */ in decimal128FromNumber()
202 Int need; /* .. */ in decimal128ToNumber()
287 Int exp; /* exponent top two bits or full */ in decimal128ToString()
293 Int dpd; /* .. */ in decimal128ToString()
294 Int pre, e; /* .. */ in decimal128ToString()
319 if (((Int)sourhi)<0) *c++='-'; /* handle sign */ in decimal128ToString()
421 Int thou=((e>>3)*1049)>>17; /* e/1000 */ in decimal128ToString()
422 Int rem=e-(1000*thou); /* e%1000 */ in decimal128ToString()
[all …]
H A Ddecimal32.c54 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
55 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
86 Int ae; /* adjusted exponent */ in decimal32FromNumber()
141 Int pad=0; /* coefficient pad digits */ in decimal32FromNumber()
260 Int exp; /* exponent top two bits or full */ in decimal32ToString()
267 Int dpd; /* .. */ in decimal32ToString()
268 Int pre, e; /* .. */ in decimal32ToString()
276 if (((Int)sour)<0) *c++='-'; /* handle sign */ in decimal32ToString()
470 Int i, j=0; in decimal32Show()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra-audio-wm8903.yaml39 - Int Spk
41 - Int Mic
76 "Int Spk", "ROP",
77 "Int Spk", "RON",
78 "Int Spk", "LOP",
79 "Int Spk", "LON",
H A Dnvidia,tegra-audio-rt5631.yaml34 - Int Spk
37 - Int Mic
72 "Int Spk", "SPOL",
73 "Int Spk", "SPOR",
76 "DMIC", "Int Mic";
H A Dnvidia,tegra-audio-alc5632.yaml35 - Int Spk
61 nvidia,audio-routing = "Int Spk", "SPKOUT",
62 "Int Spk", "SPKOUTN",
H A Dnvidia,tegra-audio-max9808x.yaml38 - Int Spk
74 "Int Spk", "SPKL",
75 "Int Spk", "SPKR",
H A Datmel-at91sam9g20ek-wm8731-audio.txt22 "Int MIC", "MICIN";
H A Dnvidia,tegra-audio-max98090.yaml44 - Int Mic
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-plutux.dts44 "Int Spk", "ROP",
45 "Int Spk", "RON",
46 "Int Spk", "LOP",
47 "Int Spk", "LON",
H A Dtegra20-tec.dts52 "Int Spk", "ROP",
53 "Int Spk", "RON",
54 "Int Spk", "LOP",
55 "Int Spk", "LON",
H A Dtegra20-medcom-wide.dts79 "Int Spk", "ROP",
80 "Int Spk", "RON",
81 "Int Spk", "LOP",
82 "Int Spk", "LON",
H A Dtegra30-cardhu.dtsi654 "Int Spk", "ROP",
655 "Int Spk", "RON",
656 "Int Spk", "LOP",
657 "Int Spk", "LON",
H A Dtegra20-ventana.dts702 "Int Spk", "ROP",
703 "Int Spk", "RON",
704 "Int Spk", "LOP",
705 "Int Spk", "LON",
/openbmc/qemu/tests/qapi-schema/
H A Dbad-base.json3 { 'struct': 'Int', 'data': { 'data': 'int' } }
8 'data': { 'a': 'Int', 'b': 'Str' } }
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0002-Bug-476548-valgrind-3.22.0-fails-on-assertion-when-l.patch35 @@ -1221,6 +1221,20 @@ Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2)
39 +Int ML_(img_strcmp_n)(DiImage* img, DiOffT off1, const HChar* str2, Word n)
60 @@ -115,6 +115,10 @@ Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2);
62 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2);
66 +Int ML_(img_strcmp_n)(DiImage* img, DiOffT off1, const HChar* str2, Word n);
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h82 #define Int int32_t macro
293 Int exponent; /* Unadjusted signed exponent (q), or */
432 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL)))
434 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)))
436 #define GETEXP(df) ((Int)(DECCOMBEXP[DFWORD((df), 0)>>26]+GETECON(df)))
438 #define GETEXPUN(df) ((Int)GETEXP(df)-DECBIAS)
/openbmc/linux/Documentation/usb/
H A Dacm.rst75 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
82 E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
93 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
96 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_link.dts548 * Speaker at Int N/A
582 /* Pin Complex (NID 0x05) Digital Out at Int HDMI */
585 /* Pin Complex (NID 0x06) Digital Out at Int HDMI */
588 /* Pin Complex (NID 0x07) Digital Out at Int HDMI */
/openbmc/linux/Documentation/input/devices/
H A Dxpad.rst145 E: Ad=81(I) Atr=03(Int.) MxPS= 32 Ivl= 10ms
146 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl= 10ms
157 E: Ad=82(I) Atr=03(Int.) MxPS= 32 Ivl=4ms
158 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl=4ms
/openbmc/u-boot/arch/arm/dts/
H A Dtegra20-ventana.dts707 "Int Spk", "ROP",
708 "Int Spk", "RON",
709 "Int Spk", "LOP",
710 "Int Spk", "LON",
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53-m53menlo.dts334 MX53_PAD_CSI0_MCLK__GPIO5_19 0x1e4 /* Int-K */
335 MX53_PAD_CSI0_DAT13__GPIO5_31 0x1c4 /* Int-I */
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A DREADME44 0xe000_0000 0xe00f_ffff Int Mem Reg Space 1M -

123