/external/libgsm/src/ |
D | rpe.c | 130 word Mc; variable 135 Mc = 0; 185 Mc = 1; 198 Mc = 2; 208 Mc = 3; 217 for (i = 0; i <= 12; i ++) xM[i] = x[Mc + 3*i]; 218 *Mc_out = Mc; 387 static void RPE_grid_positioning P3((Mc,xMp,ep), 388 word Mc, /* grid position IN */ 402 assert(0 <= Mc && Mc <= 3); [all …]
|
D | gsm_print.c | 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable 40 Mc[0] = (*c >> 5) & 0x3; 63 Mc[1] = (*c >> 5) & 0x3; 87 Mc[2] = (*c >> 5) & 0x3; 110 Mc[3] = (*c >> 5) & 0x3; 136 Nc[0], bc[0], Mc[0], xmaxc[0]); 143 Nc[1], bc[1], Mc[1], xmaxc[1]); 151 Nc[2], bc[2], Mc[2], xmaxc[2]); 159 Nc[3], bc[3], Mc[3], xmaxc[3]);
|
D | gsm_encode.c | 15 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable 17 Gsm_Coder(s, source, LARc, Nc, bc, Mc, xmaxc, xmc); 130 sr = sr >> 2 | Mc[0] << 14; 154 sr = sr >> 2 | Mc[1] << 14; 178 sr = sr >> 2 | Mc[2] << 14; 202 sr = sr >> 2 | Mc[3] << 14; 248 sr = sr >> 2 | Mc[0] << 14; 272 sr = sr >> 2 | Mc[1] << 14; 296 sr = sr >> 2 | Mc[2] << 14; 320 sr = sr >> 2 | Mc[3] << 14; [all …]
|
D | gsm_decode.c | 16 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; variable 42 Mc[0] = sr & 0x3; sr >>= 2; 66 Mc[1] = sr & 0x3; sr >>= 2; 90 Mc[2] = sr & 0x3; sr >>= 2; 114 Mc[3] = sr & 0x3; sr >>= 2; 156 Mc[0] = sr & 0x3; sr >>= 2; 180 Mc[1] = sr & 0x3; sr >>= 2; 204 Mc[2] = sr & 0x3; sr >>= 2; 228 Mc[3] = sr & 0x3; sr >>= 2; 271 Mc[0] = (*c >> 5) & 0x3; [all …]
|
D | gsm_implode.c | 112 # define Mc *((gsm_signal (*) [17])(source + 10)) macro 135 sr = sr >> 2 | Mc[0] << 14; 162 sr = sr >> 2 | Mc[1] << 14; 189 sr = sr >> 2 | Mc[2] << 14; 216 sr = sr >> 2 | Mc[3] << 14; 262 sr = sr >> 2 | Mc[0] << 14; 289 sr = sr >> 2 | Mc[1] << 14; 316 sr = sr >> 2 | Mc[2] << 14; 343 sr = sr >> 2 | Mc[3] << 14; 394 | ((Mc[0] & 0x3) << 5) [all …]
|
D | gsm_explode.c | 18 # define Mc *((gsm_signal (*) [17])(target + 10)) macro 45 Mc[0] = sr & 0x3; sr >>= 2; 71 Mc[1] = sr & 0x3; sr >>= 2; 98 Mc[2] = sr & 0x3; sr >>= 2; 126 Mc[3] = sr & 0x3; sr >>= 2; 171 Mc[0] = sr & 0x3; sr >>= 2; 197 Mc[1] = sr & 0x3; sr >>= 2; 224 Mc[2] = sr & 0x3; sr >>= 2; 250 Mc[3] = sr & 0x3; sr >>= 2; 300 Mc[0] = (*c >> 5) & 0x3; [all …]
|
D | code.c | 27 void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc), 53 word * Mc, /* [0..3] RPE grid selection OUT */ 80 xmaxc++, Mc++, xMc );
|
/external/libgsm/tls/ |
D | sour1.dta | 20 Mc[0] 2 38 Mc[1] 2 56 Mc[2] 2 74 Mc[3] 2
|
D | bitter.dta | 22 Mc[0] 2 40 Mc[1] 2 58 Mc[2] 2 76 Mc[3] 2
|
D | sour2.dta | 22 Mc[0] 2 40 Mc[1] 2 58 Mc[2] 2 76 Mc[3] 2
|
/external/clang/test/SemaCXX/ |
D | err_typecheck_assign_const_filecheck.cpp | 34 mutable C Mc; member 197 Ca.CSb.Mc.d.e.num = 5; in test4() 198 Ca.getCB().Mc.d.e.num = 5; in test4() 199 Ca.getSCB().Mc.d.e.num = 5; in test4()
|
/external/libgsm/inc/ |
D | private.h | 150 word * Mc, /* [0..3] RPE grid selection OUT */ 177 word * Mc, 220 word * Mc, /* OUT */
|
/external/openssh/regress/unittests/sshkey/testdata/ |
D | rsa_2 | 6 mhEDXSo/F6mkqA7xVinzro5NettEXLo91tA9Hb6f6x/Mc/GJDNXTKhpWCGeJ6xeW
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | line.txt | 74 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM. 76 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]]; 85 # SA (Dictionary chars, excluding Mn and Mc) 90 $ALPlus = [$AL $AI $SG $XX [$SA-[[:Mn:][:Mc:]]]];
|
D | line_normal.txt | 76 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM. 78 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]]; 87 # SA (Dictionary chars, excluding Mn and Mc) 92 $ALPlus = [$AL $AI $SG $XX [$SA-[[:Mn:][:Mc:]]]];
|
D | line_normal_cj.txt | 79 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM. 81 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]]; 90 # SA (Dictionary chars, excluding Mn and Mc) 95 $ALPlus = [$AL $AI $SG $XX [$SA-[[:Mn:][:Mc:]]]];
|
D | line_loose.txt | 81 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM. 83 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]]; 92 # SA (Dictionary chars, excluding Mn and Mc) 97 $ALPlus = [$AL $AI $SG $XX [$SA-[[:Mn:][:Mc:]]]];
|
D | line_loose_cj.txt | 91 # By LB1, SA characters with general categor of Mn or Mc also resolve to CM. 93 $CM = [[:LineBreak = Combining_Mark:] $ZWJ [$SA & [[:Mn:][:Mc:]]]]; 102 # SA (Dictionary chars, excluding Mn and Mc) 107 $ALPlus = [$AL $AI $SG $XX [$SA-[[:Mn:][:Mc:]]]];
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | sh-rec3.ll | 13 %Mc = alloca [4 x i16], align 2 19 %arraydecay3 = getelementptr inbounds [4 x i16], [4 x i16]* %Mc, i64 0, i64 0 92 %arrayidx188 = getelementptr inbounds [4 x i16], [4 x i16]* %Mc, i64 0, i64 1
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 815 static void update_a_sep_sym(int wiener_win, int64_t **Mc, int64_t **Hc, in update_a_sep_sym() argument 827 A[jj] += Mc[i][j] * b[i] / WIENER_TAP_SCALE_FACTOR; in update_a_sep_sym() 871 static void update_b_sep_sym(int wiener_win, int64_t **Mc, int64_t **Hc, in update_b_sep_sym() argument 883 A[ii] += Mc[i][j] * a[j] / WIENER_TAP_SCALE_FACTOR; in update_b_sep_sym() 935 int64_t *Mc[WIENER_WIN]; in wiener_decompose_sep_sym() local 944 Mc[i] = M + i * wiener_win; in wiener_decompose_sep_sym() 953 update_a_sep_sym(wiener_win, Mc, Hc, a, b); in wiener_decompose_sep_sym() 954 update_b_sep_sym(wiener_win, Mc, Hc, a, b); in wiener_decompose_sep_sym()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | Categories.txt | 2104 0903 Mc Mark DEVANAGARI SIGN VISARGA 2160 093B Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN OOE 2163 093E Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN AA 2164 093F Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN I 2165 0940 Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN II 2174 0949 Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN CANDRA O 2175 094A Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN SHORT O 2176 094B Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN O 2177 094C Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN AU 2179 094E Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN PRISHTHAMATRA E [all …]
|
/external/cldr/common/uca/ |
D | UCA_Rules.txt | 186 = ༾ # 2.0 [Mc] [0000.0000.0000] U+0F3E TIBETAN SIGN YAR TSHES 187 = ༿ # 2.0 [Mc] [0000.0000.0000] U+0F3F TIBETAN SIGN MAR TSHES 228 = ᳡ # 5.2 [Mc] [0000.0000.0000] U+1CE1 VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA 237 = ᳷ # 10.0 [Mc] [0000.0000.0000] U+1CF7 VEDIC SIGN ATIKRAMA 338 = # 3.1 [Mc] [0000.0000.0000] U+1D165 MUSICAL SYMBOL COMBINING STEM 339 = # 3.1 [Mc] [0000.0000.0000] U+1D166 MUSICAL SYMBOL COMBINING SPRECHGESANG STEM 343 = # 3.1 [Mc] [0000.0000.0000] U+1D16D MUSICAL SYMBOL COMBINING AUGMENTATION DOT 344 = # 3.1 [Mc] [0000.0000.0000] U+1D16E MUSICAL SYMBOL COMBINING FLAG-1 345 = # 3.1 [Mc] [0000.0000.0000] U+1D16F MUSICAL SYMBOL COMBINING FLAG-2 346 = # 3.1 [Mc] [0000.0000.0000] U+1D170 MUSICAL SYMBOL COMBINING FLAG-3 [all …]
|
/external/libpng/scripts/ |
D | makefile.ibmc | 28 CFLAGS = -Mc -O2 -W3
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 2169 0903;DEVANAGARI SIGN VISARGA;Mc;0;L;;;;;N;;;;; 2225 093B;DEVANAGARI VOWEL SIGN OOE;Mc;0;L;;;;;N;;;;; 2228 093E;DEVANAGARI VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; 2229 093F;DEVANAGARI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; 2230 0940;DEVANAGARI VOWEL SIGN II;Mc;0;L;;;;;N;;;;; 2239 0949;DEVANAGARI VOWEL SIGN CANDRA O;Mc;0;L;;;;;N;;;;; 2240 094A;DEVANAGARI VOWEL SIGN SHORT O;Mc;0;L;;;;;N;;;;; 2241 094B;DEVANAGARI VOWEL SIGN O;Mc;0;L;;;;;N;;;;; 2242 094C;DEVANAGARI VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; 2244 094E;DEVANAGARI VOWEL SIGN PRISHTHAMATRA E;Mc;0;L;;;;;N;;;;; [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 2169 0903;DEVANAGARI SIGN VISARGA;Mc;0;L;;;;;N;;;;; 2225 093B;DEVANAGARI VOWEL SIGN OOE;Mc;0;L;;;;;N;;;;; 2228 093E;DEVANAGARI VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; 2229 093F;DEVANAGARI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; 2230 0940;DEVANAGARI VOWEL SIGN II;Mc;0;L;;;;;N;;;;; 2239 0949;DEVANAGARI VOWEL SIGN CANDRA O;Mc;0;L;;;;;N;;;;; 2240 094A;DEVANAGARI VOWEL SIGN SHORT O;Mc;0;L;;;;;N;;;;; 2241 094B;DEVANAGARI VOWEL SIGN O;Mc;0;L;;;;;N;;;;; 2242 094C;DEVANAGARI VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; 2244 094E;DEVANAGARI VOWEL SIGN PRISHTHAMATRA E;Mc;0;L;;;;;N;;;;; [all …]
|