Searched refs:_off (Results 1 - 9 of 9) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBEROctetStringGenerator.java43 private int _off; field in class:BEROctetStringGenerator.BufferedBEROctetStream
50 _off = 0;
58 _buf[_off++] = (byte)b;
60 if (_off == _buf.length)
63 _off = 0;
71 int numToCopy = Math.min(len, _buf.length - _off);
72 System.arraycopy(b, off, _buf, _off, numToCopy);
74 _off += numToCopy;
75 if (_off < _buf.length)
81 _off
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c122 # define SHOW_HOW(_how, _off) \
131 VG_(printf)("cfa+%d", _off); \
134 VG_(printf)("*(cfa+%d)", _off); \
138 ML_(ppCfiExpr)(exprs, _off); \
H A Dreaddwarf.c2140 # define SUMMARISE_HOW(_how, _off, _ctxreg) \
2143 _how = CFIR_UNKNOWN; _off = 0; break; \
2145 _how = CFIR_SAME; _off = 0; break; \
2147 _how = CFIR_MEMCFAREL; _off = _ctxreg.arg; break; \
2149 _how = CFIR_CFAREL; _off = _ctxreg.arg; break; \
2167 _off = conv; \
H A Ddebuginfo.c2933 # define COMPUTE(_prev, _here, _how, _off) \
2941 Addr a = cfa + (Word)_off; \
2949 _prev = cfa + (Word)_off; \
2953 ML_(ppCfiExpr)(di->cfsi_exprs,_off); \
2958 _prev = evalCfiExpr(di->cfsi_exprs, _off, &eec, &ok ); \
/external/v8/src/arm64/
H A Ddisasm-arm64.cc910 case A##_off: mnemonic = B; form = C ", ['Xns'ILP" D "]"; break;
H A Dconstants-arm64.h755 A##_##B##_off = LoadStorePairOffsetFixed | A##_##B
/external/vixl/src/vixl/a64/
H A Dconstants-a64.h796 A##_##B##_off = LoadStorePairOffsetFixed | A##_##B
H A Ddisasm-a64.cc978 case A##_off: mnemonic = B; form = C ", ['Xns'ILP" D "]"; break;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 483 milliseconds