Searched refs:space (Results 201 - 219 of 219) sorted by relevance

123456789

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c138 static int b64_decode( const char* str, unsigned char* space, int size );
959 b64_decode( const char* str, unsigned char* space, int size ) argument
981 space[space_idx++] = c;
987 space[space_idx++] = c;
993 space[space_idx++] = c;
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp524 void gsv_text::space(double space) argument
526 m_space = space;
/haiku/src/apps/mail/
H A DContent.cpp541 // skip one leading space (tabs & newlines aren't allowed here)
2533 bool space = false;
2536 space = true;
2538 if (space) {
/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/add-ons/accelerants/s3/
H A Dvirge_mode.cpp764 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
/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/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex355 If the latter is 0, the table takes no space.
403 resources are written to a file, the space they will take is filled with the
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp85 color_space space; member in struct:video_mode
893 //mode->space = ;
908 //mode->space = ;
/haiku/src/apps/bootmanager/
H A Dbootman.S344 ; Fill the missing space to reach byte 440
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp440 HWInterface::AllocateOverlayBuffer(int32 width, int32 height, color_space space) argument
907 // coordinate space (the cursor location is the origin)
972 // and stays within non-premultiplied color space
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplay.cpp715 switch (mode->space) {
H A Dconnector.cpp295 mode->space = B_RGB32_LITTLE;
393 ERROR("%s: ERROR: Out of space for additional GPIO pins!\n", __func__);
463 ERROR("%s: ERROR: Out of space for additional GPIO pins!\n", __func__);
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c253 * and framebuffer via legacy ISA I/O space.) */
331 * and framebuffer via legacy ISA I/O space.) */
2583 p1->space = B_CMAP8;
2599 p2->space = B_CMAP8;
2908 * their disposal (UMA, values read from PCI config space in other device) */
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc.c130 * should point to a DMA definition in CTX register space (which is sort of RAM).
142 * In this space you define the engine command handles (HT_HANDL_XX), which
143 * in turn points to the defines in CTX register space (which is sort of RAM) */
184 /* first clear the entire RAMHT (hash-table) space to a defined state. It turns
197 /* RAMHT space (hash-table) SETUP FIFO HANDLES */
203 * (CTX registers are actually a sort of RAM space.) */
267 * CTX registers are in fact in the same GPU internal RAM space as the engine's
640 switch(si->dm.space)
H A Dnv_info.c265 * and framebuffer via legacy ISA I/O space.) */
343 * and framebuffer via legacy ISA I/O space.) */
2941 mode->space = B_RGB32_LITTLE;
2956 mode->space = B_RGB32_LITTLE;
3290 * their disposal (UMA, values read from PCI config space in other device) */
/haiku/src/bin/unzip/
H A Dunzpriv.h1608 /* define SIGNATURE 0 space-holder only */
1846 char *fnfilter OF((ZCONST char *raw, uch *space));
/haiku/src/servers/app/
H A DServerApp.cpp737 // 2) color_space space
2613 link.Read<float>(&delta.space);
2685 // 8) float - additional "space" delta
2707 link.Read<float>(&delta.space);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1500 * Assign a beacon xmit slot. We try to space out
3346 * space free in order for buffer cloning and raw
3867 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; local
3870 an = malloc(space, M_80211_NODE, M_NOWAIT|M_ZERO);
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h69 * CSR registers are mapped directly into PCI bus space, and are accessible
546 * HBUS registers are mapped directly into PCI bus space, but are used
745 * was a separate TLV but moved here to save space.
1284 * 1) 16 TFD circular buffers, each with space for (typically) 256 TFDs.
2237 uint32_t space; member in struct:iwm_phy_db_chg_txp
3762 * @watermark: Minimum allowed available free space in RXF for transient state.
6756 * aren't fully copied and use other TFD space.

Completed in 202 milliseconds

123456789