HomeSort by relevance Sort by last modified time
    Searched refs:in (Results 476 - 500 of 44327) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_date_wide.pass.cpp 41 const wchar_t in[] = L"5/5/5"; local
44 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
45 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
  /external/libcxx/test/std/utilities/template.bitset/bitset.operators/
stream_in.pass.cpp 22 std::istringstream in("01011010");
24 in >> b;
  /external/libgsm/src/
toast_lin.c 11 /* toast_linear.c -- read and write 16 bit linear sound in host byte order.
14 extern FILE *in, *out;
18 return fread( (char *)buf, sizeof(*buf), 160, in );
  /external/libopus/tests/
test_opus_padding.c 4 Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
18 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
23 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28 /* Check for overflow in reading the padding length.
48 unsigned char *in = malloc(PACKETSIZE); local
52 if (!in || !out) {
56 in[0] = 0xff
    [all...]
  /external/libusb/.private/
post-rewrite.sh 5 # To have git run this script on commit, create a "post-rewrite" text file in
17 case "$1" in
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_inv_txfm_sse2.h 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.
22 static INLINE void extend_64bit(const __m128i in,
24 out[0] = _mm_unpacklo_epi32(in, in); // 0, 0, 1, 1
25 out[1] = _mm_unpackhi_epi32(in, in); // 2, 2, 3,
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/00basic/
basic2.tc 6 for t in `cat available_tracers`; do
  /external/llvm/test/CodeGen/SystemZ/Large/
spill-01.py 11 # Add in some extra room and check both %r15+4096 (the first out-of-range slot)
27 for i in range(count):
35 for i in range(count):
  /external/ltp/testcases/commands/cron/
cron_dirs_checks01 10 # This program is distributed in the hope that it will be useful,
35 for i in $DIRS
  /external/ltp/testcases/kernel/containers/sysvipc/
runipctests_noltp.sh 11 ## This program is distributed in the hope that it will be useful, but ##
24 for type in none clone unshare; do
  /external/ltp/testcases/open_posix_testsuite/stress/timers/
keytests.sh 37 for test in $keytestlist; do
  /external/python/cpython2/Lib/test/crashers/
recursion_limit_too_high.py 2 # E.g. on 32-bit Intel Linux in a "standard" configuration it seems to
14 if 'recursion_limit_too_high' in sys.modules:
  /external/python/cpython3/Lib/test/subprocessdata/
input_reader.py 6 for line in sys.stdin:
qgrep.py 8 for line in sys.stdin:
9 if pattern in line:
  /external/toolchain-utils/binary_search_tool/common/
interactive_test_noping.sh 13 # if it could not determine (does not apply in this case).
20 case $yn in
  /external/tpm2/
DictionaryAttackLockReset.c 12 DictionaryAttackLockReset_In *in // IN: input parameter list
17 // Input parameter is not reference in command action
18 in = NULL;
ECC_Parameters.c 19 ECC_Parameters_In *in, // IN: input parameter list
26 if(CryptEccGetParameters(in->curveID, &out->parameters))
GetCommandAuditDigest.c 26 GetCommandAuditDigest_In *in, // IN: input parameter list
35 // Filling in attest information
37 result = FillInAttestInfo(in->signHandle,
38 &in->inScheme,
39 &in->qualifyingData,
67 result = SignAttestInfo(in->signHandle,
68 &in->inScheme,
70 &in->qualifyingData,
79 if(in->signHandle != TPM_RH_NULL
    [all...]
GetTime.c 26 GetTime_In *in, // IN: input parameter list
35 // Filling in attest information
37 result = FillInAttestInfo(in->signHandle,
38 &in->inScheme,
39 &in->qualifyingData,
53 // current clock in plain text
57 // Firmware version in plain text
66 result = SignAttestInfo(in->signHandle,
67 &in->inScheme
    [all...]
IncrementalSelfTest.c 15 // TPM_RC_VALUE an algorithm in the toTest list is not implemented
19 IncrementalSelfTest_In *in, // IN: input parameter list
26 // Call incremental self test function in crypt module. If this function
29 result = CryptIncrementalSelfTest(&in->toTest, &out->toDoList);
NV_GlobalWriteLock.c 12 NV_GlobalWriteLock_In *in // IN: input parameter list
17 // Input parameter is not reference in command action
18 in = NULL; // to silence compiler warnings.
PolicyGetDigest.c 12 PolicyGetDigest_In *in, // IN: input parameter list
21 session = SessionGet(in->policySession);
SetAlgorithmSet.c 12 SetAlgorithmSet_In *in // IN: input parameter list
24 gp.algorithmSet = in->algorithmSet;
VerifySignature.c 22 VerifySignature_In *in, // IN: input parameter list
34 signObject = ObjectGet(in->keyHandle);
42 result = CryptVerifySignature(in->keyHandle, &in->digest, &in->signature);
48 hierarchy = ObjectGetHierarchy(in->keyHandle);
61 name.t.size = ObjectGetName(in->keyHandle, &name.t.name);
63 TicketComputeVerified(hierarchy, &in->digest, &name, &out->validation);
  /external/v8/tools/sanitizers/
sanitize_pcs.py 4 # found in the LICENSE file.
10 for line in sys.stdin:

Completed in 257 milliseconds

<<11121314151617181920>>