Home
last modified time | relevance | path

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

/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/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/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()
537 VARDECL(int, bits2); in compute_allocation()
563 ALLOC(bits2, len, int); in compute_allocation()
631 bits2[j] = bits2j; in compute_allocation()
633 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap, in compute_allocation()
/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/v8/src/compiler/
Dtypes.h236 static bool Is(bitset bits1, bitset bits2) { in Is() argument
237 return (bits1 | bits2) == bits2; in Is()
/external/valgrind/VEX/priv/
Dguest_generic_x87.c612 static UInt bits2_to_bytes4 ( UInt bits2 ) in bits2_to_bytes4() argument
615 r |= (bits2 & 1) ? 0x0000FFFF : 0; in bits2_to_bytes4()
616 r |= (bits2 & 2) ? 0xFFFF0000 : 0; in bits2_to_bytes4()
/external/libopus/src/
Dopus_demo.c245 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; in main() local
842 bits2 += len[toggle]*len[toggle]*64; in main()
872 1e-3*sqrt(bits2/count - bits*bits/(count*(double)count))*sampling_rate/frame_size); in main()
/external/v8/src/ast/
Dast-types.h308 static bool Is(bitset bits1, bitset bits2) { in Is() argument
309 return (bits1 | bits2) == bits2; in Is()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c7262 vki_uint_t, bits1, vki_uint_t, bits2, vki_uint_t, bits3);
/external/valgrind/memcheck/tests/solaris/
Dscalar.stderr.exp2670 Syscall param lwp_sigmask(bits2) contains uninitialised byte(s)