HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 76 - 100 of 1212) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
data-flow.cc 31 uint32_t val = current_value_; local
32 while (val == 0) {
35 val = target_->data_[current_index_];
38 val = SkipZeroBytes(val);
39 val = SkipZeroBits(val);
40 current_value_ = val >> 1;
  /external/clang/test/CodeGen/
aarch64-inline-asm.c 53 int val; local
54 asm("ldxr %0, %1" : "=r"(val) : "Q"(var));
atomic.c 6 int val = 1; local
13 old = __sync_fetch_and_add(&val, 1);
14 // CHECK: atomicrmw add i32* %val, i32 1 seq_cst
19 old = __sync_fetch_and_min(&val, 3);
20 // CHECK: atomicrmw min i32* %val, i32 3 seq_cst
22 old = __sync_fetch_and_max(&val, 4);
23 // CHECK: atomicrmw max i32* %val, i32 4 seq_cst
31 old = __sync_lock_test_and_set(&val, 7);
32 // CHECK: atomicrmw xchg i32* %val, i32 7 seq_cst
34 old = __sync_swap(&val, 8)
    [all...]
x86_32-inline-asm.c 13 uint64_t val = 0; local
17 "a" ((val & 0xFFFFFFFFUL)), // expected-error {{invalid input size for constraint 'a'}}
18 "d" (((val >> 32) & 0xFFFFFFFFUL)));
  /external/clang/test/CodeGenCXX/
2006-09-12-OpaqueStructCrash.cpp 10 ~B () { delete [] val; }
12 Ty* val; member in struct:B
  /external/clang/test/Parser/
cxx-reference.cpp 6 int val; variable
16 int & const X = val; // expected-error {{'const' qualifier may not be applied to a reference}}
17 int & volatile Y = val; // expected-error {{'volatile' qualifier may not be applied to a reference}}
18 int & const volatile Z = val; /* expected-error {{'const' qualifier may not be applied}} \
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_printf_test.cc 70 uptr val; local
71 if (sizeof(val) == 4) {
72 val = (uptr)0x12345678;
74 val = (uptr)0x123456789ULL;
76 internal_snprintf(buf, 4, "a%zx", val); // NOLINT
  /external/deqp/framework/delibs/debase/
deRandom.c 102 deUint32 val = deRandom_getUint32(rnd); local
103 return ((val & 0xFFFFFF) < 0x800000);
  /external/dhcpcd/
platform-bsd.c 60 int val; local
64 size = sizeof(val);
65 if (sysctl(mib, sizeof(mib)/sizeof(mib[0]), &val, &size, NULL, 0) == -1)
67 return val;
  /external/e2fsprogs/include/nonunix/
getopt.h 73 to the value given in the field `val' when the option is found, but
78 option's `flag' field to zero and its `val' field to a nonzero
81 returns the contents of the `val' field. */
94 int val; member in struct:option
  /external/fio/lib/
getopt.h 14 int val; member in struct:option
  /external/kernel-headers/original/uapi/linux/
atm_he.h 16 unsigned addr, val; member in struct:he_ioctl_reg
  /external/libpcap/Win32/Src/
inet_net.c 49 register u_long val, base, n; local
60 val = 0; base = 10;
73 val = (val * base) + (c - '0');
78 val = (val << 4) + (c + 10 - (islower(c) ? 'a' : 'A'));
87 *pp++ = val, cp++;
92 *pp++ = val;
96 for (val = 0, i = 0; i < (int)n; i++) {
97 val <<= 8
    [all...]
  /external/libsepol/src/
symtab.c 18 unsigned int val; local
20 val = 0;
24 val =
25 (val << 4 | (val >> (8 * sizeof(unsigned int) - 4))) ^ (*p);
26 return val & (h->size - 1);
  /external/libunwind/include/
remote.h 54 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
59 ret = (*a->access_mem) (as, aligned_addr, &val, 0, arg);
62 val >>= 8*off;
64 val >>= 8*(WSIZE - 1 - off);
66 *valp = val & 0xff;
74 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
81 ret = (*a->access_mem) (as, aligned_addr, &val, 0, arg);
84 val >>= 8*off;
86 val >>= 8*(WSIZE - 2 - off);
88 *valp = val & 0xffff
96 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; local
    [all...]
  /external/libunwind/include/tdep-aarch64/
dwarf-config.h 45 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-arm/
dwarf-config.h 44 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-hppa/
dwarf-config.h 47 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-mips/
dwarf-config.h 47 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-ppc32/
dwarf-config.h 49 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-ppc64/
dwarf-config.h 49 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-sh/
dwarf-config.h 42 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-x86/
dwarf-config.h 45 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/include/tdep-x86_64/
dwarf-config.h 52 unw_word_t val; member in struct:dwarf_loc
  /external/libunwind/src/x86/
Gresume.c 44 unw_word_t val; local
62 if (tdep_access_reg (c, reg, &val, 0) >= 0)
63 (*access_reg) (as, reg, &val, 1, arg);

Completed in 478 milliseconds

1 2 34 5 6 7 8 91011>>