Home
last modified time | relevance | path

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

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