HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 501 - 525 of 786) sorted by null

<<21222324252627282930>>

  /external/libvncserver/x11vnc/
inet.c 543 int fd = -1, one = 1; local
560 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (char *)&one, sizeof(one)) < 0) {
567 if (setsockopt(fd, SOL_IPV6, IPV6_V6ONLY, (char *)&one, sizeof(one)) < 0) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 255 * Do blending for a 2x2 quad for one color buffer.
270 static const float one[4] = { 1, 1, 1, 1 }; local
314 VEC4_SUB(diff, one, dest[3]);
362 VEC4_SUB(inv_comp, one, quadColor[0]); /* R */
364 VEC4_SUB(inv_comp, one, quadColor[1]); /* G */
366 VEC4_SUB(inv_comp, one, quadColor[2]); /* B */
373 VEC4_SUB(inv_alpha, one, quadColor[3]);
382 VEC4_SUB(inv_alpha, one, dest[3]);
391 VEC4_SUB(inv_comp, one, dest[0]); /* R */
393 VEC4_SUB(inv_comp, one, dest[1]); /* G *
1031 static const float one[4] = { 1, 1, 1, 1 }; local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 233 SkFixed one PREAMBLE_PARAM_Y) {
236 return (i << 14) | (TILEY_PROCF((f + one), max));
240 SkFixed one PREAMBLE_PARAM_X) {
243 return (i << 14) | (TILEX_PROCF((f + one), max));
247 SkFixed one PREAMBLE_PARAM_X) {
251 wide_one = vdupq_n_s32(one);
268 SkFixed one PREAMBLE_PARAM_X) {
272 wide_one = vdupq_n_s32(one);
297 const SkFixed one = s.fFilterOneX; local
310 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1)
    [all...]
SkBitmapProcState_opts_SSE2.cpp 237 SkFixed one) {
240 return (i << 14) | SkClampMax((f + one) >> 16, max);
253 const SkFixed one = s.fFilterOneX; local
265 fx = SkScalarToFixed(pt.fX) - (one >> 1);
312 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
320 __m128i wide_one = _mm_set1_epi32(one);
343 // SkClampMax(((f+one))>>16,max)
361 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
531 // SkClampMax(((f+one))>>16,max)
  /external/tremolo/Tremolo/
bitwise.c 559 static int one[33]={146,25,44,151,195,15,153,176,233,131,196,65,85,172,47,40, local
590 cliptest(testbuffer1,test1size,0,one,onesize);
  /external/valgrind/memcheck/tests/
str_tester.c 65 char one[50]; variable
123 for (__n = 0; __n < (int) sizeof (one); ++__n) \
124 one[__n] = 'Z'; \
125 fn (one, str); \
126 for (cp = one, __n = 0; __n < n; ++__n, ++cp) \
136 check (strcpy (one, "abcd") == one, 1); /* Returned value. */
137 equal (one, "abcd", 2); /* Basic test. */
139 (void) strcpy (one, "x");
140 equal (one, "x", 3); /* Writeover. *
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 17 package com.android.camera.one;
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ConvergedImageCaptureCommand.java 17 package com.android.camera.one.v2.photo;
19 import static com.android.camera.one.v2.core.ResponseListeners.forFrameExposure;
20 import static com.android.camera.one.v2.core.ResponseListeners.forPartialMetadata;
29 import com.android.camera.one.v2.autofocus.AETriggerResult;
30 import com.android.camera.one.v2.autofocus.AFTriggerResult;
31 import com.android.camera.one.v2.camera2proxy.CameraCaptureSessionClosedException;
32 import com.android.camera.one.v2.camera2proxy.ImageProxy;
33 import com.android.camera.one.v2.camera2proxy.TotalCaptureResultProxy;
34 import com.android.camera.one.v2.core.FrameServer;
35 import com.android.camera.one.v2.core.Request
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 76 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three,
189 final DialpadKeyButton one = (DialpadKeyButton) findViewById(R.id.one); local
190 one.setLongHoverContentDescription(
311 case R.id.one: return KEY_FRAME_DURATION * 9;
319 case R.id.one: return KEY_FRAME_DURATION * 1;
336 case R.id.one: return KEY_FRAME_DURATION * 1;
367 case R.id.one:
385 case R.id.one:
404 case R.id.one
    [all...]
  /art/test/023-many-interfaces/src/
ManyInterfaces.java 191 Interface001 one; local
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 71 * Note: one should avoid compute pi*(-x) directly in the
93 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
192 case 4: y = __kernel_sin(pi*(one-y),zero,0); break;
219 return one/vzero;
227 return one/vzero;
229 if(t==zero) return one/vzero; /* -integer */
241 if(ix>=0x3FE76944) {y = one-x; i= 0;}
242 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
248 else {y=x-one;i=2;}
267 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 53 * how much position info to preserve; one of the static
90 * @param positionInfo how much position info to preserve; one of the
109 * @param positionInfo how much position info to preserve; one of the
140 * start of the block) as well as one for each interblock
233 * and output of one block.
312 BasicBlock one = blocks.get(i); local
313 Bits.set(workSet, one.getLabel());
360 // This one's already ordered.
366 // Found one!
378 * Trace a path from the chosen block to one of it
388 BasicBlock one = blocks.labelToBlock(label); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 56 * how much position info to preserve; one of the static
93 * @param positionInfo how much position info to preserve; one of the
112 * @param positionInfo how much position info to preserve; one of the
145 * start of the block) as well as one for each interblock
239 * and output of one block.
318 BasicBlock one = blocks.get(i); local
319 Bits.set(workSet, one.getLabel());
366 // This one's already ordered.
372 // Found one!
384 * Trace a path from the chosen block to one of it
394 BasicBlock one = blocks.labelToBlock(label); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
103 * so each one is equivalent to 4 decimal digits.
111 private final Dfp one; field in class:DfpField
194 this.one = new Dfp(this, 1);
388 * @param nans code of the value, must be one of {@link Dfp#INFINITE},
407 return one;
596 * @param one constant with value 1 at desired precision
601 private static Dfp computePi(final Dfp one, final Dfp two, final Dfp three) {
604 Dfp yk = sqrt2.subtract(one);
619 final Dfp oneMinusY4 = one.subtract(y2.multiply(y2))
    [all...]
  /external/clang/test/Index/
print-type-size.cpp 320 // CHECK64: FieldDecl=one:[[@LINE+2]]:8 (Definition) [type=char] [typekind=Char_S] [sizeof=1] [alignof=1] [offsetof=160]
321 // CHECK32: FieldDecl=one:[[@LINE+1]]:8 (Definition) [type=char] [typekind=Char_S] [sizeof=1] [alignof=1] [offsetof=96]
322 char one; member in class:Test3::A
  /external/clang/test/Sema/
designated-initializers.c 229 int one; member in struct:__anon6676::__anon6677
239 .a.one = 1, // expected-warning{{overrides}} expected-note{{previous}}
248 .a.one = 11, // expected-warning{{overrides}} expected-note{{previous}}
254 .a.one = 21, // expected-note{{previous}}
262 .one = 31
268 [0].a.one = 2,
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 57 * how much position info to preserve; one of the static
94 * @param positionInfo how much position info to preserve; one of the
113 * @param positionInfo how much position info to preserve; one of the
146 * start of the block) as well as one for each interblock
240 * and output of one block.
319 BasicBlock one = blocks.get(i); local
320 Bits.set(workSet, one.getLabel());
367 // This one's already ordered.
373 // Found one!
385 * Trace a path from the chosen block to one of it
395 BasicBlock one = blocks.labelToBlock(label); local
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 9 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
694 static const Scalar one = Scalar(1) - NumTraits<Scalar>::epsilon(); local
701 if(absD>=one)
  /external/fdlibm/
e_lgamma_r.c 70 * Note: one should avoid compute pi*(-x) directly in the
91 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
197 case 4: y = __kernel_sin(pi*(one-y),zero,0); break;
223 if((ix|lx)==0) return one/zero;
232 return one/zero;
234 if(t==zero) return one/zero; /* -integer */
246 if(ix>=0x3FE76944) {y = one-x; i= 0;}
247 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
253 else {y=x-one;i=2;}
272 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))))
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
LongsTest.java 289 List<Long> one = Arrays.asList((long) 1); local
290 assertTrue(Arrays.equals(ARRAY1, Longs.toArray(one)));
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 229 Object one = map.getOrCompute(key); local
233 assertNotSame(one, two);
264 final Object one = new Object(); local
272 map.getOrCompute(one);
286 map.put(one, two);
295 assertNotNull(map.putIfAbsent(one, three)); // force notifications
296 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
  /external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java 313 List<Double> one = Arrays.asList((double) 1); local
314 assertTrue(Arrays.equals(ARRAY1, Doubles.toArray(one)));
FloatsTest.java 304 List<Float> one = Arrays.asList((float) 1); local
305 assertTrue(Arrays.equals(ARRAY1, Floats.toArray(one)));
IntsTest.java 329 List<Integer> one = Arrays.asList((int) 1); local
330 assertTrue(Arrays.equals(ARRAY1, Ints.toArray(one)));
LongsTest.java 312 List<Long> one = Arrays.asList((long) 1); local
313 assertTrue(Arrays.equals(ARRAY1, Longs.toArray(one)));
464 Longs.tryParse(BigInteger.valueOf(MAX_VALUE).add(BigInteger.ONE).toString()));
466 Longs.tryParse(BigInteger.valueOf(MIN_VALUE).subtract(BigInteger.ONE).toString()));

Completed in 380 milliseconds

<<21222324252627282930>>