| /linux-4.4.14/drivers/scsi/ | 
| D | u14-34f.c | 745    struct mscp *cpp;  in board_inquiry()  local 752    cpp = &HD(j)->cp[0];  in board_inquiry() 753    cpp->cp_dma_addr = pci_map_single(HD(j)->pdev, cpp, sizeof(struct mscp),  in board_inquiry() 755    memset(cpp, 0, sizeof(struct mscp) - CP_TAIL_SIZE);  in board_inquiry() 756    cpp->opcode = OP_HOST_ADAPTER;  in board_inquiry() 757    cpp->xdir = DTD_IN;  in board_inquiry() 758    cpp->data_address = H2DEV(id_dma_addr);  in board_inquiry() 759    cpp->data_len = H2DEV(sizeof(HD(j)->board_id));  in board_inquiry() 760    cpp->cdb_len = 6;  in board_inquiry() 761    cpp->cdb[0] = HA_CMD_INQUIRY;  in board_inquiry() [all …] 
 | 
| D | eata.c | 1603 	struct mscp *cpp;  in map_dma()  local 1606 	cpp = &ha->cp[i];  in map_dma() 1607 	SCpnt = cpp->SCpnt;  in map_dma() 1611 		cpp->sense_addr =  in map_dma() 1615 	cpp->sense_len = SCSI_SENSE_BUFFERSIZE;  in map_dma() 1618 		cpp->data_len = 0;  in map_dma() 1627 		cpp->sglist[k].address = H2DEV(sg_dma_address(sg));  in map_dma() 1628 		cpp->sglist[k].num_bytes = H2DEV(sg_dma_len(sg));  in map_dma() 1631 	cpp->sg = 1;  in map_dma() 1632 	cpp->data_address = H2DEV(pci_map_single(ha->pdev, cpp->sglist,  in map_dma() [all …] 
 | 
| /linux-4.4.14/drivers/net/slip/ | 
| D | slhc.c | 83 static long decode(unsigned char **cpp); 85 static unsigned short pull16(unsigned char **cpp); 195 pull16(unsigned char **cpp)  in pull16()  argument 199 	rval = *(*cpp)++;  in pull16() 201 	rval |= *(*cpp)++;  in pull16() 207 decode(unsigned char **cpp)  in decode()  argument 211 	x = *(*cpp)++;  in decode() 213 		return pull16(cpp) & 0xffff;	/* pull16 returns -1 on error */  in decode() 228 	unsigned char *ocp, unsigned char **cpp, int compress_cid)  in slhc_compress()  argument 447 		*cpp = ocp;  in slhc_compress() [all …] 
 | 
| /linux-4.4.14/arch/powerpc/platforms/powermac/ | 
| D | bootx_init.c | 224 	u32 *cpp, *ppp = &np->properties;  in bootx_scan_dt_build_strings()  local 269 	cpp = &np->child;  in bootx_scan_dt_build_strings() 270 	while(*cpp) {  in bootx_scan_dt_build_strings() 271 		np = (struct bootx_dt_node *)(base + *cpp);  in bootx_scan_dt_build_strings() 272 		bootx_scan_dt_build_strings(base, *cpp, mem_end);  in bootx_scan_dt_build_strings() 273 		cpp = &np->sibling;  in bootx_scan_dt_build_strings() 282 	u32 *cpp, *ppp = &np->properties;  in bootx_scan_dt_build_struct()  local 341 	cpp = &np->child;  in bootx_scan_dt_build_struct() 342 	while(*cpp) {  in bootx_scan_dt_build_struct() 343 		np = (struct bootx_dt_node *)(base + *cpp);  in bootx_scan_dt_build_struct() [all …] 
 | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | r200.c | 318 			track->cb[0].cpp = 1;  in r200_packet0_check() 323 			track->cb[0].cpp = 2;  in r200_packet0_check() 326 			track->cb[0].cpp = 4;  in r200_packet0_check() 345 			track->zb.cpp = 2;  in r200_packet0_check() 353 			track->zb.cpp = 4;  in r200_packet0_check() 488 			track->textures[i].cpp = 1;  in r200_packet0_check() 500 			track->textures[i].cpp = 2;  in r200_packet0_check() 508 			track->textures[i].cpp = 4;  in r200_packet0_check() 512 			track->textures[i].cpp = 1;  in r200_packet0_check() 517 			track->textures[i].cpp = 1;  in r200_packet0_check()
  | 
| D | r100_track.h | 15 	unsigned		cpp;  member 42 	unsigned		cpp;  member
  | 
| D | r300.c | 806 			track->cb[i].cpp = 1;  in r300_packet0_check() 812 			track->cb[i].cpp = 2;  in r300_packet0_check() 822 			track->cb[i].cpp = 4;  in r300_packet0_check() 825 			track->cb[i].cpp = 8;  in r300_packet0_check() 828 			track->cb[i].cpp = 16;  in r300_packet0_check() 851 			track->zb.cpp = 2;  in r300_packet0_check() 854 			track->zb.cpp = 4;  in r300_packet0_check() 922 			track->textures[i].cpp = 1;  in r300_packet0_check() 935 			track->textures[i].cpp = 2;  in r300_packet0_check() 947 			track->textures[i].cpp = 4;  in r300_packet0_check() [all …] 
 | 
| D | r600_blit.c | 789 	       int w, int h, int src_pitch, int dst_pitch, int cpp)  in r600_blit_swap()  argument 828 	switch(cpp) {  in r600_blit_swap() 845 			 src_pitch / cpp,  in r600_blit_swap() 846 			 sy2, src_pitch / cpp,  in r600_blit_swap() 854 			  dst_pitch / cpp, dy2,  in r600_blit_swap()
  | 
| D | r100.c | 1731 			track->cb[0].cpp = 1;  in r100_packet0_check() 1736 			track->cb[0].cpp = 2;  in r100_packet0_check() 1739 			track->cb[0].cpp = 4;  in r100_packet0_check() 1753 			track->zb.cpp = 2;  in r100_packet0_check() 1761 			track->zb.cpp = 4;  in r100_packet0_check() 1838 			track->textures[i].cpp = 1;  in r100_packet0_check() 1850 			track->textures[i].cpp = 2;  in r100_packet0_check() 1857 			track->textures[i].cpp = 4;  in r100_packet0_check() 1861 			track->textures[i].cpp = 1;  in r100_packet0_check() 1866 			track->textures[i].cpp = 1;  in r100_packet0_check() [all …] 
 | 
| D | r600_cp.c | 2425 	int i, cpp, src_pitch, dst_pitch;  in r600_cp_dispatch_swap()  local 2431 		cpp = 4;  in r600_cp_dispatch_swap() 2433 		cpp = 2;  in r600_cp_dispatch_swap() 2462 			       src_pitch, dst_pitch, cpp);  in r600_cp_dispatch_swap()
  | 
| D | radeon_drv.h | 470 			   int w, int h, int src_pitch, int dst_pitch, int cpp);
  | 
| /linux-4.4.14/scripts/ | 
| D | unifdef.c | 825 eval_unary(const struct ops *ops, int *valp, const char **cpp)  in eval_unary()  argument 833 	cp = skipcomment(*cpp);  in eval_unary() 904 	*cpp = cp;  in eval_unary() 913 eval_table(const struct ops *ops, int *valp, const char **cpp)  in eval_table()  argument 921 	cp = *cpp;  in eval_table() 940 	*cpp = cp;  in eval_table() 952 ifeval(const char **cpp)  in ifeval()  argument 957 	debug("eval %s", *cpp);  in ifeval() 959 	ret = eval_table(eval_ops, &val, cpp);  in ifeval()
  | 
| D | link-vmlinux.sh | 98 		${CC} ${aflags} -c -o ${2} -x assembler-with-cpp -
  | 
| D | Makefile.lib | 286 	$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ | 
| D | mdp5_smp.c | 243 		int n, fetch_stride, cpp;  in mdp5_smp_request()  local 245 		cpp = drm_format_plane_cpp(fmt, i);  in mdp5_smp_request() 246 		fetch_stride = width * cpp / (i ? hsub : 1);  in mdp5_smp_request()
  | 
| D | mdp5_plane.c | 777 			MDP5_PIPE_SRC_FORMAT_CPP(format->cpp - 1) |  in mdp5_plane_mode_set()
  | 
| /linux-4.4.14/drivers/usb/serial/ | 
| D | Makefile-keyspan_pda_fw | 9 	gcc -x assembler-with-cpp -P -E -o $@ $<
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/ | 
| D | nouveau_crtc.h | 49 		int cpp;  member
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ | 
| D | com.fuc | 426    // extract cpp, src_ncomp and dst_ncomp from FORMAT 521 //    nTx = round_up(w * cpp, 1 << Tp) >> Tp 523 //    Txo = (x * cpp) & ((1 << Tp) - 1) 524 //     Tx = (x * cpp) >> Tp 560    // Op = (x * cpp) & ((1 << Tp) - 1) 561    // Tx = (x * cpp) >> Tp 594    // nTx = ((w * cpp) + ((1 << Tp) - 1) >> Tp) 787    // fill in cpp/xcnt for both surfaces as if (cpp == 1)
  | 
| /linux-4.4.14/include/net/ | 
| D | slhc_vj.h | 178 		  unsigned char *ocp, unsigned char **cpp, int compress_cid);
  | 
| D | ip_vs.h | 440 			     int *verdict, struct ip_vs_conn **cpp, 784 			     int *verdict, struct ip_vs_conn **cpp);
  | 
