Searched defs:val (Results 1 - 25 of 2316) sorted by relevance

1234567891011>>

/external/clang/test/Modules/
H A Dseparate_map_tree.cpp8 const int val = common + b + c + c_; variable
H A Dmodular_maps.cpp19 const int val = a + b + c + x; variable
/external/libunwind/tests/
H A Dident.c2 f (long val) argument
4 return val;
/external/clang/test/CodeGen/
H A D2003-08-21-StmtExpr.c5 unsigned long val; member in struct:__anon2064
H A D2010-01-13-MemBarrier.c6 unsigned t(uint32_t *ptr, uint32_t val) { argument
9 return __sync_lock_test_and_set(ptr, val);
H A Dforwarding-blocks-if.c6 int f0(int val) { argument
7 if (val == 0) {
9 } else if (val == 1) {
23 int f1(int val, int g) { argument
24 if (val == 0)
H A Duint128_t.c8 f(uint64_t val) argument
12 tmp = val;
/external/clang/test/CodeGenCXX/
H A Dswitch-case-folding-1.cpp4 int test(int val){ argument
8 switch (val) {
H A Dswitch-case-folding-2.cpp5 int test(int val){ argument
6 switch (val) {
/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp3 template<int> struct c { c(int) = delete; typedef void val; operator int() const; }; typedef in struct:c
5 int val; variable
8 int k1 = a < b < c, d > ::val, e1;
9 int k2 = a < b, c < d > ::val, e2;
10 int k3 = b < a < c, d > ::val, e3;
11 int k4 = b < c, x, y = d > ::val, e4;
13 int k6 = T2 < b, &S::operator= >::val;
15 int k8 = T2 < b, &S::operator> >::val;
24 int k1 = a < b < c, d > ::val,
25 int k2 = b < a < c, d > ::val,
[all...]
/external/clang/test/SemaCXX/
H A DPR9884.cpp5 Base(int val);
11 Derived(int val);
15 Derived::Derived(int val) argument
16 : Base( val )
/external/compiler-rt/test/BlocksRuntime/
H A Dgoto.c21 __block int val = 0; local
23 ^{ val = 1; }();
25 if (val == 0) {
26 goto out_bad; // error: local byref variable val is in the scope of this goto
32 printf("%s: val not updated!\n", argv[0]);
/external/compiler-rt/test/asan/TestCases/Helpers/
H A Dinitialization-nobug-extra.cc9 static int val = getStructWithDtorValue(); variable
/external/fio/lib/
H A Dpow2.h7 static inline bool is_power_of_2(uint64_t val) argument
9 return (val != 0 && ((val & (val - 1)) == 0));
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dposix_types.h25 long val[2]; member in struct:__anon8441
/external/libunwind/src/unwind/
H A DGetBSP.c32 unw_word_t val; local
34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val);
35 return val;
H A DGetCFA.c31 unw_word_t val; local
33 unw_get_reg (&context->cursor, UNW_REG_SP, &val);
34 return val;
H A DGetGR.c31 unw_word_t val; local
38 unw_get_reg (&context->cursor, index, &val);
39 return val;
H A DGetIP.c31 unw_word_t val; local
33 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
34 return val;
H A DGetIPInfo.c34 unw_word_t val; local
36 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
38 return val;
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg_access_test.c18 uint64_t val, expected; local
24 val = mfspr(SPRN_BESCR);
26 FAIL_IF(val != expected);
30 val = mfspr(SPRN_EBBHR);
32 FAIL_IF(val != expected);
/external/strace/linux/sh/
H A Darch_getrval2.c4 unsigned long val; local
5 if (upeek(tcp->pid, 4*(REG_REG0+1), &val) < 0)
7 return val;
/external/strace/tests/
H A Dprintxval.c37 printxval(const struct xlat *xlat, unsigned long long val, argument
41 if (xlat->val == val) {
47 printf("%#llx", val);
/external/strace/tests-m32/
H A Dprintxval.c37 printxval(const struct xlat *xlat, unsigned long long val, argument
41 if (xlat->val == val) {
47 printf("%#llx", val);
/external/strace/tests-mx32/
H A Dprintxval.c37 printxval(const struct xlat *xlat, unsigned long long val, argument
41 if (xlat->val == val) {
47 printf("%#llx", val);

Completed in 632 milliseconds

1234567891011>>