/src/usr.bin/make/unit-tests/ |
suff-transform-debug.mk | 7 .SUFFIXES: .a .c .cpp 9 .c.cpp .cpp.a:
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dumb_buffers.c | 67 u32 cpp, stride, size; local in function:drm_mode_create_dumb 77 cpp = DIV_ROUND_UP(args->bpp, 8); 78 if (cpp > U32_MAX / args->width) 80 stride = cpp * args->width;
|
/src/tools/llvm-clang/ |
Makefile | 10 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang-cpp 17 ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang-cpp:
|
/src/sys/arch/sun2/sun2/ |
mbio.c | 101 const char *const *cpp; local in function:mbio_attach 130 for (cpp = special; *cpp != NULL; cpp++) { 131 mba.mba_name = *cpp;
|
obmem.c | 96 const char *const *cpp; local in function:obmem_attach 125 for (cpp = special; *cpp != NULL; cpp++) { 126 obma.obma_name = *cpp;
|
mbmem.c | 109 const char *const *cpp; local in function:mbmem_attach 144 for (cpp = special; *cpp != NULL; cpp++) { 145 mbma.mbma_name = *cpp;
|
obio.c | 106 const char *const *cpp; local in function:obio_attach 135 for (cpp = special; *cpp != NULL; cpp++) { 136 oba.oba_name = *cpp;
|
/src/sys/compat/netbsd32/ |
netbsd32_exec.h | 87 uint32_t *cpp = (uint32_t *)*stackp; local in function:netbsd32_copyargs 96 NETBSD32PTR32(dp, (char *)(cpp + 105 if ((error = copyout(&argc, cpp++, sizeof(argc))) != 0) 110 arginfo->ps_argvstr = (char **)(u_long)cpp; 113 if ((error = copyout(&dp, cpp++, sizeof(dp))) != 0) 119 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0) 123 arginfo->ps_envstr = (char **)(u_long)cpp; 126 if ((error = copyout(&dp, cpp++, sizeof(dp))) != 0) 132 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0) 135 *stackp = (char *)cpp; [all...] |
/src/share/mk/ |
bsd.clang-analyze.mk | 13 .SUFFIXES: .c .cc .cpp .cxx .C .clang-analyzer 23 .cc.clang-analyzer .cpp.clang-analyzer .cxx.clang-analyzer .C.clang-analyzer: 31 ${SRCS:M*.cpp} ${SRCS:M*.cxx} \ 33 ${DPSRCS:M*.cpp} ${DPSRCS:M*.cxx}
|
bsd.sys.mk | 276 .SUFFIXES: .o .ln .lo .c .cc .cpp .cxx .C .m ${YHEADER:D.h} 292 .cc.o .cpp.o .cxx.o .C.o: 313 .cc.lo .cpp.lo .cxx.lo .C.lo:
|
bsd.dep.mk | 25 __DPSRCS.all+= ${f:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/} 30 __DPSRCS.all+= ${SRCS:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/} \ 31 ${DPSRCS:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/} 61 .SUFFIXES: .d .s .S .c .C .cc .cpp .cxx .m 87 .C.d .cc.d .cpp.d .cxx.d:
|
/src/sys/compat/linux/common/ |
linux_exec_aout.c | 83 char **cpp = (char **)*stackp; local in function:linux_aout_copyargs 92 if ((error = copyout(&argc, cpp++, sizeof(argc))) != 0) 96 cpp += 2; 97 if ((error = copyout(&cpp, &stk[1], sizeof (cpp))) != 0) 100 dp = (char *) (cpp + argc + envc + 2); 104 arginfo->ps_argvstr = cpp; /* remember location of argv for later */ 107 if ((error = copyout(&dp, cpp++, sizeof(dp))) != 0 || 111 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0) 114 if ((error = copyout(&cpp, &stk[2], sizeof (cpp))) != 0 [all...] |
/src/sys/dev/mca/ |
com_mca.c | 127 const struct com_mca_product *cpp; local in function:com_mca_lookup 129 for (cpp = com_mca_products; cpp->cp_name != NULL; cpp++) 130 if (cpp->cp_prodid == ma_id) 131 return (cpp); 154 const struct com_mca_product *cpp; local in function:com_mca_attach 158 cpp = com_mca_lookup(ma->ma_id); 161 if ((*cpp->cp_getcfg)(ma, &iobase, &irq)) 177 aprint_normal_dev(self, "%s\n", cpp->cp_name) [all...] |
/src/sys/arch/sun68k/sun68k/ |
autoconf.c | 130 const char *const *cpp; local in function:mainbus_attach 146 for (cpp = special; *cpp != NULL; cpp++) { 147 ma.ma_name = *cpp;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_fb.c | 98 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) 103 switch (cpp) { 118 return aligned * cpp; 148 u32 cpp; local in function:amdgpufb_create_pinned_object 155 cpp = info->cpp[0]; 158 mode_cmd->pitches[0] = amdgpu_align_pitch(adev, mode_cmd->width, cpp,
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_atomic_plane.c | 144 unsigned int cpp; local in function:intel_plane_data_rate 149 cpp = fb->format->cpp[0]; 153 * NV12 cpp == 4, P010 cpp == 8 158 cpp *= 4; 160 return cpp * crtc_state->pixel_rate;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_crtc.h | 51 int cpp; member in struct:nouveau_crtc::__anon05ec6aa40108
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_fb.c | 100 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) 106 switch (cpp) { 121 return aligned * cpp; 151 u32 cpp; local in function:radeonfb_create_pinned_object 154 cpp = info->cpp[0]; 157 mode_cmd->pitches[0] = radeon_align_pitch(rdev, mode_cmd->width, cpp, 177 switch (cpp) {
|
r100_track.h | 20 unsigned cpp; member in struct:r100_cs_track_cb 47 unsigned cpp; member in struct:r100_cs_track_texture
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_fourcc.h | 76 * @cpp: 83 u8 cpp[4]; member in union:drm_format_info::__anon4a22771b010a 96 * @cpp has been kept for historical reasons because there are 104 * modifiers both @cpp and @char_per_block must be 0 in the
|
/src/usr.bin/error/ |
input.c | 50 static Errorclass cpp(void); 90 || (( errorclass = cpp() ) != C_UNKNOWN) 216 cpp(void) function in typeref:typename:Errorclass 219 * Now attempt a cpp error message match 238 } /*end of cpp*/
|
/src/sys/arch/sparc/dev/ |
obio.c | 143 const char *const *cpp; local in function:obioattach 164 for (cpp = special4; *cpp != NULL; cpp++) { 165 oa.name = *cpp;
|
/src/usr.bin/mail/ |
popen.c | 274 struct child **cpp; local in function:findchild 276 for (cpp = &child; *cpp != NULL && (*cpp)->pid != pid; 277 cpp = &(*cpp)->link) 279 if (*cpp == NULL) { 283 *cpp = child_freelist; 284 child_freelist = (*cpp)->link; 286 *cpp = emalloc(sizeof(**cpp)) 298 struct child **cpp; local in function:delchild [all...] |
/src/usr.bin/rdist/ |
docmd.c | 77 char **cpp; local in function:docmds 87 for (cpp = dhosts; *cpp; cpp++) 88 if (strcmp(c->c_name, *cpp) == 0) 94 for (cpp = argv; *cpp; cpp++) { 96 strcmp(c->c_label, *cpp) == 0) { 97 cpp = NULL 131 char **cpp; local in function:doarrow 379 char **cpp; local in function:dodcolon [all...] |
/src/libexec/telnetd/ |
sys_term.c | 680 char **cpp; local in function:addarg 693 for (cpp = argv; *cpp; cpp++) 695 if (cpp == &argv[(long)argv[-1]]) { 705 cpp = &argv[(long)argv[-1] - 10]; 707 *cpp++ = __UNCONST(val); 708 *cpp = 0; 738 char **cpp, **cpp2; local in function:scrub_env 741 for (cpp2 = cpp = environ; *cpp; cpp++) [all...] |