Home
last modified time | relevance | path

Searched refs:bits1 (Results 1 – 10 of 10) sorted by relevance

/external/strace/tests-mx32/
Dprctl-securebits.c58 static const kernel_ulong_t bits1 = in main() local
68 prctl(PR_SET_SECUREBITS, bits1); in main()
73 (unsigned long long) bits1 & ~0xffULL, errstr); in main()
88 long rc = prctl(PR_GET_SECUREBITS, bits1); in main()
/external/strace/tests/
Dprctl-securebits.c58 static const kernel_ulong_t bits1 = in main() local
68 prctl(PR_SET_SECUREBITS, bits1); in main()
73 (unsigned long long) bits1 & ~0xffULL, errstr); in main()
88 long rc = prctl(PR_GET_SECUREBITS, bits1); in main()
/external/strace/tests-m32/
Dprctl-securebits.c58 static const kernel_ulong_t bits1 = in main() local
68 prctl(PR_SET_SECUREBITS, bits1); in main()
73 (unsigned long long) bits1 & ~0xffULL, errstr); in main()
88 long rc = prctl(PR_GET_SECUREBITS, bits1); 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()
536 VARDECL(int, bits1); in compute_allocation()
562 ALLOC(bits1, len, int); in compute_allocation()
630 bits1[j] = bits1j; in compute_allocation()
633 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap, in compute_allocation()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c249 uf.bits1.sf_fence = brw->urb.cs_start; in brw_upload_urb_fence()
250 uf.bits1.cs_fence = brw->urb.size; in brw_upload_urb_fence()
Dbrw_structs.h65 } bits1; member
/external/v8/src/compiler/
Dtypes.h236 static bool Is(bitset bits1, bitset bits2) { in Is() argument
237 return (bits1 | bits2) == bits2; in Is()
/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.exp2667 Syscall param lwp_sigmask(bits1) contains uninitialised byte(s)