Searched refs:_off (Results 1 – 6 of 6) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | BEROctetStringGenerator.java | 43 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/kernel-headers/original/asm-mips/sn/ |
D | addrs.h | 284 #define HUB_REG_PTR(_base, _off) \ argument 285 (HUBREG_CAST((__psunsigned_t)(_base) + (__psunsigned_t)(_off))) 287 #define HUB_REG_PTR_L(_base, _off) \ argument 288 HUB_L(HUB_REG_PTR((_base), (_off))) 290 #define HUB_REG_PTR_S(_base, _off, _data) \ argument 291 HUB_S(HUB_REG_PTR((_base), (_off)), (_data)) 412 #define NODE_OFFSET_TO_K0(_nasid, _off) \ argument 413 PHYS_TO_K0((NODE_OFFSET(_nasid) + (_off)) | CAC_BASE) 414 #define NODE_OFFSET_TO_K1(_nasid, _off) \ argument 415 TO_UNCAC((NODE_OFFSET(_nasid) + (_off)) | UNCAC_BASE)
|
/external/kernel-headers/original/asm-mips/sn/sn0/ |
D | addrs.h | 139 #define BRIDGE_REG_PTR(_base, _off) ((volatile bridgereg_t *) \ argument 140 ((__psunsigned_t)(_base) + (__psunsigned_t)(_off)))
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | storage.c | 117 # define SHOW_HOW(_how, _off) \ in ML_() argument 126 VG_(printf)("cfa+%d", _off); \ in ML_() 129 VG_(printf)("*(cfa+%d)", _off); \ in ML_() 133 ML_(ppCfiExpr)(exprs, _off); \ in ML_()
|
D | readdwarf.c | 2213 # define SUMMARISE_HOW(_how, _off, _ctxreg) \ in summarise_context() argument 2216 _how = CFIR_UNKNOWN; _off = 0; break; \ in summarise_context() 2218 _how = CFIR_SAME; _off = 0; break; \ in summarise_context() 2220 _how = CFIR_MEMCFAREL; _off = _ctxreg.arg; break; \ in summarise_context() 2222 _how = CFIR_CFAREL; _off = _ctxreg.arg; break; \ in summarise_context() 2241 _off = conv; \ in summarise_context()
|
D | debuginfo.c | 2455 # define COMPUTE(_prev, _here, _how, _off) \ in VG_() argument 2463 Addr a = cfa + (Word)_off; \ in VG_() 2471 _prev = cfa + (Word)_off; \ in VG_() 2475 ML_(ppCfiExpr)(di->cfsi_exprs,_off); \ in VG_() 2480 _prev = evalCfiExpr(di->cfsi_exprs, _off, &eec, &ok ); \ in VG_()
|