Searched defs:one (Results 251 - 275 of 342) sorted by relevance

<<11121314

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc1257 Node* one = R.graph.NewNode(R.common.NumberConstant(1)); local
1262 R.Binop(R.ops[o], l ? add_node : one, l ? one : add_node);
1284 Node* one = R.graph.NewNode(R.common.NumberConstant(1)); local
1289 R.Binop(R.ops[o], l ? add_node : one, l ? one : add_node);
1312 Node* one = R.graph.NewNode(R.common.NumberConstant(1)); local
1315 Node* or_node = R.Binop(R.ops[o], add_node, one);
1316 Node* other_use = R.Binop(R.simplified.NumberAdd(), add_node, one);
1323 CheckToI32(one,
[all...]
H A Dtest-run-machops.cc3476 Node* one = m.Int32Constant(1); local
3488 Node* next_i = m.Int32Add(i, one);
3489 Node* next_j = m.Int32Add(j, one);
3509 Node* one = m.Int32Constant(1); local
3522 Node* next_i = m.Int32Add(i, one);
3523 Node* next_j = m.Int32Add(j, one);
3524 Node* next_k = m.Int32Add(j, one);
3774 // Test all one byte values that are not one byte bounds.
3879 Node* one local
[all...]
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp373 // Otherwise, it must already be one of our semantic expressions;
477 Expr *one = IntegerLiteral::Create(S.Context, oneV, S.Context.IntTy, local
481 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one);
483 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java311 Object one = new Object();
318 map.put(one, two);
319 map.remove(one);
320 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
354 Object one = new Object();
361 map.put(one, two);
362 map.put(one, three);
363 assertNotified(listener, one, two, RemovalCause.REPLACED);
365 Map<Object, Object> newMap = ImmutableMap.of(one, four);
367 assertNotified(listener, one, thre
506 assertConnected( MapMakerInternalMap<K, V> map, ReferenceEntry<K, V> one, ReferenceEntry<K, V> two) argument
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java63 * <li>All delays and timeouts must use one of the constants {@code
72 * in one spot to rerun tests on slower platforms.</li>
84 * <li> Usually, there is one testcase method per JSR166 method
187 // * Collects all JSR166 unit tests as one suite.
604 public static final Integer one = new Integer(1); field in class:JSR166TestCase
967 public Integer call() { return one; }
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp47 const UnicodeString &one, const UnicodeString &other);
318 // Use a label if it is marked with one trailing star,
483 // We are skipping one or more scripts,
665 // if the current bucket isn't the right one, find the one that is
1019 // and the one for unassigned implicit weights (Cn).
1036 * Returns true if one index character string is "better" than the other.
1041 const UnicodeString &one, const UnicodeString &other) {
1042 // This is called with primary-equal strings, but never with one.equals(other).
1044 UnicodeString n1 = nfkdNormalizer.normalize(one, statu
1040 isOneLabelBetterThanOther(const Normalizer2 &nfkdNormalizer, const UnicodeString &one, const UnicodeString &other) argument
[all...]
/external/icu/icu4c/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/libvpx/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/libxml2/
H A Dnanohttp.c6 * If you look for one, check:
645 * Read one line in the HTTP server output, usually for extracting
887 u_long one = 1; local
889 status = ioctlsocket(s, FIONBIO, &one) == SOCKET_ERROR ? -1 : 0;
1130 * and one want to enable it, send me the defined(foobar) needed
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-lock.c91 * Place to put on state of one lock sequence
201 /* build simple key function one is bigger than two */
203 static int lock_stat_key_ ## member(struct lock_stat *one, \
206 return one->member > two->member; \
214 static int lock_stat_key_wait_time_min(struct lock_stat *one, argument
217 u64 s1 = one->wait_time_min;
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml161 let one = const_int i16_type 1 in
176 let c = const_vector [| one; two; one; two;
177 one; two; one; two |] in
184 let c = const_struct context [| one; two; three; four |] in
335 let one = const_int i32_type 1 in var
337 (const_vector [| zero; one; zero; one |])
340 (const_vector [| zero; one; zer
1012 let one = const_int i32_type 1 in var
[all...]
/external/mesa3d/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/mesa3d/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/netperf/
H A Dnettest_xti.c136 For those options taking two parms, at least one must be specified;\n\
137 specifying one value without a comma will set both parms to that\n\
508 /* what we want is to have a buffer space that is at least one */
525 /* with links like fddi, one can send > 32 bits worth of bytes */
676 /* option, or used one with an argument of 0). If the socket buffer */
690 /* of memory that is at least one send-size greater than our socket */
706 /* writing one anyway :) raj 11/94 */
1243 /* implemented as one routine. I could break things-out somewhat, but */
1427 /* more realistic - this way one could conceivably go with a */
2081 /* the request will be sent at one sho
4999 int one = 1; local
[all...]
/external/openssl/apps/
H A Docsp.c1090 OCSP_ONEREQ *one; local
1095 one = OCSP_request_onereq_get0(req, i);
1096 cid = OCSP_onereq_get0_id(one);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c63 OPJ_INT32 one,
139 OPJ_INT32 one,
214 OPJ_INT32 one,
369 OPJ_INT32 one,
382 v = opj_int_abs(*datap) & one ? 1 : 0;
488 OPJ_INT32 one; local
491 one = 1 << (bpno + T1_NMSEDEC_FRACBITS);
502 one,
517 OPJ_INT32 one, half, oneplushalf, vsc; local
519 one
364 opj_t1_enc_sigpass_step( opj_t1_t *t1, opj_flag_t *flagsp, OPJ_INT32 *datap, OPJ_UINT32 orient, OPJ_INT32 bpno, OPJ_INT32 one, OPJ_INT32 *nmsedec, OPJ_BYTE type, OPJ_UINT32 vsc ) argument
543 OPJ_INT32 one, half, oneplushalf; local
586 OPJ_INT32 one, half, oneplushalf, vsc; local
609 opj_t1_enc_refpass_step( opj_t1_t *t1, opj_flag_t *flagsp, OPJ_INT32 *datap, OPJ_INT32 bpno, OPJ_INT32 one, OPJ_INT32 *nmsedec, OPJ_BYTE type, OPJ_UINT32 vsc) argument
710 OPJ_INT32 one; local
737 OPJ_INT32 one, poshalf, neghalf; local
763 OPJ_INT32 one, poshalf, neghalf; local
805 OPJ_INT32 one, poshalf, neghalf; local
828 opj_t1_enc_clnpass_step( opj_t1_t *t1, opj_flag_t *flagsp, OPJ_INT32 *datap, OPJ_UINT32 orient, OPJ_INT32 bpno, OPJ_INT32 one, OPJ_INT32 *nmsedec, OPJ_UINT32 partial, OPJ_UINT32 vsc) argument
946 OPJ_INT32 one; local
1010 OPJ_INT32 one, half, oneplushalf, agg, runlen, vsc; local
[all...]
/external/pixman/pixman/
H A Dpixman-bits-image.c160 uint32_t one = 1; local
186 * When I realize that a line (any one) is outside, I change
227 mask = &one;
/external/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...]
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp497 bool operator()(const int one, const int two) { argument
498 return fDistances[one] < fDistances[two];
/external/skia/src/pdf/
H A DSkPDFShader.cpp296 with one simplification, the coordinate space has been scaled so that
307 // We start with a stack of (x y), copy it and then consume one copy in
362 // We start with a stack of (x y), copy it and then consume one copy in
437 // otherwise, throw out the larger one and try the smaller root
805 const SkScalar one = SkIntToScalar(1); local
821 perspectiveInverse->setAll(one, zero, zero,
822 zero, one, zero,
827 zero, zero, one);
/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c307 /* do length NMAX blocks -- requires just one modulo operation */
319 /* do remaining bytes (less than NMAX, still just one modulo) */
781 session-ID is redundant -- it must be the one associated with
1035 int i, j, res, one; local
1071 one = 1;
1073 &one, sizeof(one)) < 0) {
1136 assert(one == 1);
1137 int ret = setsockopt( new_sd, IPPROTO_TCP, TCP_NODELAY, &one, sizeof(one));
[all...]
/external/valgrind/main/coregrind/
H A Dm_translate.c251 increments/decrements of SP between them. (This requires tracking one or
942 IRExpr* one; local
980 one = mkU(1);
989 IRExpr_Binop(op_Add, IRExpr_Get( offB_REDIR_SP, ty_Word ), one)
1067 IRExpr* one = mkU(1); local
1115 IRStmt_Put(offB_REDIR_SP, IRExpr_Binop(op_Sub, IRExpr_RdTmp(t1), one))
1161 else one _Call will have resulted in two _Rets. */
1175 proper IMark, as it won't get one any other way, and cachegrind
1176 will barf if it doesn't have one (fair enough really). */
1327 instead of the normal one
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp46 const UnicodeString &one, const UnicodeString &other);
317 // Use a label if it is marked with one trailing star,
489 // We are skipping one or more scripts,
669 // if the current bucket isn't the right one, find the one that is
1047 * This list contains one character per script that has the
1135 * Returns true if one index character string is "better" than the other.
1140 const UnicodeString &one, const UnicodeString &other) {
1141 // This is called with primary-equal strings, but never with one.equals(other).
1143 UnicodeString n1 = nfkdNormalizer.normalize(one, statu
1139 isOneLabelBetterThanOther(const Normalizer2 &nfkdNormalizer, const UnicodeString &one, const UnicodeString &other) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c25 const __m128i one = _mm_set1_epi8(1); local
130 flat = _mm_subs_epu8(flat, one);
149 flat2 = _mm_subs_epu8(flat2, one);
390 const __m128i one = _mm_set1_epi8(1); local
453 flat = _mm_subs_epu8(flat, one);
462 flat2 = _mm_subs_epu8(flat2, one);
761 const __m128i one = _mm_set1_epi8(1); local
796 flat = _mm_subs_epu8(flat, one);
984 const __m128i one = _mm_set1_epi8(1); local
1030 flat = _mm_subs_epu8(flat, one);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c476 out = lp_build_clamp(&bld, out, bld.zero, bld.one);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan]);
1046 * Can do this with log2(vector length) pack instructions and one extract
1076 LLVMValueRef one = lp_build_const_int32(gallivm, 1); local
1193 fetch_max = LLVMBuildSub(builder, end, one, "fetch_max");

Completed in 588 milliseconds

<<11121314