/external/strace/tests/ |
prctl-securebits.c | 60 static const kernel_ulong_t bits2 = local 75 if (bits2) { 76 prctl(PR_SET_SECUREBITS, bits2); 78 " = %s\n", (unsigned long long) bits2, errstr);
|
/external/strace/tests-m32/ |
prctl-securebits.c | 60 static const kernel_ulong_t bits2 = local 75 if (bits2) { 76 prctl(PR_SET_SECUREBITS, bits2); 78 " = %s\n", (unsigned long long) bits2, errstr);
|
/external/strace/tests-mx32/ |
prctl-securebits.c | 60 static const kernel_ulong_t bits2 = local 75 if (bits2) { 76 prctl(PR_SET_SECUREBITS, bits2); 78 " = %s\n", (unsigned long long) bits2, errstr);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue7223.go | 10 const bits2 uint = 10 const 14 _ = make([]byte, 1<<bits2)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue7223.go | 10 const bits2 uint = 10 const 14 _ = make([]byte, 1<<bits2)
|
/external/libopus/celt/ |
rate.c | 249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, 278 int tmp = bits1[j] + (mid*(opus_int32)bits2[j]>>ALLOC_STEPS); 299 int tmp = bits1[j] + ((opus_int32)lo*bits2[j]>>ALLOC_STEPS); 542 VARDECL(int, bits2); 568 ALLOC(bits2, len, int); 636 bits2[j] = bits2j; 638 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap,
|
/external/ltp/testcases/kernel/device-drivers/include/ |
includeTest.c | 285 int bits = 0, bits2 = 0; local 298 hash_mem(name, bits, bits2);
|
/external/v8/src/compiler/ |
types.h | 236 static bool Is(bitset bits1, bitset bits2) { 237 return (bits1 | bits2) == bits2;
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
flate_test.go | 44 bits2 := []int{11, 13} 49 if h.init(bits2) {
|
/prebuilts/go/linux-x86/src/compress/flate/ |
flate_test.go | 44 bits2 := []int{11, 13} 49 if h.init(bits2) {
|
/external/libopus/src/ |
opus_demo.c | 245 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; local [all...] |
/external/v8/src/ast/ |
ast-types.h | 308 static bool Is(bitset bits1, bitset bits2) { 309 return (bits1 | bits2) == bits2; [all...] |
/external/valgrind/VEX/priv/ |
guest_generic_x87.c | 612 static UInt bits2_to_bytes4 ( UInt bits2 ) 615 r |= (bits2 & 1) ? 0x0000FFFF : 0; 616 r |= (bits2 & 2) ? 0xFFFF0000 : 0; [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-solaris.c | [all...] |
/external/valgrind/memcheck/tests/solaris/ |
scalar.stderr.exp | [all...] |