HomeSort by: relevance | last modified time | path
    Searched refs:cpp (Results 1 - 25 of 190) 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:
  /src/tests/libexec/ld.elf_so/helper_dso3/
Makefile 5 SRCS= h_helper_dso3.cpp
  /src/sys/external/bsd/drm2/dist/drm/
drm_fourcc.c 165 { .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 },
166 { .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 },
167 { .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 },
168 { .format = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
169 { .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
170 { .format = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
171 { .format = DRM_FORMAT_BGRX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
172 { .format = DRM_FORMAT_ARGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
173 { .format = DRM_FORMAT_ABGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
174 { .format = DRM_FORMAT_RGBA4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }
    [all...]
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-lib/libLLVMSupport/
Makefile 3 CPPFLAGS.Signals.cpp+= -include llvm/Config/config.h
  /src/tests/usr.bin/c++/
t_call_once.sh 89 cat > test.cpp << EOF
99 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once test.cpp -pthread
110 cat > test.cpp << EOF
120 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o call_once test.cpp -pthread
143 cat > test.cpp << EOF
153 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o call_once test.cpp -pthread
158 cat > test.cpp << EOF
163 cat > pic.cpp << EOF
175 c++ -fPIC -shared -o libtest.so pic.cpp
177 c++ -o call_once test.cpp -L. -ltest -pthrea
    [all...]
t_cxxruntime.sh 92 cat > test.cpp << EOF
97 atf_check -s exit:0 -o ignore -e ignore c++ -o hello test.cpp
108 cat > test.cpp << EOF
113 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o hello test.cpp
136 cat > test.cpp << EOF
141 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o hello test.cpp
146 cat > test.cpp << EOF
151 atf_check -s exit:0 -o ignore -e ignore c++ -static -o hello test.cpp
156 cat > test.cpp << EOF
161 cat > pic.cpp << EO
    [all...]
t_hello.sh 89 cat > test.cpp << EOF
94 atf_check -s exit:0 -o ignore -e ignore c++ -o hello test.cpp
105 cat > test.cpp << EOF
110 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o hello test.cpp
132 cat > test.cpp << EOF
137 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o hello test.cpp
143 cat > test.cpp << EOF
148 atf_check -s exit:0 -o ignore -e ignore c++ -static -o hello test.cpp
153 cat > test.cpp << EOF
158 cat > pic.cpp << EO
    [all...]
t_pthread_once.sh 89 cat > test.cpp << EOF
98 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once test.cpp -pthread
109 cat > test.cpp << EOF
118 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o pthread_once test.cpp -pthread
141 cat > test.cpp << EOF
150 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o pthread_once test.cpp -pthread
155 cat > test.cpp << EOF
160 cat > pic.cpp << EOF
171 c++ -fPIC -shared -o libtest.so pic.cpp
173 c++ -o pthread_once test.cpp -L. -ltest -pthrea
    [all...]
t_call_once2.sh 99 cat > test.cpp << EOF
125 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once2 test.cpp -pthread
131 cat > test.cpp << EOF
157 atf_check -s exit:0 -o ignore -e ignore c++ -pg -o call_once2 test.cpp -pthread
175 cat > test.cpp << EOF
201 atf_check -s exit:0 -o ignore -e ignore c++ -m32 -pg -o call_once2 test.cpp -pthread
207 cat > test.cpp << EOF
212 cat > pic.cpp << EOF
240 c++ -fPIC -shared -o libtest.so pic.cpp
242 c++ -o call_once2 test.cpp -L. -ltest -pthrea
    [all...]
  /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/usr.bin/xlint/xlint/
xlint.c 75 } cpp; variable in typeref:struct:__anon941f5c590208
191 if (cpp.output_fd != -1)
192 (void)close(cpp.output_fd);
193 if (cpp.outfile != NULL) {
199 cpp.outfile);
201 (void)remove(cpp.outfile);
210 if (currfn != NULL && currfn != cpp.outfile)
367 list_add_all(&args, &cpp.flags);
368 list_add_all(&args, &cpp.lcflags);
372 /* Rewind after a possible previous run of cpp and lint1. *
    [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}
  /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/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/mips/alchemy/
au1000.c 207 au1000_match(struct au_chipdep **cpp)
211 *cpp = &au1000_chipdep;
au1100.c 208 au1100_match(struct au_chipdep **cpp)
212 *cpp = &au1100_chipdep;
au1500.c 204 au1500_match(struct au_chipdep **cpp)
208 *cpp = &au1500_chipdep;
au1550.c 209 au1550_match(struct au_chipdep **cpp)
213 *cpp = &au1550_chipdep;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
build.sh 4 for f in $LIBFUZZER_SRC_DIR/*.cpp; do
  /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/lib/libtelnet/
getent.c 67 getstr(char *id, char **cpp)
  /src/sys/arch/mvme68k/stand/bootxx/
Makefile 4 COMPILE.S= $(CC) -x assembler-with-cpp \
  /src/sys/stand/efiboot/bootriscv64/
Makefile 15 AFLAGS+= -x assembler-with-cpp
  /src/tests/lib/libc/misc/
Makefile 12 SRCS.t_ubsanxx= t_ubsanxx.cpp
30 COPTS.t_ubsanxx.cpp += -Wno-stack-protector
34 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
36 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}

Completed in 26 milliseconds

1 2 3 4 5 6 7 8