Searched refs:nextByte (Results 1 - 23 of 23) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DBitstreamReader.java36 private int nextByte; field in class:BitstreamReader
45 nextByte = is.read();
89 curByte = nextByte;
90 nextByte = is.read();
124 return !(curByte == -1 || (nextByte == -1 && hasTail));
162 bits[cnt++] = (nextByte >> (7 - i)) & 0x1;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrmbcs.cpp131 int32_t IteratedChar::nextByte(InputText *det) function in class:IteratedChar
247 int32_t firstByte = it->charValue = it->nextByte(det);
257 int32_t secondByte = it->nextByte(det);
299 firstByte = it->charValue = it->nextByte(det);
311 secondByte = it->nextByte(det);
343 thirdByte = it->nextByte(det);
411 firstByte = it->charValue = it->nextByte(det);
422 int32_t secondByte = it->nextByte(det);
465 firstByte = it->charValue = it->nextByte(det);
477 secondByte = it->nextByte(de
[all...]
H A Dcsrmbcs.h42 int32_t nextByte(InputText* det);
H A Dcsrsbcs.h45 virtual int32_t nextByte(InputText *det);
58 int32_t nextByte(InputText *det);
H A Dcsrsbcs.cpp90 int32_t NGramParser::nextByte(InputText *det) function in class:NGramParser
104 while ((b = nextByte(det)) >= 0) {
185 int32_t NGramParser_IBM420::nextByte(InputText *det) function in class:NGramParser_IBM420
209 while ((b = nextByte(det)) >= 0) {
/external/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp131 int32_t IteratedChar::nextByte(InputText *det) function in class:IteratedChar
247 int32_t firstByte = it->charValue = it->nextByte(det);
257 int32_t secondByte = it->nextByte(det);
299 firstByte = it->charValue = it->nextByte(det);
311 secondByte = it->nextByte(det);
343 thirdByte = it->nextByte(det);
411 firstByte = it->charValue = it->nextByte(det);
422 int32_t secondByte = it->nextByte(det);
465 firstByte = it->charValue = it->nextByte(det);
477 secondByte = it->nextByte(de
[all...]
H A Dcsrmbcs.h42 int32_t nextByte(InputText* det);
H A Dcsrsbcs.h48 virtual int32_t nextByte(InputText *det);
61 int32_t nextByte(InputText *det);
H A Dcsrsbcs.cpp90 int32_t NGramParser::nextByte(InputText *det) function in class:NGramParser
104 while ((b = nextByte(det)) >= 0) {
185 int32_t NGramParser_IBM420::nextByte(InputText *det) function in class:NGramParser_IBM420
209 while ((b = nextByte(det)) >= 0) {
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp164 Byte nextByte = _buffer[bufferPos + 4]; local
166 (UInt32(nextByte) << 24) |
171 // if (Test86MSByte(nextByte))
200 convert = Test86MSByte(nextByte);
203 convert = Test86MSByte(nextByte);
213 convert = Test86MSByte(nextByte);
222 prevByte = nextByte;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp334 uint8_t nextByte; local
357 && !lookAtByte(insn, &nextByte))
367 ((nextByte == 0xf0) |
368 ((nextByte & 0xfe) == 0x86 || (nextByte & 0xf8) == 0x90)))
377 (nextByte == 0x88 || nextByte == 0x89 ||
378 nextByte == 0xc6 || nextByte == 0xc7))
380 if (insn->mode == MODE_64BIT && (nextByte
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpixel.c92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; local
130 nextByte = MsbToLsbTable[iter[1]];
133 nextByte = iter[1];
137 ((nextByte & lowBitMask) >> (8 - bitOffset));
/external/mesa3d/src/glx/
H A Dpixel.c92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; local
130 nextByte = MsbToLsbTable[iter[1]];
133 nextByte = iter[1];
137 ((nextByte & lowBitMask) >> (8 - bitOffset));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 2833 milliseconds