Searched refs:value (Results 51 - 75 of 11587) sorted by relevance

1234567891011>>

/external/syslinux/gpxe/src/core/
H A Dbitops.c6 unsigned long value = x; local
9 for ( ls = 0 ; value ; ls++ ) {
10 value >>= 1;
/external/aac/libFDK/include/x86/
H A Dclz_x86.h96 inline INT fixnormz_D(LONG value) argument
100 if (value != 0) {
101 result = __builtin_clz(value);
108 inline INT fixnorm_D(LONG value) argument
111 if (value == 0) {
114 if (value < 0) {
115 value = ~value;
117 result = fixnormz_D(value);
129 inline INT fixnormz_D(LONG value) argument
141 fixnorm_D(LONG value) argument
[all...]
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
H A DNativeCryptoJni.java56 * Normalizes the os.name value into the value used by the Maven os plugin
61 private static String normalizeOs(String value) { argument
62 value = normalize(value);
63 if (value.startsWith("aix")) {
66 if (value.startsWith("hpux")) {
69 if (value.startsWith("os400")) {
71 if (value.length() <= 5 || !Character.isDigit(value
106 normalizeArch(String value) argument
148 normalize(String value) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDEREnumerated.java12 * @param bytes the value of this enumerated as an encoded BigInteger (signed).
21 * @param value the value of this enumerated.
24 public DEREnumerated(BigInteger value) argument
26 super(value);
30 * @param value the value of this enumerated.
33 public DEREnumerated(int value) argument
35 super(value);
H A DDERInteger.java21 public DERInteger(BigInteger value) argument
23 super(value);
26 public DERInteger(long value) argument
28 super(value);
/external/clang/tools/scan-build-py/tests/functional/src/
H A Dbroken-one.c3 int value(int in) function
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLongAdder.java26 private long value; field in class:LongAdder
29 value++;
33 value += x;
37 return value;
/external/libchrome/base/memory/
H A Dsingleton.cc15 // We know value != NULL. It could be kBeingCreatedMarker, or a valid ptr.
19 subtle::AtomicWord value; local
24 value = subtle::Acquire_Load(instance);
25 if (value != kBeingCreatedMarker)
29 return value;
/external/deqp/framework/egl/
H A DegluStrUtilPrototypes.inl6 const char* getBooleanName (int value);
7 const char* getBoolDontCareName (int value);
8 const char* getAPIName (int value);
9 const char* getErrorName (int value);
10 const char* getContextAttribName (int value);
11 const char* getConfigAttribName (int value);
12 const char* getSurfaceAttribName (int value);
13 const char* getYuvOrderName (int value);
14 const char* getYuvPlaneBppName (int value);
15 const char* getColorComponentTypeName (int value);
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DUnhashableObject.java28 private final int value; field in class:UnhashableObject
30 public UnhashableObject(int value) { argument
31 this.value = value;
37 return this.value == that.value;
48 return "DontHashMe" + value;
53 return (this.value < o.value) ? -1 : (this.value >
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dtype_traits_unittest.cc175 EXPECT_TRUE(is_integral<bool>::value);
176 EXPECT_TRUE(is_integral<char>::value);
177 EXPECT_TRUE(is_integral<unsigned char>::value);
178 EXPECT_TRUE(is_integral<signed char>::value);
179 EXPECT_TRUE(is_integral<wchar_t>::value);
180 EXPECT_TRUE(is_integral<int>::value);
181 EXPECT_TRUE(is_integral<unsigned int>::value);
182 EXPECT_TRUE(is_integral<short>::value);
183 EXPECT_TRUE(is_integral<unsigned short>::value);
184 EXPECT_TRUE(is_integral<long>::value);
[all...]
/external/clang/test/CodeGen/
H A D2007-02-04-AddrLValue.c7 char *value; member in struct:__anon2026
13 char *value; member in struct:__anon2027
/external/clang/test/CodeGenCXX/
H A Ddebug-info-ctor.cpp6 int value; member in struct:X
12 value = v;
/external/clang/test/Headers/
H A Darm64-apple-ios-types.cpp5 static constexpr const bool value = true; member in struct:true_type
9 static constexpr const bool value = false; member in struct:false_type
16 static_assert(is_same<char, char>::value, "is_same is broken");
17 static_assert(!is_same<char, char *>::value, "is_same is broken");
21 static constexpr const bool value = member in struct:check_type
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong");
31 static_assert(check_type<char, 1, 1>::value, "char is wrong");
32 static_assert(check_type<signed char, 1, 1>::value, "signed char is wrong");
33 static_assert(check_type<unsigned char, 1, 1>::value, "unsigned char is wrong");
35 static_assert(check_type<char16_t, 2, 2>::value, "char16_
[all...]
H A Dthumbv7-apple-ios-types.cpp5 static constexpr const bool value = true; member in struct:true_type
9 static constexpr const bool value = false; member in struct:false_type
16 static_assert(is_same<char, char>::value, "is_same is broken");
17 static_assert(!is_same<char, char *>::value, "is_same is broken");
21 static constexpr const bool value = member in struct:check_type
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong");
31 static_assert(check_type<char, 1, 1>::value, "char is wrong");
32 static_assert(check_type<signed char, 1, 1>::value, "signed char is wrong");
33 static_assert(check_type<unsigned char, 1, 1>::value, "unsigned char is wrong");
35 static_assert(check_type<char16_t, 2, 2>::value, "char16_
[all...]
H A Dx86_64-apple-macosx-types.cpp5 static constexpr const bool value = true; member in struct:true_type
9 static constexpr const bool value = false; member in struct:false_type
16 static_assert(is_same<char, char>::value, "is_same is broken");
17 static_assert(!is_same<char, char *>::value, "is_same is broken");
21 static constexpr const bool value = member in struct:check_type
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong");
31 static_assert(check_type<char, 1, 1>::value, "char is wrong");
32 static_assert(check_type<signed char, 1, 1>::value, "signed char is wrong");
33 static_assert(check_type<unsigned char, 1, 1>::value, "unsigned char is wrong");
35 static_assert(check_type<char16_t, 2, 2>::value, "char16_
[all...]
/external/clang/test/Misc/
H A Ddiag-trailing-null-bytes.cpp5 #define NET_ERROR(label, value) ERR_ ## label = value,
/external/clang/test/Modules/Inputs/merge-anon-in-template/
H A Dc.h2 enum { value = 0 }; enumerator in enum:is_floating::__anon2645
6 bool n20 = is_floating<int>::value;
/external/clang/test/PCH/
H A Dobjc_property.h4 int value; variable
10 @property int value; variable
/external/freetype/src/cff/
H A Dcf2error.c45 FT_Error value )
48 *error = value;
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
H A DSampleSubClass.java5 public SampleSubClass(String value) { argument
6 super(value);
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DNumberValue.java22 * A simple numeric value.
28 private final int value; field in class:NumberValue
30 public NumberValue(int value, EscapeMode escapeMode, boolean partiallyEscaped) { argument
32 this.value = value;
37 return value != 0;
42 return Integer.toString(value);
47 return value;
57 return value == 0;
/external/nanopb-c/examples/using_double_on_avr/
H A Ddouble_conversion.h2 * is equal to float, i.e. 32 bit value. If you need to communicate
16 extern uint64_t float_to_double(float value);
22 extern float double_to_float(uint64_t value);
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2error.c45 FT_Error value )
48 *error = value;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
H A DImmutableByteEncodedValue.java32 package org.jf.dexlib2.immutable.value;
34 import org.jf.dexlib2.base.value.BaseByteEncodedValue;
35 import org.jf.dexlib2.iface.value.ByteEncodedValue;
38 protected final byte value; field in class:ImmutableByteEncodedValue
40 public ImmutableByteEncodedValue(byte value) { argument
41 this.value = value;
51 @Override public byte getValue() { return value; }

Completed in 1300 milliseconds

1234567891011>>