Searched refs:nBits (Results 26 - 35 of 35) sorted by relevance

12

/external/valgrind/main/memcheck/
H A Dmc_main.c1201 Addr a, SizeT nBits, Bool bigendian )
1204 SSizeT szB = nBits / 8;
1314 ULong mc_LOADVn_slow ( Addr a, SizeT nBits, Bool bigendian ) argument
1327 && nBits == 64 && VG_IS_8_ALIGNED(a))) {
1338 && nBits == 32 && VG_IS_4_ALIGNED(a))) {
1352 SSizeT szB = nBits / 8;
1359 tl_assert(nBits == 64 || nBits == 32 || nBits == 16 || nBits
1200 mc_LOADV_128_or_256_slow( ULong* res, Addr a, SizeT nBits, Bool bigendian ) argument
1460 mc_STOREVn_slow( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) argument
4294 mc_LOADV_128_or_256( ULong* res, Addr a, SizeT nBits, Bool isBigEndian ) argument
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp102 FX_INT32 nBits, k; local
126 nBits = 8;
134 nBits = GBW - w;
143 for(k = 0; k < nBits; k++) {
353 FX_INT32 nBits, k; local
377 nBits = 8;
385 nBits = GBW - w;
394 for(k = 0; k < nBits; k++) {
599 FX_INT32 nBits, k; local
623 nBits
839 FX_INT32 nBits, k; local
1381 FX_INT32 k, nBits; local
1590 FX_INT32 k, nBits; local
1839 FX_INT32 nVal, nBits; local
2634 FX_INT32 nVal, nBits; local
[all...]
H A DJBig2_Context.cpp1671 FX_INT32 i, j, nTemp, nVal, nBits; local
1683 nBits = 0;
1689 nBits ++;
1691 if((nBits == runcodes_len[j]) && (nVal == runcodes[j])) {
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp982 static INT getSampleRate(HANDLE_FDK_BITSTREAM bs, UCHAR *index, int nBits) argument
987 idx = FDKreadBits(bs, nBits);
988 if( idx == (1<<nBits)-1 ) {
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1249 FX_DWORD GetBits(FX_DWORD nBits);
1258 void SkipBits(FX_DWORD nBits) argument
1260 m_BitPos += nBits;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/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/ ...

Completed in 855 milliseconds

12