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

12 3 4 5 6 7 8 91011>>

  /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/opencore/oscl/oscl/osclutil/src/
oscl_string_uri.cpp 44 uint32 val = 0; local
61 if (PV_atoi(&src[i], 'x', 2, val) == false)
70 *dest++ = (char)val;
142 uint32 val; local
143 if (PV_atoi(&src[i], 'x', 2, val) == false)
151 buf[0] = (char)val;
  /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:__anon4526
  /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());
  /external/zlib/contrib/infback9/
inftree9.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:__anon7047
  /external/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:__anon7063
  /ndk/build/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
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon9321
  /ndk/build/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
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon9675
  /ndk/build/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
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon10029
  /ndk/build/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
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon10448
  /ndk/build/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
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon10811
  /ndk/build/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
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon11235
  /dalvik/libcore/math/src/main/java/java/math/
BitLevel.java 41 static int bitLength(BigInteger val) {
43 val.establishOldRepresentation("BitLevel.bitLength");
45 if (val.sign == 0) {
48 int bLength = (val.numberLength << 5);
49 int highDigit = val.digits[val.numberLength - 1];
51 if (val.sign < 0) {
52 int i = val.getFirstNonzeroDigit();
54 if (i == val.numberLength - 1) {
64 static int bitCount(BigInteger val) {
182 int val = source[i]; local
    [all...]
  /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
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/
TSuper.java 38 public int val; field in class:TSuper

Completed in 2075 milliseconds

12 3 4 5 6 7 8 91011>>