HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 126 - 150 of 3969) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/framework/common/
tcuSeedBuilder.cpp 74 const deUint8 val = (value ? 54: 7); local
76 builder.feed(sizeof(val), &val); local
82 const deInt8 val = value ^ 75; local
84 builder.feed(sizeof(val), &val); local
90 const deUint8 val = value ^ 140u; local
92 builder.feed(sizeof(val), &val); local
98 const deInt16 val = value ^ 555 local
111 const deUint16 val = value ^ 37323u; local
124 const deInt32 val = value ^ 53054741; local
139 const deUint32 val = value ^ 1977303630u; local
154 const deInt64 val = value ^ 772935234179004386ll; local
174 const deUint64 val = value ^ 4664937258000467599ull; local
195 deUint32 val; local
216 deUint64 val; local
    [all...]
  /external/deqp/framework/delibs/debase/
deRandom.c 102 deUint32 val = deRandom_getUint32(rnd); local
103 return ((val & 0xFFFFFF) < 0x800000);
  /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/elfutils/backends/
s390_unwind.c 83 Dwarf_Word val; local
84 if (! readfunc (sigreg_ptr, &val, arg))
86 if (! setfunc (-1, 1, &val, arg))
106 if (! readfunc (sigreg_ptr, &val, arg))
113 val = (val << 32) | val_low;
115 fprs[i] = val;
125 if (! readfunc (sigreg_ptr, &val, arg))
128 val = (val << 32) | val_low
    [all...]
  /external/fio/lib/
getopt.h 14 int val; member in struct:option
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h 120 inline Message& operator <<(const T& val) {
121 ::GTestStreamToHelper(ss_.get(), val);
155 Message& operator <<(BasicNarrowIoManip val) {
156 *ss_ << val; local
  /external/iproute2/ip/
iplink_bridge.c 45 __u32 val; local
50 if (get_u32(&val, *argv, 0))
53 addattr32(n, 1024, IFLA_BR_FORWARD_DELAY, val);
56 if (get_u32(&val, *argv, 0))
59 addattr32(n, 1024, IFLA_BR_HELLO_TIME, val);
62 if (get_u32(&val, *argv, 0))
65 addattr32(n, 1024, IFLA_BR_MAX_AGE, val);
68 if (get_u32(&val, *argv, 0))
71 addattr32(n, 1024, IFLA_BR_AGEING_TIME, val);
74 if (get_u32(&val, *argv, 0)
    [all...]
  /external/kernel-headers/original/uapi/linux/
atm_he.h 16 unsigned addr, val; member in struct:he_ioctl_reg
  /external/libmicrohttpd/src/examples/
querystring_example.c 41 const char *val; local
55 val = MHD_lookup_connection_value (connection, MHD_GET_ARGUMENT_KIND, "q");
56 me = malloc (snprintf (NULL, 0, fmt, "q", val) + 1);
59 sprintf (me, fmt, "q", val);
  /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/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);
  /external/libvorbis/lib/
lookup.c 65 long val=INVSQ_LOOKUP_I[i]- /* 1.16 */ local
70 if(e&1)val=(val*5792)>>13; /* multiply val by 1/sqrt(2) */
73 return(val>>e);
tone.c 37 float val=0; local
40 val+=amp[j]*sin(i/44100.f*f[j]*2*M_PI);
41 ival=rint(val);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 120 inline Message& operator <<(const T& val) {
121 ::GTestStreamToHelper(ss_.get(), val);
155 Message& operator <<(BasicNarrowIoManip val) {
156 *ss_ << val; local
  /external/lzma/CPP/Common/
XzCrc64Reg.cpp 41 UInt64 val = CRC64_GET_DIGEST(_crc); local
42 SetUi64(digest, val);

Completed in 1914 milliseconds

1 2 3 4 56 7 8 91011>>