| /linux-4.4.14/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_fb.c | 177 	u32 cpp, max_x, max_y;  in vmw_fb_dirty_flush()  local 200 	cpp = (cur_fb->bits_per_pixel + 7) / 8;  in vmw_fb_dirty_flush() 224 			(dst_y1 * par->set_fb->pitches[0] + dst_x1 * cpp);  in vmw_fb_dirty_flush() 227 			 (dst_x1 + par->fb_x) * cpp);  in vmw_fb_dirty_flush() 230 			memcpy(dst_ptr, src_ptr, w*cpp);  in vmw_fb_dirty_flush()
  | 
| /linux-4.4.14/kernel/debug/kdb/ | 
| D | kdb_main.c | 915 	char *cpp, quoted;  in kdb_parse()  local 934 		cpp = cbuf;  in kdb_parse() 947 			if (cpp >= cbuf + CMD_BUFLEN) {  in kdb_parse() 958 			argv[argc++] = cpp;  in kdb_parse() 965 				if (cpp >= cbuf + CMD_BUFLEN)  in kdb_parse() 969 					*cpp++ = *cp++;  in kdb_parse() 981 				*cpp = *cp++;  in kdb_parse() 982 				if (*cpp == '=' && !quoted)  in kdb_parse() 984 				++cpp;  in kdb_parse() 986 			*cpp++ = '\0';	/* Squash a ws or '=' character */  in kdb_parse()
  | 
| /linux-4.4.14/net/netfilter/ipvs/ | 
| D | ip_vs_proto_udp.c | 34 		  int *verdict, struct ip_vs_conn **cpp,  in udp_conn_schedule()  argument 81 		*cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph);  in udp_conn_schedule() 82 		if (!*cpp && ignored <= 0) {  in udp_conn_schedule()
  | 
| D | ip_vs_proto_ah_esp.c | 109 		     int *verdict, struct ip_vs_conn **cpp,  in ah_esp_conn_schedule()  argument
  | 
| D | ip_vs_proto_sctp.c | 14 		   int *verdict, struct ip_vs_conn **cpp,  in sctp_conn_schedule()  argument 65 		*cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph);  in sctp_conn_schedule() 66 		if (!*cpp && ignored <= 0) {  in sctp_conn_schedule()
  | 
| D | ip_vs_proto_tcp.c | 37 		  int *verdict, struct ip_vs_conn **cpp,  in tcp_conn_schedule()  argument 92 		*cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph);  in tcp_conn_schedule() 93 		if (!*cpp && ignored <= 0) {  in tcp_conn_schedule()
  | 
| D | ip_vs_core.c | 1346 		      int *verdict, struct ip_vs_conn **cpp,  in ip_vs_try_to_schedule()  argument 1357 		if (!pp->conn_schedule(ipvs, af, skb, pd, verdict, cpp, iph))  in ip_vs_try_to_schedule() 1361 	if (unlikely(!*cpp)) {  in ip_vs_try_to_schedule()
  | 
| /linux-4.4.14/drivers/gpu/drm/omapdrm/ | 
| D | omap_dmm_tiler.c | 55 		.cpp    = (bytes_per_pixel), \ 63 	uint32_t cpp;		/* bytes/chars per pixel */  member 374 	min_align = max(min_align, (geom[fmt].slot_w * geom[fmt].cpp));  in tiler_reserve_2d() 376 	align /= geom[fmt].slot_w * geom[fmt].cpp;  in tiler_reserve_2d() 531 	return geom[fmt].cpp * w * h;  in tiler_size() 537 	return round_up(geom[fmt].cpp * w, PAGE_SIZE) * h;  in tiler_vsize()
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/mdp/ | 
| D | mdp_kms.h | 92 	uint8_t cpp, unpack_count;  member
  | 
| D | mdp_format.c | 83 		.cpp = c,                                        \
  | 
| /linux-4.4.14/drivers/gpu/drm/i810/ | 
| D | i810_dma.c | 596 	int cpp = 2;  in i810_dma_dispatch_clear()  local 618 		unsigned int width = (pbox->x2 - x) * cpp;  in i810_dma_dispatch_clear() 620 		unsigned int start = y * pitch + x * cpp;  in i810_dma_dispatch_clear() 669 	int cpp = 2;  in i810_dma_dispatch_swap()  local 683 		unsigned int dst = pbox->x1 * cpp + pbox->y1 * pitch;  in i810_dma_dispatch_swap() 694 		OUT_RING((h << 16) | (w * cpp));  in i810_dma_dispatch_swap()
  | 
| /linux-4.4.14/Documentation/zh_CN/ | 
| D | CodingStyle | 548 cpp手册对宏的讲解很详细。Gcc internals手册也详细讲解了RTL(译注:register 685 cpp,gcc,gcc internals和indent的GNU手册——和K&R及本文相符合的部分,全部可以在
  | 
| /linux-4.4.14/drivers/gpu/drm/i915/ | 
| D | intel_fbc.c | 744 	int size, cpp;  in intel_fbc_setup_cfb()  local 747 	cpp = drm_format_plane_cpp(fb->pixel_format, 0);  in intel_fbc_setup_cfb() 755 	return intel_fbc_alloc_cfb(dev_priv, size, cpp);  in intel_fbc_setup_cfb()
  | 
| D | intel_pm.c | 1511 		int cpp = crtc->primary->state->fb->bits_per_pixel / 8;  in i9xx_update_wm()  local 1513 			cpp = 4;  in i9xx_update_wm() 1517 					       wm_info, fifo_size, cpp,  in i9xx_update_wm() 1533 		int cpp = crtc->primary->state->fb->bits_per_pixel / 8;  in i9xx_update_wm()  local 1535 			cpp = 4;  in i9xx_update_wm() 1539 					       wm_info, fifo_size, cpp,  in i9xx_update_wm()
  | 
| D | intel_display.c | 2456 					     unsigned int cpp,  in intel_gen4_compute_page_offset()  argument 2465 		tiles = *x / (512/cpp);  in intel_gen4_compute_page_offset() 2466 		*x %= 512/cpp;  in intel_gen4_compute_page_offset() 2473 		offset = *y * pitch + *x * cpp;  in intel_gen4_compute_page_offset() 2475 		*x = ((offset & alignment) - *y * pitch) / cpp;  in intel_gen4_compute_page_offset()
  | 
| /linux-4.4.14/fs/nilfs2/ | 
| D | cpfile.c | 229 				struct nilfs_checkpoint **cpp,  in nilfs_cpfile_get_checkpoint()  argument 275 	if (cpp != NULL)  in nilfs_cpfile_get_checkpoint() 276 		*cpp = cp;  in nilfs_cpfile_get_checkpoint()
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | tdfxfb.c | 554 	u32 cpp = (info->var.bits_per_pixel + 7) >> 3;  in tdfxfb_set_par()  local 560 		     ((cpp - 1) << VIDCFG_PIXFMT_SHIFT) |  in tdfxfb_set_par() 561 		     (cpp != 1 ? VIDCFG_CLUT_BYPASS : 0);  in tdfxfb_set_par() 692 	reg.stride    = info->var.xres * cpp;  in tdfxfb_set_par() 694 			+ info->var.xoffset * cpp;  in tdfxfb_set_par()
  | 
| /linux-4.4.14/Documentation/sound/alsa/ | 
| D | emu10k1-jack.txt | 48 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
  | 
| /linux-4.4.14/Documentation/RCU/ | 
| D | stallwarn.txt | 8 controlled by a set of kernel configuration variables and cpp macros: 34 	giving an RCU CPU stall warning message.  (This is a cpp 44 	two jiffies.  (This is a cpp macro, not a kernel configuration
  | 
| /linux-4.4.14/fs/xfs/libxfs/ | 
| D | xfs_btree.c | 2613 	union xfs_btree_ptr	*cpp;		/* child ptr pointer */  in xfs_btree_new_iroot()  local 2669 	cpp = xfs_btree_ptr_addr(cur, 1, cblock);  in xfs_btree_new_iroot() 2677 	xfs_btree_copy_ptrs(cur, cpp, pp, xfs_btree_get_numrecs(cblock));  in xfs_btree_new_iroot() 3207 	union xfs_btree_ptr	*cpp;  in xfs_btree_kill_iroot()  local 3272 	cpp = xfs_btree_ptr_addr(cur, 1, cblock);  in xfs_btree_kill_iroot() 3277 		error = xfs_btree_check_ptr(cur, cpp, i, level - 1);  in xfs_btree_kill_iroot() 3284 	xfs_btree_copy_ptrs(cur, pp, cpp, numrecs);  in xfs_btree_kill_iroot()
  | 
| /linux-4.4.14/drivers/gpu/drm/ | 
| D | drm_crtc.c | 3164 		unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i);  in framebuffer_check()  local 3171 		if ((uint64_t) width * cpp > UINT_MAX)  in framebuffer_check() 3177 		if (r->pitches[i] < width * cpp) {  in framebuffer_check() 5396 	u32 cpp, stride, size;  in drm_mode_create_dumb_ioctl()  local 5405 	cpp = DIV_ROUND_UP(args->bpp, 8);  in drm_mode_create_dumb_ioctl() 5406 	if (!cpp || cpp > 0xffffffffU / args->width)  in drm_mode_create_dumb_ioctl() 5408 	stride = cpp * args->width;  in drm_mode_create_dumb_ioctl()
  | 
| /linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ | 
| D | mdp4_plane.c | 328 			MDP4_PIPE_SRC_FORMAT_CPP(format->cpp - 1) |  in mdp4_plane_mode_set()
  | 
| /linux-4.4.14/include/uapi/drm/ | 
| D | i915_drm.h | 87 	unsigned int cpp;  member
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | pal.h | 1738 			cpp		:8,	/* Cores per processor */  member 1773 #define overview_cpp		overview.overview_bits.cpp
  | 
| /linux-4.4.14/fs/ocfs2/ | 
| D | aops.c | 1021 		unsigned int cpp;  in ocfs2_figure_cluster_boundaries()  local 1023 		cpp = 1 << (PAGE_CACHE_SHIFT - osb->s_clustersize_bits);  in ocfs2_figure_cluster_boundaries() 1025 		cluster_start = cpos % cpp;  in ocfs2_figure_cluster_boundaries()
  | 
| /linux-4.4.14/Documentation/ | 
| D | CodingStyle | 678 The cpp manual deals with macros exhaustively. The gcc internals manual also 938 GNU manuals - where in compliance with K&R and this text - for cpp, gcc,
  | 
| /linux-4.4.14/Documentation/DocBook/ | 
| D | gpu.xml.db | 202 API-drm-format-plane-cpp
  | 
| /linux-4.4.14/scripts/genksyms/ | 
| D | parse.tab.c_shipped | 903   /* This is here to suppress warnings from the GCC cpp's
  | 
| /linux-4.4.14/scripts/kconfig/ | 
| D | zconf.tab.c_shipped | 837   /* This is here to suppress warnings from the GCC cpp's
  | 
| /linux-4.4.14/Documentation/devicetree/ | 
| D | booting-without-of.txt | 1154 It is also suggested that you pipe your source file through cpp (gcc
  |