Home
last modified time | relevance | path

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

1234567

/dragonfly/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()
165 …{ .format = DRM_FORMAT_NV12, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
166 …{ .format = DRM_FORMAT_NV21, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
167 …{ .format = DRM_FORMAT_NV16, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
168 …{ .format = DRM_FORMAT_NV61, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
169 …{ .format = DRM_FORMAT_NV24, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 1, .vsub =… in __drm_format_info()
170 …{ .format = DRM_FORMAT_NV42, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 1, .vsub =… in __drm_format_info()
171 …{ .format = DRM_FORMAT_YUYV, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 2, .vsub =… 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()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-objc-common.c121 cpp->expression (t); 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()
177 cpp->type_id (TYPE_CANONICAL (t)); in c_tree_printer()
180 pp_right_brace (cpp); in c_tree_printer()
191 cpp->expression (t); in c_tree_printer()
195 pp_c_type_qualifier_list (cpp, t); in c_tree_printer()
[all …]
/dragonfly/usr.bin/window/
H A Dwwscroll.c130 cqq = cpp + 1; in wwscroll1()
131 tmp = *cpp; in wwscroll1()
133 *cpp++ = *cqq++; in wwscroll1()
134 *cpp = tmp; in wwscroll1()
137 cqq = cpp - 1; in wwscroll1()
140 *--cpp = *--cqq; in wwscroll1()
161 cqq = cpp + 1; in wwscroll1()
162 tmp = *cpp; in wwscroll1()
164 *cpp++ = *cqq++; in wwscroll1()
165 *cpp = tmp; in wwscroll1()
[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()
/dragonfly/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()
286 if (*cpp == NULL) in findchild()
288 (*cpp)->pid = pid; in findchild()
289 (*cpp)->done = (*cpp)->free = 0; in findchild()
292 return (*cpp); in findchild()
298 struct child **cpp; in delchild() local
300 for (cpp = &child; *cpp != cp; cpp = &(*cpp)->link) in delchild()
[all …]
/dragonfly/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 …]
/dragonfly/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
/dragonfly/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()
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()
798 const unsigned char *cp = *cpp; in decode_bitstring()
[all …]
/dragonfly/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()
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
1272 for (count = 1, cpp = environ; *cpp; count++, cpp++) in scrub_env()
[all …]
/dragonfly/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}\"
/dragonfly/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
/dragonfly/lib/libc/xdr/
H A Dxdr.c562 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()
763 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() argument
[all …]
/dragonfly/libexec/customcc/
H A Dcc.sh110 cpp)
120 clang-cpp)
126 COMPILER=/usr/libexec/clangbase/clang-cpp
153 cpp|clang-cpp)
/dragonfly/contrib/mdocml/
H A Dtbl_term.c340 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()
380 uvert = cpp->vert; in term_tbl()
381 cpp = cpp->next; in term_tbl()
637 if (cpp != NULL) { in tbl_hrule()
639 uw = cpp->vert; in tbl_hrule()
643 cpp = cpp->next; in tbl_hrule()
[all …]
/dragonfly/games/gomoku/
H A Dpickmove.c1227 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()
1249 *--spp = *cpp; in sortcombo()
1270 cpp = cbpp + n; in sortcombo()
1285 for (cpp = scbpp; cpp < scbpp + n; cpp++) { in sortcombo()
1296 for (cpp = cbpp; cpp < cbpp + n; cpp++) { in sortcombo()
[all …]
/dragonfly/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()
/dragonfly/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()
/dragonfly/sys/dev/video/cxm/
H A Dcxm.c849 cpp = sc->profile; in cxm_configure_encoder()
852 cpp->width, cpp->source_height, fps, 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()
934 parameters[0] = cpp->pulldown; in cxm_configure_encoder()
941 parameters[0] = cpp->dnr.mode; in cxm_configure_encoder()
942 parameters[1] = cpp->dnr.type; in cxm_configure_encoder()
962 == cpp->audio_sample_rate) in cxm_configure_encoder()
1042 parameters[0] = cpp->source_height / 2 + cpp->vbi.nlines; in cxm_configure_encoder()
[all …]
/dragonfly/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}:
/dragonfly/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}
/dragonfly/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()
/dragonfly/
H A D.gitattributes1 *.c diff=cpp
2 *.h diff=cpp

1234567