Searched refs:space (Results 76 - 100 of 219) sorted by path

123456789

/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c651 p1->space = B_CMAP8;
667 p2->space = B_CMAP8;
H A Dtvout.c80 switch (target.space)
94 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dsetmode.c362 switch (mode->space) {
398 switch (mode->space) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c298 * space of the h/w. We request "coherent" memory which
2276 void *dstbuf, int space)
2281 for (i = 0; space >= 2*sizeof(uint32_t); i++) {
2285 space -= sizeof(uint32_t);
2301 space -= sizeof(uint32_t);
2302 } while (r <= e && space >= sizeof(uint32_t));
2275 mwl_hal_getregdump(struct mwl_hal_priv *mh, const MWL_DIAG_REGRANGE *regs, void *dstbuf, int space) argument
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp204 char *space = strstr(text.album, " "); local
205 if (space != NULL) {
206 space[0] = '\0';
208 text.album = copy_string(space + 2);
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp70 fDelta.space = 0;
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp203 delta.space = 0;
/haiku/src/add-ons/translators/ico/
H A DICO.cpp170 get_alpha_value(color_space space, uint32 value) argument
173 if (space == B_RGBA32)
233 // add this color if there is space left
253 has_true_alpha_channel(color_space space, uint8 *data, argument
258 uint8 value = get_alpha_value(space, ((uint32 *)data)[x]);
689 fprintf(stderr, "unsupported color space.\n");
/haiku/src/add-ons/translators/ppm/
H A Dcolorspace.cpp582 /* Figure out what the rowbytes is for a given width in a given color space.
587 calc_rowbytes(color_space space, int width) argument
590 switch (space) {
H A Dcolorspace.h12 /* with rowbytes amount of pixel data into some other color space in */
24 /* color space in out_buf, where out_buf must be big enough. */
28 /* Given a specific number of pixels in width in the color space space */
30 int calc_rowbytes(color_space space, int width);
/haiku/src/apps/magnify/
H A DMagnify.h25 TOSMagnify(BRect, TMagnify* parent, color_space space);
31 void SetSpace(color_space space);
/haiku/src/bin/keymap/
H A DKeymap.cpp35 = "Version[[:space:]]+=[[:space:]]+\\([[:digit:]]+\\)";
37 = "CapsLock[[:space:]]+=[[:space:]]+\\([[:alnum:]]+\\)";
39 = "ScrollLock[[:space:]]+=[[:space:]]+\\([[:alnum:]]+\\)";
41 = "NumLock[[:space:]]+=[[:space:]]+\\([[:alnum:]]+\\)";
42 const char lshiftPattern[] = "LShift[[:space:]]+=[[:space
[all...]
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c510 static char *parity[] = { "space", "mark", "odd", "even" };
863 tup->parse.longlink_mfc.fn[i].space ? "common" : "attr",
/haiku/src/bin/
H A Dscreeninfo.cpp18 color_space space; member in struct:ColorSpace
81 if (bitmaps_support_space(table[i].space, &supportFlags)
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp207 mode.space = B_RGB32;
222 mode.space
303 newMode.space = B_CMAP8;
308 newMode.space = B_RGB16;
320 newMode.space = color_space_for_depth(depth);
322 newMode.space = B_RGB32;
/haiku/src/bin/unzip/
H A Dextract.c318 /* malloc space for check on unmatched filespecs (OK if one or both NULL) */
2031 "overflow of output space", its use may be tolerated. */
2057 * extra space with corresponding bytes from 'init'.
2062 * The IZVMS block data is returned in malloc'd space.
2171 char *fnfilter(raw, space) /* convert name to safely printable form */
2173 uch *space;
2177 uch *s=space;
2204 INTERN_TO_ISO((char *)space, (char *)space); /* translate to ANSI */
2209 INTERN_TO_OEM((char *)space, (cha
[all...]
H A Dunzpriv.h1608 /* define SIGNATURE 0 space-holder only */
1846 char *fnfilter OF((ZCONST char *raw, uch *space));
/haiku/src/kits/interface/
H A DPrivateScreen.cpp214 return (color_space)mode.space;
H A DSplitLayout.cpp1056 // we don't have enough space to uncollapse both items
1077 // space: Give them both their minimum size.
1084 // there is enough space for both items
1391 float space = 0; local
1393 space = (fVisibleItems.CountItems() + splitters - 1) * fSpacing
1397 return space;
/haiku/src/kits/tracker/
H A DBackgroundImage.h104 void ScreenChanged(BRect rect, color_space space);
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp524 void gsv_text::space(double space) argument
526 m_space = space;
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c113 &max_datalen, 0, "Minimum space left in mbuf after max_hdr");
272 M_SANITY_ACTION("m_data + m_len exeeds mbuf space");
790 int space; local
813 space = &m->m_dat[MLEN] - (m->m_data + m->m_len);
815 count = min(min(max(len, max_protohdr), space), n->m_len);
821 space -= count;
840 * the amount of empty space before the data in the new mbuf to be specified
847 int count, space; local
857 space = &m->m_dat[MLEN] - (m->m_data + m->m_len);
859 count = min(min(max(len, max_protohdr), space),
1090 int remainder, space; local
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_acl.c297 uint32_t i, space; local
304 space = as->as_nacls * IEEE80211_ADDR_LEN;
306 ireq->i_len = space; /* return required space */
309 ap = (struct ieee80211req_maclist *) IEEE80211_MALLOC(space,
320 if (ireq->i_len >= space) {
321 error = copyout(ap, ireq->i_data, space);
322 ireq->i_len = space;
H A Dieee80211_crypto_ccmp.c455 int data_len, i, space; local
470 space = m->m_len - (hdrlen + ccmp.ic_header);
472 if (space > data_len)
473 space = data_len;
477 while (space >= AES_BLOCK_LEN) {
479 pos += AES_BLOCK_LEN, space -= AES_BLOCK_LEN;
487 if (space != 0) {
491 CCMP_ENCRYPT(i, b, b0, pos, e, space);
495 if (space != 0) {
505 * The buffer will automatically get space byte
606 u_int space; local
[all...]
/haiku/src/libs/glut/
H A DglutGameMode.cpp250 switch (mode->space) {
283 if (mode1->space != mode2->space)

Completed in 227 milliseconds

123456789