Lines Matching refs:Result

35     /* Implicit Result Object Conversion, complex test */
129 /* Add (int, int, Result) => Integer */
193 /* And (int, int, Result) => Integer */
201 /* Concatenate ({int|str|buf}, {int|str|buf}, Result) => ComputationalData */
212 /* s+s -->> s -->> all combinations of Result and ComputationalData */
213 /* Result 64-bit, 32-bit, ComputationalData 64-bit, 32-bit */
216 /* ============= With Result */
438 /* ============= Result omitted */
717 /* b+b -->> b -->> all combinations of Result and ComputationalData */
718 /* Result 64-bit, 32-bit, ComputationalData 64-bit, 32-bit */
721 /* ============= With Result */
991 /* ============= Result omitted */
1312 /* ============= With Result */
1416 /* ============= Result omitted */
1492 /* ConcatenateResTemplate (rtb, rtb, Result) => Buffer */
1505 /* CondRefOf (any, Result) => Boolean */
1557 /* Divide (int, int, Remainder, Result) => Integer */
1570 /* FindSetLeftBit (int, Result) => Integer */
1583 /* FindSetRightBit (int, Result) => Integer */
1596 /* FromBCD (int, Result) => Integer */
1765 /* Mid ({str|buf}, int, int, Result) => Buffer or String */
1778 /* Mod (int, int, Result) => Integer */
1791 /* Multiply (int, int, Result) => Integer */
1804 /* NAnd (int, int, Result) => Integer */
1817 /* NOr (int, int, Result) => Integer */
1830 /* Not (int, Result) => Integer */
1856 /* Or (int, int, Result) => Integer */
1895 /* ShiftLeft (int, int, Result) => Integer */
1908 /* ShiftRight (int, int, Result) => Integer */
1974 /* Subtract (int, int, Result) => Integer */
1987 /* ToBCD (int, Result) => Integer */
2000 /* ToBuffer ({int|str|buf}, Result) => Buffer */
2013 /* ToDecimalString ({int|str|buf}, Result) => String */
2026 /* ToHexString ({int|str|buf}, Result) => String */
2039 /* ToInteger ({int|str|buf}, Result) => Integer */
2052 /* ToString (buf, int, Result) => String */
2078 /* XOr (int, int, Result) => Integer */