Searched refs:dstCount (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp571 int32_t dstCount=0; local
597 dstCount++;
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h687 * @param dstCount fill in with the lenth of 'dstArray'.
692 int32_t& dstCount,
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h776 * @param dstCount fill in with the lenth of 'dstArray'.
781 int32_t& dstCount,
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp1916 int32_t dstCount = 0; local
1964 if (dstCount > 0) {
1965 if (year == dstStartYear + dstCount
1975 dstCount++;
1979 if (dstCount == 1) {
2003 dstCount = 1;
2079 if (dstCount > 0) {
2081 if (dstCount == 1) {
2092 if (dstCount == 1) {
H A Ddtfmtsym.cpp245 int32_t& dstCount,
261 dstCount = srcCount;
244 assignArray(UnicodeString*& dstArray, int32_t& dstCount, const UnicodeString* srcArray, int32_t srcCount) argument
/external/icu4c/i18n/
H A Dvtzone.cpp1921 int32_t dstCount = 0; local
1969 if (dstCount > 0) {
1970 if (year == dstStartYear + dstCount
1980 dstCount++;
1984 if (dstCount == 1) {
2008 dstCount = 1;
2084 if (dstCount > 0) {
2086 if (dstCount == 1) {
2097 if (dstCount == 1) {
H A Ddtfmtsym.cpp230 int32_t& dstCount,
246 dstCount = srcCount;
229 assignArray(UnicodeString*& dstArray, int32_t& dstCount, const UnicodeString* srcArray, int32_t srcCount) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp159 unsigned int dstCount() const { return insn->Instruction.NumDstRegs; } function in class:tgsi::Instruction
172 assert(d < dstCount());
954 if (insn.dstCount()) {
1742 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0;
1744 if (tgsi.dstCount()) {
2237 if (tgsi.dstCount()) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp159 unsigned int dstCount() const { return insn->Instruction.NumDstRegs; } function in class:tgsi::Instruction
172 assert(d < dstCount());
954 if (insn.dstCount()) {
1742 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0;
1744 if (tgsi.dstCount()) {
2237 if (tgsi.dstCount()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp1074 int dstCount = compute_worst_case_count(a_intervals, b_intervals); local
1075 SkAutoSTMalloc<256, RunType> array(dstCount);
1079 // sk_memset32((uint32_t*)array.get(), 0x7FFFFFFF, dstCount);
1083 SkASSERT(count <= dstCount);
/external/skia/src/core/
H A DSkRegion.cpp1074 int dstCount = compute_worst_case_count(a_intervals, b_intervals); local
1075 SkAutoSTMalloc<256, RunType> array(dstCount);
1079 // sk_memset32((uint32_t*)array.get(), 0x7FFFFFFF, dstCount);
1083 SkASSERT(count <= dstCount);
/external/llvm/lib/Support/
H A DAPFloat.cpp2211 unsigned int omsb, precision, dstCount;
2218 dstCount = partCount();
2227 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision);
2231 APInt::tcExtract(dst, dstCount, src, omsb, 0);
H A DAPInt.cpp2422 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src,
2428 assert(dstParts <= dstCount);
2450 while (dstParts < dstCount)
/external/llvm/include/llvm/ADT/
H A DAPInt.h1563 static void tcExtract(integerPart *, unsigned int dstCount,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 674 milliseconds