/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);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.cpp | 295 Byte order = *(const Byte *)coder.Props;
local 297 propsString += ConvertUInt32ToString(order);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 39 int order; member in struct:mm_slab 86 mm_bucket_by_order(struct nouveau_mman *cache, int order) 88 if (order > MM_MAX_ORDER) 90 return &cache->bucket[MAX2(order, MM_MIN_ORDER) - MM_MIN_ORDER]; 141 slab->order = chunk_order; 189 *offset = mm_slab_alloc(slab) << slab->order; 213 struct mm_bucket *bucket = mm_bucket_by_order(slab->cache, slab->order); 215 mm_slab_free(slab, alloc->offset >> slab->order);
|
/external/mesa3d/src/mesa/main/ |
eval.c | 376 _mesa_error( ctx, GL_INVALID_VALUE, "glMap1(order)" ); 414 map->Order = uorder; 427 GLint order, const GLfloat *points ) 429 map1(target, u1, u2, stride, order, points, GL_FLOAT); 435 GLint order, const GLdouble *points ) 437 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); local 574 n = map1d->Order * comps; 594 v[0] = (GLdouble) map1d->Order; 666 n = map1d->Order * comps; 686 v[0] = (GLfloat) map1d->Order; [all...] |
/external/openssl/apps/ |
s_socket.c | 71 /* With IPv6, it looks like Digital has mixed up the proper order of 571 unsigned long order; member in struct:ghbn_cache_st 585 if (low > ghbn_cache[i].order) 587 low=ghbn_cache[i].order; 590 if (ghbn_cache[i].order > 0) 606 ghbn_cache[lowi].order=ghbn_miss+ghbn_hits; 614 ghbn_cache[i].order=ghbn_miss+ghbn_hits;
|
/external/openssl/crypto/ec/ |
ec_ameth.c | 373 BIGNUM *order = BN_new(); local 377 if (!order) 383 if (!EC_GROUP_get_order(group, order, NULL)) 389 ret = BN_num_bits(order); 390 BN_free(order); 433 BIGNUM *pub_key=NULL, *order=NULL; local 492 if ((order = BN_new()) == NULL) 494 if (!EC_GROUP_get_order(group, order, NULL)) 497 BN_num_bits(order)) <= 0) goto err; 513 if (order) [all...] |
ec_key.c | 241 BIGNUM *priv_key = NULL, *order = NULL; local 255 if ((order = BN_new()) == NULL) goto err; 267 if (!EC_GROUP_get_order(eckey->group, order, ctx)) 271 if (!BN_rand_range(priv_key, order)) 293 if (order) 294 BN_free(order); 308 const BIGNUM *order = NULL; local 334 /* testing whether pub_key * order is the point at infinity */ 335 order = &eckey->group->order; [all...] |
ec_mult.c | 770 BIGNUM *order; local 797 order = BN_CTX_get(ctx); 798 if (order == NULL) goto err; 800 if (!EC_GROUP_get_order(group, order, ctx)) goto err; 801 if (BN_is_zero(order)) 807 bits = BN_num_bits(order);
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 509 PULLBYTE() directly in order to pull just enough bytes to decode the next 536 during that inflate() call in order to return the proper return code. 574 static const unsigned short order[19] = /* permutation of code lengths */ local 858 state->lens[order[state->have++]] = (unsigned short)BITS(3); 862 state->lens[order[state->have++]] = 0; [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPreference.java | 25 protected int order; field in class:ShadowPreference 163 return order; 167 public void setOrder(int order) { 168 this.order = order;
|
/external/skia/src/ports/ |
SkFontConfigParser_android.cpp | 116 familyData->currentFamily->order = -1; 117 // The Family tag has an optional "order" attribute with an integer value >= 0 124 familyData->currentFamily->order = value; 236 // This loop inserts the vendor fallback fonts in the correct order in the 241 int order = family->order; local 242 if (order < 0) { 247 // no order specified on this font, but we're incrementing the order 248 // based on an earlier order insertion reques [all...] |
/external/skia/src/svg/ |
SkSVGParser.cpp | 295 static const int order[] = {0, 3, 1, 4, 2, 5}; local 296 const int* orderPtr = order;
|
/external/smack/src/org/jivesoftware/smack/packet/ |
PrivacyItem.java | 36 /** order is a non-negative integer that is unique among all items in the list. */
37 private int order;
field in class:PrivacyItem 61 public PrivacyItem(String type, boolean allow, int order) {
64 this.setOrder(order);
168 * Returns the order where the receiver is processed. List items are processed in
169 * ascending order.
171 * The order MUST be filled and its value MUST be a non-negative integer
174 * @return the order number.
177 return order;
182 * Sets the order where the receiver is processed. [all...] |
/external/speex/libspeex/ |
scal.c | 75 int *order; member in struct:SpeexDecorrState_ 98 st->order = speex_alloc(channels*sizeof(int)); 114 st->order[ch] = 10; 159 int order; local 165 order = st->order[ch]; 185 st->y[i] = alpha*(x[i-ALLPASS_ORDER+order]-beta*x[i-ALLPASS_ORDER+order-1])*st->vorbis_win[st->frame_size+i+order] 188 - beta*ring[ringID+1>=order?0:ringID+1]) [all...] |
/external/v8/src/ |
cpu-profiler.h | 64 unsigned order; member in class:v8::internal::CodeEventRecord 102 explicit TickSampleEventRecord(unsigned order) 104 order(order) { 109 // become equal to SamplingCircularQueue::kClear. As both order and 110 // TickSample's first field are not reliable in this sense (order 114 unsigned order; member in class:v8::internal::TickSampleEventRecord
|
/external/zlib/src/contrib/infback9/ |
infback9.c | 248 static const unsigned short order[19] = /* permutation of code lengths */ local 364 state->lens[order[state->have++]] = (unsigned short)BITS(3); 368 state->lens[order[state->have++]] = 0;
|
/external/zlib/src/contrib/puff/ |
puff.c | 20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code 201 * each length, which for a canonical code are stepped through in order. 202 * symbol[] are the symbol values in canonical order, where the number of 222 * build the code value reversed from what is in the stream in order to 312 * sorted by length, retaining their original order within each length. The 337 * - Within a given code length, the symbols are kept in ascending order for 370 * put symbols in table sorted by length, by symbol order within each 592 * - The code lengths are stored in order for the symbols, so lengths are 641 * code. The code length code lengths are received in a permuted order (see 642 * the order[] array below) to make a short code length code length list mor 674 static const short order[19] = \/* permutation of code length codes *\/ local [all...] |
/external/zlib/src/ |
inflate.c | 560 PULLBYTE() directly in order to pull just enough bytes to decode the next 587 during that inflate() call in order to return the proper return code. 625 static const unsigned short order[19] = /* permutation of code lengths */ local 918 state->lens[order[state->have++]] = (unsigned short)BITS(3); 922 state->lens[order[state->have++]] = 0 [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
tns.h | 48 Word16 maxOrder; /* max. order of tns filter */ 104 Word16 order[TRANS_FAC]; member in struct:__anon29608
|
/libcore/luni/src/main/java/java/nio/ |
ByteBuffer.java | 39 * The byte order of this buffer, default is {@code BIG_ENDIAN}. 41 ByteOrder order = ByteOrder.BIG_ENDIAN; field in class:ByteBuffer 155 * buffer's read-only property and byte order are the same as this buffer's. 170 * buffer's read-only property and byte order are the same as this buffer's. 185 * buffer's read-only property and byte order are the same as this buffer's. 200 * buffer's read-only property and byte order are the same as this buffer's. 215 * buffer's read-only property and byte order are the same as this buffer's. 245 * buffer's read-only property and byte order are the same as this buffer's. 307 * byte order is not preserved in the duplicate, and is instead set to 418 * according to the current byte order and returned 621 public final ByteOrder order() { method in class:ByteBuffer 634 public final ByteBuffer order(ByteOrder byteOrder) { method in class:ByteBuffer [all...] |
CharBuffer.java | 236 * byte order are the same as this buffer's, too. 386 * Returns the byte order used by this buffer when converting chars from/to 390 * the platform's native byte order. 392 * @return the byte order used by this buffer when converting chars from/to 395 public abstract ByteOrder order(); method in class:CharBuffer 594 * mark is cleared. The new buffer's read-only property and byte order are 609 * The new buffer's read-only property and byte order are the same as this
|
DoubleBuffer.java | 173 * order are the same as this buffer's, too. 324 * Returns the byte order used by this buffer when converting doubles 328 * the platform's native byte order. 330 * @return the byte order used by this buffer when converting doubles 333 public abstract ByteOrder order(); method in class:DoubleBuffer 475 * mark is cleared. The new buffer's read-only property and byte order are
|
/system/extras/procrank/ |
procrank.c | 48 static int order; variable 144 order = -1; 158 if (!strcmp(argv[arg], "-R")) { order *= -1; continue; } 343 " (Default sort order is PSS.)\n" 344 " -R Reverse sort order (default is descending).\n" 421 return order * compfn( \
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 299 int[] order = blocks.getLabelsInOrder(); local 303 for (int label : order) {
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementDef.java | 139 * @param order the order this element should appear according to the XSLT specification. 145 boolean has_required, boolean required, int order, 151 this.m_order = order; 168 * @param order the order this element should appear according to the XSLT specification. 174 boolean has_required, boolean required, boolean has_order, int order, 180 this.m_order = order; 196 * @param order the order this element should appear according to the XSLT specification. 471 int order = -1; local [all...] |