Searched refs:INDEX_8 (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_decoder.cpp | 42 const int INDEX_8 = 8; variable 159 for (auto i = 0; i < INDEX_8; i++) { in Synthesize4() 190 MULA(v[offset[i] + INDEX_8], in Synthesize4() 219 for (idx = 0, i = 0; i < INDEX_8; i++, idx += VALUE_5) { in Synthesize8() 220 int k = (i + INDEX_8) & 0xf; in Synthesize8() 221 pcmSamples_[ch][blk * INDEX_8 + i] = Clip16(Scale8Staged1(MULA(v_[ch][offset[i] + INDEX_0], in Synthesize8() 237 … MULA(v_[ch][offset[i] + INDEX_8], in Synthesize8()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | lazy_for_each_builder_syntax_test_ng.cpp | 47 constexpr int32_t INDEX_8 = 8; variable 364 V2::Operation operation1 = {.type = "delete", .index = INDEX_0, .count = INDEX_8}; 369 V2::Operation operation2 = {.type = "delete", .index = INDEX_8, .count = INDEX_8}; 400 V2::Operation operation1 = {.type = "change", .index = INDEX_0, .count = INDEX_8}; 432 …V2::Operation operation1 = {.type = "move", .index = INDEX_0, .count = INDEX_8, .coupleIndex = std… 437 …V2::Operation operation2 = {.type = "move", .index = INDEX_0, .count = INDEX_8, .coupleIndex = std… 474 V2::Operation operation1 = {.type = "exchange", .index = INDEX_0, .count = INDEX_8, 480 V2::Operation operation2 = {.type = "exchange", .index = INDEX_0, .count = INDEX_8, 525 …V2::Operation operation1 = {.type = "reload", .index = INDEX_0, .count = INDEX_8, .coupleIndex = s… 586 …V2::Operation operation1 = {.type = "add", .index = INDEX_0, .count = INDEX_8, .coupleIndex = std:…
|
H A D | lazy_for_each_syntax_test_ng.cpp | 53 constexpr int32_t INDEX_8 = 8; variable 804 lazyLayoutWrapperBuilder->UpdateIndexRange(INDEX_2, INDEX_8, LAZY_FOR_EACH_NODE_IDS); 807 lazyLayoutWrapperBuilder->UpdateIndexRange(INDEX_2, INDEX_8, LAZY_FOR_EACH_NODE_IDS); 951 key = lazyLayoutWrapperBuilder->GetKeyByIndexFromPreNodes(INDEX_8); 954 lazyLayoutWrapperBuilder->preEndIndex_ = INDEX_8;
|
/ohos5.0/base/print/print_fwk/utils/include/ |
H A D | print_ipp_over_usb_constant.h | 135 const int INDEX_8 = 8; variable
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_request_process.cpp | 58 readTempBuffer[INDEX_8] == HTTP_MSG_CHAR_20 && in NeedOffset()
|