Searched defs:one (Results 226 - 250 of 342) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp96 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { argument
H A DSkPathOpsCommon.cpp497 bool operator()(const int one, const int two) { argument
498 return fDistances[one] < fDistances[two];
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc526 uint64_t one = 1; local
528 uint64_t sample_parameter_array[4] = {0, 1, one<<19, one<<58};
551 * (sample_parameter/(one<<24) + 1);
566 CHECK_LE(largest_sample_step, one<<63);
577 uint64_t one = 1; local
578 // The next number should be (one << 48) - 1
579 uint64_t max_value = (one << 48) - 1;
580 uint64_t x = (one << 55);
596 uint64_t one local
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc526 uint64_t one = 1; local
528 uint64_t sample_parameter_array[4] = {0, 1, one<<19, one<<58};
551 * (sample_parameter/(one<<24) + 1);
566 CHECK_LE(largest_sample_step, one<<63);
577 uint64_t one = 1; local
578 // The next number should be (one << 48) - 1
579 uint64_t max_value = (one << 48) - 1;
580 uint64_t x = (one << 55);
596 uint64_t one local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.c641 const float one = 1.0; local
663 "sub.s %[temp4], %[one], %[temp2] \n\t"
676 : [hNlFb] "f" (hNlFb), [one] "f" (one), [p_hNl] "r" (p_hNl)
/external/clang/test/Index/
H A Dprint-type-size.cpp319 // CHECK64: FieldDecl=one:[[@LINE+2]]:8 (Definition) [type=char] [typekind=Char_S] [sizeof=1] [alignof=1] [offsetof=160]
320 // CHECK32: FieldDecl=one:[[@LINE+1]]:8 (Definition) [type=char] [typekind=Char_S] [sizeof=1] [alignof=1] [offsetof=96]
321 char one; member in class:Test3::A
/external/clang/test/Sema/
H A Ddesignated-initializers.c229 int one; member in struct:__anon19098::__anon19099
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/eigen/Eigen/src/Geometry/
H A DQuaternion.h9 // 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/
H A De_lgamma_r.c70 * 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
[all...]
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java328 * hashes where each Unicode character represents one line.
353 * hashes where each Unicode character represents one line.
439 // Walk the front path one step.
487 // Walk the reverse path one step.
653 // Two ints fit nicely in one long.
948 * @param one First string.
952 private int diff_cleanupSemanticScore(String one, String two) { argument
953 if (one.length() == 0 || two.length() == 0) {
965 if (!Character.isLetterOrDigit(one.charAt(one
[all...]
/external/ipsec-tools/src/racoon/
H A Dalgorithm.h137 vchar_t *(*one) __P((vchar_t *, vchar_t *)); member in struct:hmac_algorithm
148 vchar_t *(*one) __P((vchar_t *)); member in struct:hash_algorithm
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java275 public void setMultiFoo(int one, int two, int three, Foo foo); argument
276 public Foo getMultiFoo(int one, int two, int three); argument
337 public Foo getMultiFoo(int one, int two, int three) { argument
338 return multi[one][two][three];
381 public void setMultiFoo(int one, int two, int three, Foo foo) { argument
382 multi[one][two][three] = foo;
/external/libogg/src/
H A Dbitwise.c606 static int one[33]={146,25,44,151,195,15,153,176,233,131,196,65,85,172,47,40, local
652 cliptest(testbuffer1,test1size,0,one,onesize);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h101 struct sample_read_value one; member in union:sample_read::__anon25179
/external/openssl/ssl/
H A Dd1_pkt.c130 { const union { long one; char little; } is_endian = {1}; member in union:__anon28410
548 * When it finishes, one packet has been decoded and can be found in
725 * 'type' is one of the following:
1600 /* there's only one epoch between handshake and app data */
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp96 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { argument
/external/tremolo/Tremolo/
H A Dbitwise.c559 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/chromium_org/third_party/codesighs/
H A Dmaptsvdifftool.c37 * the terms of any one of the MPL, the GPL or the LGPL.
210 ModuleStats* one = (ModuleStats*)in1; local
213 int oneSize = (one->mSize.mCode + one->mSize.mData);
226 retval = strcmp(one->mModule, two->mModule);
244 SegmentStats* one = (SegmentStats*)in1; local
247 if(one->mSize < two->mSize)
251 else if(one->mSize > two->mSize)
257 retval = strcmp(one->mSegment, two->mSegment);
258 if(0 > one
275 ObjectStats* one = (ObjectStats*)in1; local
306 SymbolStats* one = (SymbolStats*)in1; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp329 // register an object with one locale,
971 SimpleListener one(this, "one");
978 ls.addListener(&one, status);
995 ls.removeListener(&one, status);
999 // should only get one notification even if register multiple times
1001 ls.addListener(&one, status);
1002 ls.addListener(&one, status);
1003 ls.addListener(&one, status);
1098 UnicodeString* one local
[all...]
/external/chromium_org/third_party/libevent/test/
H A Dregress.c1228 struct test_pri_event one, two; local
1236 memset(&one, 0, sizeof(one));
1239 timeout_set(&one.ev, test_priorities_cb, &one);
1240 if (event_priority_set(&one.ev, 0) == -1) {
1253 if (event_add(&one.ev, &tv) == -1)
1260 event_del(&one.ev);
1264 if (one.count == 3 && two.count == 3)
1268 if (one
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c18 const __m128i one = _mm_set1_epi8(1); local
136 flat = _mm_subs_epu8(flat, one);
169 flat2 = _mm_subs_epu8(flat2, one);
400 const __m128i one = _mm_set1_epi8(1); local
533 flat = _mm_subs_epu8(flat, one);
559 flat2 = _mm_subs_epu8(flat2, one);
/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c6 * If you look for one, check:
640 * Read one line in the HTTP server output, usually for extracting
882 u_long one = 1; local
884 status = ioctlsocket(s, FIONBIO, &one) == SOCKET_ERROR ? -1 : 0;
1125 * and one want to enable it, send me the defined(foobar) needed
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");
241 int_coord_bld->one);
281 LLVMValueRef length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
292 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
305 lp_build_add(int_coord_bld, coord0, int_coord_bld->one),
323 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
343 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
362 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
376 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
399 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
1216 LLVMValueRef one = lp_build_one(gallivm, type); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c312 z0z1z2 = lp_build_clamp(&bld, LLVMBuildFAdd(b, z0z1z2, zoffset, ""), bld.zero, bld.one);
467 LLVMValueRef one; local
477 one = lp_build_const_vec(gallivm, type, 1.0f);
478 one = LLVMBuildBitCast(builder, one, lp_build_int_vec_type(gallivm, type), "");
479 one = LLVMBuildAnd(builder, one, cyl_mask, "");
485 offset = LLVMBuildAnd(builder, offset, one, "");
490 offset = LLVMBuildAnd(builder, offset, one, "");
498 offset = LLVMBuildAnd(builder, offset, one, "");
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp172 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) { argument
173 SkRect larger = one.getBounds();
231 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne, argument
234 scaleMatrix(one, two, scale);
235 one.transform(scale, &scaledOne);
240 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) { argument
244 const SkRect& bounds1 = one.getBounds();
265 canvas.drawPath(one, paint);
288 static void showSimplifiedPath(const SkPath& one, const SkPath& two, argument
290 showPath(one, "origina
295 comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap) argument
314 showShapeOpPath(const SkPath& one, const SkPath& two, const SkPath& a, const SkPath& b, const SkPath& scaledOne, const SkPath& scaledTwo, const ShapeOp shapeOp, const SkMatrix& scale) argument
327 comparePaths(const SkPath& one, const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap, const SkPath& a, const SkPath& b, const ShapeOp shapeOp, const SkMatrix& scale) argument
349 comparePathsTiny(const SkPath& one, const SkPath& two) argument
[all...]

Completed in 1072 milliseconds

1234567891011>>