Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 159) sorted by relevance

1234567

/dflybsd-src/sys/dev/drm/
H A Ddrm_fourcc.c108 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
109 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
110 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
111 …{ .format = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
112 …{ .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
113 …{ .format = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
114 …{ .format = DRM_FORMAT_BGRX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
115 …{ .format = DRM_FORMAT_ARGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
116 …{ .format = DRM_FORMAT_ABGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
117 …{ .format = DRM_FORMAT_RGBA4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
[all …]
H A Ddrm_dumb_buffers.c60 u32 cpp, stride, size; in drm_mode_create_dumb_ioctl() local
69 cpp = DIV_ROUND_UP(args->bpp, 8); in drm_mode_create_dumb_ioctl()
70 if (!cpp || cpp > 0xffffffffU / args->width) in drm_mode_create_dumb_ioctl()
72 stride = cpp * args->width; in drm_mode_create_dumb_ioctl()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-objc-common.c87 c_pretty_printer *cpp = (c_pretty_printer *) pp; in c_tree_printer() local
121 cpp->expression (t); in c_tree_printer()
130 pp_identifier (cpp, lang_hooks.decl_printable_name (t, 2)); in c_tree_printer()
138 struct obstack *ob = pp_buffer (cpp)->obstack; in c_tree_printer()
145 pp_identifier (cpp, lang_hooks.decl_printable_name (name, 2)); in c_tree_printer()
147 cpp->type_id (t); in c_tree_printer()
171 pp_c_whitespace (cpp); in c_tree_printer()
172 pp_left_brace (cpp); in c_tree_printer()
173 pp_c_ws_string (cpp, _("aka")); in c_tree_printer()
174 pp_c_whitespace (cpp); in c_tree_printer()
[all …]
/dflybsd-src/usr.bin/window/
H A Dwwscroll.c126 union ww_char **cpp, **cqq; in wwscroll1() local
129 cpp = &wwos[row1x]; in wwscroll1()
130 cqq = cpp + 1; in wwscroll1()
131 tmp = *cpp; in wwscroll1()
133 *cpp++ = *cqq++; in wwscroll1()
134 *cpp = tmp; in wwscroll1()
136 cpp = &wwos[row2x]; in wwscroll1()
137 cqq = cpp - 1; in wwscroll1()
140 *--cpp = *--cqq; in wwscroll1()
158 union ww_char **cpp, **cqq; in wwscroll1() local
[all …]
H A Dwwdelline.c42 union ww_char **cpp, **cqq; in wwdelline() local
65 cpp = &w->ww_buf[row]; in wwdelline()
66 cqq = cpp + 1; in wwdelline()
67 cp = *cpp; in wwdelline()
69 *cpp++ = *cqq++; in wwdelline()
70 *cpp = cp; in wwdelline()
H A Dwwinsline.c42 union ww_char **cpp, **cqq; in wwinsline() local
65 cpp = &w->ww_buf[w->ww_b.b]; in wwinsline()
66 cqq = cpp - 1; in wwinsline()
69 *--cpp = *--cqq; in wwinsline()
/dflybsd-src/usr.bin/mail/
H A Dpopen.c279 struct child **cpp; in findchild() local
281 for (cpp = &child; *cpp != NULL && (*cpp)->pid != pid; in findchild()
282 cpp = &(*cpp)->link) in findchild()
284 if (*cpp == NULL) { in findchild()
285 *cpp = malloc(sizeof(struct child)); in findchild()
286 if (*cpp == NULL) in findchild()
288 (*cpp)->pid = pid; in findchild()
289 (*cpp)->done = (*cpp)->free = 0; in findchild()
290 (*cpp)->link = NULL; in findchild()
292 return (*cpp); in findchild()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-objc-common.c94 c_pretty_printer *cpp = (c_pretty_printer *) pp; in c_tree_printer() local
121 pp_c_expression (cpp, t); in c_tree_printer()
130 pp_identifier (cpp, lang_hooks.decl_printable_name (t, 2)); in c_tree_printer()
142 pp_identifier (cpp, lang_hooks.decl_printable_name (name, 2)); in c_tree_printer()
144 pp_type_id (cpp, t); in c_tree_printer()
149 pp_type_id (cpp, t); in c_tree_printer()
156 pp_identifier (cpp, IDENTIFIER_POINTER (t)); in c_tree_printer()
158 pp_expression (cpp, t); in c_tree_printer()
162 pp_c_type_qualifier_list (cpp, t); in c_tree_printer()
166 pp_c_cv_qualifiers (cpp, va_arg (*text->args_ptr, int), hash); in c_tree_printer()
[all …]
/dflybsd-src/gnu/usr.bin/cc80/drivers/cpp/
H A DMakefile5 PROG_CXX= cpp
6 MFILE= cpp${MANPAGEVER}.1
15 DOC_Release= cpp.1 #${GCCDIR}/gcc/doc/cpp.1
16 DOC_Snapshot= cpp.1
24 MLINKS+= ${MFILE} cpp.1
/dflybsd-src/lib/libc/nameser/
H A Dns_name.c480 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local
487 lpp = cpp = NULL; in ns_name_pack()
490 for (cpp = dnptrs; *cpp != NULL; cpp++) in ns_name_pack()
492 lpp = cpp; /*%< end of list to search */ in ns_name_pack()
536 if (lastdnptr != NULL && cpp < lastdnptr - 1 && in ns_name_pack()
538 *cpp++ = dstp; in ns_name_pack()
539 *cpp = NULL; in ns_name_pack()
743 const u_char * const *cpp; in dn_find() local
746 for (cpp = dnptrs; cpp < lastdnptr; cpp++) { in dn_find()
747 sp = *cpp; in dn_find()
[all …]
/dflybsd-src/libexec/telnetd/
H A Dsys_term.c1176 char **cpp; in start_login() local
1177 for (cpp = environ; *cpp; cpp++) in start_login()
1178 argv = addarg(argv, *cpp); in start_login()
1214 char **cpp; in addarg() local
1226 for (cpp = argv; *cpp; cpp++) in addarg()
1228 if (cpp == &argv[(long)argv[-1]]) { in addarg()
1235 cpp = &argv[(long)argv[-1] - 10]; in addarg()
1237 *cpp++ = strdup(val); in addarg()
1238 *cpp = NULL; in addarg()
1266 char **cpp, **cpp2; in scrub_env() local
[all …]
/dflybsd-src/contrib/bmake/
H A Dmkdeps.sh95 cpp_c=$d/cpp
149 case "$cpp" in
158 $cpp $cpp_opts $cc_include $* 2>> $EF | egrep '^#.*\.h"' | sed 's,^#.*"\(.*\)".*,\1,' |
169 case "$cpp" in
204 case "$cpp" in
256 cpp=
259 eval cpp=\"\${cpp_${suffix}:-grep}\"
/dflybsd-src/gnu/usr.bin/cc47/cpp/
H A DMakefile5 PROG= cpp
7 MFILE= cpp${MANPAGEVER}.1
16 ${MFILE}: ${GCCDIR}/gcc/doc/cpp.1
22 MLINKS+= ${MFILE} cpp.1
/dflybsd-src/lib/libc/xdr/
H A Dxdr.c560 xdr_bytes(XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize) in xdr_bytes() argument
562 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes()
587 *cpp = sp = mem_alloc(nodesize); in xdr_bytes()
601 *cpp = NULL; in xdr_bytes()
609 *cpp = NULL; in xdr_bytes()
689 xdr_string(XDR *xdrs, char **cpp, u_int maxsize) in xdr_string() argument
691 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_string()
729 *cpp = sp = mem_alloc(nodesize); in xdr_string()
744 *cpp = NULL; in xdr_string()
751 *cpp = NULL; in xdr_string()
[all …]
/dflybsd-src/libexec/customcc/
H A Dcc.sh110 cpp)
120 clang-cpp)
126 COMPILER=/usr/libexec/clangbase/clang-cpp
153 cpp|clang-cpp)
/dflybsd-src/contrib/mdocml/
H A Dtbl_term.c164 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl() local
340 cpp = sp->prev == NULL ? NULL : in term_tbl()
371 if (cpp != NULL) { in term_tbl()
372 if (uvert < cpp->vert && in term_tbl()
375 !IS_HORIZ(cpp)) || in term_tbl()
377 cpp->next != NULL && in term_tbl()
379 !IS_HORIZ(cpp->next)))) in term_tbl()
380 uvert = cpp->vert; in term_tbl()
381 cpp = cpp->next; in term_tbl()
573 const struct tbl_cell *cpp; /* Layout cell above this line. */ in tbl_hrule() local
[all …]
/dflybsd-src/games/gomoku/
H A Dpickmove.c1215 struct combostr **spp, **cpp; in sortcombo() local
1227 for (cpp = cbpp; cpp < cbpp + curlevel; cpp++) { in sortcombo()
1229 stoc((*cpp)->c_vertex), pdir[(*cpp)->c_dir]); in sortcombo()
1239 cpp = cbpp + curlevel; in sortcombo()
1241 cpp--; in sortcombo()
1242 if (fcbp > *cpp) { in sortcombo()
1245 *--spp = *cpp; in sortcombo()
1246 while (cpp-- != cbpp); in sortcombo()
1249 *--spp = *cpp; in sortcombo()
1250 } while (cpp != cbpp); in sortcombo()
[all …]
/dflybsd-src/sys/dev/drm/radeon/
H A Dr200.c318 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()
H A Dradeon_fb.c94 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) in radeon_align_pitch() argument
100 switch (cpp) { in radeon_align_pitch()
115 return aligned * cpp; in radeon_align_pitch()
144 u32 cpp; in radeonfb_create_pinned_object() local
146 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in radeonfb_create_pinned_object()
149 mode_cmd->pitches[0] = radeon_align_pitch(rdev, mode_cmd->width, cpp, in radeonfb_create_pinned_object()
169 switch (cpp) { in radeonfb_create_pinned_object()
/dflybsd-src/usr.bin/whereis/
H A Dwhereis.c177 contains(ccharp *cpp, const char *s) in contains() argument
181 if (cpp == NULL) in contains()
184 while ((cp = *cpp) != NULL) { in contains()
187 cpp++; in contains()
226 colonify(ccharp *cpp) in colonify() argument
232 if (cpp == NULL) in colonify()
235 for (s = 0, i = 0; cpp[i] != NULL; i++) in colonify()
236 s += strlen(cpp[i]) + 1; in colonify()
239 for (i = 0, *cp = '\0'; cpp[i] != NULL; i++) { in colonify()
240 strcat(cp, cpp[i]); in colonify()
/dflybsd-src/sys/dev/video/cxm/
H A Dcxm.c807 const struct cxm_codec_profile *cpp; in cxm_configure_encoder() local
849 cpp = sc->profile; in cxm_configure_encoder()
852 cpp->width, cpp->source_height, fps, in cxm_configure_encoder()
853 cpp->audio_sample_rate) < 0) in cxm_configure_encoder()
874 parameters[0] = cpp->stream_type; in cxm_configure_encoder()
888 parameters[0] = cpp->fps == 30 ? 0 : 1; in cxm_configure_encoder()
895 parameters[0] = cpp->height; in cxm_configure_encoder()
896 parameters[1] = cpp->width; in cxm_configure_encoder()
903 parameters[0] = cpp->aspect; in cxm_configure_encoder()
910 parameters[0] = cpp->bitrate.mode; in cxm_configure_encoder()
[all …]
/dflybsd-src/contrib/bmake/mk/
H A Dsys.mk44 CXX_SUFFIXES += .cc .cpp .cxx .C
141 .SUFFIXES: .cpp-out
143 .c.cpp-out:
146 ${CXX_SUFFIXES:%=%.cpp-out}:
/dflybsd-src/gnu/usr.bin/cc80/
H A DMakefile.intcxx_lib8 .SUFFIXES: .out .no .c .cc .cpp .cxx .C .y .l
10 .c.no .cc.no .C.no .cpp.no .cxx.no:
114 _ALL_DEPENDS=${__FLAGS_FILES:N*.[sS]:N*.c:N*.cc:N*.C:N*.cpp:N*.cpp:N*.cxx:N*.m}
130 ${${_FG}_FLAGS_FILES:M*.cpp} != "" || \
136 ${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cpp} ${.ALLSRC:M*.cxx}
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_fb.c91 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) in amdgpu_align_pitch() argument
96 switch (cpp) { in amdgpu_align_pitch()
111 return aligned * cpp; in amdgpu_align_pitch()
140 u32 cpp; in amdgpufb_create_pinned_object() local
142 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in amdgpufb_create_pinned_object()
145 mode_cmd->pitches[0] = amdgpu_align_pitch(adev, mode_cmd->width, cpp, in amdgpufb_create_pinned_object()
/dflybsd-src/
H A D.gitattributes1 *.c diff=cpp
2 *.h diff=cpp

1234567