HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 416 Uint8 *src, *dst, lf, rf, ce; local
425 ce = (lf/2) + (rf/2);
428 dst[2] = lf - ce;
429 dst[3] = rf - ce;
430 dst[4] = ce;
431 dst[5] = ce;
437 Sint8 *src, *dst, lf, rf, ce; local
446 ce = (lf/2) + (rf/2);
449 dst[2] = lf - ce;
450 dst[3] = rf - ce;
459 Uint16 lf, rf, ce, lr, rr; local
518 Sint16 lf, rf, ce, lr, rr; local
593 Uint8 *src, *dst, lf, rf, ce; local
612 Sint8 *src, *dst, lf, rf, ce; local
632 Uint16 lf, rf, ce, lr, rr; local
681 Sint16 lf, rf, ce, lr, rr; local
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 602 const Element *ce = e->mHal.state.fields[ct]; local
603 if (ce->mHal.state.fieldsCount) {
604 initAddUserElement(ce, names, arrayLengths, count, prefix);
  /libcore/luni/src/main/java/java/security/
Signature.java 240 Set ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local
242 if (ce != null && !ce.isEmpty()) {
243 for (Iterator i = ce.iterator(); i.hasNext();) {
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 790 Set<String> ce = ((X509Certificate) certificate).getCriticalExtensionOIDs(); local
792 if (ce != null && !ce.isEmpty()) {
793 for (String oid : ce) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 258 CommandException ce = (CommandException) ar.exception; local
259 if (ce.getCommandError() == CommandException.Error.SIM_PUK2) {
  /dalvik/dx/etc/
jasmin.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/icu4c/i18n/
ucoleitr.cpp 48 uint32_t ce; member in struct:RCEI
66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh)
104 buffer[bufferIndex].ce = ce;
122 uint64_t ce; member in struct:PCEI
139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh);
167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh)
182 buffer[bufferIndex].ce = ce;
448 uint32_t ce = (uint32_t) ucol_getNextCE(coll, &elems->iteratordata_, status); local
546 uint32_t ce; local
    [all...]
colldata.cpp 126 void CEList::add(uint32_t ce, UErrorCode &status)
156 ces[listSize++] = ce;
333 void put(uint32_t ce, UnicodeString *string, UErrorCode &status);
334 StringList *getStringList(uint32_t ce) const;
338 void putStringList(uint32_t ce, StringList *stringList, UErrorCode &status);
365 void CEToStringsMap::put(uint32_t ce, UnicodeString *string, UErrorCode &status)
367 StringList *strings = getStringList(ce);
377 putStringList(ce, strings, status);
383 StringList *CEToStringsMap::getStringList(uint32_t ce) const
385 return (StringList *) uhash_iget(map, ce);
878 uint32_t ce = ceList->get(offset); local
    [all...]
ucol_elm.cpp 510 /* found the ce in expansion, we'll just modify the size if it is
825 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE,
847 fprintf(stdout, "El: %08X Pref: ", CE);
912 if(!isPrefix(CE)) {
915 firstContractionOffset = uprv_cnttab_addContraction(contractions, UPRV_CNTTAB_NEWELEMENT, 0, CE, status);
918 uprv_cnttab_addContraction(contractions, firstContractionOffset, 0xFFFF, CE, status);
919 CE = constructContractCE(SPEC_PROC_TAG, firstContractionOffset);
1332 uint32_t ce; local
1662 int32_t ce; local
    [all...]
usearch.cpp 89 * @param ce collation element
93 inline int hash(uint32_t ce)
95 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
99 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
163 // if the ce is a variable, we mask and get only the primary values
284 * Initializing the ce table for a pattern.
323 if (pattern->CE != cetable && pattern->CE) {
324 uprv_free(pattern->CE);
329 int32_t ce; local
645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
887 uint32_t ce = UCOL_IGNORABLE; local
941 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1023 int32_t ce; local
1219 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1422 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1618 int32_t *ce = strsrch->pattern.CE; local
1863 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
2060 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
2281 int32_t *ce = strsrch->pattern.CE; local
2500 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
3440 int64_t ce; member in struct:CEI
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 201 ce[N_TYENT_INDEX_CACHE]; member in struct:__anon16695
  /external/grub/stage2/
iso9660.h 143 struct CE {
147 } ce; member in union:rock_ridge::__anon8242
  /external/icu4c/test/perf/collationperf/
collperf.cpp 1683 int32_t ce; local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 187 uint32_t ce = ucol_next(iter, &error); local
195 if (UCOL_PRIMARYORDER(ce) != 0) {
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce));
199 if (UCOL_SECONDARYORDER(ce) != 0) {
200 fprintf(f, " %02x", UCOL_SECONDARYORDER(ce));
203 if (UCOL_TERTIARYORDER(ce) != 0) {
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce));
208 ce = ucol_next(iter, &error);
209 if (ce == UCOL_NULLORDER) {
1223 int32_t ce = ucol_next(coleiter, &error); local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 160 tNFA_DTA_CE_DATA ce; member in union:__anon10402::__anon10403
  /external/openssh/
session.c 1209 struct envstring *ce = custom_environment; local
1210 char *str = ce->s;
1218 custom_environment = ce->next;
1219 xfree(ce->s);
1220 xfree(ce);
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 94 void ppIRCallee ( IRCallee* ce )
96 vex_printf("%s", ce->name);
97 if (ce->regparms > 0)
98 vex_printf("[rp=%d]", ce->regparms);
99 if (ce->mcx_mask > 0)
100 vex_printf("[mcx=0x%x]", ce->mcx_mask);
101 vex_printf("{%p}", (void*)ce->addr);
1461 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee)); local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 871 SEdgeVector *ce; local
873 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
875 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
876 m_AllSites[ce->second].getVCenter().y - sj);
1146 SEdgeVector *ce; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Blend.cpp 871 SEdgeVector *ce; local
873 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
875 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
876 m_AllSites[ce->second].getVCenter().y - sj);
1146 SEdgeVector *ce; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 851 SEdgeVector *ce; local
853 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
855 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
856 m_AllSites[ce->second].getVCenter().y - sj);
1126 SEdgeVector *ce; local
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
  /external/icu4c/test/cintltst/
citertst.c 1333 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1432 uint32_t ce; local
1542 uint32_t ce = ucol_next(iter, &status); local
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1080 uint64_t ce; member in struct:PCE
1229 const CEList* ce = NULL; local
1811 int32_t ce = ceList.get(offset); local
    [all...]
  /external/valgrind/main/callgrind/
main.c 1409 call_entry* ce; local
    [all...]

Completed in 3507 milliseconds

12 3 4 5