Searched defs:flags (Results 151 - 175 of 890) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/haiku/include/
H A Dlock.h49 uint8 flags; member in struct:mutex
80 uint32 flags; member in struct:rw_lock
137 uint32 flags);
146 extern void rw_lock_init_etc(rw_lock* lock, const char* name, uint32 flags);
152 extern void mutex_init_etc(mutex* lock, const char* name, uint32 flags);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86xvmc.h23 int flags; member in struct:__anon3093
35 the width, height and flags. If the driver wants to return something
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dcolormapst.h101 short flags; /* 1 = IsDefault member in struct:_ColormapRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86xvmc.h50 int flags; member in struct:__anon4414
62 the width, height and flags. If the driver wants to return something
H A Dcolormapst.h102 short flags; /* 1 = IsDefault member in struct:_ColormapRec
H A Dusb.h67 unsigned int flags; member in struct:hid_item
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcolormapst.h115 short flags; /* 1 = IsDefault member in struct:_ColormapRec
H A Dusb.h67 unsigned int flags; member in struct:hid_item
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dpalette.c130 TRACE("Palette flags: %#x\n", This->Flags);
211 DWORD flags, const PALETTEENTRY *entries, IUnknown *parent)
219 palette->Flags = flags;
221 palette->palNumEntries = IWineD3DPaletteImpl_Size(flags);
229 hr = IWineD3DPalette_SetEntries((IWineD3DPalette *)palette, 0, 0, IWineD3DPaletteImpl_Size(flags), entries);
210 wined3d_palette_init(IWineD3DPaletteImpl *palette, IWineD3DDeviceImpl *device, DWORD flags, const PALETTEENTRY *entries, IUnknown *parent) argument
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxDev-haiku.c74 static status_t VBoxGuestHaikuOpen(const char *name, uint32 flags, void **cookie);
100 * @param flags Open flags.
105 static status_t VBoxGuestHaikuOpen(const char *name, uint32 flags, void **cookie) argument
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs.h48 u_int flags; member in struct:vboxvfsmount
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_pushbuf.h45 uint32_t flags, uint32_t vor, uint32_t tor);
121 unsigned data, unsigned flags, unsigned vor, unsigned tor)
124 data, 0, flags, vor, tor);
129 unsigned data, unsigned data2, unsigned flags,
133 data, data2, flags, vor, tor);
136 /* Raw data + flags depending on FB/TT buffer */
139 unsigned data, unsigned flags, unsigned vor, unsigned tor)
141 OUT_RELOC(chan, bo, data, flags | NOUVEAU_BO_OR, vor, tor);
147 unsigned flags)
149 OUT_RELOC(chan, bo, 0, flags | NOUVEAU_BO_O
120 OUT_RELOC(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned data, unsigned flags, unsigned vor, unsigned tor) argument
128 OUT_RELOC2(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned data, unsigned data2, unsigned flags, unsigned vor, unsigned tor) argument
138 OUT_RELOCd(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned data, unsigned flags, unsigned vor, unsigned tor) argument
146 OUT_RELOCo(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned flags) argument
155 OUT_RELOCl(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned delta, unsigned flags) argument
163 OUT_RELOCr(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned delta, unsigned size, unsigned flags) argument
171 OUT_RELOCh(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned delta, unsigned flags) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess_private.h71 unsigned flags; member in struct:pci_device_mapping
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemevent-r0drv-haiku.c173 int32 flags = 0; local
195 flags |= B_RELATIVE_TIMEOUT;
197 flags |= B_ABSOLUTE_TIMEOUT;
203 flags |= B_CAN_INTERRUPT;
206 // flags |= B_KILL_CAN_INTERRUPT;
210 status = acquire_sem_etc(pThis->SemId, 1, flags, timeout);
H A Dsemeventmulti-r0drv-haiku.c199 int32 flags = 0; local
221 flags |= B_RELATIVE_TIMEOUT;
223 flags |= B_ABSOLUTE_TIMEOUT;
229 flags |= B_CAN_INTERRUPT;
232 // flags |= B_KILL_CAN_INTERRUPT;
236 status = acquire_sem_etc(pThis->SemId, 1, flags, timeout);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32shm.c65 PRIntn flags,
108 shm->flags = flags;
111 if (flags & PR_SHM_CREATE ) {
143 if (( flags & PR_SHM_EXCL) && ( GetLastError() == ERROR_ALREADY_EXISTS )) {
179 extern void * _MD_AttachSharedMemory( PRSharedMemory *shm, PRIntn flags )
186 if ( PR_SHM_READONLY & flags )
62 _MD_OpenSharedMemory( const char *name, PRSize size, PRIntn flags, PRIntn mode ) argument
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsEscape.h106 * NS_EscapeURL/NS_UnescapeURL constants for |flags| parameter:
121 /** special flags **/
142 * @param flags url segment type flag
149 PRInt16 flags,
157 * @param flags only esc_OnlyNonASCII, esc_SkipControl and esc_AlwaysCopy
165 PRInt16 flags,
182 NS_UnescapeURL(const nsASingleFragmentCString &str, PRInt16 flags, nsACString &result) { argument
184 if (NS_UnescapeURL(str.BeginReading(temp), str.Length(), flags, result))
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c205 int flags; local
211 /* get and verify flags */
212 flags = bget(in);
213 if ((flags & 0xe0) != 0)
216 /* skip modification time, extra flags, and os */
220 if (flags & 4) {
229 if (flags & 8)
234 if (flags & 16)
239 if (flags & 2)
/vbox/src/libs/zlib-1.2.6/
H A Dzutil.c34 uLong flags; local
36 flags = 0;
39 case 4: flags += 1; break;
40 case 8: flags += 2; break;
41 default: flags += 3;
45 case 4: flags += 1 << 2; break;
46 case 8: flags += 2 << 2; break;
47 default: flags += 3 << 2;
51 case 4: flags += 1 << 4; break;
52 case 8: flags
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmbtowc.c55 static inline int check_invalid_chars_sbcs( const struct sbcs_table *table, int flags, argument
58 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni;
73 static inline int mbstowcs_sbcs( const struct sbcs_table *table, int flags, argument
77 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni;
118 static int mbstowcs_sbcs_decompose( const struct sbcs_table *table, int flags, argument
122 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni;
266 int wine_cp_mbstowcs( const union cptable *table, int flags, argument
274 if (flags & MB_ERR_INVALID_CHARS)
276 if (check_invalid_chars_sbcs( &table->sbcs, flags, src, srclen )) return -2;
278 if (!(flags
[all...]
H A Dsortkey.c36 * flags - normalization NORM_* flags
40 int wine_get_sortkey(int flags, const WCHAR *src, int srclen, char *dst, int dstlen) argument
65 if ((flags & NORM_IGNORESYMBOLS) && (get_char_typeW(wch) & (C1_PUNCT | C1_SPACE)))
68 if (flags & NORM_IGNORECASE) wch = tolowerW(wch);
123 if ((flags & NORM_IGNORESYMBOLS) && (get_char_typeW(wch) & (C1_PUNCT | C1_SPACE)))
126 if (flags & NORM_IGNORECASE) wch = tolowerW(wch);
168 static inline int compare_unicode_weights(int flags, const WCHAR *str1, int len1, argument
180 if (flags & NORM_IGNORESYMBOLS)
202 if (!(flags
239 compare_diacritic_weights(int flags, const WCHAR *str1, int len1, const WCHAR *str2, int len2) argument
288 compare_case_weights(int flags, const WCHAR *str1, int len1, const WCHAR *str2, int len2) argument
343 wine_compare_string(int flags, const WCHAR *str1, int len1, const WCHAR *str2, int len2) argument
[all...]
H A Dwctomb.c81 static inline int is_valid_sbcs_mapping( const struct sbcs_table *table, int flags, argument
84 if ((flags & WC_NO_BEST_FIT_CHARS) || ch == (unsigned char)table->info.def_char)
90 static int get_length_sbcs( const struct sbcs_table *table, int flags, argument
106 if ((flags & WC_COMPOSITECHECK) && (srclen > 1) && (composed = compose(src)))
110 if (is_valid_sbcs_mapping( table, flags, composed, ch ))
117 /* no mapping for the composed char, check the other flags */
118 if (flags & WC_DEFAULTCHAR) /* use the default char instead */
125 if (flags & WC_DISCARDNS) /* skip the second char of the composition */
135 *used = !is_valid_sbcs_mapping( table, flags, wch, ch );
205 /* slow version of wcstombs_sbcs that handles the various flags */
206 wcstombs_sbcs_slow( const struct sbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen, const char *defchar, int *used ) argument
274 is_valid_dbcs_mapping( const struct dbcs_table *table, int flags, WCHAR wch, unsigned short ch ) argument
291 get_length_dbcs( const struct dbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, const char *defchar, int *used ) argument
384 wcstombs_dbcs_slow( const struct dbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen, const char *defchar, int *used ) argument
455 wine_cp_wcstombs( const union cptable *table, int flags, const WCHAR *src, int srclen, char *dst, int dstlen, const char *defchar, int *used ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddgaproc.h30 int flags; /* DGA_CONCURRENT_ACCESS, etc... */ member in struct:__anon6722
104 int *offset, int *flags);
H A Ddri2.h44 unsigned int flags; member in struct:__anon6747
H A Ddristruct.h57 DRIContextFlags flags; member in struct:_DRIContextPrivRec

Completed in 142 milliseconds

1234567891011>>