Home
last modified time | relevance | path

Searched refs:regionIndex (Results 1 – 25 of 25) sorted by relevance

/external/icu/icu4c/source/common/
Dlsr.cpp20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
36 regionIndex(other.regionIndex), flags(other.flags), in LSR()
54 regionIndex = other.regionIndex; in operator =()
70 regionIndex == other.regionIndex && in isEquivalentTo()
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
79 regionIndex == other.regionIndex && in operator ==()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0) && in operator ==()
108 h = h * 37 + regionIndex; in setHashCode()
Dlsr.h31 int32_t regionIndex = 0; member
41 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
Dlocdistance.h114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex) in GetRegionPtr() argument
128 if (regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in GetRegionPtr()
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region; in GetRegionPtr()
132 if (regionIndex & FLAG_RGN_IDX_FM_SYNTH) in GetRegionPtr()
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region; in GetRegionPtr()
135 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
137 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
139 return &pSynth->pEAS->pFMRegions[regionIndex].region; in GetRegionPtr()
183 pVoice->regionIndex = DEFAULT_REGION_INDEX; in InitVoice()
1260 …SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex) in VMStolenVoice() argument
[all …]
Deas_wtsynth.c56 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
173 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_ReleaseVoice()
216 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_MuteVoice()
253 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_SustainPedal()
311 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in WT_StartVoice() argument
327 pVoice->regionIndex = regionIndex; in WT_StartVoice()
339 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_StartVoice()
340 return DLS_StartVoice(pVoiceMgr, pSynth, pVoice, voiceNum, regionIndex); in WT_StartVoice()
343 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]); in WT_StartVoice()
540 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_UpdateVoice()
[all …]
Deas_synth.h201 EAS_U16 regionIndex; /* index of first region in program */ member
277 EAS_U16 regionIndex; /* index to wave and playback params */ member
Deas_sndlib.h294 EAS_U16 regionIndex; member
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK]; member
Deas_dlssynth.h37 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
Deas_synth_protos.h49 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
Deas_dlssynth.c305 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in DLS_StartVoice() argument
318 pDLSRegion = &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK]; in DLS_StartVoice()
390 pDLSRegion = &pSynth->pDLS->pDLSRegions[pVoice->regionIndex & REGION_INDEX_MASK]; in DLS_UpdateVoice()
Deas_mdls.c435 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EA…
1566 pProgram->regionIndex = (EAS_U16) pDLSData->regionCount | FLAG_RGN_IDX_DLS_SYNTH; in Parse_ins()
1724 EAS_U16 regionIndex; in Parse_rgn() local
1732 regionIndex = (EAS_U16) pDLSData->regionCount; in Parse_rgn()
1838 …if ((result = Parse_rgnh(pDLSData, rgnhPos, &pDLSData->pDLS->pDLSRegions[regionIndex & REGION_INDE… in Parse_rgn()
1851 Convert_rgn(pDLSData, regionIndex, artIndex, (EAS_U16) waveIndex, pWsmp); in Parse_rgn()
2441 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EA… in Convert_rgn() argument
2446 pRgn = &pDLSData->pDLS->pDLSRegions[regionIndex]; in Convert_rgn()
2754 for (j = pEAS->pPrograms[i].regionIndex; ; j++) in DumpDLS()
Deas_vm_protos.h234 …S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoi…
/external/icu/libicu/cts_headers/
Dlsr.h31 int32_t regionIndex = 0; member
41 regionIndex(indexForRegion(region)), flags(f) {} in LSR()
Dlocdistance.h114 int32_t pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLSR.java27 final int regionIndex; field in LSR
34 regionIndex = indexForRegion(region); in LSR()
DLocaleDistance.java537 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLSR.java23 final int regionIndex; field in LSR
30 regionIndex = indexForRegion(region); in LSR()
DLocaleDistance.java532 int pIndex = regionToPartitionsIndex[lsr.regionIndex]; in partitionsForRegion()
/external/llvm-project/mlir/include/mlir/IR/
DDialect.h106 unsigned regionIndex,
115 unsigned regionIndex,
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp4304 for (uint32_t regionIndex = 0; regionIndex < regionCount; ++regionIndex) in PreCallValidateCmdCopyBuffer() local
4328 for (uint32_t regionIndex = 0; regionIndex < regionCount; ++regionIndex) in PreCallValidateCmdCopyImage() local
4330 …sk", ParameterName::IndexVector{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits… in PreCallValidateCmdCopyImage()
4334 …sk", ParameterName::IndexVector{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits… in PreCallValidateCmdCopyImage()
4362 for (uint32_t regionIndex = 0; regionIndex < regionCount; ++regionIndex) in PreCallValidateCmdBlitImage() local
4364 …sk", ParameterName::IndexVector{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits… in PreCallValidateCmdBlitImage()
4366 …sk", ParameterName::IndexVector{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits… in PreCallValidateCmdBlitImage()
4388 for (uint32_t regionIndex = 0; regionIndex < regionCount; ++regionIndex) in PreCallValidateCmdCopyBufferToImage() local
4390 …sk", ParameterName::IndexVector{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits… in PreCallValidateCmdCopyBufferToImage()
4415 for (uint32_t regionIndex = 0; regionIndex < regionCount; ++regionIndex) in PreCallValidateCmdCopyImageToBuffer() local
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/
DLocaleDistanceBuilder.java767 int regionIndex = LSR.indexForRegion(macro); in build() local
768 if (regionToPartitionsIndex[regionIndex] == 0) { in build()
771 regionToPartitionsIndex[regionIndex] = (byte) pIndex; in build()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java764 int regionIndex = LSR.indexForRegion(macro); in build() local
765 if (regionToPartitionsIndex[regionIndex] == 0) { in build()
768 regionToPartitionsIndex[regionIndex] = (byte) pIndex; in build()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp260 unsigned regionIndex, in verifyRegionArgAttribute() argument
269 TestDialect::verifyRegionResultAttribute(Operation *op, unsigned regionIndex, in verifyRegionResultAttribute() argument
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVDialect.cpp1230 unsigned regionIndex, in verifyRegionArgAttribute() argument
1234 op->getLoc(), op->getRegion(regionIndex).getArgument(argIndex).getType(), in verifyRegionArgAttribute()
/external/freetype/src/truetype/
Dttgxvar.c891 FT_UInt regionIndex = varData->regionIndices[master]; in ft_var_get_item_delta() local
893 GX_AxisCoords axis = itemStore->varRegionList[regionIndex].axisList; in ft_var_get_item_delta()