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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/fio/lib/
ffz.h 4 static inline int __ffs(unsigned long word)
9 if ((word & 0xffffffff) == 0) {
11 word >>= 32;
14 if (!(word & 0xffff)) {
15 word >>= 16;
18 if (!(word & 0xff)) {
19 word >>= 8;
22 if (!(word & 0xf)) {
23 word >>= 4;
26 if (!(word & 3))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ret.asm 4 ret word 2
6 retn word 2
9 retf word 2
14 ret word 2
16 retn word 2
19 retf word 2
24 ret word 2
26 retn word 2
29 retf word 2
lds.asm 2 lds ax,word [1]
5 lds eax,word [1]
segmov.asm 2 mov word [0], ds
8 mov ds, word [0]
9 mov word ds, [0]
opsize-err.asm 2 mov ax,word 1
div-err.asm 2 div word si
5 div word esi
  /external/e2fsprogs/
wordwrap.pl 3 # wordwrap.pl --- does word wrap
6 if (/^#/) { # don't word wrap comments
13 while (defined($word = shift @words)) {
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/clang/test/CodeGen/
2010-07-14-overconservative-align.c 4 int word; member in struct:s
13 s->word = 0;
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
CompletionDictionary.js 38 * @param {string} word
40 addWord: function(word) { },
43 * @param {string} word
45 removeWord: function(word) { },
48 * @param {string} word
51 hasWord: function(word) { },
60 * @param {string} word
63 wordCount: function(word) { },
78 * @param {string} word
80 addWord: function(word)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
levelop.asm 2 mov word [0x0010 + (test2 - test1)], 0x0000
3 mov word [0x0010 + test2 - test1], 0x0000
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
basics.h 9 typedef unsigned short word; typedef
  /external/chromium_org/ui/webui/resources/css/
alert_overlay.css 11 word-wrap: break-word;
  /external/llvm/test/MC/MachO/
darwin-x86_64-diff-reloc-assign.s 15 .word 0
22 // CHECK: (('word-0', 0x0),
23 // CHECK: ('word-1', 0x5c000000)),
25 // CHECK: (('word-0', 0x0),
26 // CHECK: ('word-1', 0xc000001)),
  /external/chromium_org/third_party/skia/forth/
ForthParser.h 24 void addWord(const char name[], ForthWord* word) {
25 this->add(name, strlen(name), word);
28 void add(const char name[], size_t len, ForthWord* word) {
30 // SkDebugf("add %s %p\n", str.c_str(), word);
31 SkDEBUGCODE(bool isNewWord = )fDict.set(name, len, word);
36 ForthWord* word; local
37 return fDict.find(name, len, &word) ? word : NULL;
  /external/chromium_org/third_party/fips181/
convert.h 33 void decapitalize (char *word);
40 char* spell_word(char * word, char * spelled_word);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-oldalign.asm 2 times ($$-$) & 1Fh nop ; Long word alignment
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
examples.sh 21 for word in ${exclude_list}; do
22 example_tests=$(filter_strings "${example_tests}" "${word}" exclude)
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
019-define-func-1-arg-multi.c 2 foo(this is more than one word)
  /external/mesa3d/src/glsl/glcpp/tests/
019-define-func-1-arg-multi.c 2 foo(this is more than one word)
  /external/lldb/examples/scripting/
dictionary.c 16 const char *word; member in struct:tree_node
26 strip (char **word)
28 char *start = *word;
42 *word = start;
47 /* Given a binary search tree (sorted alphabetically by the word at
48 each node), and a new word, inserts the word at the appropriate
52 insert (tree_node *root, char *word)
57 int compare_value = strcmp (word, root->word);
97 char word[1024]; local
176 char *word = buffer; local
    [all...]
  /external/llvm/test/MC/ARM/
symbol-variants.s 8 .word f00
9 .word f01
14 .word f02(NONE)
15 .word f03(none)
28 .word f06(GOT)
29 .word f07(got)
34 .word f08(GOTOFF)
35 .word f09(gotoff)
40 .word f10(TPOFF)
41 .word f11(tpoff
    [all...]

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 91011>>