Searched refs:ordered (Results 1 - 25 of 33) sorted by relevance

12

/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_ex.c28 @param ordered Search an unordeded or ordered list
32 ltc_asn1_list *list, unsigned long outlen, int ordered)
90 if (!ordered && list[i].used == 1) { continue; }
110 if (!ordered) { continue; }
121 if (!ordered) { continue; }
133 if (!ordered) { continue; }
145 if (!ordered) { continue; }
156 if (!ordered) { continue; }
166 if (!ordered) { continu
31 der_decode_sequence_ex(const unsigned char *in, unsigned long inlen, ltc_asn1_list *list, unsigned long outlen, int ordered) argument
[all...]
/external/guava/guava-tests/test/com/google/common/primitives/
H A DUnsignedBytesTest.java145 List<byte[]> ordered = Arrays.asList(
158 Helpers.testComparator(comparator, ordered);
163 Helpers.testComparator(javaImpl, ordered);
H A DSignedBytesTest.java136 List<byte[]> ordered = Arrays.asList(
148 Helpers.testComparator(comparator, ordered);
H A DBooleansTest.java138 List<boolean[]> ordered = Arrays.asList(
149 Helpers.testComparator(comparator, ordered);
H A DCharsTest.java294 List<char[]> ordered = Arrays.asList(
306 Helpers.testComparator(comparator, ordered);
H A DDoublesTest.java278 List<double[]> ordered = Arrays.asList(
290 Helpers.testComparator(comparator, ordered);
H A DFloatsTest.java270 List<float[]> ordered = Arrays.asList(
282 Helpers.testComparator(comparator, ordered);
H A DIntsTest.java297 List<int[]> ordered = Arrays.asList(
309 Helpers.testComparator(comparator, ordered);
H A DLongsTest.java277 List<long[]> ordered = Arrays.asList(
289 Helpers.testComparator(comparator, ordered);
H A DShortsTest.java304 List<short[]> ordered = Arrays.asList(
316 Helpers.testComparator(comparator, ordered);
/external/v8/test/cctest/
H A Dtest-double.cc18 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local
19 CHECK_EQ(3512700564088504e-318, Double(ordered).value());
29 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local
30 DiyFp diy_fp = Double(ordered).AsDiyFp();
49 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local
50 DiyFp diy_fp = Double(ordered).AsNormalizedDiyFp();
/external/emma/
H A Dtest.sh130 if ! diff $GOLDEN $COVERAGE >$TESTDIR/diff-ordered; then
131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
/external/freetype/src/sfnt/
H A Dttkern.c52 FT_UInt32 avail = 0, ordered = 0; local
124 * Now check whether the pairs in this table are ordered.
150 ordered |= mask;
159 face->kern_order_bits = ordered;
/external/opencv/cv/src/
H A Dcvcalibinit.cpp116 bool ordered; // true if corners/neighbors are ordered counter-clockwise member in struct:CvCBQuad
401 if (quads[i].ordered)
532 // but all other quads are ordered consistently
575 start->ordered = true;
611 if (neighbor && neighbor->ordered == false && neighbor->count == 4)
615 neighbor->ordered = true;
708 if (neighbor && !neighbor->ordered && // is it an inner quad?
716 neighbor->ordered = true;
731 if (quads[i]->count < 4 && quads[i]->ordered)
[all...]
/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebNodeHighlight.mm87 [[_targetView window] addChildWindow:_highlightWindow ordered:NSWindowAbove];
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DFindIndicatorWindow.mm163 [[m_wkView window] addChildWindow:m_findIndicatorWindow.get() ordered:NSWindowAbove];
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb52 runtime library. The items are loosely ordered by importance.
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h415 ltc_asn1_list *list, unsigned long outlen, int ordered);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebTextCompletionController.mm162 [[_view window] addChildWindow:_popupWindow ordered:NSWindowAbove];
/external/kernel-headers/original/linux/
H A Dblkdev.h426 unsigned int ordered, next_ordered, ordseq; member in struct:request_queue
/external/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm496 vperm \V, \V, v0, v28 ;# \V = correctly-ordered result
H A Dfilter_altivec.asm890 vperm v0, v0, v0, v14 ;# v0 = correctly-ordered result
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex289 to lease flow label ordered by user. In this case, it is user task to provide
/external/libvpx/vp8/encoder/ppc/
H A Dvariance_subpixel_altivec.asm599 vperm \V, \V, v0, v28 ;# \V = correctly-ordered result
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2620 SDValue ordered = DAG.getNode(ISD::AND, dl, ccResultVT, lhsNaN, rhsNaN); local
2622 result = DAG.getNode(ISD::AND, dl, ccResultVT, ordered, result);

Completed in 469 milliseconds

12