Lines Matching defs:v

50   static  char $noinline$byteToChar   (byte v) { return  (char)v; }  in $noinline$byteToChar()
51 static short $noinline$byteToShort (byte v) { return (short)v; } in $noinline$byteToShort()
52 static int $noinline$byteToInt (byte v) { return (int)v; } in $noinline$byteToInt()
53 static long $noinline$byteToLong (byte v) { return (long)v; } in $noinline$byteToLong()
54 static byte $noinline$charToByte (char v) { return (byte)v; } in $noinline$charToByte()
55 static short $noinline$charToShort (char v) { return (short)v; } in $noinline$charToShort()
56 static int $noinline$charToInt (char v) { return (int)v; } in $noinline$charToInt()
57 static long $noinline$charToLong (char v) { return (long)v; } in $noinline$charToLong()
58 static byte $noinline$shortToByte (short v) { return (byte)v; } in $noinline$shortToByte()
59 static char $noinline$shortToChar (short v) { return (char)v; } in $noinline$shortToChar()
60 static int $noinline$shortToInt (short v) { return (int)v; } in $noinline$shortToInt()
61 static long $noinline$shortToLong (short v) { return (long)v; } in $noinline$shortToLong()
62 static byte $noinline$intToByte (int v) { return (byte)v; } in $noinline$intToByte()
63 static char $noinline$intToChar (int v) { return (char)v; } in $noinline$intToChar()
64 static short $noinline$intToShort (int v) { return (short)v; } in $noinline$intToShort()
65 static long $noinline$intToLong (int v) { return (long)v; } in $noinline$intToLong()
66 static byte $noinline$longToByte (long v) { return (byte)v; } in $noinline$longToByte()
67 static char $noinline$longToChar (long v) { return (char)v; } in $noinline$longToChar()
68 static short $noinline$longToShort (long v) { return (short)v; } in $noinline$longToShort()
69 static int $noinline$longToInt (long v) { return (int)v; } in $noinline$longToInt()