Searched refs:flags (Results 1 - 25 of 2754) sorted by path

1234567891011>>

/haiku-fatelf/
H A Dconfigure94 HAIKU_CPPFLAGS The preprocessor flags. Defaults to "".
95 HAIKU_CCFLAGS The C flags. Defaults to "".
96 HAIKU_CXXFLAGS The C++ flags. Defaults to "".
97 HAIKU_LDFLAGS The linker flags. Defaults to "".
98 HAIKU_ARFLAGS The flags passed to HAIKU_AR for archiving.
100 HAIKU_UNARFLAGS The flags passed to HAIKU_AR for unarchiving.
/haiku-fatelf/data/bin/
H A Dfreetype-config36 --libs display flags for linking with the FreeType library
38 --cflags display flags for compiling with the FreeType
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit1209 local flags="--track --no-track --no-guess" track=1
1210 if [ -n "$(__git_find_on_cmdline "$flags")" ]; then
2581 --repack-flags --use-log-author --localtime
/haiku-fatelf/headers/build/os/app/
H A DRoster.h44 uint32 flags; member in struct:app_info
49 // app flags
58 // watching request flags
152 uint32 flags, team_id team, thread_id thread,
170 void SetAppFlags(team_id team, uint32 flags) const;
/haiku-fatelf/headers/build/os/drivers/
H A DDrivers.h19 typedef status_t (*device_open_hook) (const char *name, uint32 flags, void **cookie);
/haiku-fatelf/headers/build/os/interface/
H A DBitmap.h38 BBitmap(BRect bounds, uint32 flags, color_space colorSpace,
89 void InitObject(BRect bounds, color_space colorSpace, uint32 flags,
/haiku-fatelf/headers/build/os/kernel/
H A Dfs_info.h11 /* fs_info.flags */
27 uint32 flags; /* flags (see above) */ member in struct:fs_info
H A Dimage.h56 // flags for _kern_load_image()
106 extern _IMPEXP_ROOT void clear_caches(void *addr, size_t len, uint32 flags);
/haiku-fatelf/headers/build/os/storage/
H A DAppFileInfo.h64 status_t GetAppFlags(uint32 *flags) const;
65 status_t SetAppFlags(uint32 flags);
/haiku-fatelf/headers/build/private/app/
H A DMessagePrivate.h44 uint16 flags; member in struct:BMessage::field_header
57 uint32 flags; member in struct:BMessage::message_header
136 fMessage->fHeader->flags |= MESSAGE_FLAG_WAS_DROPPED;
138 fMessage->fHeader->flags &= ~MESSAGE_FLAG_WAS_DROPPED;
/haiku-fatelf/headers/build/private/kernel/
H A Dsyscalls.h53 uint32 flags, bigtime_t timeout);
55 extern status_t _kern_acquire_sem_etc(sem_id id, uint32 count, uint32 flags, bigtime_t timeout);
57 extern status_t _kern_release_sem_etc(sem_id id, uint32 count, uint32 flags);
68 // uint32 flags);
73 // extern thread_id _kern_wait_for_child(thread_id child, uint32 flags,
119 // const char *fs_name, uint32 flags, const char *args);
120 // extern status_t _kern_unmount(const char *path, uint32 flags);
158 // extern status_t _kern_create_index(dev_t device, const char *name, uint32 type, uint32 flags);
164 // uint32 flags, port_id port, int32 token);
187 // extern status_t _kern_start_watching(dev_t device, ino_t node, uint32 flags,
[all...]
/haiku-fatelf/headers/compatibility/gnu/sys/
H A Dxattr.h32 size_t size, int flags);
34 size_t size, int flags);
36 size_t size, int flags);
/haiku-fatelf/headers/cpp/
H A Dbitset898 if (__is.flags() & ios::skipws) {
H A Diostream.h55 if (flags() & (ios::unitbuf|ios::stdio))
167 if (!need && (flags() & ios::skipws)) return _skip_ws();
176 if (flags() & ios::skipws) return _skip_ws();
H A Dropeimpl.h909 bool __left = bool(__o.flags() & ios::left);
H A Dstreambuf.h151 // NOTE: If adding flags here, before to update ios::bitalloc().
186 fmtflags flags() const { return _flags; } function in class:ios
187 fmtflags flags(fmtflags new_val) { function in class:ios
270 // the remaining bits are abailable for variable flags.
346 streambuf(int flags=0);
/haiku-fatelf/headers/libs/agg/
H A Dagg_clip_liang_barsky.h236 T* x, T* y, unsigned flags)
240 if(flags & clipping_flags_x_clipped)
246 bound = (flags & clipping_flags_x1_clipped) ? clip_box.x1 : clip_box.x2;
251 flags = clipping_flags_y(*y, clip_box);
252 if(flags & clipping_flags_y_clipped)
258 bound = (flags & clipping_flags_y1_clipped) ? clip_box.y1 : clip_box.y2;
234 clip_move_point(T x1, T y1, T x2, T y2, const rect_base<T>& clip_box, T* x, T* y, unsigned flags) argument
H A Dagg_path_storage.h597 // A container to store vertices with their flags.
672 void end_poly(unsigned flags = path_flags_close);
673 void close_polygon(unsigned flags = path_flags_none);
1073 inline void path_base<VC>::end_poly(unsigned flags) argument
1077 m_vertices.add_vertex(0.0, 0.0, path_cmd_end_poly | flags);
1083 inline void path_base<VC>::close_polygon(unsigned flags) argument
1085 end_poly(path_flags_close | flags);
H A Dagg_rasterizer_outline_aa.h79 unsigned flags; member in struct:agg::rasterizer_outline_aa::draw_vars
246 switch(dv.flags)
254 if(m_line_join == outline_round_join && (dv.flags & 2) == 0)
283 dv.flags = 3;
287 dv.flags >>= 1;
288 dv.flags |= ((dv.curr.diagonal_quadrant() ==
290 if((dv.flags & 2) == 0)
297 dv.flags >>= 1;
298 dv.flags |= ((dv.curr.diagonal_quadrant() ==
303 dv.flags
[all...]
H A Dagg_renderer_outline_aa.h1583 unsigned flags = clip_line_segment(&x1, &y1, &x2, &y2, m_clip_box); local
1584 if((flags & 4) == 0)
1586 if(flags)
1638 unsigned flags = clip_line_segment(&x1, &y1, &x2, &y2, m_clip_box); local
1639 if((flags & 4) == 0)
1641 if(flags)
1645 if(flags & 1)
1705 unsigned flags = clip_line_segment(&x1, &y1, &x2, &y2, m_clip_box); local
1706 if((flags & 4) == 0)
1708 if(flags)
1777 unsigned flags = clip_line_segment(&x1, &y1, &x2, &y2, m_clip_box); local
[all...]
H A Dagg_renderer_outline_image.h946 unsigned flags = clip_line_segment(&x1, &y1, &x2, &y2, m_clip_box); local
948 if((flags & 4) == 0)
950 if(flags)
954 if(flags & 1)
968 if(flags & 2)
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dgen.h91 GEN_SAMPLEMODE, /**< Sample mode flags */
111 unsigned char flags; /**< Is the generator set or not (#fluid_gen_flags) */ member in struct:_fluid_gen_t
118 * Enum value for 'flags' field of #_fluid_gen_t (not really flags).
H A Dmod.h54 example: in the flags of a SF modulator, the polarity bit is bit
90 FLUIDSYNTH_API void fluid_mod_set_source1(fluid_mod_t* mod, int src, int flags);
91 FLUIDSYNTH_API void fluid_mod_set_source2(fluid_mod_t* mod, int src, int flags);
/haiku-fatelf/headers/libs/ncurses/
H A Dcurses.h355 short _flags; /* window state flags */
447 * Bits to set in _nc_event.data.flags
465 unsigned int flags; member in struct:__anon104::__anon105::__anon106
/haiku-fatelf/headers/libs/png/
H A Dpng.h831 png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is
1140 png_uint_32 flags PNG_DEPSTRUCT; /* flags indicating various
1207 png_byte do_filter PNG_DEPSTRUCT; /* row filter flags (see
1376 png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is
1668 png_uint_32 filler, int flags));
1674 png_uint_32 filler, int flags));
1849 /* Flags for png_set_filter() to say which filters to use. The flags
1863 /* Filter values (not flags) - used in pngwrite.c, pngwutil.c for now.
2580 /* The flags returne
[all...]

Completed in 395 milliseconds

1234567891011>>