/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 234 j = 0 define 399 j = 0 define 493 j = 1 define 505 j = (j+1) define 536 j = (9-\num_initial_blocks) define 543 j = (j+1) define 970 j = 1 define 982 j = (j+1) define 1705 j = 0 define 1800 j = 1 define [all …]
|
D | sha1_avx2_x86_64_asm.S | 505 .set j, 0 define 508 .set j, j+2 define 524 .set j, j+2 define 538 .set j, j+2 define 559 .set j, 0 define 562 .set j, j+2 define 574 .set j, j+2 define 587 .set j, j+2 define 605 .set j, j+2 define
|
/Linux-v4.19/crypto/ |
D | twofish_common.c | 542 #define CALC_K_2(a, b, c, d, j) \ argument 548 #define CALC_K(a, j, k, l, m, n) \ argument 555 #define CALC_K192_2(a, b, c, d, j) \ argument 561 #define CALC_K192(a, j, k, l, m, n) \ argument 568 #define CALC_K256_2(a, b, j) \ argument 574 #define CALC_K256(a, j, k, l, m, n) \ argument 585 int i, j, k; in __twofish_setkey() local
|
/Linux-v4.19/drivers/sh/intc/ |
D | handle.c | 22 unsigned int i, j; in intc_grp_id() local 93 unsigned int j = 0; in intc_get_mask_handle() local 162 unsigned int j = 0; in intc_get_prio_handle() local 179 unsigned int i, j, fn, mode; in intc_ack_data() local 235 unsigned int i, j, data; in intc_enable_disable_enum() local 262 unsigned int i, j, fn, bit; in intc_get_sense_handle() local
|
/Linux-v4.19/lib/ |
D | test_string.c | 8 unsigned i, j, k; in memset16_selftest() local 44 unsigned i, j, k; in memset32_selftest() local 80 unsigned i, j, k; in memset64_selftest() local
|
D | gen_crc32table.c | 40 unsigned i, j; in crc32init_le_generic() local 74 unsigned i, j; in crc32init_be() local 95 int i, j; in output_table() local
|
D | crc8.c | 31 int i, j; in crc8_populate_msb() local 53 int i, j; in crc8_populate_lsb() local
|
/Linux-v4.19/drivers/md/bcache/ |
D | bset.c | 375 static unsigned int inorder_next(unsigned int j, unsigned int size) in inorder_next() 392 static unsigned int inorder_prev(unsigned int j, unsigned int size) in inorder_prev() 419 static unsigned int __to_inorder(unsigned int j, in __to_inorder() 441 static unsigned int to_inorder(unsigned int j, struct bset_tree *t) in to_inorder() 446 static unsigned int __inorder_to_tree(unsigned int j, in __inorder_to_tree() 467 static unsigned int inorder_to_tree(unsigned int j, struct bset_tree *t) in inorder_to_tree() 548 static struct bkey *tree_to_bkey(struct bset_tree *t, unsigned int j) in tree_to_bkey() 553 static struct bkey *tree_to_prev_bkey(struct bset_tree *t, unsigned int j) in tree_to_prev_bkey() 596 static void make_bfloat(struct bset_tree *t, unsigned int j) in make_bfloat() 644 unsigned int j = roundup(t[-1].size, in bset_alloc_tree() local [all …]
|
D | journal.c | 42 struct jset *j, *data = ca->set->journal.w[0].data; in journal_read_bucket() local 279 struct journal *j = &c->journal; in bch_journal_mark() local 309 unsigned int j; in bch_journal_mark() local 429 #define last_seq(j) ((j)->seq - fifo_used(&(j)->pin) + 1) argument 553 void bch_journal_next(struct journal *j) in bch_journal_next() 589 struct journal *j = container_of(cl, struct journal, io); in journal_write_done() local 839 struct journal *j = &c->journal; in bch_journal_alloc() local
|
/Linux-v4.19/lib/raid6/test/ |
D | test.c | 34 int i, j; in makedata() local 56 static int test_disks(int i, int j) in test_disks() 95 int i, j, p1, p2; in main() local
|
/Linux-v4.19/tools/testing/selftests/powerpc/math/ |
D | vmx_signal.c | 56 int j; in signal_vmx_sig() local 78 int i, j; in signal_vmx_c() local 99 int i, j, rc, threads; in test_signal_vmx() local
|
/Linux-v4.19/drivers/scsi/isci/ |
D | probe_roms.c | 46 int j; in isci_request_oprom() local 118 int i, j; in isci_request_firmware() local 173 int j; in isci_get_efi_var() local
|
/Linux-v4.19/scripts/ |
D | pnmtologo.c | 128 unsigned int i, j; in read_image() local 285 unsigned int i, j; in write_logo_mono() local 313 unsigned int i, j, k; in write_logo_vga16() local 353 unsigned int i, j, k; in write_logo_clut224() local 399 unsigned int i, j; in write_logo_gray256() local
|
/Linux-v4.19/drivers/tty/vt/ |
D | consolemap.c | 201 int j, glyph; in set_inverse_transl() local 226 int i, j, k, glyph; in set_inverse_trans_unicode() local 399 int i, j; in con_release_unimap() local 436 int i, j, k; in con_unify_unimap() local 561 int j, k; in con_set_unimap() local 661 int i, j, err = 0, err1; in con_set_default_unimap() local 740 int i, j, k, ret = 0; in con_get_unimap() local
|
/Linux-v4.19/drivers/cpufreq/ |
D | cpufreq_governor.c | 103 unsigned int j; in gov_update_cpu_data() local 123 unsigned int sampling_rate, io_busy, j; in dbs_update() local 356 int j; in alloc_policy_dbs_info() local 381 int j; in free_policy_dbs_info() local 511 unsigned int sampling_rate, ignore_nice, j; in cpufreq_dbs_governor_start() local
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | tbxface.c | 137 u32 i, j; in ACPI_EXPORT_SYMBOL_INIT() local 220 u32 j; in ACPI_EXPORT_SYMBOL_INIT() local 301 u32 j; in ACPI_EXPORT_SYMBOL() local
|
/Linux-v4.19/drivers/media/platform/vicodec/ |
D | vicodec-codec.c | 170 int i, j; in quantize_intra() local 187 int i, j; in dequantize_intra() local 197 int i, j; in quantize_inter() local 214 int i, j; in dequantize_inter() local 523 int i, j; in fill_encoder_block() local 588 int i, j; in fill_decoder_block() local 629 unsigned int i, j; in encode_plane() local 740 unsigned int i, j; in decode_plane() local
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv30.c | 66 calc_bias(struct nvkm_fb *fb, int k, int i, int j) in calc_bias() 80 int j, x = 0; in calc_ref() local 95 int i, j; in nv30_fb_init() local
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calc_auto.c | 124 int j; in mode_support_and_system_configuration() local 994 int j; in display_pipe_configuration() local
|
/Linux-v4.19/drivers/net/can/softing/ |
D | softing_main.c | 127 int j; in softing_netdev_start_xmit() local 176 int j; in softing_handle_1() local 334 int j, offset, work_done; in softing_irq_thread() local 482 int ret, j; in softing_card_boot() local 739 int j; in softing_pdev_remove() local 765 int j; in softing_pdev_probe() local
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon_rotate.h | 42 int i, j; in rotate_ud() local 60 int i, j, h = height, w = width; in rotate_cw() local 78 int i, j, h = height, w = width; in rotate_ccw() local
|
/Linux-v4.19/fs/nfs/filelayout/ |
D | filelayoutdev.c | 154 int j; in nfs4_fl_alloc_deviceid_node() local 236 nfs4_fl_calc_ds_index(struct pnfs_layout_segment *lseg, u32 j) in nfs4_fl_calc_ds_index() 242 nfs4_fl_select_ds_fh(struct pnfs_layout_segment *lseg, u32 j) in nfs4_fl_select_ds_fh()
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_init.c | 456 int j; in pm8001_pci_alloc() local 615 u8 i, j; in pm8001_init_sas_add() local 891 u32 i = 0, j = 0; in pm8001_setup_msix() local 1092 int i, j; in pm8001_pci_remove() local 1138 int i, j; in pm8001_pci_suspend() local 1189 u8 i = 0, j; in pm8001_pci_resume() local
|
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/ |
D | dma-if.c | 111 int i, j, free; in ishtp_cl_get_dma_send_buf() local 155 int i, j; in ishtp_cl_release_dma_acked_mem() local
|
/Linux-v4.19/fs/afs/ |
D | server_list.c | 39 int ret = -ENOMEM, nr_servers = 0, i, j; in afs_alloc_server_list() local 109 int i, j; in afs_annotate_server_list() local
|