Home
last modified time | relevance | path

Searched refs:_b2 (Results 1 – 12 of 12) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DIndefiniteLengthInputStream.java12 private int _b2; field in IndefiniteLengthInputStream
24 _b2 = in.read(); in IndefiniteLengthInputStream()
26 if (_b2 < 0) in IndefiniteLengthInputStream()
44 if (!_eofReached && _eofOn00 && (_b1 == 0x00 && _b2 == 0x00)) in checkForEof()
75 b[off + 1] = (byte)_b2; in read()
78 _b2 = _in.read(); in read()
80 if (_b2 < 0) in read()
107 _b1 = _b2; in read()
108 _b2 = b; in read()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DIndefiniteLengthInputStream.java11 private int _b2; field in IndefiniteLengthInputStream
23 _b2 = in.read(); in IndefiniteLengthInputStream()
25 if (_b2 < 0) in IndefiniteLengthInputStream()
43 if (!_eofReached && _eofOn00 && (_b1 == 0x00 && _b2 == 0x00)) in checkForEof()
74 b[off + 1] = (byte)_b2; in read()
77 _b2 = _in.read(); in read()
79 if (_b2 < 0) in read()
106 _b1 = _b2; in read()
107 _b2 = b; in read()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DIndefiniteLengthInputStream.java12 private int _b2; field in IndefiniteLengthInputStream
24 _b2 = in.read(); in IndefiniteLengthInputStream()
26 if (_b2 < 0) in IndefiniteLengthInputStream()
44 if (!_eofReached && _eofOn00 && (_b1 == 0x00 && _b2 == 0x00)) in checkForEof()
75 b[off + 1] = (byte)_b2; in read()
78 _b2 = _in.read(); in read()
80 if (_b2 < 0) in read()
107 _b1 = _b2; in read()
108 _b2 = b; in read()
/external/llvm-project/clang/test/CodeGenObjC/
Dbitfield-ivar-offsets.m4 // RUN: grep -F '@"OBJC_IVAR_$_I0._b2" = global i64 1, section "__DATA, __objc_ivar", align 8' %t
14 unsigned _b2:5; field
/external/clang/test/CodeGenObjC/
Dbitfield-ivar-offsets.m4 // RUN: grep -F '@"OBJC_IVAR_$_I0._b2" = global i64 1, section "__DATA, __objc_ivar", align 8' %t
14 unsigned _b2:5; field
/external/llvm-project/clang/test/CodeGenCXX/
Doverride-layout-packed-base.cpp16 char _b2; member in B
/external/rust/crates/bytes/tests/
Dtest_bytes_odd_alloc.rs68 let _b2 = b1.clone(); in test_bytes_clone_drop() localVariable
/external/rust/crates/bytes/benches/
Dbytes.rs23 let _b2 = buf.clone(); in deref_shared() localVariable
Dbytes_mut.rs67 let _b2 = buf.split_off(1024); in deref_shared() localVariable
/external/llvm/test/CodeGen/X86/
Dtls.ll426 ; X32_WIN-NEXT: leal _b2@SECREL32(%eax), %eax
436 ; MINGW32-NEXT: leal _b2@SECREL32(%eax), %eax
/external/llvm-project/llvm/test/CodeGen/X86/
Dtls.ll428 ; X86_WIN-NEXT: leal _b2@SECREL32(%eax), %eax
438 ; MINGW32-NEXT: leal _b2@SECREL32(%eax), %eax
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
DTensorFlow_NumPy_Text_Generation.ipynb858 " self._b2 = b2\n",
870 " b2 = self._b2\n",