/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
seccomp.h | 16 * The upper 16-bits are ordered from least permissive values to most.
|
/prebuilts/go/darwin-x86/src/index/suffixarray/ |
qsufsort.go | 12 // unsorted groups. For a given pass of the sorter, all suffixes are ordered 13 // up to their first h characters, and sa is h-ordered. Suffixes in their 39 // the index starts 1-ordered 43 // The suffixes are h-ordered, make them 2*h-ordered
|
/prebuilts/go/linux-x86/src/index/suffixarray/ |
qsufsort.go | 12 // unsorted groups. For a given pass of the sorter, all suffixes are ordered 13 // up to their first h characters, and sa is h-ordered. Suffixes in their 39 // the index starts 1-ordered 43 // The suffixes are h-ordered, make them 2*h-ordered
|
/external/libvorbis/lib/ |
codebook.c | 32 int ordered=0; local 39 /* pack the codewords. There are two packings; length ordered and 44 if(i==c->entries)ordered=1; 46 if(ordered){ 47 /* length ordered. We only need to say how many codewords of 52 oggpack_write(opb,1,1); /* ordered */ 164 /* codeword ordering.... length ordered or unordered? */ 193 /* ordered */ 308 /* bisect search for the codeword in the ordered list */
|
codebook.h | 64 /* for encode, the below are entry-ordered, fully populated */ 65 /* for decode, the below are ordered by bitreversed codeword and only
|
/external/webrtc/talk/app/webrtc/ |
datachannel.cc | 548 send_params.ordered = config_.ordered; 549 // Send as ordered if it is still going through OPEN/ACK signaling. 550 if (handshake_state_ != kHandshakeReady && !config_.ordered) { 551 send_params.ordered = true; 552 LOG(LS_VERBOSE) << "Sending data as ordered for unordered DataChannel " 629 // Send data as ordered before we receive any message from the remote peer to 632 send_params.ordered = config_.ordered || is_open_message;
|
/external/libjpeg-turbo/ |
djpeg.1 | 55 equivalent to \fB\-dct fast \-nosmooth \-onepass \-dither ordered\fR. 147 .B \-dither ordered 148 Use ordered dithering in color quantization. 153 is slow but usually produces the best results. Ordered dither is a compromise 156 Ordered dither is only available in 247 .B \-onepass \-dither ordered
|
/external/v8/test/cctest/ |
test-double.cc | 43 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local 44 CHECK_EQ(3512700564088504e-318, Double(ordered).value()); 55 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local 56 DiyFp diy_fp = Double(ordered).AsDiyFp(); 75 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local 76 DiyFp diy_fp = Double(ordered).AsNormalizedDiyFp();
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
TestData.java | 54 return spliterator().hasCharacteristics(Spliterator.ORDERED); 106 n -> StreamSupport.stream(n::spliterator, Spliterator.SIZED | Spliterator.ORDERED, false), 107 n -> StreamSupport.stream(n::spliterator, Spliterator.SIZED | Spliterator.ORDERED, true), 135 int characteristics = Spliterator.SIZED | Spliterator.ORDERED; 166 int characteristics = Spliterator.SIZED | Spliterator.ORDERED; 197 int characteristics = Spliterator.SIZED | Spliterator.ORDERED;
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
TestData.java | 55 return spliterator().hasCharacteristics(Spliterator.ORDERED); 107 n -> StreamSupport.stream(n::spliterator, Spliterator.SIZED | Spliterator.ORDERED, false), 108 n -> StreamSupport.stream(n::spliterator, Spliterator.SIZED | Spliterator.ORDERED, true), 136 int characteristics = Spliterator.SIZED | Spliterator.ORDERED; 167 int characteristics = Spliterator.SIZED | Spliterator.ORDERED; 198 int characteristics = Spliterator.SIZED | Spliterator.ORDERED;
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otData.py | 100 ('struct', 'RangeRecord', 'RangeCount', 0, 'Array of glyph ranges-ordered by Start GlyphID'), 119 ('struct', 'ClassRangeRecord', 'ClassRangeCount', 0, 'Array of ClassRangeRecords-ordered by Start GlyphID'), 168 ('Offset', 'PairSet', 'PairSetCount', 0, 'Array of offsets to PairSet tables-from beginning of PairPos subtable-ordered by Coverage Index'), 173 ('struct', 'PairValueRecord', 'PairValueCount', 0, 'Array of PairValueRecords-ordered by GlyphID of the second glyph'), 191 ('struct', 'Class1Record', 'Class1Count', 0, 'Array of Class1 records-ordered by Class1'), 195 ('struct', 'Class2Record', 'Class2Count', 0, 'Array of Class2 records-ordered by Class2'), 230 ('Offset', 'BaseAnchor', 'ClassCount', 0, 'Array of offsets (one per class) to Anchor tables-from beginning of BaseArray table-ordered by class-zero-based'), 244 ('Offset', 'LigatureAttach', 'LigatureCount', 0, 'Array of offsets to LigatureAttach tables-from beginning of LigatureArray table-ordered by LigatureCoverage Index'), 249 ('struct', 'ComponentRecord', 'ComponentCount', 0, 'Array of Component records-ordered in writing direction'), 253 ('Offset', 'LigatureAnchor', 'ClassCount', 0, 'Array of offsets (one per class) to Anchor tables-from beginning of LigatureAttach table-ordered by class-NULL if a component does not have an attachment for a class-zero-based array') [all...] |
/external/autotest/client/tests/aio_dio_bugs/src/ |
aio-dio-invalidate-failure.c | 23 * It assumes it's on ext3 using ordered writes. The ordered write bhs can be
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
SignedBytesTest.java | 133 List<byte[]> ordered = Arrays.asList( local 145 Helpers.testComparator(comparator, ordered);
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
AssistedConstructor.java | 72 * {@link ParameterListKey} is created from the ordered list of {@link Assisted} 80 * Returns an ordered list of all constructor parameters (both
|
/external/jemalloc/include/jemalloc/internal/ |
extent.h | 48 /* Linkage for the size/address-ordered tree. */ 55 /* Linkage for the address-ordered tree. */
|
/external/jsilver/src/org/clearsilver/ |
CSUtil.java | 74 * Given an ordered list of directories to look in, locate the specified file. 76 * @param loadpaths the ordered list of paths to search.
|
/external/libvorbis/vq/ |
localcodebook.h | 64 /* for encode, the below are entry-ordered, fully populated */ 65 /* for decode, the below are ordered by bitreversed codeword and only
|
/external/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 39 /// \brief Holds a reference to an ordered array of UnicodeCharRange and allows 74 /// [min, max], and if the ranges themselves are ordered and non-overlapping.
|
/external/llvm/test/CodeGen/AArch64/ |
fcmp.ll | 22 ; branch. LLVM converts "ordered and not equal" to "unordered or 61 ; branch. LLVM converts "ordered and not equal" to "unordered or
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_bb.cpp | 446 Pass::run(Program *prog, bool ordered, bool skipPhi) 450 return doRun(prog, ordered, skipPhi); 454 Pass::doRun(Program *prog, bool ordered, bool skipPhi) 459 if (!doRun(Function::get(n), ordered, skipPhi)) 466 Pass::run(Function *func, bool ordered, bool skipPhi) 470 return doRun(func, ordered, skipPhi); 474 Pass::doRun(Function *func, bool ordered, bool skipPhi) 484 bbIter = ordered ? func->cfg.iteratorCFG() : func->cfg.iteratorDFS();
|
/external/selinux/secilc/docs/ |
cil_sid_statements.md | 43 Defines the order of [sid](#sid)'s. This is a mandatory statement when SIDs are defined. Multiple [`sidorder`](cil_sid_statements.md#sidorder) statements declared in the policy will form an ordered list. 70 This will produce an ordered list of "`kernel security unlabeled`"
|
/frameworks/base/core/java/android/content/pm/ |
PackageInfoLite.java | 36 /** Names of any split APKs, ordered by parsed splitName */ 46 /** Revision codes of any split APKs, ordered by parsed splitName */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
svc_context.h | 63 * values comma separated, ordered from lowest resolution to highest 72 * values comma separated, ordered from lowest resolution to highest
|
/system/bt/service/common/bluetooth/ |
uuid.h | 61 // Provide the full network-byte-ordered blob. 88 // Network-byte-ordered ID.
|
/external/clang/lib/Headers/ |
avxintrin.h | 370 #define _CMP_EQ_OQ 0x00 /* Equal (ordered, non-signaling) */ 371 #define _CMP_LT_OS 0x01 /* Less-than (ordered, signaling) */ 372 #define _CMP_LE_OS 0x02 /* Less-than-or-equal (ordered, signaling) */ 377 #define _CMP_ORD_Q 0x07 /* Ordered (nonsignaling) */ 381 #define _CMP_FALSE_OQ 0x0b /* False (ordered, non-signaling) */ 382 #define _CMP_NEQ_OQ 0x0c /* Not-equal (ordered, non-signaling) */ 383 #define _CMP_GE_OS 0x0d /* Greater-than-or-equal (ordered, signaling) */ 384 #define _CMP_GT_OS 0x0e /* Greater-than (ordered, signaling) */ 386 #define _CMP_EQ_OS 0x10 /* Equal (ordered, signaling) */ 387 #define _CMP_LT_OQ 0x11 /* Less-than (ordered, non-signaling) * [all...] |