Searched defs:repeatCount (Results 1 - 25 of 26) sorted by relevance

12

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member in struct:__anon5805
H A Deas_imelodydata.h60 EAS_I16 repeatCount; /* repeat counter */ member in struct:__anon5792
H A Deas_data.h73 EAS_I32 repeatCount; member in struct:s_eas_stream_tag
H A Deas_public.c324 pStream->repeatCount = 0;
945 if (pEASData->streams[streamNum].repeatCount)
955 if (pEASData->streams[streamNum].repeatCount > 0)
956 pEASData->streams[streamNum].repeatCount--;
1095 * repeatCount - repeat count
1108 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) argument
1110 pStream->repeatCount = repeatCount;
1138 *pRepeatCount = pStream->repeatCount;
1647 if (pStream->repeatCount
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member in struct:__anon5855
H A Deas_imelodydata.h60 EAS_I16 repeatCount; /* repeat counter */ member in struct:__anon5842
H A Deas_data.h73 EAS_I32 repeatCount; member in struct:s_eas_stream_tag
H A Deas_public.c324 pStream->repeatCount = 0;
945 if (pEASData->streams[streamNum].repeatCount)
955 if (pEASData->streams[streamNum].repeatCount > 0)
956 pEASData->streams[streamNum].repeatCount--;
1095 * repeatCount - repeat count
1108 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) argument
1110 pStream->repeatCount = repeatCount;
1138 *pRepeatCount = pStream->repeatCount;
1647 if (pStream->repeatCount
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member in struct:__anon5907
H A Deas_tcdata.h56 EAS_I8 repeatCount; /* note repeat counter */ member in struct:__anon5910
H A Deas_imelodydata.h61 EAS_I16 repeatCount; /* repeat counter */ member in struct:__anon5890
H A Deas_data.h75 EAS_I32 repeatCount; member in struct:s_eas_stream_tag
H A Djet_data.h109 EAS_I16 repeatCount; member in struct:s_jet_segment_tag
H A Djet.c539 pStatus->segmentRepeatCount = pSeg->repeatCount;
599 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID) argument
622 p->repeatCount = (EAS_I16) repeatCount;
914 if (pSeg->repeatCount != 0)
920 if (pSeg->repeatCount > 0)
921 pSeg->repeatCount--;
H A Deas_public.c324 pStream->repeatCount = 0;
946 if (pEASData->streams[streamNum].repeatCount)
956 if (pEASData->streams[streamNum].repeatCount > 0)
957 pEASData->streams[streamNum].repeatCount--;
1096 * repeatCount - repeat count
1109 EAS_PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) argument
1111 pStream->repeatCount = repeatCount;
1139 *pRepeatCount = pStream->repeatCount;
1651 if (pStream->repeatCount
[all...]
/external/webkit/JavaScriptCore/wrec/
H A DWRECGenerator.h72 static const RegisterID repeatCount = X86Registers::ebx; // How many times the current atom repeats in the current match. member in class:JSC::WREC::Generator
83 static const RegisterID repeatCount = X86Registers::ebx; // How many times the current atom repeats in the current match. member in class:JSC::WREC::Generator
H A DWRECGenerator.cpp152 // (0) Setup: Save, then init repeatCount.
153 push(repeatCount);
154 move(Imm32(0), repeatCount);
159 pop(repeatCount);
166 branch32(Equal, repeatCount, Imm32(max), quantifierFailed);
174 add32(Imm32(1), repeatCount);
178 branch32(LessThan, repeatCount, Imm32(min), readAtom);
188 pop(repeatCount);
199 // (0) Setup: Save, then init repeatCount.
200 push(repeatCount);
606 load32(Address(output, (2 * subpatternId) * sizeof(int)), repeatCount); local
[all...]
/external/webkit/WebCore/platform/android/
H A DKeyEventAndroid.cpp214 int repeatCount, bool down, bool cap, bool alt, bool sym)
219 , m_autoRepeat(repeatCount > 0)
228 , m_repeatCount(repeatCount)
213 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount, bool down, bool cap, bool alt, bool sym) argument
/external/skia/include/utils/
H A DSkInterpolator.h57 @param repeatCount Multiplies the total time by this scalar.
59 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } argument
/external/webkit/WebCore/platform/
H A DPlatformKeyboardEvent.h148 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
151 int repeatCount() const { return m_repeatCount; } function in class:WebCore::PlatformKeyboardEvent
186 /* the actual repeatCount (as opposed to just a bool m_autoRepeat)
/external/webkit/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp289 unsigned repeatCount,
302 int yEnd = lowerBoundScaledY(std::min(yBegin + static_cast<int>(repeatCount), size().height()) - 1, yBegin + 1) + 1;
345 if (repeatCount > 1)
285 haveDecodedRow(unsigned frameIndex, unsigned char* rowBuffer, unsigned char* rowEnd, unsigned rowNumber, unsigned repeatCount, bool writeTransparentPixels) argument
/external/webkit/WebCore/svg/animation/
H A DSVGSMILElement.cpp525 SMILTime SVGSMILElement::repeatCount() const function in class:WebCore::SVGSMILElement
603 SMILTime repeatCount = this->repeatCount(); local
606 if (simpleDuration == 0 || (repeatDur.isUnresolved() && repeatCount.isUnresolved()))
608 SMILTime repeatCountDuration = simpleDuration * repeatCount;
617 if (!resolvedEnd.isUnresolved() && dur().isUnresolved() && repeatDur().isUnresolved() && repeatCount().isUnresolved())
804 SMILTime repeatCount = this->repeatCount(); local
/external/chromium/third_party/icu/source/i18n/
H A Ddtptngen.cpp1561 int32_t repeatCount = row->minLen > 3 ? 3: row->minLen; local
1562 while (repeatCount-- > 0) {
/external/icu4c/i18n/
H A Ddtptngen.cpp1579 int32_t repeatCount = row->minLen > 3 ? 3: row->minLen; local
1580 while (repeatCount-- > 0) {
/external/webkit/WebKit/android/plugins/
H A Dandroid_npapi.h901 int32_t repeatCount; // 0 for initial down (or up) member in struct:ANPEvent::__anon6671::__anon6672

Completed in 174 milliseconds

12