/device/board/hihope/rk3568/audio_drivers/codec/rk809_codec/src/ |
H A D | rk809_codec_impl.c | 535 int32_t index; in RK809DeviceRegConfig() local 538 for (index = 0; index < regConfig.size; index++) { in RK809DeviceRegConfig() 539 ret = Rk809DeviceRegWrite(regConfig.regVal[index].reg, regConfig.regVal[index].val); in RK809DeviceRegConfig()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 772 void rkcif_write_register(struct rkcif_device *dev, enum cif_reg_index index, u32 val);
773 void rkcif_write_register_or(struct rkcif_device *dev, enum cif_reg_index index, u32 val);
774 void rkcif_write_register_and(struct rkcif_device *dev, enum cif_reg_index index, u32 val);
775 unsigned int rkcif_read_register(struct rkcif_device *dev, enum cif_reg_index index);
776 void rkcif_write_grf_reg(struct rkcif_device *dev, enum cif_reg_index index, u32 val);
777 u32 rkcif_read_grf_reg(struct rkcif_device *dev, enum cif_reg_index index);
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-pcie.c | 71 u32 index;
member 82 return container_of(inst, struct rockchip_pcie_phy, phys[inst->index]);
in to_pcie_phy() 132 HIWORD_UPDATE(PHY_LANE_IDLE_OFF, PHY_LANE_IDLE_MASK, PHY_LANE_IDLE_A_SHIFT + inst->index));
in rockchip_pcie_phy_power_off() 151 HIWORD_UPDATE(!PHY_LANE_IDLE_OFF, PHY_LANE_IDLE_MASK, PHY_LANE_IDLE_A_SHIFT + inst->index));
in rockchip_pcie_phy_power_off() 167 HIWORD_UPDATE(!PHY_LANE_IDLE_OFF, PHY_LANE_IDLE_MASK, PHY_LANE_IDLE_A_SHIFT + inst->index));
in rockchip_pcie_phy_power_on() 392 rk_phy->phys[i].index = i;
in rockchip_pcie_phy_probe()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | linux_pkt.c | 420 uint32 index; in osl_pktget_static() local 422 index = bcm_static_skb->last_allocated_index % STATIC_PKT_2PAGE_NUM; in osl_pktget_static() 424 if (bcm_static_skb->skb_8k[index] && in osl_pktget_static() 425 bcm_static_skb->pkt_use[index] == 0) { in osl_pktget_static() 431 bcm_static_skb->pkt_use[index] = 1; in osl_pktget_static() 432 skb = bcm_static_skb->skb_8k[index]; in osl_pktget_static()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 733 enum cif_reg_index index, u32 val); 735 enum cif_reg_index index, u32 val); 737 enum cif_reg_index index, u32 val); 739 enum cif_reg_index index); 741 enum cif_reg_index index, u32 val); 743 enum cif_reg_index index);
|
/third_party/ffmpeg/libavcodec/ |
H A D | asvdec.c | 83 unsigned int index; in asv2_get_vlc2() local 89 index = SHOW_UBITS_LE(re, gb, bits); in asv2_get_vlc2() 90 code = table[index].sym; in asv2_get_vlc2() 91 n = table[index].len; in asv2_get_vlc2() 309 int index = ff_asv_scantab[i]; in decode_init() local 311 a->intra_matrix[i] = 64 * scale * ff_mpeg1_default_intra_matrix[index] / in decode_init()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_hw.c | 77 int index, index_limit = 1000; in hw_device_default_name() local 82 for (index = 0; index < index_limit; index++) { in hw_device_default_name() 83 snprintf(name, index_pos + 4, "%s%d", type_name, index); in hw_device_default_name() 87 if (index >= index_limit) { in hw_device_default_name()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_uspp.c | 206 int index = block + block * stride + y * stride; in filter() local 208 memcpy(p->src[i] + index, src[i] + y * src_stride[i], w ); in filter() 210 p->src[i][index - x - 1] = p->src[i][index + x ]; in filter() 211 p->src[i][index + w + x ] = p->src[i][index + w - x - 1]; in filter()
|
/third_party/backends/backend/genesys/ |
H A D | register.h | 420 int index = find_reg_index(address); in get_value() local 421 if (index >= 0) { in get_value() 422 return registers_[index].value; in get_value() 429 int index = find_reg_index(address); in set_value() local 430 if (index >= 0) { in set_value() 431 registers_[index].value = value; in set_value()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | PatternStringUtils.java | 496 for (int index = 0; index < length; index++) { in patternInfoToStringBuilder() 498 if (prependSign && index == 0) { in patternInfoToStringBuilder() 501 candidate = patternInfo.charAt(flags, index - 1); in patternInfoToStringBuilder() 503 candidate = patternInfo.charAt(flags, index); in patternInfoToStringBuilder()
|
/third_party/icu/icu4c/source/common/ |
H A D | ubidiimp.h | 126 ubidi_getParaLevelAtIndex(const UBiDi *pBiDi, int32_t index); 128 #define GET_PARALEVEL(ubidi, index) \ 129 ((UBiDiLevel)(!(ubidi)->defaultParaLevel || (index)<(ubidi)->paras[0].limit ? \ 130 (ubidi)->paraLevel : ubidi_getParaLevelAtIndex((ubidi), (index)))) 171 uint16_t start; /* index of first opening entry for this run */ 172 uint16_t limit; /* index after last opening entry for this run */ 185 int32_t isoRunLast; /* index of last used entry */ 187 + 1 for index 0, + 1 for before the first isolated sequence */ 209 #define MAKE_INDEX_ODD_PAIR(index, level) ((index)|((int32_ [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 100 errln("Iterator failed determining begin and end index"); in TestIteration() 106 int index = iterator2.getIndex(); in TestIteration() 108 if (index != ITERATION_SUPPLEMENTARY_INDEX) { in TestIteration() 125 int index = iterator2.getIndex(); in TestIteration() 127 if (index != ITERATION_SUPPLEMENTARY_INDEX) { in TestIteration() 229 public UCharIterator(int[] src, int len, int index){ in UCharIterator() argument 233 i=index; in UCharIterator() 387 errln("error: index mismatch in Normalizer iteration at " in previousNext() 388 +history+ " : "+ "Normalizer index " +iter.getIndex() in previousNext() 433 errln("error: index mismatc in TestUCharacterIteratorWrapper() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 97 errln("Iterator failed determining begin and end index"); in TestIteration() 103 int index = iterator2.getIndex(); in TestIteration() 105 if (index != ITERATION_SUPPLEMENTARY_INDEX) { in TestIteration() 122 int index = iterator2.getIndex(); in TestIteration() 124 if (index != ITERATION_SUPPLEMENTARY_INDEX) { in TestIteration() 226 public UCharIterator(int[] src, int len, int index){ in UCharIterator() argument 230 i=index; in UCharIterator() 384 errln("error: index mismatch in Normalizer iteration at " in previousNext() 385 +history+ " : "+ "Normalizer index " +iter.getIndex() in previousNext() 430 errln("error: index mismatc in TestUCharacterIteratorWrapper() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | PatternStringUtils.java | 479 for (int index = 0; index < length; index++) { in patternInfoToStringBuilder() 481 if (prependSign && index == 0) { in patternInfoToStringBuilder() 484 candidate = patternInfo.charAt(flags, index - 1); in patternInfoToStringBuilder() 486 candidate = patternInfo.charAt(flags, index); in patternInfoToStringBuilder()
|
/third_party/libuv/src/win/ |
H A D | poll.c | 240 int index, i; in uv__fast_poll_get_peer_socket() local 243 index = -1; in uv__fast_poll_get_peer_socket() 248 index = i; in uv__fast_poll_get_peer_socket() 253 if (index < 0) { in uv__fast_poll_get_peer_socket() 259 peer_socket = loop->poll_peer_sockets[index]; in uv__fast_poll_get_peer_socket() 262 loop->poll_peer_sockets[index] = peer_socket; in uv__fast_poll_get_peer_socket()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_constant_folding.c | 140 if (!nir_src_is_const(p->arr.index)) in const_value_for_deref() 143 uint64_t idx = nir_src_as_uint(p->arr.index); in const_value_for_deref() 162 if (p->strct.index >= c->num_elements) in const_value_for_deref() 164 c = c->elements[p->strct.index]; in const_value_for_deref() 281 * have a second source with a shuffle index but that doesn't matter if in try_fold_intrinsic() 333 try_fold_tex_offset(nir_tex_instr *tex, unsigned *index, in try_fold_tex_offset() argument 343 *index += nir_src_as_uint(tex->src[src_idx].src); in try_fold_tex_offset()
|
/third_party/node/lib/ |
H A D | _http_agent.js | 357 const index = StringPrototypeIndexOf(hostHeader, ']'); 358 if (index === -1) { 362 servername = StringPrototypeSubstr(hostHeader, 1, index - 1); 437 const index = ArrayPrototypeIndexOf(sockets[name], s); 438 if (index !== -1) { 439 ArrayPrototypeSplice(sockets[name], index, 1);
|
/third_party/node/lib/internal/ |
H A D | async_hooks.js | 14 * Environment::AsyncHooks::fields_[]. Each index tracks the number of active 18 * Environment::AsyncHooks::async_id_fields_[]. Each index contains the ids for 117 const index = async_hook_fields[kStackLength] - 1; 118 execution_async_resources[index] = resource; 146 const index = async_hook_fields[kStackLength] - 1; 147 if (index === -1) return topLevelResource; 148 const resource = execution_async_resources[index] || 149 executionAsyncResource_(index);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiimp.h | 126 ubidi_getParaLevelAtIndex(const UBiDi *pBiDi, int32_t index); 128 #define GET_PARALEVEL(ubidi, index) \ 129 ((UBiDiLevel)(!(ubidi)->defaultParaLevel || (index)<(ubidi)->paras[0].limit ? \ 130 (ubidi)->paraLevel : ubidi_getParaLevelAtIndex((ubidi), (index)))) 171 uint16_t start; /* index of first opening entry for this run */ 172 uint16_t limit; /* index after last opening entry for this run */ 185 int32_t isoRunLast; /* index of last used entry */ 187 + 1 for index 0, + 1 for before the first isolated sequence */ 209 #define MAKE_INDEX_ODD_PAIR(index, level) ((index)|((int32_ [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw.c | 138 /* Get index bounds for user buffers. */ in prepare_indexed_draw() 151 * increment for the index buffer refcount when adding it into in prepare_indexed_draw() 154 info->index.resource = in prepare_indexed_draw() 155 _mesa_get_bufferobj_reference(ctx, info->index.gl_bo); in prepare_indexed_draw() 158 info->index.resource = info->index.gl_bo->buffer; in prepare_indexed_draw() 164 if (unlikely(!info->index.resource)) in prepare_indexed_draw() 267 info.index.resource = bufobj->buffer; in st_indirect_draw_vbo()
|
/third_party/libevdev/doc/html/search/ |
H A D | search.js | 280 // set item with index id as the active item 546 // return the first item with index index or higher that is visible 547 this.NavNext = function(index) 552 var focusName = 'Item'+index; 563 index++; 568 this.NavPrev = function(index) 573 var focusName = 'Item'+index; 584 index--;
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.cc | 352 void NEONFormatDecoder::SetFormatMap(unsigned index, in SetFormatMap() argument 354 DCHECK_LT(index, arraysize(formats_)); in SetFormatMap() 356 formats_[index] = format; in SetFormatMap() 397 const char* NEONFormatDecoder::GetSubstitute(int index, SubstitutionMode mode) { in GetSubstitute() argument 399 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute() 402 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | target.cc | 524 // IN : $qWasmGlobal:frame_index;index in ProcessQueryPacket() 530 uint32_t index = in ProcessQueryPacket() local 534 if (gdb_server_->GetWasmGlobal(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket() 545 // IN : $qWasmLocal:frame_index;index in ProcessQueryPacket() 551 uint32_t index = in ProcessQueryPacket() local 555 if (gdb_server_->GetWasmLocal(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket() 565 // Get a Wasm local from the operand stack at the index specified. in ProcessQueryPacket() 566 // IN : qWasmStackValue:frame_index;index in ProcessQueryPacket() 572 uint32_t index = in ProcessQueryPacket() local 576 if (gdb_server_->GetWasmStackValue(frame_index, index, buf in ProcessQueryPacket() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | hash-table.h | 188 // Returns the index for an entry (of the key) 193 // Returns the entry for an index (of the key) 194 static constexpr inline InternalIndex IndexToEntry(int index) { in IndexToEntry() argument 195 return InternalIndex((index - kElementsStartIndex) / kEntrySize); in IndexToEntry() 198 // Returns the index for a slot address in the object. 245 inline void set_key(int index, Object value); 246 inline void set_key(int index, Object value, WriteBarrierMode mode); 356 // Returns the index to the value of an entry. 410 inline void set_key(int index, Object value); 411 inline void set_key(int index, Objec [all...] |
H A D | dictionary-inl.h | 85 void BaseNameDictionary<Derived, Shape>::set_next_enumeration_index(int index) { in set_next_enumeration_index() argument 86 DCHECK_LT(0, index); in set_next_enumeration_index() 87 this->set(kNextEnumerationIndexIndex, Smi::FromInt(index)); in set_next_enumeration_index() 160 int index = DerivedHashTable::EntryToIndex(entry); in SetEntry() local 163 this->set(index + Derived::kEntryKeyIndex, key, mode); in SetEntry() 164 this->set(index + Derived::kEntryValueIndex, value, mode); in SetEntry()
|