HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 376 - 400 of 3981) sorted by null

<<11121314151617181920>>

  /external/tpm2/
Marshal_SequenceComplete.c 3 // found in the LICENSE file.
67 SequenceComplete_In in; local
78 result = SequenceComplete_In_Unmarshal(&in, request_handles,
85 result = TPM2_SequenceComplete(&in, &out);
Marshal_Sign.c 3 // found in the LICENSE file.
70 Sign_In in; local
81 result = Sign_In_Unmarshal(&in, request_handles, request_parameter_buffer,
87 result = TPM2_Sign(&in, &out);
Marshal_StartAuthSession.c 3 // found in the LICENSE file.
83 StartAuthSession_In in; local
94 result = StartAuthSession_In_Unmarshal(&in, request_handles,
101 result = TPM2_StartAuthSession(&in, &out);
Marshal_Unseal.c 3 // found in the LICENSE file.
57 Unseal_In in; local
68 result = Unseal_In_Unmarshal(&in, request_handles, request_parameter_buffer,
74 result = TPM2_Unseal(&in, &out);
Marshal_VerifySignature.c 3 // found in the LICENSE file.
66 VerifySignature_In in; local
77 result = VerifySignature_In_Unmarshal(&in, request_handles,
84 result = TPM2_VerifySignature(&in, &out);
Marshal_ZGen_2Phase.c 3 // found in the LICENSE file.
76 ZGen_2Phase_In in; local
88 ZGen_2Phase_In_Unmarshal(&in, request_handles, request_parameter_buffer,
94 result = TPM2_ZGen_2Phase(&in, &out);
  /external/valgrind/coregrind/m_demangle/
rust-demangle.c 11 In addition to the permissions in the GNU Library General Public
16 restrictions do apply in other respects; for example, they cover
20 Libiberty is distributed in the hope that it will be useful,
30 #if 0 /* in valgrind */
34 #endif /* ! in valgrind */
36 #if 0 /* in valgrind */
38 #endif /* ! in valgrind */
40 #if 0 /* in valgrind */
44 #endif /* ! in valgrind *
260 const char *in; local
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 7 /// in the Software without restriction, including without limitation the rights
12 /// The above copyright notice and this permission notice shall be included in
17 /// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 /// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
94 __m128 const in[4]); variable
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_mips.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
13 // MIPS optimized implementation of the Autocorrelation function in fixed point.
14 // NOTE! Different from SPLIB-version in how it scales the signal.
22 int16_t* in = (int16_t*)x; local
37 // Loop is unrolled 8 times, set accumulator to zero in branch delay slot.
43 "ulw %[r0], 0(%[in]) \n\t
    [all...]
  /external/xz-embedded/userspace/
boottest.c 22 /* Disable the CRC64 support even if it was enabled in the Makefile. */
27 static uint8_t in[1024 * 1024]; variable
44 in_size = fread(in, 1, sizeof(in), stdin);
45 ret = decompress(in, in_size, NULL, NULL, out, NULL, &error);
55 in_size = fread(in, 1, sizeof(in), stdin);
56 ret = decompress(in, in_size, NULL, &flush, NULL, &in_used, &error);
75 ret = decompress(in, 0, &fill, NULL, out, &in_used, &error);
  /external/zlib/src/examples/
zpipe.c 10 1.3 6 Apr 2005 Remove incorrect assertion in inf()
41 unsigned char in[CHUNK]; local
54 strm.avail_in = fread(in, 1, CHUNK, source);
60 strm.next_in = in;
63 compression if all of source has been read in */
77 /* done when last data in file processed */
97 unsigned char in[CHUNK]; local
112 strm.avail_in = fread(in, 1, CHUNK, source);
119 strm.next_in = in;
  /frameworks/base/core/java/android/content/pm/
InstantAppIntentFilter.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
47 InstantAppIntentFilter(Parcel in) {
48 mSplitName = in.readString();
49 in.readList(mFilters, null /*loader*/);
74 public InstantAppIntentFilter createFromParcel(Parcel in) {
75 return new InstantAppIntentFilter(in);
  /frameworks/base/core/java/android/ddm/
DdmHandleExit.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
39 * Register for the messages we're interested in.
67 ByteBuffer in = wrapChunk(request); local
69 int statusCode = in.getInt();
  /frameworks/base/core/java/android/security/keymaster/
KeymasterCertificateChain.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
28 * Serialization code for this must be kept in sync with system/security/keystore
37 public KeymasterCertificateChain createFromParcel(Parcel in) {
38 return new KeymasterCertificateChain(in);
53 private KeymasterCertificateChain(Parcel in) {
54 readFromParcel(in);
73 public void readFromParcel(Parcel in) {
74 int length = in.readInt();
77 mCertificates.add(in.createByteArray())
    [all...]
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
89 short in[BUF_SIZE]; local
90 env->GetByteArrayRegion(jIn, jInOffset, (jNpoints * 2 + nFir21 - 1) * 2, (jbyte*)in);
97 const short* inp = &in[i * 2];
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ReceiverActivity.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 Intent in = getIntent(); local
41 body = in.getByteArrayExtra("data");
42 header = in.getByteArrayExtra("header");
  /frameworks/base/telephony/java/android/telephony/mbms/
FileServiceInfo.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
60 FileServiceInfo(Parcel in) {
61 super(in);
63 in.readList(files, FileInfo.class.getClassLoader());
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
SerializableImageImpl.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
45 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException {
46 in.defaultReadObject();
47 mBufferedImage = ImageIO.read(in);
  /frameworks/ml/nn/common/
GraphDump.cpp 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
107 outStream << " ordering=in";
116 for (unsigned in = 0, inE = operation.inputs.size(); in < inE; in++) {
117 outStream << " d" << operation.inputs[in] << " -> n" << i;
119 outStream << " [label=" << in << "]"; local