HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 26 - 50 of 868) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-3/include/linux/
swap.h 32 unsigned long val; member in struct:__anon1031
  /external/chromium/third_party/zlib/
inftrees.h 21 of the bit buffer. val is the actual byte to output in the case
27 unsigned short val; /* offset in table or code value */ member in struct:__anon3287
  /external/dbus/dbus/
dbus-sysdeps-util.c 82 double val; local
107 0, &val, &pos))
112 if (ABS(3.5 - val) > 1e-6)
114 _dbus_warn ("Failed to parse 3.5 correctly, got: %f", val);
125 0, &val, &pos))
130 if (ABS (0xff - val) > 1e-6)
132 _dbus_warn ("Failed to parse 0xff correctly, got: %f\n", 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/elfutils/libebl/
eblcorenote.c 52 unsigned long int val; local
59 val = auxv->a_un.a_val;
66 val = auxv->a_un.a_val;
128 printf (" %s: %" PRId64 "\n", at, (int64_t) val);
137 printf (" %s: %" PRIx64 "\n", at, (uint64_t) val);
  /external/grub/lib/
getopt.h 71 to the value given in the field `val' when the option is found, but
76 option's `flag' field to zero and its `val' field to a nonzero
79 returns the contents of the `val' field. */
92 int val; member in struct:option
  /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/distrib/zlib-1.2.3/
inftrees.h 21 of the bit buffer. val is the actual byte to output in the case
27 unsigned short val; /* offset in table or code value */ member in struct:__anon6257
  /external/webkit/WebCore/css/
CSSFunctionValue.cpp 54 CSSParserValue val; local
55 val.id = 0;
56 val.isInt = false;
57 val.unit = CSSParserValue::Function;
58 val.function = new CSSParserFunction;
59 val.function->name.characters = const_cast<UChar*>(m_name.characters());
60 val.function->name.length = m_name.length();
61 val.function->args = m_args ? m_args->createParserValueList() : 0;
62 return val;
  /external/webkit/WebCore/platform/network/win/
CookieJarWin.cpp 43 String val = value; local
44 InternetSetCookie(str.charactersWithNullTermination(), 0, val.charactersWithNullTermination());
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncRound.java 46 final double val= obj.num(); local
47 if (val >= -0.5 && val < 0) return new XNumber(-0.0);
48 if (val == 0.0) return new XNumber(val);
49 return new XNumber(java.lang.Math.floor(val
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon13747
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon14101
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon14455
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon14874
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon15237
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon15661
  /build/tools/soslim/
common.h 35 short val = 0x10; local
36 return ((char *)&val)[0] != 0;
39 static inline long switch_endianness(long val)
42 ((char *)&newval)[3] = ((char *)&val)[0];
43 ((char *)&newval)[2] = ((char *)&val)[1];
44 ((char *)&newval)[1] = ((char *)&val)[2];
45 ((char *)&newval)[0] = ((char *)&val)[3];
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/
TSuper.java 24 public int val; field in class:TSuper

Completed in 1649 milliseconds

12 3 4 5 6 7 8 91011>>