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

  /external/bluetooth/bluez/sbc/
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_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/icu4c/i18n/
ucol_bld.cpp 345 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
347 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
    [all...]
ucol_tok.cpp 1575 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
2026 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
2392 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
    [all...]
  /external/icu4c/tools/genuca/
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/llvm/lib/Target/CppBackend/
CPPBackend.cpp 1476 SmallPtrSet<Constant*,64> consts; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1106 UCAConstants *consts = NULL; local
1128 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1129 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0];
1130 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */
1131 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0];
1132 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1];
1144 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT);
1146 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0);
1148 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0)
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 925 milliseconds