Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 8 of 8) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_dct.c183 uint8_t Index, k; in SBC_FastIDCT8()
186 for (Index = 0; Index < 8; Index++) { in SBC_FastIDCT8()
191 temp += (gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] >> 16)); in SBC_FastIDCT8()
193 ((gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] & 0xFFFF)) >> in SBC_FastIDCT8()
196 pOutVect[Index] = temp; in SBC_FastIDCT8()
252 uint8_t Index, k; in SBC_FastIDCT4()
255 for (Index = 0; Index < 4; Index++) { in SBC_FastIDCT4()
260 temp += (gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] >> 16)); in SBC_FastIDCT4()
262 ((gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] & 0xFFFF)) >> in SBC_FastIDCT4()
265 pOutVect[Index] = temp; in SBC_FastIDCT4()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h255 template <size_t Index = std::variant_size_v<HalVariant> - 1>
257 if constexpr (Index == 0) { in _findIndex()
258 return Index; in _findIndex()
261 std::variant_alternative_t<Index, HalVariant>, in _findIndex()
263 return Index; in _findIndex()
265 return _findIndex<Index - 1>(); in _findIndex()
307 template <size_t Index = std::variant_size_v<HalVariant> - 1>
310 if constexpr (Index == 0) { in _castFromHalBaseAndConvert()
313 if (halIndex != Index) { in _castFromHalBaseAndConvert()
314 return _castFromHalBaseAndConvert<Index - 1>(halIndex, halBase); in _castFromHalBaseAndConvert()
[all …]
/system/security/keystore2/src/
Dwatchdog.rs53 struct Index { struct
68 records: HashMap<Index, Record>, argument
145 fn disarm(&mut self, index: Index) { in disarm() argument
149 fn arm(&mut self, index: Index, record: Record) { in arm() argument
227 let index = Index { tid, id }; in arm()
244 let index = Index { tid, id }; in disarm()
/system/core/fastboot/
Dudp.cpp52 enum Index { enum
/system/media/audio_utils/include/audio_utils/
DMetadata.h815 template <typename CompoundT, size_t Index>
818 using T = std::tuple_element_t<Index, typename CompoundT::tuple_t>;
/system/chre/pal/doc/
DDoxyfile653 # will remove the Files entry from the Quick Index and from the Folder Tree View
660 # page. This will remove the Namespaces entry from the Quick Index and from the
1718 # index chapters (such as File Index, Compound Index, etc.) in the output.
/system/chre/chre_api/doc/
DDoxyfile653 # will remove the Files entry from the Quick Index and from the Folder Tree View
660 # page. This will remove the Namespaces entry from the Quick Index and from the
1718 # index chapters (such as File Index, Compound Index, etc.) in the output.
/system/media/audio_utils/
DDoxyfile700 # will remove the Files entry from the Quick Index and from the Folder Tree View
707 # page. This will remove the Namespaces entry from the Quick Index and from the
1821 # index chapters (such as File Index, Compound Index, etc.) in the output.