HomeSort by relevance Sort by last modified time
    Searched defs:swapInt (Results 1 - 3 of 3) 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...]
  /external/srec/srec/EventLog/src/
riff.c 86 static void swapInt(int *i)
169 swapInt(&wf->nSamplesPerSec);
170 swapInt(&wf->nAvgBytesPerSec);
359 swapInt(&len);
390 swapInt(&len);
416 swapInt(&len);
473 if (doSwap) swapInt(&swichunk->segs.num_tuples);
502 if (doSwap) swapInt(&num_pairs);
728 swapInt(&wf->nSamplesPerSec);
892 swapInt(&ck.ckLength)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 146 milliseconds