/external/libgsm/src/ |
code.c | 31 word * s, /* [0..159] samples IN */ 43 word * LARc, /* [0..7] LAR coefficients OUT */ 51 word * Nc, /* [0..3] LTP lag OUT */ 52 word * bc, /* [0..3] coded LTP gain OUT */ 53 word * Mc, /* [0..3] RPE grid selection OUT */ 54 word * xmaxc,/* [0..3] Coded maximum amplitude OUT */ 55 word * xMc /* [13*4] normalized RPE samples OUT */ 59 word * dp = S->dp0 + 120; /* [ -120...-1 ] */ 60 word * dpp = dp; /* [ 0...39 ] */ 62 word so[160] [all...] |
short_term.c | 24 word * LARc, /* coded log area ratio [0..7] IN */ 25 word * LARpp) /* out: decoded .. */ 27 register word temp1 /* , temp2 */; 92 register word * LARpp_j_1, 93 register word * LARpp_j, 94 register word * LARp) 106 register word * LARpp_j_1, 107 register word * LARpp_j, 108 register word * LARp) 118 register word * LARpp_j_1 [all...] |
rpe.c | 23 register word * e, /* signal [-5..0.39.44] IN */ 24 word * x /* signal [0..39] OUT */ 33 /* word wt[ 50 ]; */ 117 word * x, /* [0..39] IN */ 118 word * xM, /* [0..12] OUT */ 119 word * Mc_out /* OUT */ 126 /* register word temp1; */ 130 word Mc; 224 word xmaxc, /* IN */ 225 word * exp_out, /* OUT * [all...] |
preprocess.c | 36 word * s, 37 word * so ) /* [0..159] IN/OUT */ 40 word z1 = S->z1; 42 word mp = S->mp; 44 word s1; 49 word msp, lsp; 50 word SO;
|
/external/kernel-headers/original/linux/ |
bitops.h | 37 * @word: value to rotate 40 static inline __u32 rol32(__u32 word, unsigned int shift) 42 return (word << shift) | (word >> (32 - shift)); 48 * @word: value to rotate 51 static inline __u32 ror32(__u32 word, unsigned int shift) 53 return (word >> shift) | (word << (32 - shift));
|
/external/v8/src/ |
regexp-macro-assembler-irregexp-inl.h | 45 uint32_t word = ((twenty_four_bits << BYTECODE_SHIFT) | byte); local 50 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word; 55 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { 60 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word; 65 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { 70 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
|
/external/chromium/chrome/browser/ |
spellcheck_message_filter.h | 22 void OnPlatformCheckSpelling(const string16& word, int tag, bool* correct); 23 void OnPlatformFillSuggestionList(const string16& word, 28 void OnUpdateSpellingPanelWithMisspelledWord(const string16& word);
|
/external/chromium_org/chrome/browser/resources/options/ |
managed_user_create_confirm.css | 11 word-wrap: break-word; 36 word-wrap: break-word; 41 word-wrap: break-word;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
single_client_dictionary_sync_test.cc | 23 std::string word = "foo"; local 24 ASSERT_TRUE(dictionary_helper::AddWord(0, word)); 28 ASSERT_TRUE(dictionary_helper::RemoveWord(0, word));
|
dictionary_helper.h | 35 // Adds |word| to the dictionary for profile with index |index|. Also adds 36 // |word| to the verifier if DisableVerifier() hasn't been called. Returns true 37 // if |word| is valid and not a duplicate. Otherwise returns false. 38 bool AddWord(int index, const std::string& word); 40 // Removes |word| from the dictionary for profile with index |index|. Also 41 // removes |word| from the verifier if DisableVerifier() hasn't been called. 42 // Returns true if |word| was found. Otherwise returns false. 43 bool RemoveWord(int index, const std::string& word);
|
/external/bison/lib/ |
fpucw.h | 1 /* Manipulating the FPU control word. 23 through the 'PC' bits in the FPU control word ('fctrl' register). (See 36 The FPU control word is under control of the application, i.e. it is 39 is not clear about it. But in any case, gcc treats the control word 41 word is preserved across calls, and it restores the control word at the 54 GET_FPUCW () yields the current FPU control word 55 SET_FPUCW (word) sets the FPU control word 78 # define SET_FPUCW(word) \ [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
alert_overlay.css | 19 word-wrap: break-word;
|
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
print.css | 10 word-wrap: break-word; /* Internet Explorer 5.5+ */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
complete-ant-cmd.pl | 38 my $word = $ARGV[1]; 41 if ($word =~ /^-/) { 42 list( restrict( $word, getArguments() )); 44 list( getBuildFiles($word) ); 46 list( restrict( $word, getTargets() )); 58 my ($word, @completions) = @_; 59 grep( /^\Q$word\E/, @completions ); 69 my ($word) = @_; 70 grep( /\.xml$/, glob( "$word*" ));
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnEngine.java | 57 * @param minLen The minimum length of a word to predict (0 : no limit) 58 * @param maxLen The maximum length of a word to predict (-1 : no limit) 89 * @param word A word to search 92 public int searchWords(WnnWord word); 111 * @return {@code null} if no word is registered; the array of {@link WnnWord} if some words is registered. 116 * Learn a word. 118 * This method is used to register the word selected from 120 * of the word. 122 * @param word The selected wor [all...] |
/external/hyphenation/ |
example.c | 17 /* get a pointer to the nth 8-bit or UTF-8 character of the word */ 18 char * hindex(char * word, int n, int utf8) { 22 word++; 23 while (utf8 && ((((unsigned char) *word) >> 6) == 2)) word++; 25 return word; 29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) { 32 for (i = 0; (i + 1) < strlen(word); i++) { 33 if (utf8 && ((((unsigned char) word[i]) >> 6) == 2)) continue; 36 k = hindex(word, j - pos[j] + 1, utf8) - word [all...] |
/external/chromium_org/v8/src/ |
regexp-macro-assembler-irregexp-inl.h | 45 uint32_t word = ((twenty_four_bits << BYTECODE_SHIFT) | byte); local 50 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word; 55 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { 60 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word; 65 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) { 70 *reinterpret_cast<unsigned char*>(buffer_.start() + pc_) = word; 75 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { 80 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
|
/external/guava/guava/src/com/google/common/base/ |
CaseFormat.java | 129 private String normalizeFirstWord(String word) { 132 return Ascii.toLowerCase(word); 134 return normalizeWord(word); 138 private String normalizeWord(String word) { 141 return Ascii.toLowerCase(word); 143 return Ascii.toLowerCase(word); 145 return firstCharOnlyToUpper(word); 147 return firstCharOnlyToUpper(word); 149 return Ascii.toUpperCase(word); 154 private static String firstCharOnlyToUpper(String word) { [all...] |
/external/kernel-headers/original/asm-mips/ |
checksum.h | 103 const unsigned int *word = iph; local 104 const unsigned int *stop = word + ihl; 108 csum = word[0]; 109 csum += word[1]; 110 carry = (csum < word[1]); 113 csum += word[2]; 114 carry = (csum < word[2]); 117 csum += word[3]; 118 carry = (csum < word[3]); 121 word += 4 [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
addbyte.asm | 4 add ax,strict word 5 7 add ax,strict word -128 10 add ax,strict word 0x7f 13 add ax,strict word 0x80 16 add ax,strict word 0x100 21 add bx,strict word 5 24 add bx,strict word -128 27 add bx,strict word 0x7f 30 add bx,strict word 0x80 33 add bx,strict word 0x10 [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
Word.java | 25 * Utility class for a word with a frequency. 29 public final class Word implements Comparable<Word> { 39 public Word(final String word, final int frequency, 43 mWord = word; 51 private static int computeHashCode(Word word) { 53 word.mWord, 54 word.mFrequency [all...] |
/bionic/libc/bionic/ |
ptrace.c | 40 long word; local 43 ret = __ptrace(request, pid, addr, &word); 45 return word;
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_platform_mac_unittest.cc | 63 const base::string16 word(ASCIIToUTF16(kTestCases[i])); 66 // The word should show up as misspelled. 67 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word; 69 // Ignore the word. 70 spellcheck_mac::IgnoreWord(word); 72 // The word should now show up as correctly spelled. 73 EXPECT_TRUE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word; 79 // The word should now show be spelled wrong agai [all...] |
/external/chromium_org/chrome/browser/ui/app_list/search/ |
term_break_iterator_unittest.cc | 20 base::string16 word(UTF8ToUTF16("simple")); 21 TermBreakIterator iter(word); 28 base::string16 word(UTF8ToUTF16("CamelCase")); 29 TermBreakIterator iter(word); 38 base::string16 word(UTF8ToUTF16("lowerToUpper")); 39 TermBreakIterator iter(word); 50 base::string16 word(UTF8ToUTF16("Chromium26.0.0.0")); 51 TermBreakIterator iter(word); 60 base::string16 word(UTF8ToUTF16("123startWithNumber")); 61 TermBreakIterator iter(word); [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_macros.h | 247 static inline unsigned ROL(unsigned word, int i) 250 :"=r" (word) 251 :"0" (word),"c" (i)); 252 return word; 255 static inline unsigned ROR(unsigned word, int i) 258 :"=r" (word) 259 :"0" (word),"c" (i)); 260 return word; 265 static inline unsigned ROLc(unsigned word, const int i) 268 :"=r" (word) [all...] |