/external/icu4c/test/cintltst/ |
citertst.c | 804 uint32_t order; local 810 order = ucol_previous(iter, &status); 813 if (order == 0) 814 order = ucol_previous(iter, &status); 821 size = ucol_getMaxExpansion(iter, order); 831 uint32_t order; local 834 order = ucol_previous(iter, &status); 835 size = ucol_getMaxExpansion(iter, order); 986 if ((count > 250 && testorders[-- count].order != orders[1].order) || [all...] |
/external/jpeg/ |
wrbmp.c | 36 * from JPEG's top-to-bottom order. To do this, we save the outgoing data 49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ 87 /* Transfer data. Note destination values must be in BGR order
|
/external/libffi/ |
missing | 214 in order for those modifications to take effect. You can get 244 in order for those modifications to take effect. You can get 267 \`Help2man' package in order for those modifications to take
|
/external/libpng/ |
missing | 225 in order for those modifications to take effect. You can get 255 in order for those modifications to take effect. You can get 278 \`Help2man' package in order for those modifications to take
|
/external/libxml2/ |
list.c | 247 * Search the list in reverse order for an existing value of @data 615 * Reverse the order of the elements in the list 693 * Walk all the element of the list in reverse order and
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/ |
reorder.cpp | 87 n = LPC order (Word16) 126 Word16 n // (i) : LPC order 176 Word16 n, /* (i) : LPC order */
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
avcenc_api.h | 107 int poc_type; /* picture order count mode, 0,1 or 2 */ 222 calling PVAVCEncodeSlice. The encoder library will encode them according to the frame_num order. 285 in order to be re-used for encoding operation. If users want the content of it to remain
|
/external/opencore/oscl/oscl/config/shared/ |
osclconfig_check.h | 172 the target platform uses big-endian byte order in memory. 181 the target platform uses little-endian byte order in memory. 221 Note: only one byte order mode can be defined per platform.
|
/external/opencore/protocols/sdp/parser/src/ |
h264mediainfoparser.cpp | 613 //Rather than modify every codec to accept SPS and PPS in any order, 614 //it is best to simply swap the order in the SDP parser so SPS 616 //If PPS comes before SPS, swap the order. [all...] |
/external/opencore/pvmi/pvmf/include/ |
pvmf_node_interface.h | 98 * order to receive error notifications. 121 * order to receive informational event notifications. 146 * order to receive event notifications from a PV SDK. Addtional
|
/external/openssl/crypto/ec/ |
ec.h | 115 -- optional generator with associated information (order, cofactor) 145 int EC_GROUP_set_generator(EC_GROUP *, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor); 147 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
|
/external/openssl/include/openssl/ |
ec.h | 115 -- optional generator with associated information (order, cofactor) 145 int EC_GROUP_set_generator(EC_GROUP *, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor); 147 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
|
/external/proguard/docs/ |
FAQ.html | 74 the class files (StackMap and StackMapTable attributes, respectively), in order 217 in order to avoid any negative effects on performance and size. However, the 225 a new obfuscation step, in order to produce add-ons or patches for obfuscated
|
/external/proguard/src/proguard/optimize/peephole/ |
MethodInliner.java | 93 * in order to inline methods. 115 * in order to inline methods. 483 // same version number as the source class, in order to avoid
|
/external/qemu/ |
dis-asm.h | 73 /* The order of the following is important. 331 the same value in order to get reasonable looking output. */ 447 disassembler. Architecture dependent things such as byte order, or machine
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 79 symbols by length from short to long, and retaining the symbol order 95 sorted table, and then entering the symbols in order in the sorted 145 /* sort symbols by length, by symbol order within each length */
|
/external/qemu/tcg/ |
README | 268 16 bit byte swap on a 32/64 bit value. The two/six high order bytes must be 274 order bytes must be set to zero. 400 constants, it must also accept registers in order to have a fallback.
|
/external/strace/ |
missing | 207 in order for those modifications to take effect. You can get 237 in order for those modifications to take effect. You can get 265 \`Help2man' package in order for those modifications to take
|
/external/tcpdump/ |
parsenfsfh.c | 61 * This routine attempts to parse a file handle (in network byte order), 105 /* on 32-bit systems ignore high-order bits */ 288 /* XXX could ignore 3 high-order bytes */
|
/external/v8/src/ |
serialize.h | 450 // object space it may return kLargeCode or kLargeFixedArray in order 463 // Keep track of the fullness of each space in order to generate 524 // Serialize the current state of the heap. The order is:
|
/external/webkit/JavaScriptCore/jit/ |
JIT.cpp | 337 // Reset this, in order to guard its use with ASSERTs. 441 // Reset this, in order to guard its use with ASSERTs. 479 m_bytecodeIndex = (unsigned)-1; // Reset this, in order to guard its use with ASSERTs.
|
/external/webkit/JavaScriptCore/pcre/ |
pcre_internal.h | 108 in big-endian order) by default. These are used, for example, to link from the 237 their negation. Also, they must appear in the same order as in the opcode 249 OP_EOD must correspond in order to the list of escapes immediately above.
|
/external/webkit/JavaScriptCore/yarr/ |
RegexParser.h | 654 // The order of this array must match the ErrorCode enum. 658 "numbers out of order in {} quantifier", 664 "range out of order in character class",
|
/external/webkit/WebCore/platform/graphics/win/ |
GraphicsLayerCACF.cpp | 437 // Add the primary layer first. Even if we have negative z-order children, the primary layer always comes behind. 440 // FIXME: add the contents layer in the correct order with negative z-order children.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
misc.c | 129 /* bubble - bubble sort an integer array in increasing order 137 * increasing order. 239 /* cshell - shell sort a character array in increasing order
|