Searched refs:hidden (Results 1 - 25 of 45) sorted by relevance

12

/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl.h8 hidden int __month_to_secs(int, int);
9 hidden long long __year_to_secs(long long, int *);
10 hidden long long __tm_to_secs(const struct tm *);
11 hidden int __secs_to_tm(long long, struct tm *);
12 hidden size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc);
13 hidden const char *__strftime_fmt_1(char (*)[100], size_t *, int, const struct tm *, locale_t, int);
/haiku/src/system/libroot/posix/musl/math/
H A D__invtrigl.h6 hidden extern const long double pio2_hi, pio2_lo;
8 hidden long double __invtrigl_R(long double z);
H A Dlog2f_data.h12 extern hidden const struct log2f_data {
H A Dlogf_data.h12 extern hidden const struct logf_data {
H A Dpow_data.h12 extern hidden const struct pow_log_data {
H A Dpowf_data.h19 extern hidden const struct powf_log2_data {
H A Dexp2f_data.h14 extern hidden const struct exp2f_data {
H A Dexp_data.h15 extern hidden const struct exp_data {
H A Dlog2_data.h13 extern hidden const struct log2_data {
H A Dlog_data.h13 extern hidden const struct log_data {
/haiku/src/system/libroot/posix/musl/search/
H A Dtsearch.h13 hidden int __tsearch_balance(void **);
/haiku/src/system/libroot/posix/arch/generic/
H A Dfesetround.c11 #define hidden __attribute__((__visibility__("hidden"))) macro
15 hidden int __fesetround(int);
/haiku/src/system/libroot/posix/musl/internal/
H A Dlibm.h234 hidden int __rem_pio2_large(double*,double*,int,int,int);
236 hidden int __rem_pio2(double,double*);
237 hidden double __sin(double,double,int);
238 hidden double __cos(double,double);
239 hidden double __tan(double,double,int);
240 hidden double __expo2(double);
242 hidden int __rem_pio2f(float,double*);
243 hidden float __sindf(double);
244 hidden float __cosdf(double);
245 hidden floa
[all...]
/haiku/src/system/libroot/posix/musl/include/
H A Dfeatures.h5 #define hidden __attribute__((__visibility__("hidden"))) macro
/haiku/src/system/libroot/posix/arch/m68k/
H A Dfenv.c11 #define hidden __attribute__((__visibility__("hidden"))) macro
63 hidden int __fesetround(int r)
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.h31 bool enabled, bool hidden,
H A DBreakpointSetting.cpp54 bool hidden, const BString& conditionExpression)
68 fHidden = hidden;
103 if (archive.FindBool("hidden", &fHidden) != B_OK)
131 || (error = archive.AddBool("hidden", fHidden)) != B_OK
53 SetTo(const UserBreakpointLocation& location, bool enabled, bool hidden, const BString& conditionExpression) argument
/haiku/src/add-ons/kernel/file_systems/udf/drive_setup_addon/
H A Dudf-ds.cpp30 bool hidden; //"non-file system" partition member in struct:partition_data
/haiku/src/kits/debugger/model/
H A DUserBreakpoint.cpp169 UserBreakpoint::SetHidden(bool hidden) argument
171 fHidden = hidden;
/haiku/src/system/libroot/posix/glibc/include/arch/sparc/
H A Dsysdep.h30 .hidden __sparc_get_pc_thunk.reg; \
/haiku/src/apps/terminal/
H A DTerminalBuffer.h43 void SetCursorHidden(bool hidden);
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h106 void SetHidden(bool hidden);
/haiku/src/system/libroot/posix/musl/arch/arm/
H A Datomic_arch.h9 extern hidden uintptr_t __a_cas_ptr, __a_barrier_ptr;
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h76 int hidden:1; /* don't list in readdir */ member in struct:fs_node
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp431 Desktop::SetWindowHidden(WindowLayer* window, bool hidden) argument
437 if (window->IsHidden() != hidden) {
439 window->SetHidden(hidden);
443 if (hidden) {
449 // hidden windows are excluded from the
458 if (!hidden) {
466 // when the window was hidden, the dirty region

Completed in 230 milliseconds

12