/frameworks/base/media/libstagefright/codecs/aacdec/ |
esc_iquant_scaling.cpp | 144 temp = inverseQuantTable[(maxInput >> ORDER) + 1]; 192 index = absX >> ORDER; 203 deltaOneThird >>= (shift + ORDER - 1); 272 * Read further on what order is. 273 * Note: If ORDER is not a multiple of 3, FACTOR is not an integer. 274 * Note: Portions of this function assume ORDER is 3, and so does the table 277 #define ORDER (3) 280 * FACTOR = 2 ^ (ORDER/3) 290 * SPACING is 2 ^ ORDER, and is the spacing between points when in the 293 #define SPACING (1<<ORDER) [all...] |
/external/openssl/crypto/ec/ |
ec_key.c | 237 BIGNUM *priv_key = NULL, *order = NULL; local 246 if ((order = BN_new()) == NULL) goto err; 258 if (!EC_GROUP_get_order(eckey->group, order, ctx)) 262 if (!BN_rand_range(priv_key, order)) 284 if (order) 285 BN_free(order); 299 const BIGNUM *order = NULL; local 319 /* testing whether pub_key * order is the point at infinity */ 320 order = &eckey->group->order; [all...] |
/external/kernel-headers/original/linux/raid/ |
md_p.h | 108 * - if an array is being reshaped (restriped) in order to change the 150 __u32 events_hi; /* 7 high-order of superblock update count */ 151 __u32 events_lo; /* 8 low-order of superblock update count */ 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */ 153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */ 155 __u32 events_lo; /* 7 low-order of superblock update count */ 156 __u32 events_hi; /* 8 high-order of superblock update count */ 157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */ 158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
|
/frameworks/base/core/java/android/widget/ |
DatePicker.java | 156 // re-order the number pickers to match the current date format 174 String order; local 179 * the date format order setting. Otherwise, use the order 190 order = ((SimpleDateFormat) format).toPattern(); 193 order = new String(DateFormat.getDateFormatOrder(getContext())); 197 * required order. 205 for (int i = 0; i < order.length(); i++) { 206 char c = order.charAt(i);
|
/dalvik/libdex/ |
DexProto.h | 109 * order, with no other adornment. 160 * with the return type as the major order, then the first arguments, 163 * earlier one in sort order (similar to strcmp()). 169 * with the first argument as the major order, then second, etc. If two 171 * shorter argument is considered the earlier one in sort order (similar
|
/external/qemu/elff/ |
elf_alloc.h | 47 * allocated chunks in reverse order (relatively to the chunk allocation
101 * in reverse order (relatively to the chunk allocation sequence).
136 * operator in order to compliment overwritten operator 'new'.
144 * operator in order to compliment overwritten operator 'new'.
151 * We override it making 'private' in order to cause a compiler error on
|
/external/skia/include/core/ |
SkColor.h | 31 a known order. This is different from SkPMColor, which has its bytes in a configuration 32 dependent order, to match the format of kARGB32 bitmaps. SkColor is the type used to 130 /** 32 bit ARGB color value, premultiplied. The byte order for this value is 132 from SkColor, which is nonpremultiplied, and is always in the same byte order. 141 dependent order, to match the format of kARGB32 bitmaps.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
weight.h | 109 // NATURAL ORDER 113 // The natural order is a monotonic and negative partial order iff the 115 // total order iff the semiring has the path property. See Mohri, 118 // 2002. We define the strict version of this order below.
|
/frameworks/base/awt/org/apache/harmony/awt/wtk/ |
NativeWindow.java | 131 * Changes window Z-order to place this window under, If w is null 132 * places places this window on the top. Z-order is per parent. 133 * Toplevels a children of desktop in terms of Z-order. 139 * Places window on top of Z-order 144 * Places window on bottom of Z-order
|
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/ |
TriangleRenderer.java | 119 // must have their byte order set to native order 122 vbb.order(ByteOrder.nativeOrder()); 126 tbb.order(ByteOrder.nativeOrder()); 129 ibb.order(ByteOrder.nativeOrder());
|
/packages/apps/Contacts/res/values/ |
donottranslate_config.xml | 85 <!-- If true, an option is shown in Display Options UI to choose a sort order --> 88 <!-- If true, the default sort order is primary (i.e. by given name) --> 91 <!-- If true, an option is shown in Display Options UI to choose a name display order --> 94 <!-- If true, the default sort order is primary (i.e. by given name) --> 97 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
|
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 30 * The removal order of an <code>UnboundedFifoByteBuffer</code> is based on the insertion
31 * order; elements are removed in the same order in which they were added.
32 * The iteration order is the same as the removal order.
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_elementgetelementsbytagnameaccessnodelist.java | 32 * of all descendant Elements in the order the children 33 * were encountered in a pre order traversal of the element 38 * "5" in the order the children were encountered.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Observable.java | 25 * Observers. The order of invocation is not specified. This implementation will 26 * call the Observers in the order they registered. Subclasses are completely 27 * free in what order they call the update methods.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Grid.java | 49 .order(ByteOrder.nativeOrder()).asFloatBuffer(); 51 .order(ByteOrder.nativeOrder()).asFloatBuffer(); 59 .order(ByteOrder.nativeOrder()).asCharBuffer();
|
/external/bluetooth/glib/glib/ |
garray.h | 61 * array, while preserving the order. remove_fast will distort the 62 * order by moving the last element to the position of the removed. 106 * spot and shortens the array. remove_fast will again distort order.
|
/external/freetype/include/freetype/ |
ftsizes.h | 37 #error "Please fix the directory search order for header files" 63 /* mostly in order to manage several character pixel sizes of the */ 95 /* You need to call @FT_Activate_Size in order to select the new size */
|
/external/opencore/engines/common/include/ |
pv_engine_observer.h | 34 * order to receive error notifications from a PV SDK. 57 * order to receive informational event notifications from a PV SDK. 82 * order to receive event notifications from a PV SDK. Additional
|
/external/proguard/src/proguard/ |
MemberSpecification.java | 56 * in order for the class to apply. 58 * in order for the class to apply. 60 * annotation in order for the class member
|
/dalvik/vm/alloc/ |
HeapBitmap.h | 34 /* Pack the bits in backwards so they come out in address order 112 * Walk through the bitmaps in increasing address order, and find the 129 * Regardless of the order of the arrays, the bitmaps will be visited 130 * in address order, so that finger will increase monotonically. 149 * in a single list of bitmaps. Regardless of the order of the array, 150 * the bitmaps will be visited in address order, so that finger will
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
Shape.java | 162 ibb.order(ByteOrder.nativeOrder()); 186 ibb.order(ByteOrder.nativeOrder()); 200 vbb.order(ByteOrder.nativeOrder()); 208 tbb.order(ByteOrder.nativeOrder()); 217 nbb.order(ByteOrder.nativeOrder()); 226 cbb.order(ByteOrder.nativeOrder());
|
/external/kernel-headers/original/linux/ |
bitmap.h | 52 * bitmap_find_free_region(bitmap, bits, order) Find and allocate bit region 53 * bitmap_release_region(bitmap, pos, order) Free specified bit region 54 * bitmap_allocate_region(bitmap, pos, order) Allocate specified bit region 119 extern int bitmap_find_free_region(unsigned long *bitmap, int bits, int order); 120 extern void bitmap_release_region(unsigned long *bitmap, int pos, int order); 121 extern int bitmap_allocate_region(unsigned long *bitmap, int pos, int order);
|
/external/openssl/crypto/ecdsa/ |
ecs_lib.c | 207 BIGNUM *order=NULL; local 217 if ((order = BN_new()) == NULL) return 0; 218 if (!EC_GROUP_get_order(group,order,NULL)) 220 BN_clear_free(order); 223 i=BN_num_bits(order); 233 BN_clear_free(order);
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1Util.java | 86 .order(ByteOrder.nativeOrder()); 161 .order(ByteOrder.nativeOrder()); 170 ByteBuffer dataBuffer = ByteBuffer.allocateDirect(encodedSize).order(ByteOrder.nativeOrder()); 185 * @param input a native order direct buffer containing the image data 195 order(ByteOrder.nativeOrder()); 212 ByteBuffer header = ByteBuffer.allocateDirect(ETC1.ETC_PKM_HEADER_SIZE).order(ByteOrder.nativeOrder());
|
/bionic/libc/kernel/common/linux/ |
skbuff.h | 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
|