HomeSort by relevance Sort by last modified time
    Searched refs:word (Results 1 - 25 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-generic/bitops/
__ffs.h 7 * __ffs - find first bit in word.
8 * @word: The word to search
12 static inline unsigned long __ffs(unsigned long word)
17 if ((word & 0xffffffff) == 0) {
19 word >>= 32;
22 if ((word & 0xffff) == 0) {
24 word >>= 16;
26 if ((word & 0xff) == 0) {
28 word >>= 8
    [all...]
  /external/libgsm/src/
table.c 25 word gsm_A[8] = {20480, 20480, 20480, 20480, 13964, 15360, 8534, 9036};
26 word gsm_B[8] = { 0, 0, 2048, -2560, 94, -1792, -341, -1144};
27 word gsm_MIC[8] = { -32, -32, -16, -16, -8, -8, -4, -4 };
28 word gsm_MAC[8] = { 31, 31, 15, 15, 7, 7, 3, 3 };
33 word gsm_INVA[8]={ 13107, 13107, 13107, 13107, 19223, 17476, 31454, 29708 };
39 word gsm_DLB[4] = { 6554, 16384, 26214, 32767 };
45 word gsm_QLB[4] = { 3277, 11469, 21299, 32767 };
51 word gsm_H[11] = {-134, -374, 0, 2054, 5741, 8192, 5741, 2054, 0, -374, -134 };
57 word gsm_NRFAC[8] = { 29128, 26215, 23832, 21846, 20165, 18725, 17476, 16384 };
63 word gsm_FAC[8] = { 18431, 20479, 22527, 24575, 26623, 28671, 30719, 32767 }
    [all...]
decode.c 21 register word * s)
24 register word msr = S->msr;
26 register word tmp;
39 word * LARcr, /* [0..7] IN */
41 word * Ncr, /* [0..3] IN */
42 word * bcr, /* [0..3] IN */
43 word * Mcr, /* [0..3] IN */
44 word * xmaxcr, /* [0..3] IN */
45 word * xMcr, /* [0..13*4] IN */
47 word * s) /* [0..159] OUT *
    [all...]
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;
add.c 23 word gsm_add P2((a,b), word a, word b)
29 word gsm_sub P2((a,b), word a, word b)
35 word gsm_mult P2((a,b), word a, word b)
41 word gsm_mult_r P2((a,b), word a, word b
    [all...]
  /external/e2fsprogs/
wordwrap.pl 3 # wordwrap.pl --- does word wrap
6 if (/^#/) { # don't word wrap comments
13 while (defined($word = shift @_)) {
14 $word =~ s#\$\(srcdir\)/\.\./version.h#\$\(top_srcdir\)/version.h#;
15 $word =~ s#\$\(srcdir\)/.\.\/\.\./version.h#\$\(top_srcdir\)/version.h#;
16 $word =~ s#\$\(srcdir\)/.\.\/et/com_err.h#\$\(top_srcdir\)/lib/et/com_err.h#;
20 $len = length($word) + 1;
26 printf("%s", $word);
  /external/libgsm/inc/
private.h 12 typedef short word; /* 16 bit signed int */ typedef
15 typedef unsigned short uword; /* unsigned word */
20 word dp0[ 280 ];
21 word e[ 50 ]; /* code.c */
23 word z1; /* preprocessing.c, Offset_com. */
27 word u[8]; /* short_term_aly_filter.c */
28 word LARpp[2][8]; /* */
29 word j; /* */
31 word ltp_cut; /* long_term.c, LTP crosscorr. */
32 word nrp; /* 40 */ /* long_term.c, synthesis *
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
wc4.l 5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc
    [all...]
wc3.l 5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
wc5.l 5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
wc2.l 5 word {ws}*{nonws}+
10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
  /external/tcpdump/
decnet.h 33 typedef u_int8_t word[2]; /* 2 byte field */ typedef
67 word sh_dst; /* destination node address */
68 word sh_src; /* source node address */
156 word inIII_src; /* source node address */
158 word inIII_blksize; /* maximum data link block size */
168 word in_src; /* source node address */
170 word in_blksize; /* maximum data link block size */
174 word in_hello; /* hello timer */
181 word ve_src; /* source node address */
188 word te_src; /* source node address *
    [all...]
  /external/proguard/src/proguard/io/
DataEntryRewriter.java 75 StringBuffer word = new StringBuffer(); local
85 // Is the character part of a word?
91 // Collect the characters in this word.
92 word.append(c);
96 // Write out the updated word, if any.
97 writeUpdatedWord(writer, word.toString());
98 word.setLength(0);
105 // Write out the final word.
106 writeUpdatedWord(writer, word.toString());
113 * Writes the given word to the given writer, after having adapted it
    [all...]
  /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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 25 * Whether or not to replicate the typed word in the suggested list, even if it's valid.
30 * The weight to give to a word if it's length is the same as the number of typed characters.
44 * Adds a word to a list of suggestions. The word is expected to be ordered based on
46 * @param word the character array containing the word
47 * @param wordOffset starting offset of the word in the character array
51 * @param dicTypeId of the dictionary where word was from
53 * @return true if the word was added, false if no more words are required
55 boolean addWord(char[] word, int wordOffset, int wordLength, int frequency, int dicTypeId
    [all...]
  /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...]
  /development/simulator/wrapsim/
BitVector.c 63 int word, bit; local
66 for (word = 0; word < pBits->storageSize; word++) {
67 if (pBits->storage[word] != 0) {
69 * There are unallocated bits in this word. Return the first.
71 bit = ffs(pBits->storage[word]) -1;
73 pBits->storage[word] &= ~(1 << bit);
74 return (word << 5) | bit;
  /external/guava/src/com/google/common/base/
CaseFormat.java 127 private String normalizeFirstWord(String word) {
129 case LOWER_CAMEL: return word.toLowerCase(Locale.US);
130 default: return normalizeWord(word);
134 private String normalizeWord(String word) {
136 case LOWER_HYPHEN: return word.toLowerCase(Locale.US);
137 case LOWER_UNDERSCORE: return word.toLowerCase(Locale.US);
138 case LOWER_CAMEL: return toTitleCase(word);
139 case UPPER_CAMEL: return toTitleCase(word);
140 case UPPER_UNDERSCORE: return word.toUpperCase(Locale.US);
145 private static String toTitleCase(String word) {
    [all...]
  /bionic/libc/bionic/
ptrace.c 40 long word; local
43 ret = __ptrace(request, pid, addr, &word);
45 return word;
  /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...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 35 /** Score(frequency value) of word in the learning dictionary */
37 /** Score(frequency value) of word in the user dictionary */
44 /** Word list */
46 /** HashMap for checking duplicate word */
108 WnnWord word; local
111 while ((word = mDictionary.getNextWord()) != null) {
113 char c = word.candidate.charAt(0);
120 word.candidate = Character.toString(Character.toUpperCase(c)) + word.candidate.substring(1);
124 word.candidate = word.candidate.toUpperCase()
305 WnnWord word = getCandidate(mOutputNum); local
    [all...]

Completed in 1212 milliseconds

1 2 3 4 5 6 7 8 91011>>