| /src/usr.bin/make/unit-tests/ |
| suff-transform-debug.mk | 7 .SUFFIXES: .a .c .cpp 9 .c.cpp .cpp.a:
|
| 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;
|
| 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:
|
| 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;
|
| 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;
|
| 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...] |
| 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.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}
|
| /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...] |
| 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...] |
| 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;
|