Home
last modified time | relevance | path

Searched refs:index (Results 15501 - 15525 of 22019) sorted by relevance

1...<<621622623624625626627628629630>>...881

/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H A Dgaudi.c953 dev_err(hdev->dev, "Bad internal queue index %d", i); in gaudi_alloc_internal_qmans_pq_mem()
5275 /* Set invalid wrapper index */ in gaudi_extract_ecc_info()
5377 u8 index, memory_wrapper_idx = 0; in gaudi_handle_ecc_event() local
5387 index = event_type - GAUDI_EVENT_TPC0_SERR; in gaudi_handle_ecc_event()
5388 params.block_address = mmTPC0_CFG_BASE + index * TPC_CFG_OFFSET; in gaudi_handle_ecc_event()
5395 index = event_type - GAUDI_EVENT_TPC0_DERR; in gaudi_handle_ecc_event()
5397 mmTPC0_CFG_BASE + index * TPC_CFG_OFFSET; in gaudi_handle_ecc_event()
5407 index = (event_type - GAUDI_EVENT_MME0_ACC_SERR) / 4; in gaudi_handle_ecc_event()
5408 params.block_address = mmMME0_ACC_BASE + index * MME_ACC_OFFSET; in gaudi_handle_ecc_event()
5418 index in gaudi_handle_ecc_event()
5472 u8 index; gaudi_handle_qman_err() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A Digb_main.c756 * @index: row index of IVAR register to write within IVAR table
765 int index, int offset) in igb_write_ivar()
767 u32 ivar = array_rd32(E1000_IVAR0, index); in igb_write_ivar()
775 array_wr32(E1000_IVAR0, index, ivar); in igb_write_ivar()
811 * lower 3 bits as the row index, and the 4th bit as the in igb_assign_vector()
833 * row index. in igb_assign_vector()
1175 * @v_idx: index of vector in adapter struct
1177 * @txr_idx: index of first Tx ring to allocate
1179 * @rxr_idx: index o
764 igb_write_ivar(struct e1000_hw *hw, int msix_vector, int index, int offset) igb_write_ivar() argument
6358 u16 count, i, index = tx_ring->next_to_use; igb_xmit_xdp_ring() local
9674 igb_rar_set_index(struct igb_adapter *adapter, u32 index) igb_rar_set_index() argument
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc714 inline PropertyCallbackWrapperBase(uint32_t index, v8::Local<v8::Name> property, v8::Local<v8::Value> value, in PropertyCallbackWrapperBase() argument
718 _cbinfo(cbinfo), _property(property), _value(value), _index(index) { in PropertyCallbackWrapperBase()
867 JSVM_Value index = JsValueFromV8LocalValue(v8::Integer::NewFromUnsigned(env->isolate, _index)); in IndexSetterInvokeCallback() local
872 result = indexSetterCb(env, index, value, thisArg, innerData); in IndexSetterInvokeCallback()
900 JSVM_Value index = JsValueFromV8LocalValue(v8::Integer::NewFromUnsigned(env->isolate, _index)); in IndexGetterInvokeCallback() local
904 result = indexGetterCb(env, index, thisArg, innerData); in IndexGetterInvokeCallback()
932 JSVM_Value index = JsValueFromV8LocalValue(v8::Integer::NewFromUnsigned(env->isolate, _index)); in IndexDeleterInvokeCallback() local
936 result = indexDeleterCb(env, index, thisArg, innerData); in IndexDeleterInvokeCallback()
1017 static void IndexSetterInvoke(uint32_t index, v8::Local<v8::Value> value, in IndexSetterInvoke() argument
1019 PropertyCallbackWrapper<v8::Value> propertyCbWrapper(index, valu in IndexSetterInvoke()
1023 IndexGetterInvoke(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) IndexGetterInvoke() argument
1028 IndexDeleterInvoke(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>& info) IndexDeleterInvoke() argument
1042 PropertyCallbackWrapper(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<T>& cbinfo) PropertyCallbackWrapper() argument
1581 OH_JSVM_CreateEnvFromSnapshot(JSVM_VM vm, size_t index, JSVM_Env* result) OH_JSVM_CreateEnvFromSnapshot() argument
2592 OH_JSVM_SetElement(JSVM_Env env, JSVM_Value object, uint32_t index, JSVM_Value value) OH_JSVM_SetElement() argument
2612 OH_JSVM_HasElement(JSVM_Env env, JSVM_Value object, uint32_t index, bool* result) OH_JSVM_HasElement() argument
2632 OH_JSVM_GetElement(JSVM_Env env, JSVM_Value object, uint32_t index, JSVM_Value* result) OH_JSVM_GetElement() argument
2652 OH_JSVM_DeleteElement(JSVM_Env env, JSVM_Value object, uint32_t index, bool* result) OH_JSVM_DeleteElement() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c1281 enum pipe_shader_type shader, uint index, in zink_set_constant_buffer()
1288 struct zink_resource *res = zink_resource(ctx->ubos[shader][index].buffer); in zink_set_constant_buffer()
1301 unbind_ubo(ctx, res, shader, index); in zink_set_constant_buffer()
1303 new_res->ubo_bind_mask[shader] |= BITFIELD_BIT(index); in zink_set_constant_buffer()
1313 update |= ((index || zink_descriptor_mode == ZINK_DESCRIPTOR_MODE_LAZY) && ctx->ubos[shader][index].buffer_offset != offset) || in zink_set_constant_buffer()
1315 ctx->ubos[shader][index].buffer_size != cb->buffer_size; in zink_set_constant_buffer()
1318 pipe_resource_reference(&ctx->ubos[shader][index].buffer, NULL); in zink_set_constant_buffer()
1319 ctx->ubos[shader][index].buffer = buffer; in zink_set_constant_buffer()
1321 pipe_resource_reference(&ctx->ubos[shader][index] in zink_set_constant_buffer()
1280 zink_set_constant_buffer(struct pipe_context *pctx, enum pipe_shader_type shader, uint index, bool take_ownership, const struct pipe_constant_buffer *cb) zink_set_constant_buffer() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c521 // Decrement the count (because we now have one less) and decrement the loop index since we need to in loader_remove_layer_in_list()
522 // re-check this index. in loader_remove_layer_in_list()
1241 uint32_t index = 0; in loader_get_icd_and_device() local
1249 *icd_index = index; in loader_get_icd_and_device()
1255 index++; in loader_get_icd_and_device()
1404 VkResult loader_add_direct_driver(const struct loader_instance *inst, uint32_t index, in loader_add_direct_driver() argument
1411 "loader_add_direct_driver: VkDirectDriverLoadingInfoLUNARG structure at index %d contains a NULL pointer for the " in loader_add_direct_driver()
1413 index); in loader_add_direct_driver()
1436 "index %d, skipping.", in loader_add_direct_driver()
1437 index); in loader_add_direct_driver()
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dcalendar_manager_napi.cpp194 int index = 0; in GetAllCalendars()
199 ctxt->status = napi_set_element(env, result, index++, value); in GetAllCalendars()
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dnapi_util.h199 int index = 0; in SetValueArray() local
203 status = napi_set_element(env, out, index++, element); in SetValueArray()
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp48 std::string GenerateLogFileName(std::string& testCaseName, int index) in GenerateLogFileName() argument
50 return GetLogDir(testCaseName) + "testFile" + std::to_string(index); in GenerateLogFileName()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp152 size_t index = std::strchr(WILDCARDS, c) - WILDCARDS; in WildcardToRegex() local
153 result += REPLACEMENT_S[index]; in WildcardToRegex()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp318 int index = helper->Insert(uri, bucket); in PushEnableImeValue() local
319 IMSA_HILOGI("no data exists, insert ret index: %{public}d", index); in PushEnableImeValue()
/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query.cpp87 return FieldValue::ValueType(val_.index()); in Index()
303 return FieldNumber::ValueType(val_.index()); in Index()
/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h116 if (val_.index() == DOUBLE) { in GetNumber()
119 if (val_.index() == UINT) { in GetNumber()
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_core_test.cpp131 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F() local
132 EXPECT_TRUE(index != string::npos); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp351 int32_t index = BundleManagerHelper::GetInstance()->GetAppIndexByUid(iter->second.GetBundleUid()); in GetAllCLoneBundlesInfo() local
353 cloneBundleInfo.SetAppIndex(index); in GetAllCLoneBundlesInfo()
/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp411 bool HapSigningBlockUtils::GetOptionalBlockIndex(std::vector<OptionalBlock>& optionBlocks, int32_t type, int& index) in GetOptionalBlockIndex() argument
416 index = i; in GetOptionalBlockIndex()
/base/security/device_auth/common_lib/impl/src/
H A Djson_utils.c187 CJson *GetItemFromArray(const CJson *jsonArr, int index) in GetItemFromArray() argument
192 return cJSON_GetArrayItem(jsonArr, index); in GetItemFromArray()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c251 uint32_t index; in DelAllPeerDevAndKeyInfo() local
253 FOR_EACH_HC_VECTOR(deviceEntryVec, index, entryPtr) { in DelAllPeerDevAndKeyInfo()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session.c386 uint32_t index; in DestroyCompatibleAuthSubSession() local
388 FOR_EACH_HC_VECTOR(realSession->paramsList, index, paramsData) { in DestroyCompatibleAuthSubSession()
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c534 uint32_t index; in GetDeviceEntryById() local
536 FOR_EACH_HC_VECTOR(deviceEntryVec, index, deviceEntry) { in GetDeviceEntryById()
/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp285 int32_t index = static_cast<int32_t>(size); in FuzzGetPermissionByIndex() local
286 if (GetPermissionByIndex(nullptr, index) == nullptr) { in FuzzGetPermissionByIndex()
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_parameter_record.cpp438 uint8_t index = pdu.GetIndex(); in CdmaSmsBearerData() local
440 pdu.SetIndex(index); in CdmaSmsBearerData()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h131 virtual int32_t UpdateSmsIcc(int32_t slotId, int index, int status, std::string &pduData, std::string &smsc) = 0;
132 virtual int32_t DelSmsIcc(int32_t slotId, int index) = 0;
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp267 callInfo.index = DEFAULT_INDEX; in SendUpdateCallMediaModeRequest()
291 callInfo.index = DEFAULT_INDEX; in SendUpdateCallMediaModeResponse()
/base/web/webview/interfaces/native/
H A Darkweb_scheme_handler.cpp162 const ArkWeb_RequestHeaderList* requestHeaderList, int32_t index, char** key, char** value) in OH_ArkWebRequestHeaderList_GetHeader()
169 return g_SchemeHandlerApi->impl_OH_ArkWebRequestHeaderList_GetHeader(requestHeaderList, index, key, value); in OH_ArkWebRequestHeaderList_GetHeader()
161 OH_ArkWebRequestHeaderList_GetHeader( const ArkWeb_RequestHeaderList* requestHeaderList, int32_t index, char** key, char** value) OH_ArkWebRequestHeaderList_GetHeader() argument
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp398 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in UserAuthClientFuzzTest() local
399 auto fuzzFunc = g_fuzzFuncs[index]; in UserAuthClientFuzzTest()

Completed in 51 milliseconds

1...<<621622623624625626627628629630>>...881