HomeSort by relevance Sort by last modified time
    Searched defs:swapInt (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 74 aviOutput.write(intBytes(swapInt(useLength)));
91 raf.write(intBytes(swapInt((int) size - 8)));
93 raf.write(intBytes(swapInt((int) (size - 8 - aviMovieOffset - indexlistBytes.length))));
108 public static int swapInt(int v) {
149 baos.write(intBytes(swapInt(fileSize)));
152 baos.write(intBytes(swapInt(listSize)));
209 baos.write(intBytes(swapInt(cb)));
210 baos.write(intBytes(swapInt(dwMicroSecPerFrame)));
211 baos.write(intBytes(swapInt(dwMaxBytesPerSec)));
212 baos.write(intBytes(swapInt(dwPaddingGranularity)))
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 63 milliseconds