HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 101 - 125 of 2707) sorted by null

1 2 3 45 6 7 8 91011>>

  /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);
  /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/lldb/test/python_api/value/change_values/
main.c 14 int val = 100; local
22 printf ("Val - %d Mine - %d, %d, %llu. Ptr - %d, %d, %llu\n",
23 val,
28 printf ("This is just another call which we won't make it over %d.", 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/mesa3d/src/getopt/
getopt.h 55 /* if not NULL, set *flag to val when option found */
58 int val; member in struct:option
  /external/mesa3d/src/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/openssl/crypto/x509v3/
v3_bitst.c 108 CONF_VALUE *val; local
117 val = sk_CONF_VALUE_value(nval, i);
119 if(!strcmp(bnam->sname, val->name) ||
120 !strcmp(bnam->lname, val->name) ) {
133 X509V3_conf_err(val);
  /external/qemu/target-i386/
smm_helper.c 180 uint32_t val; local
231 val = ldl_phys(sm_state + 0x7efc); /* revision ID */
232 if (val & 0x20000) {
281 val = ldl_phys(sm_state + 0x7efc); /* revision ID */
282 if (val & 0x20000) {
  /external/regex-re2/util/
thread.cc 36 void *val; local
37 pthread_join(pid_, &val);
  /external/tcpdump/win32/Include/
getopt.h 76 to the value given in the field `val' when the option is found, but
81 option's `flag' field to zero and its `val' field to a nonzero
84 returns the contents of the `val' field. */
97 int val; member in struct:option
  /frameworks/base/tools/aapt/tests/
ResourceFilter_test.cpp 159 AaptLocaleValue val; local
160 ASSERT_TRUE(val.initFromFilterString(String8("kok_IN")));
161 val.writeTo(&config);

Completed in 968 milliseconds

1 2 3 45 6 7 8 91011>>