HomeSort by: relevance | last modified time | path
    Searched defs:cpp (Results 1 - 25 of 180) sorted by relevancy

1 2 3 4 5 6 7 8

  /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:
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;
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:
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;
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;
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...]
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}

Completed in 36 milliseconds

1 2 3 4 5 6 7 8