/linux-4.19.296/lib/mpi/ |
D | generic_mpih-lshift.c | 41 mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned int cnt) in mpihelp_lshift() argument 49 wp += 1; in mpihelp_lshift() 57 wp[i] = (high_limb << sh_1) | (low_limb >> sh_2); in mpihelp_lshift() 60 wp[i] = high_limb << sh_1; in mpihelp_lshift()
|
D | generic_mpih-rshift.c | 42 mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) in mpihelp_rshift() argument 50 wp -= 1; in mpihelp_rshift() 57 wp[i] = (low_limb >> sh_1) | (high_limb << sh_2); in mpihelp_rshift() 60 wp[i] = low_limb >> sh_1; in mpihelp_rshift()
|
D | mpi-internal.h | 167 mpi_limb_t mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, 169 mpi_limb_t mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
|
/linux-4.19.296/lib/raid6/ |
D | neon.uc | 62 register unative_t wd$$, wq$$, wp$$, w1$$, w2$$; 70 wq$$ = wp$$ = vld1q_u8(&dptr[z0][d+$$*NSIZE]); 73 wp$$ = veorq_u8(wp$$, wd$$); 81 vst1q_u8(&p[d+NSIZE*$$], wp$$); 93 register unative_t wd$$, wq$$, wp$$, w1$$, w2$$; 102 wp$$ = veorq_u8(vld1q_u8(&p[d+$$*NSIZE]), wq$$); 107 wp$$ = veorq_u8(wp$$, wd$$); 149 vst1q_u8(&p[d+NSIZE*$$], wp$$);
|
D | int.uc | 88 unative_t wd$$, wq$$, wp$$, w1$$, w2$$; 95 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE]; 98 wp$$ ^= wd$$; 105 *(unative_t *)&p[d+NSIZE*$$] = wp$$; 117 unative_t wd$$, wq$$, wp$$, w1$$, w2$$; 125 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE]; 128 wp$$ ^= wd$$; 142 *(unative_t *)&p[d+NSIZE*$$] ^= wp$$;
|
D | vpermxor.uc | 49 unative_t wp$$, wq$$, wd$$; 56 wp$$ = wq$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE]; 61 wp$$ = vec_xor(wp$$, wd$$); 67 *(unative_t *)&p[d+NSIZE*$$] = wp$$;
|
D | altivec.uc | 77 unative_t wd$$, wq$$, wp$$, w1$$, w2$$; 85 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE]; 88 wp$$ = vec_xor(wp$$, wd$$); 95 *(unative_t *)&p[d+NSIZE*$$] = wp$$;
|
/linux-4.19.296/lib/ |
D | inflate.c | 170 #define wp outcnt macro 171 #define flush_output(w) (wp=(w),flush_window()) 610 w = wp; /* initialize window position */ in inflate_codes() 691 wp = w; /* restore global window pointer */ in inflate_codes() 717 w = wp; /* initialize window position */ in inflate_stored() 750 wp = w; /* restore global window pointer */ in inflate_stored() 1093 wp = 0; in inflate() 1121 flush_output(wp); in inflate()
|
/linux-4.19.296/include/uapi/linux/ |
D | blkzoned.h | 97 __u64 wp; /* Zone write pointer position */ member
|
/linux-4.19.296/include/linux/ |
D | srcutiny.h | 44 void srcu_drive_gp(struct work_struct *wp);
|
D | lightnvm.h | 259 u64 wp; member
|
/linux-4.19.296/block/ |
D | blk-zoned.c | 85 rep->wp = rep->start + rep->len; in blkdev_report_zone() 87 rep->wp -= offset; in blkdev_report_zone()
|
/linux-4.19.296/include/pcmcia/ |
D | cistpl.h | 110 u_char wp; member
|
/linux-4.19.296/drivers/lightnvm/ |
D | pblk-init.c | 737 chunk->wp = 0; in pblk_setup_line_meta_12() 776 chunk->wp = chunk_meta->wp; in pblk_setup_line_meta_20()
|
/linux-4.19.296/drivers/media/dvb-core/ |
D | dvb_frontend.c | 255 int wp; in dvb_frontend_add_event() local 264 wp = (events->eventw + 1) % MAX_EVENT; in dvb_frontend_add_event() 265 if (wp == events->eventr) { in dvb_frontend_add_event() 274 events->eventw = wp; in dvb_frontend_add_event()
|
/linux-4.19.296/include/sound/ |
D | hdaudio.h | 281 unsigned short rp, wp; /* RIRB read/write pointers */ member
|
/linux-4.19.296/ |
D | MAINTAINERS | 7186 M: Stanislaw Gruszka <stf_xl@wp.pl> 9264 M: Jakub Kicinski <kubakici@wp.pl>
|