Searched refs:cs (Results 1 - 25 of 161) sorted by relevance

1234567

/haiku-fatelf/src/bin/network/tcpdump/
H A Dcpack.c57 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) argument
62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
65 if (next - cs->c_buf + wordsize > cs->c_len)
72 cpack_init(struct cpack_state *cs, u_int8_t *buf, size_t buflen) argument
74 memset(cs, 0, sizeof(*cs));
76 cs->c_buf = buf;
77 cs
85 cpack_uint64(struct cpack_state *cs, u_int64_t *u) argument
101 cpack_uint32(struct cpack_state *cs, u_int32_t *u) argument
117 cpack_uint16(struct cpack_state *cs, u_int16_t *u) argument
133 cpack_uint8(struct cpack_state *cs, u_int8_t *u) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dpcomplib.c71 compspec_dispose (cs)
72 COMPSPEC *cs;
74 cs->refcount--;
75 if (cs->refcount == 0)
77 FREE (cs->globpat);
78 FREE (cs->words);
79 FREE (cs->prefix);
80 FREE (cs->suffix);
81 FREE (cs->funcname);
82 FREE (cs
129 COMPSPEC *cs; local
200 COMPSPEC *cs; local
[all...]
/haiku-fatelf/src/system/libroot/posix/string/
H A Dstrpbrk.c11 strpbrk(char const *cs, char const *ct) argument
16 for (sc1 = cs; *sc1 != '\0'; ++sc1) {
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_color.c39 pdf_colorspace *cs; local
42 cs = &p->colorspaces[slot];
44 switch (cs->type) {
59 if (cs->val.pattern.base == pdc_undef)
62 components = pdf_color_components(p, cs->val.pattern.base);
66 pdc_errprintf(p->pdc, "%d", cs->type), 0, 0, 0);
75 pdf_colorspace *cs = &p->colorspaces[color->cs]; local
77 switch (cs->type) {
112 pdc_puts(p->out, "/Pattern cs");
238 pdf_add_colorspace(PDF *p, pdf_colorspace *cs, pdc_bool inuse) argument
324 pdf_colorspace *cs; local
465 pdf_colorspace cs; local
510 pdf_colorspace *cs = &p->colorspaces[i]; local
529 pdf_colorspace *cs; local
576 pdf_colorspace *cs, *base; local
631 pdf_colorspace *cs; local
695 pdf_colorspace *cs = &p->colorspaces[i]; local
719 pdf_colorspace *cs = &p->colorspaces[i];; local
847 pdf_colorspace cs; local
[all...]
H A Dp_color.h33 #define PDF_SIMPLE_COLORSPACE(cs) \
34 ((cs)->type == DeviceGray || \
35 (cs)->type == DeviceRGB || \
36 (cs)->type == DeviceCMYK || \
37 ((cs)->type == PatternCS && cs->val.pattern.base == pdc_undef))
88 int cs; /* slot of underlying color space */ member in struct:__anon4937
144 int pdf_add_colorspace(PDF *p, pdf_colorspace *cs, pdc_bool inuse);
/haiku-fatelf/headers/libs/print/libprint/
H A DValidRect.h22 int color_space2pixel_depth(color_space cs);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcharset.c194 register_charset (struct charset *cs)
203 cs->next = 0;
204 *ptr = cs;
211 struct charset *cs;
213 for (cs = all_charsets; cs; cs = cs->next)
214 if (! strcmp (name, cs->name))
215 return cs;
191 register_charset(struct charset *cs) argument
208 struct charset *cs; local
261 struct charset *cs = xmalloc (sizeof (*cs)); local
923 struct charset *cs = lookup_charset (name); local
932 check_valid_host_charset(struct charset *cs) argument
1030 struct charset *cs = lookup_charset_or_error (charset); local
1039 struct charset *cs = lookup_charset_or_error (charset); local
1052 struct charset *cs = lookup_charset_or_error (host_charset_name); local
[all...]
H A Dcoffread.c5 Contributed by David D. Johnson, Brown University (ddj@cs.brown.edu).
265 cs_to_section (struct coff_symbol *cs, struct objfile *objfile)
271 args.targ_index = cs->c_secnum;
293 cs_section_address (struct coff_symbol *cs, bfd *abfd)
299 args.targ_index = cs->c_secnum;
688 struct coff_symbol *cs = &coff_symbol;
750 read_one_sym (cs, &main_sym, &main_aux);
752 if (cs->c_symnum == next_file_symnum && cs->c_sclass != C_FILE)
763 if (!last_source_file && SDB_TYPE (cs
264 cs_to_section(struct coff_symbol *cs, struct objfile *objfile) argument
292 cs_section_address(struct coff_symbol *cs, bfd *abfd) argument
683 struct coff_symbol *cs = &coff_symbol; local
1114 read_one_sym(struct coff_symbol *cs, struct internal_syment *sym, union internal_auxent *aux) argument
1471 process_coff_symbol(struct coff_symbol *cs, union internal_auxent *aux, struct objfile *objfile) argument
1690 decode_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
1771 decode_function_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
1783 decode_base_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
[all...]
H A Dxcoffread.c103 /* last function's saved coff symbol `cs' */
488 record_include_begin (struct coff_symbol *cs)
504 inclTable[inclIndx].name = cs->c_name; argument
505 inclTable[inclIndx].begin = cs->c_value;
509 record_include_end (struct coff_symbol *cs)
521 pTbl->end = cs->c_value;
922 struct coff_symbol cs[1];
971 /* READ_ONE_SYMBOL (symbol, cs, symname_alloced); */
972 /* read one symbol into `cs' structure. After processing the
983 cs
483 record_include_begin(struct coff_symbol *cs) argument
917 struct coff_symbol cs[1]; local
1440 process_xcoff_symbol(struct coff_symbol *cs, struct objfile *objfile) argument
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Diframe.h31 uint32 cs; member in struct:iframe
40 #define IFRAME_IS_USER(f) ((f)->cs == USER_CODE_SEG \
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_util.h35 gfx_convert_func resolve_colorspace(color_space cs, PixelFormat pixelFormat, int width, int height);
/haiku-fatelf/src/bin/bash/include/
H A Docache.h57 int cs; /* cache size, number of objects */ member in struct:objcache
65 (c).cs = (n); \
75 (c).cs = (c).nc = 0; \
105 if ((c).nc < (c).cs) { \
/haiku-fatelf/headers/private/kernel/arch/x86/64/
H A Diframe.h30 uint64 cs; member in struct:iframe
45 #define IFRAME_IS_USER(f) (((f)->cs & DPL_USER) == DPL_USER)
/haiku-fatelf/src/preferences/appearance/
H A DColorSet.h37 ColorSet(const ColorSet &cs);
38 ColorSet & operator=(const ColorSet &cs);
H A DColorSet.cpp96 \param cs Color set to copy from
98 ColorSet::ColorSet(const ColorSet &cs) argument
100 *this = cs;
105 \param cs Color set to copy from
109 ColorSet::operator=(const ColorSet &cs) argument
111 fColors = cs.fColors;
/haiku-fatelf/src/bin/zip/
H A Dutil.c79 local int recmatch(p, s, cs)
82 int cs; /* flag: force case-sensitive matching */
107 return (*s && *s != '/') ? recmatch(p, s + CLEN(s), cs) : 0;
109 return *s ? recmatch(p, s + CLEN(s), cs) : 0;
123 if ((c = recmatch(p, s, cs)) != 0)
126 ? recmatch(p, s, cs) : 2;
166 return ((cs ? strcmp(p, q) : namecmp(p, q)) == 0);
169 return ((cs ? strcmp(p, srest) : namecmp(p, srest)) == 0);
176 if ((c = recmatch(p, s, cs)) != 0)
212 uch cc = (cs
[all...]
/haiku-fatelf/src/apps/mail/
H A DUtilities.cpp126 cistrstr(const char* cs, const char* ct) argument
135 cs_len = strlen(cs);
142 c1 = cs[loop1 + loop2];
151 return const_cast<char*>(&cs[loop1]);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_sin.c90 double xx,res,t,cor,y,s,c,sn,ssn,cs,ccs,xn,a,da,db,eps,xn1,xn2; local
124 cs=sincos.x[k+2];
126 cor=(ssn+s*ccs-sn*c)+cs*s;
150 cs=sincos.x[k+2];
152 cor=(ccs-s*ssn-cs*c)-sn*s;
153 res=cs+cor;
154 cor=(cs-res)+cor;
196 cs=sincos.x[k+2];
198 cor=(ssn+s*ccs-sn*c)+cs*s;
216 cs
344 double y,xx,res,t,cor,s,c,sn,ssn,cs,ccs,xn,a,da,db,eps,xn1,xn2; local
611 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
647 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res,del; local
746 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
788 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
865 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
908 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
950 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
1042 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
1086 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,e1,e2,xx,cor,res; local
[all...]
/haiku-fatelf/headers/os/arch/x86/
H A Darch_debugger.h27 uint16 cs; member in struct:x86_extended_registers
61 uint32 cs; member in struct:x86_debug_cpu_state
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFTranslator.cpp102 color_space cs; local
103 if (source->Read(&cs, 4) != 4) return false;
104 cs = (color_space)B_BENDIAN_TO_HOST_INT32(cs);
105 if (cs != B_RGB32 && cs != B_RGBA32 && cs != B_RGB32_BIG && cs
H A DGIFSave.cpp40 color_space cs = bitmap->ColorSpace(); local
41 if (cs != B_RGB32 && cs != B_RGBA32 && cs != B_RGB32_BIG && cs != B_RGBA32_BIG) {
338 color_space cs = bitmap->ColorSpace(); local
339 bool useAlphaForTransparency = (prefs->usetransparentauto && cs == B_RGBA32) || cs == B_RGBA32_BIG;
342 if (cs == B_RGB32 || cs
[all...]
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcb_enabler.h40 #include <pcmcia/cs.h>
/haiku-fatelf/src/apps/3dmov/
H A DVideo.cpp98 color_space cs = screen.ColorSpace(); local
103 fBitmap = new BBitmap(frame, cs);
112 rvf->display.format = cs;
124 cs = mf.u.raw_video.display.format;
/haiku-fatelf/src/bin/patch/
H A Dinp.c144 char const *cs; local
161 && (invc = !! (cs = (version_controller
171 quotearg (filename), cs);
179 quotearg (filename), cs);
184 quotearg (filename), cs);
185 cs = 0;
190 if (cs && version_get (filename, cs, ! inerrno, elsewhere, getbuf,
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A Dbitmap_wrapper.cpp63 color_space cs = bb->ColorSpace(); local
64 bb->ImportBits(data, length, bb->BytesPerRow(), 0, cs);

Completed in 1197 milliseconds

1234567