Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DBEROctetStringGenerator.java43 private int _off; field in BEROctetStringGenerator.BufferedBEROctetStream
50 _off = 0; in BufferedBEROctetStream()
58 _buf[_off++] = (byte)b; in write()
60 if (_off == _buf.length) in write()
63 _off = 0; in write()
71 int numToCopy = Math.min(len, _buf.length - _off); in write()
72 System.arraycopy(b, off, _buf, _off, numToCopy); in write()
74 _off += numToCopy; in write()
75 if (_off < _buf.length) in write()
81 _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/vixl/a64/
Dconstants-a64.h796 A##_##B##_off = LoadStorePairOffsetFixed | A##_##B
Ddisasm-a64.cc978 case A##_off: mnemonic = B; form = C ", ['Xns'ILP" D "]"; break; in VisitLoadStorePairOffset()