/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/msppp/ |
H A D | priv.h | 7 int index, struct nvkm_engine **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/msvld/ |
H A D | priv.h | 7 int index, struct nvkm_engine **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_plane.h | 16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_jpeg.h | 12 unsigned char *hantro_jpeg_get_qtable(int index);
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | davinci-cpufreq.h | 15 int (*set_voltage)(unsigned int index);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emu10k1_synth.h | 19 int index; /* sequencer client index */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_plane.h | 16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
|
/kernel/linux/linux-6.6/security/selinux/include/ |
H A D | conditional.h | 21 int security_get_bool_value(u32 index);
|
/third_party/elfutils/libelf/ |
H A D | elf_ndxscn.c | 1 /* Get index of section. 46 return scn->index; in elf_ndxscn()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnormtst.h | 37 /* 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 D | tfsmalls.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | tzoffloc.h | 21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par) override;
|
/third_party/jerryscript/tests/jerry/es5.1/ |
H A D | regression-test-issue-312.js | 19 assert (res.index === 0);
|
/third_party/musl/src/string/ |
H A D | index.c | 5 char *index(const char *s, int c) in index() function
|
/third_party/python/Lib/distutils/ |
H A D | __init__.py | 14 __version__ = sys.version[:sys.version.index(' ')]
|
/third_party/typescript/tests/baselines/reference/ |
H A D | unionTypeWithIndexAndTuple.js | 3 [index: number]: any;
|
H A D | unionTypeWithIndexedLiteralType.js | 3 interface Idx { [index: string]: U; }
|
/base/powermgr/battery_statistics/test/systemtest/src/ |
H A D | batterystats_sys_test.cpp | 143 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 D | device_manager_middle.cpp | 428 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 D | audio_interface_lib_capture.c | 516 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 D | cc_buffer_mgr.c | 240 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 D | mips.c | 616 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 D | swim3.c | 203 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 D | mips.c | 601 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 D | iommu.c | 660 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...] |