Searched refs:fcc2 (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/mjsunit/ |
D | string-fromcharcode.js | 36 var fcc2 = fcc; variable 68 fcc2 = (num < 5) ? fcc 75 assertEquals(expected, fcc2(0x20)); 76 assertEquals(expected, fcc2(0x20 - 0x10000)); 77 assertEquals(expected, fcc2(0x20 + 0.5));
|
/external/chromium_org/v8/test/mjsunit/ |
D | string-fromcharcode.js | 57 var fcc2 = fcc; variable 89 fcc2 = (num < 5) ? fcc 96 assertEquals(expected, fcc2(0x20)); 97 assertEquals(expected, fcc2(0x20 - 0x10000)); 98 assertEquals(expected, fcc2(0x20 + 0.5));
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
D | MjpegFileWriter.java | 138 public byte[] fcc2 = new byte[]{'A', 'V', 'I', ' '}; field in MjpegFileWriter.RIFFHeader 150 baos.write(fcc2); in toBytes() 234 public byte[] fcc2 = new byte[]{'s', 't', 'r', 'l'}; field in MjpegFileWriter.AVIStreamList 243 baos.write(fcc2); in toBytes() 379 public byte[] fcc2 = new byte[]{'m', 'o', 'v', 'i'}; field in MjpegFileWriter.AVIMovieList 389 baos.write(fcc2); in toBytes()
|
/external/llvm/test/MC/Mips/ |
D | mips-fpu-instructions.s | 163 # CHECK: movf.d $f4, $f6, $fcc2 # encoding: [0x11,0x31,0x28,0x46] 190 movf.d $f4, $f6, $fcc2
|