/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
mips-mont.S | 15 slt $1,$9,17 # on in-order CPU
|
/external/chromium_org/third_party/opus/src/silk/float/ |
main_FLP.h | 111 silk_float *corr, /* O Result [order + 1] */ 115 const opus_int order /* I Correlation order (even) */ 187 const opus_int LPC_order /* I LPC order */ 190 /* 16th order LPC analysis filter */ 196 const opus_int Order /* I LPC order */ 232 const silk_float *x, /* I x vector [ L+order-1 ] used to create X */ 234 const opus_int Order, /* I Max lag for correlation */ 235 silk_float *XX /* O X'*X correlation matrix [order x order] * [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
CurveIntersection.h | 18 int convex_hull(const Cubic& cubic, char order[4]);
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/ |
timeline_interaction_record.py | 149 (relative order in thread time) 164 (relative order in wall-time)
|
/external/chromium_org/v8/src/ |
cpu-profiler.cc | 37 event.generic.order = ++last_code_event_id_; 78 last_processed_code_event_id_ = record.generic.order; 87 && ticks_from_vm_buffer_.Peek()->order == 100 if (record->order != last_processed_code_event_id_) {
|
/external/chromium_org/v8/test/mjsunit/ |
debug-script-breakpoints.js | 64 // Remove script break points (in another order than they where added). 105 // Remove script break points (in another order than they where added).
|
/external/eigen/bench/btl/data/ |
gnuplot_common_settings.hh | 40 set cntrparam order 4
|
/external/eigen/lapack/ |
clarfg.f | 37 *> CLARFG generates a complex elementary reflector H of order n, such 64 *> The order of the elementary reflector.
|
dlarfg.f | 37 *> DLARFG generates a real elementary reflector H of order n, such 64 *> The order of the elementary reflector.
|
zlarfg.f | 37 *> ZLARFG generates a complex elementary reflector H of order n, such 64 *> The order of the elementary reflector.
|
/external/guava/guava/src/com/google/common/hash/ |
MessageDigestHashFunction.java | 69 this.scratch = ByteBuffer.allocate(8).order(ByteOrder.LITTLE_ENDIAN);
|
Murmur3_128HashFunction.java | 148 ByteBuffer bb = ByteBuffer.wrap(new byte[16]).order(ByteOrder.LITTLE_ENDIAN);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingSortedSetTest.java | 116 @Override public List<String> order(List<String> insertionOrder) {
|
TransformedSetTest.java | 122 @Override public Iterable<Integer> order(List<Integer> insertionOrder) { method in class:TransformedSetTest.TransformedIntegerSetGenerator
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
ByteArrayAsListTest.java | 152 public List<Byte> order(List<Byte> insertionOrder) { method in class:ByteArrayAsListTest.TestByteListGenerator
|
CharArrayAsListTest.java | 152 public List<Character> order(List<Character> insertionOrder) { method in class:CharArrayAsListTest.TestCharListGenerator
|
DoubleArrayAsListTest.java | 152 public List<Double> order(List<Double> insertionOrder) { method in class:DoubleArrayAsListTest.TestDoubleListGenerator
|
FloatArrayAsListTest.java | 152 public List<Float> order(List<Float> insertionOrder) { method in class:FloatArrayAsListTest.TestFloatListGenerator
|
IntArrayAsListTest.java | 152 public List<Integer> order(List<Integer> insertionOrder) { method in class:IntArrayAsListTest.TestIntegerListGenerator
|
LongArrayAsListTest.java | 152 public List<Long> order(List<Long> insertionOrder) { method in class:LongArrayAsListTest.TestLongListGenerator
|
ShortArrayAsListTest.java | 152 public List<Short> order(List<Short> insertionOrder) { method in class:ShortArrayAsListTest.TestShortListGenerator
|
/external/ipsec-tools/src/racoon/ |
oakley.h | 163 vchar_t *order; member in struct:dhgroup
|
/external/libopus/silk/float/ |
main_FLP.h | 111 silk_float *corr, /* O Result [order + 1] */ 115 const opus_int order /* I Correlation order (even) */ 187 const opus_int LPC_order /* I LPC order */ 190 /* 16th order LPC analysis filter */ 196 const opus_int Order /* I LPC order */ 232 const silk_float *x, /* I x vector [ L+order-1 ] used to create X */ 234 const opus_int Order, /* I Max lag for correlation */ 235 silk_float *XX /* O X'*X correlation matrix [order x order] * [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_sse4.asm | 159 ; in vp8_default_zig_zag1d order: see vp8/common/entropy.c 213 ; select the last value (in zig_zag order) for EOB
|
/external/lzma/C/ |
7zDec.c | 84 unsigned order = coder->Props.data[0];
local 86 if (order < PPMD7_MIN_ORDER ||
87 order > PPMD7_MAX_ORDER ||
94 Ppmd7_Init(&ppmd, order);
|