HomeSort by relevance Sort by last modified time
    Searched refs:consts (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluez/sbc/
sbc_primitives.c 59 const FIXED_T *consts)
71 t1[0] += (FIXED_A) in[hop] * consts[hop];
72 t1[0] += (FIXED_A) in[hop + 1] * consts[hop + 1];
73 t1[1] += (FIXED_A) in[hop + 2] * consts[hop + 2];
74 t1[1] += (FIXED_A) in[hop + 3] * consts[hop + 3];
75 t1[2] += (FIXED_A) in[hop + 4] * consts[hop + 4];
76 t1[2] += (FIXED_A) in[hop + 5] * consts[hop + 5];
77 t1[3] += (FIXED_A) in[hop + 6] * consts[hop + 6];
78 t1[3] += (FIXED_A) in[hop + 7] * consts[hop + 7];
88 t1[0] = (FIXED_A) t2[0] * consts[40 + 0]
    [all...]
sbc_primitives_mmx.c 42 const FIXED_T *consts)
102 : "r" (in), "r" (consts), "r" (&round_c), "r" (out),
108 const FIXED_T *consts)
244 : "r" (in), "r" (consts), "r" (&round_c), "r" (out),
284 static const SBC_ALIGNED int32_t consts[2] = { local
324 "r" (&consts),
sbc_primitives_armv6.c 43 /* r0 = in, r1 = out, r2 = consts */
108 #define sbc_analyze_four(in, out, consts) \
110 sbc_analyze_four_armv6)((in), (out), (consts))
114 /* r0 = in, r1 = out, r2 = consts */
264 #define sbc_analyze_eight(in, out, consts) \
266 sbc_analyze_eight_armv6)((in), (out), (consts))
sbc_primitives_neon.c 42 const FIXED_T *consts)
93 : "+r" (in), "+r" (consts)
102 const FIXED_T *consts)
204 : "+r" (in), "+r" (consts)
305 int32_t *consts = joint_bits_mask; local
432 "vld1.32 {d16, d17}, [%[consts], :128]!\n"
463 "vld1.32 {d16, d17}, [%[consts], :128]!\n"
490 "vld1.32 {d16, d17}, [%[consts], :128]!\n"
517 [consts] "+&r" (consts)
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.h 43 UCAElements *readAnElement(FILE *data, tempUCATable *t, UCAConstants *consts, UErrorCode *status);
genuca.cpp 432 UCAElements *readAnElement(FILE *data, tempUCATable *t, UCAConstants *consts, UErrorCode *status) {
481 } vt[] = { {"[first tertiary ignorable", consts->UCA_FIRST_TERTIARY_IGNORABLE, READCE},
482 {"[last tertiary ignorable", consts->UCA_LAST_TERTIARY_IGNORABLE, READCE},
483 {"[first secondary ignorable", consts->UCA_FIRST_SECONDARY_IGNORABLE, READCE},
484 {"[last secondary ignorable", consts->UCA_LAST_SECONDARY_IGNORABLE, READCE},
485 {"[first primary ignorable", consts->UCA_FIRST_PRIMARY_IGNORABLE, READCE},
486 {"[last primary ignorable", consts->UCA_LAST_PRIMARY_IGNORABLE, READCE},
487 {"[first variable", consts->UCA_FIRST_VARIABLE, READCE},
488 {"[last variable", consts->UCA_LAST_VARIABLE, READCE},
489 {"[first regular", consts->UCA_FIRST_NON_VARIABLE, READCE}
823 UCAConstants consts; local
    [all...]
  /external/icu4c/tools/genuca/
genuca.h 43 UCAElements *readAnElement(FILE *data, tempUCATable *t, UCAConstants *consts, UErrorCode *status);
genuca.cpp 432 UCAElements *readAnElement(FILE *data, tempUCATable *t, UCAConstants *consts, UErrorCode *status) {
481 } vt[] = { {"[first tertiary ignorable", consts->UCA_FIRST_TERTIARY_IGNORABLE, READCE},
482 {"[last tertiary ignorable", consts->UCA_LAST_TERTIARY_IGNORABLE, READCE},
483 {"[first secondary ignorable", consts->UCA_FIRST_SECONDARY_IGNORABLE, READCE},
484 {"[last secondary ignorable", consts->UCA_LAST_SECONDARY_IGNORABLE, READCE},
485 {"[first primary ignorable", consts->UCA_FIRST_PRIMARY_IGNORABLE, READCE},
486 {"[last primary ignorable", consts->UCA_LAST_PRIMARY_IGNORABLE, READCE},
487 {"[first variable", consts->UCA_FIRST_VARIABLE, READCE},
488 {"[last variable", consts->UCA_LAST_VARIABLE, READCE},
489 {"[first regular", consts->UCA_FIRST_NON_VARIABLE, READCE}
855 UCAConstants consts; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp 1215 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
1647 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
1857 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
    [all...]
ucol_bld.cpp 340 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
342 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 1270 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
1702 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
1913 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
    [all...]
ucol_bld.cpp 340 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
342 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
    [all...]
  /external/v8/tools/
js2c.py 274 consts = {}
278 (consts, macros) = ReadMacros(ReadLines(str(s)))
292 lines = ExpandConstants(lines, consts)
  /external/v8/test/mjsunit/
global-const-var-conflicts.js 28 // Check that dynamically introducing conflicting consts/vars
const-eval-init.js 30 // initialization of consts in the global scope happen at the same
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 1097 UCAConstants *consts = NULL; local
1114 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1115 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0];
1116 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */
1117 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0];
1118 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1];
1130 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT);
1132 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0);
1134 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0)
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1097 UCAConstants *consts = NULL; local
1117 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1118 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0];
1119 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */
1120 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0];
1121 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1];
1133 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT);
1135 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0);
1137 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0)
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 542 milliseconds