Home
last modified time | relevance | path

Searched refs:bits2 (Results 1 – 11 of 11) sorted by relevance

/external/strace/tests-m32/
Dprctl-securebits.c60 static const kernel_ulong_t bits2 = in main() local
75 if (bits2) { in main()
76 prctl(PR_SET_SECUREBITS, bits2); in main()
78 " = %s\n", (unsigned long long) bits2, errstr); in main()
/external/strace/tests-mx32/
Dprctl-securebits.c60 static const kernel_ulong_t bits2 = in main() local
75 if (bits2) { in main()
76 prctl(PR_SET_SECUREBITS, bits2); in main()
78 " = %s\n", (unsigned long long) bits2, errstr); in main()
/external/strace/tests/
Dprctl-securebits.c60 static const kernel_ulong_t bits2 = in main() local
75 if (bits2) { in main()
76 prctl(PR_SET_SECUREBITS, bits2); in main()
78 " = %s\n", (unsigned long long) bits2, errstr); in main()
/external/libopus/celt/
Drate.c249 …const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int3… in interp_bits2pulses() argument
278 int tmp = bits1[j] + (mid*(opus_int32)bits2[j]>>ALLOC_STEPS); in interp_bits2pulses()
299 int tmp = bits1[j] + ((opus_int32)lo*bits2[j]>>ALLOC_STEPS); in interp_bits2pulses()
542 VARDECL(int, bits2); in clt_compute_allocation()
568 ALLOC(bits2, len, int); in clt_compute_allocation()
636 bits2[j] = bits2j; in clt_compute_allocation()
638 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap, in clt_compute_allocation()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbit_stream.cpp445 const std::string bits2 = BitsToStream(b2_val, 8); in TEST() local
452 const std::string expected = bits2 + bits3; in TEST()
708 uint64_t bits1 = 0, bits2 = 0; in TEST() local
711 reader2.ReadBits(&bits2, to_read); in TEST()
712 EXPECT_EQ(bits1, bits2); in TEST()
716 EXPECT_EQ(0u, reader2.ReadBits(&bits2, 1)); in TEST()
728 uint64_t bits1 = 0, bits2 = 0; in TEST() local
731 reader2.ReadBits(&bits2, to_read); in TEST()
732 EXPECT_EQ(bits1, bits2); in TEST()
736 EXPECT_EQ(0u, reader2.ReadBits(&bits2, 1)); in TEST()
/external/deqp-deps/SPIRV-Tools/test/
Dbit_stream.cpp445 const std::string bits2 = BitsToStream(b2_val, 8); in TEST() local
452 const std::string expected = bits2 + bits3; in TEST()
708 uint64_t bits1 = 0, bits2 = 0; in TEST() local
711 reader2.ReadBits(&bits2, to_read); in TEST()
712 EXPECT_EQ(bits1, bits2); in TEST()
716 EXPECT_EQ(0u, reader2.ReadBits(&bits2, 1)); in TEST()
728 uint64_t bits1 = 0, bits2 = 0; in TEST() local
731 reader2.ReadBits(&bits2, to_read); in TEST()
732 EXPECT_EQ(bits1, bits2); in TEST()
736 EXPECT_EQ(0u, reader2.ReadBits(&bits2, 1)); in TEST()
/external/antlr/runtime/Cpp/include/
Dantlr3bitset.inl178 ANTLR_BITWORD* bits2 = bitset2->m_blist.get_bits(); local
180 bits1[i-1] |= bits2[i-1];
272 ANTLR_BITWORD* bits2 = bitset2->m_blist.get_bits(); local
273 if ( bits1[i] != bits2[i])
448 ANTLR_BITWORD* bits2 = bitset2->m_blist.get_bits(); local
450 bits1[i-1] |= bits2[i-1];
/external/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c285 int bits = 0, bits2 = 0; in test_sunrpc_svc() local
298 hash_mem(name, bits, bits2); in test_sunrpc_svc()
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h386 GLuint bits = 0, bits2 = 0; in storedxtencodedblock() local
470 bits2 |= enc << (2 * (j * 4 + i)); in storedxtencodedblock()
483 *blkaddr++ = bits2 & 0xff; in storedxtencodedblock()
484 *blkaddr++ = ( bits2 >> 8) & 0xff; in storedxtencodedblock()
485 *blkaddr++ = ( bits2 >> 16) & 0xff; in storedxtencodedblock()
486 *blkaddr = bits2 >> 24; in storedxtencodedblock()
/external/v8/src/compiler/
Dtypes.h246 static bool Is(bitset bits1, bitset bits2) { in Is() argument
247 return (bits1 | bits2) == bits2; in Is()
/external/libopus/src/
Dopus_demo.c240 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; in main() local
837 bits2 += len[toggle]*len[toggle]*64; in main()
869 var = bits2/count - bits*bits/(count*(double)count); in main()