/external/openssl/crypto/0.9.9-dev/sha/ |
sha256-armv4.s | 7 .word 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 8 .word 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 9 .word 0xd807aa98,0x12835b01,0x243185be,0x550c7dc3 10 .word 0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174 11 .word 0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc 12 .word 0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da 13 .word 0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7 14 .word 0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967 15 .word 0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13 16 .word 0x650a7354,0x766a0abb,0x81c2c92e,0x92722c8 [all...] |
/bionic/libc/arch-arm/bionic/ |
memcpy.S | 195 * a ldr[b|h] and str[b|h] because byte and half-word instructions 264 // "critical word first" (the first word requested is loaded first). 342 /* read the first word */ 346 /* write a partial word (0 to 3 bytes), such that destination 483 /* we have a partial word in the input buffer */
|
sigsetjmp.S | 55 .word _JB_MAGIC__SETJMP
|
/external/grub/netboot/ |
3c595.h | 94 #define EEPROM_NODE_ADDR_0 0x0 /* Word */ 95 #define EEPROM_NODE_ADDR_1 0x1 /* Word */ 96 #define EEPROM_NODE_ADDR_2 0x2 /* Word */ 101 #define EEPROM_OEM_ADDR_0 0xa /* Word */ 102 #define EEPROM_OEM_ADDR_1 0xb /* Word */ 103 #define EEPROM_OEM_ADDR_2 0xc /* Word */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
l_extract.cpp | 88 pL_var_hi = pointer to the most significant word of L_var (Word16). 90 pL_var_lo = pointer to the least significant word of L_var shifted 97 pL_var_hi -> MS word of L_32. 98 pL_var_lo -> LS word of L_32 shifted left by 1. 113 from a 32-bit integer. The MS word of L_var will be stored in the location 114 pointed to by pL_var_hi and the shifted LS word of L_var will be stored in
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
bitstream_io.cpp | 100 /* write word, byte-by-byte */ 137 /* Purpose : Write up to machine word. */ 161 if (stream->bit_left == 0) /* prepare for the next word */ 175 status = AVCBitstreamSaveWord(stream); /* save current word */ 203 /* we can assume that there always be positive bit_left in the current word */ 206 if (stream->bit_left == 0) /* prepare for the next word */
|
/external/srec/srec/include/ |
simapi.h | 275 int max_word_tokens; /*controls the maximum number of word tokens kept in the word lattice. 276 if number exceeded, the word lattice is pruned more tightly (less word 279 int num_wordends_per_frame; /*controls the size of the word lattice - the number of word ends to 552 * The acoustic sub-word models, whether speaker dependent or independent 644 * label textual trasncription of requested word 662 * label textual trasncription of requested word 669 * Returns true if the word exists in the dictionar [all...] |
/external/zlib/contrib/asm586/ |
match.S | 24 #define chainlenscanend 12 /* high word: current chain len */ 25 /* low word: last bytes sought */ 150 /* It is then shifted into the high word, to make room for the scanend */ 211 * zeroing the high word, due to the 3-cycle misalignment penalty which 217 * cache, and so it is faster to retrieve the word at the end of the 219 * word at the beginning of the match string, however, are executed
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
l_extract.cpp | 88 pL_var_hi = pointer to the most significant word of L_var (Word16). 90 pL_var_lo = pointer to the least significant word of L_var shifted 97 pL_var_hi -> MS word of L_32. 98 pL_var_lo -> LS word of L_32 shifted left by 1. 113 from a 32-bit integer. The MS word of L_var will be stored in the location 114 pointed to by pL_var_hi and the shifted LS word of L_var will be stored in
|
/dalvik/dx/src/com/android/dx/util/ |
Bits.java | 171 int word = bits[arrayIdx]; local 172 if (word != 0) { 173 int bitIdx = findFirst(word, minBit);
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
SimpleWikiHelper.java | 50 * Regular expression that splits "Word of the day" entry into word 51 * name, word type, and the first description bullet point.
|
/external/e2fsprogs/lib/ext2fs/ |
rw_bitmaps.c | 34 * of each word. Thus a bitmap with only bit 0 set would be, as 36 * To cope with this, we byte-reverse each word of a bitmap if 38 * byte-swapping other word-sized numbers.
|
/external/fdlibm/ |
e_log.c | 96 hx = __HI(x); /* high word of x */ 97 lx = __LO(x); /* low word of x */ 105 hx = __HI(x); /* high word of x */
|
s_log1p.c | 109 hx = __HI(x); /* high word of x */ 132 hu = __HI(u); /* high word of u */ 138 hu = __HI(u); /* high word of u */
|
/external/kernel-headers/original/asm-arm/arch/ |
mcbsp.h | 306 void omap_mcbsp_xmit_word(unsigned int id, u32 word); 311 int omap_mcbsp_spi_master_xmit_word_poll(unsigned int id, u32 word); 312 int omap_mcbsp_spi_master_recv_word_poll(unsigned int id, u32 * word);
|
/external/quake/quake/src/QW/client/ |
cl_ents.c | 230 int word;
local 243 word = (unsigned short)MSG_ReadShort ();
250 if (!word)
253 CL_ParseDelta (&olde, &newe, word);
270 int word, newnum, oldnum;
local 315 word = (unsigned short)MSG_ReadShort ();
322 if (!word)
335 newnum = word&511;
360 if (word & U_REMOVE)
373 CL_ParseDelta (&cl_baselines[newnum], &newp->entities[newindex], word);
[all...] |
/external/svox/pico/lib/ |
picosa.h | 93 (phon containing primary and secondary word-level stress) 111 accentuation module: In case the whole word does not have any stress 158 Done in later PU: mapping ACC & word-level stress to syllable accent value
|
/external/webkit/WebCore/css/ |
CSSPropertyNames.in | 145 word-break 146 word-spacing 147 word-wrap
|
mediaControlsQuickTime.css | 82 word-spacing: normal; 104 word-spacing: normal; 172 word-spacing: normal;
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/ |
test_type_base.py | 53 # Whether to use wdiff to generate by-word diffs. 169 wdiff: if True, write an HTML file containing word-by-word diffs
|
/frameworks/base/awt/java/awt/font/ |
LineBreakMeasurer.java | 130 * if true, null is returned (the entire word at the current 136 * is returned if the entire word at the current position does not 186 * word does not fit within wrappingWidth; if false, the offset
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterDBG.h | 42 word is the debug function to call, and the second 43 word is an optional parameter, whose value depends 106 pData - A pointer to a 1-byte word in which severity bitmask will
|
/bionic/libc/arch-arm/include/machine/ |
setjmp.h | 22 * word 0 magic number (dependant on creator)
|
/cts/tests/tests/text/src/android/text/cts/ |
AutoTextTest.java | 45 // Test a word key not in the autotext.xml.
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1Impl.java | 185 // - appending bytes to non-full word, 187 // - writing less than 4 bytes in last word 189 if ( byteIndex != 0 ) { // appending bytes in non-full word (as if) 227 // writing last incomplete word
|