Searched refs:_off (Results 1 – 9 of 9) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | BEROctetStringGenerator.java | 73 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/ |
D | readdwarf.c | 2140 # 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()
|
D | storage.c | 122 # 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_()
|
D | debuginfo.c | 2933 # 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/ |
D | constants-arm64.h | 755 A##_##B##_off = LoadStorePairOffsetFixed | A##_##B
|
D | disasm-arm64.cc | 910 case A##_off: mnemonic = B; form = C ", ['Xns'ILP" D "]"; break; in VisitLoadStorePairOffset()
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 805 A##_##B##_off = LoadStorePairOffsetFixed | A##_##B
|
D | disasm-aarch64.cc | 1181 case A##_off: \ in VisitLoadStorePairOffset()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |