/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | BEROctetStringGenerator.java | 75 private int _off; field in BEROctetStringGenerator.BufferedBEROctetStream 82 _off = 0; in BufferedBEROctetStream() 90 _buf[_off++] = (byte)b; in write() 92 if (_off == _buf.length) in write() 95 _off = 0; in write() 103 int numToCopy = Math.min(len, _buf.length - _off); in write() 104 System.arraycopy(b, off, _buf, _off, numToCopy); in write() 106 _off += numToCopy; in write() 107 if (_off < _buf.length) in write() 113 _off = 0; in write() [all …]
|
/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/u-boot/arch/arm/include/asm/arch-sunxi/ |
D | ccu.h | 33 #define GATE(_off, _bit) { \ argument 34 .off = _off, \ 51 #define RESET(_off, _bit) { \ argument 52 .off = _off, \
|
/external/u-boot/include/ |
D | mvmfp.h | 24 #define MFP(_off, _pull, _drv, _slp, _edge, _sleep, _afn) ( \ argument 25 /* bits 31..16 - MFP Register Offset */ (((_off) & 0xffff) << 16) | \ 34 #define MFP(_off, _pull, _drv, _slp, _edge, _sleep, _afn) ( \ argument 35 /* bits 31..16 - MFP Register Offset */ (((_off) & 0xffff) << 16) | \
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | speed.c | 23 _off, enumerator
|
/external/v8/src/codegen/arm64/ |
D | constants-arm64.h | 855 A##_##B##_off = LoadStorePairOffsetFixed | A##_##B
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 918 A##_##B##_off = LoadStorePairOffsetFixed | A##_##B
|
D | disasm-aarch64.cc | 1369 case A##_off: \ in VisitLoadStorePairOffset()
|
/external/v8/src/diagnostics/arm64/ |
D | disasm-arm64.cc | 1018 case A##_off: \ in VisitLoadStorePairOffset()
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 2188 let _off = b.start_vector::<u16>(2); in layout_05_2xuint16_vector() localVariable
|
/external/angle/third_party/VulkanMemoryAllocator/docs/html/ |
D | jquery.js | 8 …:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i|…
|