Home
last modified time | relevance | path

Searched refs:index (Results 9651 - 9675 of 22019) sorted by relevance

1...<<381382383384385386387388389390>>...881

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/msppp/
H A Dpriv.h7 int index, struct nvkm_engine **);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dpriv.h7 int index, struct nvkm_engine **);
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
H A Dshmob_drm_plane.h16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_jpeg.h12 unsigned char *hantro_jpeg_get_qtable(int index);
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Ddavinci-cpufreq.h15 int (*set_voltage)(unsigned int index);
/kernel/linux/linux-6.6/include/sound/
H A Demu10k1_synth.h19 int index; /* sequencer client index */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_plane.h16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
/kernel/linux/linux-6.6/security/selinux/include/
H A Dconditional.h21 int security_get_bool_value(u32 index);
/third_party/elfutils/libelf/
H A Delf_ndxscn.c1 /* Get index of section.
46 return scn->index; in elf_ndxscn()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnormtst.h37 /* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
39 static void assertEqual(const UChar* result, const char* expected, int32_t index);
/third_party/icu/icu4c/source/test/intltest/
H A Dtfsmalls.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
H A Dtzoffloc.h21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par) override;
/third_party/jerryscript/tests/jerry/es5.1/
H A Dregression-test-issue-312.js19 assert (res.index === 0);
/third_party/musl/src/string/
H A Dindex.c5 char *index(const char *s, int c) in index() function
/third_party/python/Lib/distutils/
H A D__init__.py14 __version__ = sys.version[:sys.version.index(' ')]
/third_party/typescript/tests/baselines/reference/
H A DunionTypeWithIndexAndTuple.js3 [index: number]: any;
H A DunionTypeWithIndexedLiteralType.js3 interface Idx { [index: string]: U; }
/base/powermgr/battery_statistics/test/systemtest/src/
H A Dbatterystats_sys_test.cpp143 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F() local
152 EXPECT_TRUE(index != string::npos); in HWTEST_F()
197 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F() local
206 EXPECT_TRUE(index != string::npos); in HWTEST_F()
236 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F() local
237 EXPECT_TRUE(index != string::npos); in HWTEST_F()
267 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F() local
268 EXPECT_TRUE(index != string::npos); in HWTEST_F()
308 auto index = actualDebugInfo.find(expectedDebugInfo); in HWTEST_F() local
309 EXPECT_TRUE(index ! in HWTEST_F()
[all...]
/drivers/external_device_manager/frameworks/js/napi/device_manager/
H A Ddevice_manager_middle.cpp428 for (size_t index = 0; index < devices.size(); index++) { in QueryDevices()
429 napi_value element = ConvertDeviceToJsDevice(env, devices[index]); in QueryDevices()
430 NAPI_CALL(env, napi_set_element(env, resultArray, index, element)); in QueryDevices()
624 for (size_t index = 0; index < driverInfos.size(); index++) { in QueryDriverInfo()
625 napi_value element = ConvertToJsDriverInfo(env, driverInfos[index]); in QueryDriverInfo()
626 NAPI_CALL(env, napi_set_element(env, resultArray, index, elemen in QueryDriverInfo()
[all...]
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_capture.c516 int32_t index; in AudioCtlCaptureSceneSelect() local
543 for (index = 0; index < deviceNum; index++) { in AudioCtlCaptureSceneSelect()
545 if (AudioCtlCaptureSceneSelectSBuf(sBuf, handleData, index) < 0) { in AudioCtlCaptureSceneSelect()
860 for (uint32_t index = 0; index < len; index += 2) { // 16bit, step = 2 in CaptureChannelFixed()
861 pcmRight[index] = pcmLeft[index]; in CaptureChannelFixed()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c240 unsigned int index = sgl_data->num_of_buffers; in cc_add_sg_entry() local
242 dev_dbg(dev, "index=%u nents=%u sgl=%pK data_len=0x%08X is_last=%d\n", in cc_add_sg_entry()
243 index, nents, sgl, data_len, is_last_table); in cc_add_sg_entry()
244 sgl_data->nents[index] = nents; in cc_add_sg_entry()
245 sgl_data->entry[index].sgl = sgl; in cc_add_sg_entry()
246 sgl_data->offset[index] = data_offset; in cc_add_sg_entry()
247 sgl_data->total_data_len[index] = data_len; in cc_add_sg_entry()
248 sgl_data->is_last[index] = is_last_table; in cc_add_sg_entry()
249 sgl_data->mlli_nents[index] = mlli_nents; in cc_add_sg_entry()
250 if (sgl_data->mlli_nents[index]) in cc_add_sg_entry()
[all...]
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dmips.c616 u64 index; in kvm_mips_copy_reg_indices() local
631 index = KVM_REG_MIPS_FPR_32(i); in kvm_mips_copy_reg_indices()
632 if (copy_to_user(indices, &index, sizeof(index))) in kvm_mips_copy_reg_indices()
640 index = KVM_REG_MIPS_FPR_64(i); in kvm_mips_copy_reg_indices()
641 if (copy_to_user(indices, &index, sizeof(index))) in kvm_mips_copy_reg_indices()
654 index = KVM_REG_MIPS_VEC_128(i); in kvm_mips_copy_reg_indices()
655 if (copy_to_user(indices, &index, sizeof(index))) in kvm_mips_copy_reg_indices()
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dswim3.c203 int index; member
208 #define swim3_err(fmt, arg...) dev_err(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
209 #define swim3_warn(fmt, arg...) dev_warn(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
210 #define swim3_info(fmt, arg...) dev_info(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
213 #define swim3_dbg(fmt, arg...) dev_dbg(&fs->mdev->ofdev.dev, "[fd%d] " fmt, fs->index, arg)
825 struct request_queue *q = disks[fs->index]->queue; in release_drive()
1084 static int swim3_add_device(struct macio_dev *mdev, int index) in swim3_add_device() argument
1087 struct floppy_state *fs = &floppy_states[index]; in swim3_add_device()
1091 fs->index = index; in swim3_add_device()
[all...]
/kernel/linux/linux-6.6/arch/mips/kvm/
H A Dmips.c601 u64 index; in kvm_mips_copy_reg_indices() local
616 index = KVM_REG_MIPS_FPR_32(i); in kvm_mips_copy_reg_indices()
617 if (copy_to_user(indices, &index, sizeof(index))) in kvm_mips_copy_reg_indices()
625 index = KVM_REG_MIPS_FPR_64(i); in kvm_mips_copy_reg_indices()
626 if (copy_to_user(indices, &index, sizeof(index))) in kvm_mips_copy_reg_indices()
639 index = KVM_REG_MIPS_VEC_128(i); in kvm_mips_copy_reg_indices()
640 if (copy_to_user(indices, &index, sizeof(index))) in kvm_mips_copy_reg_indices()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Diommu.c660 unsigned long index, tceval, tcecount = 0; in iommu_table_clear() local
663 for (index = 0; index < tbl->it_size; index++) { in iommu_table_clear()
664 tceval = tbl->it_ops->get(tbl, index + tbl->it_offset); in iommu_table_clear()
669 __set_bit(index, tbl->it_map); in iommu_table_clear()
678 for (index = tbl->it_size - KDUMP_MIN_TCE_ENTRIES; in iommu_table_clear()
679 index < tbl->it_size; index++) in iommu_table_clear()
680 __clear_bit(index, tb in iommu_table_clear()
[all...]

Completed in 29 milliseconds

1...<<381382383384385386387388389390>>...881