HomeSort by relevance Sort by last modified time
    Searched refs:V0 (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
GenericMapMaker.java 31 * @param <V0> the base type for all value types of maps built by this map maker
45 public abstract class GenericMapMaker<K0, V0> {
55 public abstract GenericMapMaker<K0, V0> initialCapacity(int initialCapacity);
60 abstract GenericMapMaker<K0, V0> maximumSize(int maximumSize);
65 public abstract GenericMapMaker<K0, V0> concurrencyLevel(int concurrencyLevel);
70 abstract GenericMapMaker<K0, V0> expireAfterWrite(long duration, TimeUnit unit);
80 public abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeMap();
86 public abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeComputingMap(
  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 36 * @param <V0> the base type for all value types of maps built by this map maker
50 public abstract class GenericMapMaker<K0, V0> {
61 RemovalListener<K0, V0> removalListener;
70 abstract GenericMapMaker<K0, V0> keyEquivalence(Equivalence<Object> equivalence);
75 public abstract GenericMapMaker<K0, V0> initialCapacity(int initialCapacity);
80 abstract GenericMapMaker<K0, V0> maximumSize(int maximumSize);
85 public abstract GenericMapMaker<K0, V0> concurrencyLevel(int concurrencyLevel);
91 public abstract GenericMapMaker<K0, V0> weakKeys();
97 public abstract GenericMapMaker<K0, V0> weakValues();
110 public abstract GenericMapMaker<K0, V0> softValues()
    [all...]
MultimapBuilder.java 66 * @param <V0> An upper bound on the value type of the generated multimap.
71 public abstract class MultimapBuilder<K0, V0> {
389 public <V0> SortedSetMultimapBuilder<K0, V0> treeSetValues(final Comparator<V0> comparator) {
391 return new SortedSetMultimapBuilder<K0, V0>() {
393 public <K extends K0, V extends V0> SortedSetMultimap<K, V> build() {
404 public <V0 extends Enum<V0>> SetMultimapBuilder<K0, V0> enumSetValues
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 30 //original V0 TT
32 struct V0 : SkOTTableOS2_V0 { } v0; member in union:SkOTTableOS2::Version
46 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V0) == 78, sizeof_SkOTTableOS2__V0_not_78);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 78 LVM_INT16 V0 = (LVM_INT16)(*pDelay);
114 D0 = (LVM_INT16)(Xg0 - V0);
133 V0 = (LVM_INT16)accu;
140 V0);
151 *pDelay = (LVM_INT32)(V0);
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 197 void * B0, * V0, * XY0;
236 if ((errno = posix_memalign(&V0, 64, 128 * r * N)) != 0)
238 V = (uint32_t *)(V0);
248 if ((V0 = malloc(128 * r * N + 63)) == NULL)
250 V = (uint32_t *)(((uintptr_t)(V0) + 63) & ~ (uintptr_t)(63));
254 if ((V0 = mmap(NULL, 128 * r * N, PROT_READ | PROT_WRITE,
262 V = (uint32_t *)(V0);
287 if (munmap(V0, 128 * r * N))
290 free(V0);
crypto_scrypt-sse.c 270 void * B0, * V0, * XY0;
309 if ((errno = posix_memalign(&V0, 64, 128 * r * N)) != 0)
311 V = (uint32_t *)(V0);
321 if ((V0 = malloc(128 * r * N + 63)) == NULL)
323 V = (uint32_t *)(((uintptr_t)(V0) + 63) & ~ (uintptr_t)(63));
327 if ((V0 = mmap(NULL, 128 * r * N, PROT_READ | PROT_WRITE,
335 V = (uint32_t *)(V0);
360 if (munmap(V0, 128 * r * N))
363 free(V0);
  /external/webp/src/enc/
picture_tools.c 126 #define BLEND(V0, V1, ALPHA) \
127 ((((V0) * (255 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 16)
128 #define BLEND_10BIT(V0, V1, ALPHA) \
129 ((((V0) * (1020 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 18)
142 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
168 v[x] = BLEND_10BIT(V0, v[x], alpha);
173 v[x] = BLEND_10BIT(V0, v[x], alpha);
  /external/fdlibm/
e_j1.c 50 * V(z) = 1 + v0[0]*z + ... + v0[4]*z^5
147 static const double V0[5] = {
149 static double V0[5] = {
208 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j1.c 53 * V(z) = 1 + v0[0]*z + ... + v0[4]*z^5
134 static const double V0[5] = {
187 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
e_j1f.c 91 static const float V0[5] = {
144 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
  /external/clang/test/Parser/
recovery.cpp 151 enum class EC3 { V0 = 0, V5 = 5 }; // expected-note {{declared here}}
166 case EC3::V0: break;
  /art/runtime/arch/mips/
registers_mips.h 32 V0 = 2, // Values.
  /art/runtime/arch/mips64/
registers_mips64.h 32 V0 = 2, // Values.
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 38 #define V0 2
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 38 #define V0 2
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2

Completed in 691 milliseconds

1 2 3 4