/external/libavc/encoder/ |
ih264e_bitstream.c | 119 * i4_bits_left_in_cw. If the total words (u4_strm_buf_offset) exceeds max 237 * i4_bits_left_in_cw. If the total words (u4_strm_buf_offset) exceeds max 268 * total words (u4_strm_buf_offset) exceeds max available size
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 16 bitstream into an actual representation in fixed-width words. 19 \subsubsection{octets, bytes and words} 52 Words are native groupings of multiple bytes. Several byte orderings
|
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt8PyramidalImage.h | 115 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */ 137 /** writes object to memory; returns number of words (16-bit) written */ 141 /** reads object from memory; returns number of words (16-bit) read */
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Cluster2D.h | 157 /** size in words (16-bit) object needs when written to memory */ 161 /** writes object to memory; returns number of words (16-bit) written */ 166 /** reads object from memory; returns number of words (16-bit) read */
|
Cluster3D.h | 148 /** size in words (16-bit) object needs when written to memory */ 152 /** writes object to memory; returns number of words (16-bit) written */ 157 /** reads object from memory; returns number of words (16-bit) read */
|
Flt16Vec.h | 106 /** size in words (16-bit) object needs when written to memory */ 110 /** writes object to memory; returns number of words (16-bit) written */ 115 /** reads object from memory; returns number of words (16-bit) read */
|
/external/valgrind/none/tests/s390x/ |
cksm.c | 201 /* Add 15 words to an initial sum; no carry */ 223 /* Add some words such that every addition generates a carry. 239 /* No words are added. Pass a NULL pointer so an attempt to
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pv_amr_wb_type_defs.h | 89 ; Define 16 bit signed and unsigned words 101 ; Define 32 bit signed and unsigned words 123 ; Define 64 bit signed and unsigned words
|
/frameworks/base/docs/html/design/patterns/ |
help.jd | 101 <p>On-screen help is an extension of your app's UI, not a description of it. All words on the screen from the core app to the help should follow our <a href="{@docRoot}design/style/writing.html">Writing Style</a> principles so that the end-to-end experience feels seamless and cohesive.</p> 106 <h4>Pictures are faster than words</h4> 107 <p>In describing key UI elements and providing step-by-step instructions, consider combining text with icons, partial screenshots with callouts, and other imagery. You'll need fewer words to explain things, and users will absorb the information more quickly.</p>
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneFilterTypeAdapter.java | 224 // We should also search other words in the country name, so that 261 * the words. Words are separated by non-letters which includes spaces
|
/ndk/build/core/ |
build-local.mk | 34 ifneq ($(words $(NDK_ROOT)),1) 168 ifneq ($(words $(NDK_PROJECT_PATH)),1) 232 ifneq ($(words $(DUMP_VAR)),1)
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings-talkback-descriptions.xml | 29 <!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. An auto-correction replaces a single word with one or more words. --> 163 <!-- Spoken descriptions when opening a more suggestions panel that has alternative suggested words. --> 165 <!-- Spoken descriptions when closing a more suggestions panel that has alternative suggested words. -->
|
/packages/inputmethods/LatinIME/native/jni/src/ |
defines.h | 112 #define DUMP_SUGGESTION(words, frequencies, index, score) \ 113 do { dumpWordInfo(words, frequencies, index, score); } while (0) 167 #define DUMP_SUGGESTION(words, frequencies, index, score)
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 174 * List words in the user dictionary. 176 * To get words from the list, use {@code GET_WORD} event. 203 * Edit words in the user dictionary.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/ |
md_p.h | 34 * 128 - 511 12 32-words descriptors of the disks in the raid set. 56 * The following are counted in 32-bit words 124 __u32 gvalid_words; /* 4 Number of used words in this section */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/raid/ |
md_p.h | 34 * 128 - 511 12 32-words descriptors of the disks in the raid set. 56 * The following are counted in 32-bit words 124 __u32 gvalid_words; /* 4 Number of used words in this section */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 169 words = split_quoted(line) 178 module = words[0] 182 for word in words[1:]:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 232 ('multiple words of text', 'uh-uh', FAIL), 233 ('multiple words', 'multiple words, yeah', SUCCEED, 'found', 'multiple words'), 402 ('multiple words of text', 'uh-uh', FAIL), 403 ('multiple words', 'multiple words, yeah', SUCCEED, 'found', 'multiple words'), 532 ('(?i)multiple words of text', 'UH-UH', FAIL), 533 ('(?i)multiple words', 'MULTIPLE WORDS, YEAH', SUCCEED, 'found', 'MULTIPLE WORDS') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 169 words = split_quoted(line) 178 module = words[0] 182 for word in words[1:]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 232 ('multiple words of text', 'uh-uh', FAIL), 233 ('multiple words', 'multiple words, yeah', SUCCEED, 'found', 'multiple words'), 402 ('multiple words of text', 'uh-uh', FAIL), 403 ('multiple words', 'multiple words, yeah', SUCCEED, 'found', 'multiple words'), 532 ('(?i)multiple words of text', 'UH-UH', FAIL), 533 ('(?i)multiple words', 'MULTIPLE WORDS, YEAH', SUCCEED, 'found', 'MULTIPLE WORDS') [all...] |
/external/netperf/ |
netlib.c | 550 unsigned int words[2]; 569 conv_rec.words[0] = htonl(conv_rec.words[0]); 570 conv_rec.words[1] = htonl(conv_rec.words[1]); 582 unsigned int scratch = conv_rec.words[0]; 583 conv_rec.words[0] = conv_rec.words[1]; 584 conv_rec.words[1] = scratch; 599 unsigned int words[2] 545 unsigned int words[2]; member in union:__anon17202 594 unsigned int words[2]; member in union:__anon17203 2453 long words[2]; member in union:overlay_u 2474 long words[2]; member in union:overlay_u [all...] |
/bionic/libc/arch-arm/generic/bionic/ |
memcpy.S | 112 /* conditionally copies 0 to 7 words (length in r3) */ 209 * partial words in the shift queue) 221 and r5, r5, #3 /* r5 = # bytes in partial words */ 230 * becomes aligned to 32 bits (r5 = nb of words to copy for alignment)
|
memset.S | 103 /* conditionally writes 0 to 7 words (length in r3) */
|
strcpy.S | 63 can safely fetch up to two words. This allows us to avoid
|
/bionic/libc/arch-x86/generic/string/ |
bcopy.S | 63 shrl $2,%ecx /* copy by words */
|