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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
label_image_test.cc 4 you may not use this file except in compliance with the License.
9 Unless required by applicable law or agreed to in writing, software
47 uint8_t in[] = {1, 1, 2, 2, 4, 4, 16, 32, 128, 64}; local
50 get_top_n<uint8_t>(in, 10, 5, 0.025, &top_results, false);
  /external/toybox/toys/other/
dos2unix.c 42 int len, in, out; local
48 for (in = out = 0; in < len; in++) {
49 char x = toybuf[in+sizeof(toybuf)/2];
51 // Drop \r only if followed by \n in dos2unix mode
55 // Add \r only if \n not after \r in unix2dos mode
  /external/toybox/toys/posix/
uudecode.c 17 -o write to OUTFILE instead of filename in header
49 char *in, *out; local
60 in = out = line;
61 if (!m) olen = (*(in++) - 32) & 0x3f;
73 if (!(c = *(in++))) goto line_done;
uuencode.c 15 Uuencode stdin (or file) to stdout, with encode-filename in the output.
35 char *in; local
40 in = buf;
42 for (in = buf; in-buf < i; ) {
43 int j, x, bytes = i - (in-buf);
50 if (j < bytes) x |= (*(in++) & 0x0ff) << (8*(2-j));
  /external/tpm2/
Marshal_ActivateCredential.c 3 // found in the LICENSE file.
67 ActivateCredential_In in; local
78 result = ActivateCredential_In_Unmarshal(&in, request_handles,
85 result = TPM2_ActivateCredential(&in, &out);
Marshal_Certify.c 3 // found in the LICENSE file.
68 Certify_In in; local
79 result = Certify_In_Unmarshal(&in, request_handles, request_parameter_buffer,
85 result = TPM2_Certify(&in, &out);
Marshal_CertifyCreation.c 3 // found in the LICENSE file.
76 CertifyCreation_In in; local
87 result = CertifyCreation_In_Unmarshal(&in, request_handles,
94 result = TPM2_CertifyCreation(&in, &out);
Marshal_Commit.c 3 // found in the LICENSE file.
73 Commit_In in; local
84 result = Commit_In_Unmarshal(&in, request_handles, request_parameter_buffer,
90 result = TPM2_Commit(&in, &out);
Marshal_ContextLoad.c 3 // found in the LICENSE file.
60 ContextLoad_In in; local
72 ContextLoad_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_ContextLoad(&in, &out);
Marshal_ContextSave.c 3 // found in the LICENSE file.
57 ContextSave_In in; local
69 ContextSave_In_Unmarshal(&in, request_handles, request_parameter_buffer,
75 result = TPM2_ContextSave(&in, &out);
Marshal_Create.c 3 // found in the LICENSE file.
79 Create_In in; local
90 result = Create_In_Unmarshal(&in, request_handles, request_parameter_buffer,
96 result = TPM2_Create(&in, &out);
Marshal_CreatePrimary.c 3 // found in the LICENSE file.
81 CreatePrimary_In in; local
93 CreatePrimary_In_Unmarshal(&in, request_handles, request_parameter_buffer,
99 result = TPM2_CreatePrimary(&in, &out);
Marshal_Duplicate.c 3 // found in the LICENSE file.
70 Duplicate_In in; local
82 Duplicate_In_Unmarshal(&in, request_handles, request_parameter_buffer,
88 result = TPM2_Duplicate(&in, &out);
Marshal_ECC_Parameters.c 3 // found in the LICENSE file.
61 ECC_Parameters_In in; local
72 result = ECC_Parameters_In_Unmarshal(&in, request_handles,
79 result = TPM2_ECC_Parameters(&in, &out);
Marshal_ECDH_KeyGen.c 3 // found in the LICENSE file.
58 ECDH_KeyGen_In in; local
70 ECDH_KeyGen_In_Unmarshal(&in, request_handles, request_parameter_buffer,
76 result = TPM2_ECDH_KeyGen(&in, &out);
Marshal_ECDH_ZGen.c 3 // found in the LICENSE file.
62 ECDH_ZGen_In in; local
74 ECDH_ZGen_In_Unmarshal(&in, request_handles, request_parameter_buffer,
80 result = TPM2_ECDH_ZGen(&in, &out);
Marshal_EC_Ephemeral.c 3 // found in the LICENSE file.
61 EC_Ephemeral_In in; local
73 EC_Ephemeral_In_Unmarshal(&in, request_handles, request_parameter_buffer,
79 result = TPM2_EC_Ephemeral(&in, &out);
Marshal_EncryptDecrypt.c 3 // found in the LICENSE file.
75 EncryptDecrypt_In in; local
86 result = EncryptDecrypt_In_Unmarshal(&in, request_handles,
93 result = TPM2_EncryptDecrypt(&in, &out);
Marshal_EventSequenceComplete.c 3 // found in the LICENSE file.
63 EventSequenceComplete_In in; local
74 result = EventSequenceComplete_In_Unmarshal(&in, request_handles,
81 result = TPM2_EventSequenceComplete(&in, &out);
Marshal_FieldUpgradeData.c 3 // found in the LICENSE file.
61 FieldUpgradeData_In in; local
72 result = FieldUpgradeData_In_Unmarshal(&in, request_handles,
79 result = TPM2_FieldUpgradeData(&in, &out);
Marshal_FirmwareRead.c 3 // found in the LICENSE file.
60 FirmwareRead_In in; local
72 FirmwareRead_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_FirmwareRead(&in, &out);
Marshal_GetCapability.c 3 // found in the LICENSE file.
70 GetCapability_In in; local
82 GetCapability_In_Unmarshal(&in, request_handles, request_parameter_buffer,
88 result = TPM2_GetCapability(&in, &out);
Marshal_GetCommandAuditDigest.c 3 // found in the LICENSE file.
68 GetCommandAuditDigest_In in; local
79 result = GetCommandAuditDigest_In_Unmarshal(&in, request_handles,
86 result = TPM2_GetCommandAuditDigest(&in, &out);
Marshal_GetRandom.c 3 // found in the LICENSE file.
60 GetRandom_In in; local
72 GetRandom_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_GetRandom(&in, &out);
Marshal_GetSessionAuditDigest.c 3 // found in the LICENSE file.
69 GetSessionAuditDigest_In in; local
80 result = GetSessionAuditDigest_In_Unmarshal(&in, request_handles,
87 result = TPM2_GetSessionAuditDigest(&in, &out);

Completed in 213 milliseconds

<<11121314151617181920>>