Searched defs:set (Results 1 - 25 of 75) sorted by path

123

/haiku/headers/cpp/std/
H A Dbastring.cc182 set (size_t pos, const charT c, size_t n) function in class:basic_string::Rep
H A Dstraits.h95 static char_type* set (char_type* s1, const char_type& c, size_t n) function in struct:string_char_traits
130 static char_type* set (char_type* s1, const char_type& c, size_t n) function in struct:string_char_traits
/haiku/headers/cpp/
H A Dstl_set.h48 class set { class
75 set() : _M_t(_Compare(), allocator_type()) {} function in class:set
76 explicit set(const _Compare& __comp, function in class:set
82 set(_InputIterator __first, _InputIterator __last) function in class:set
87 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, function in class:set
91 set(const value_type* __first, const value_type* __last) function in class:set
95 set(cons function in class:set
100 set(const_iterator __first, const_iterator __last) function in class:set
104 set(const_iterator __first, const_iterator __last, const _Compare& __comp, function in class:set
109 set(const set<_Key,_Compare,_Alloc>& __x) argument
110 operator =(const set<_Key, _Compare, _Alloc>& __x) argument
184 operator ==(const set<_Key,_Compare,_Alloc>& __x, const set<_Key,_Compare,_Alloc>& __y) argument
190 operator <(const set<_Key,_Compare,_Alloc>& __x, const set<_Key,_Compare,_Alloc>& __y) argument
[all...]
H A Dstreambuf.h213 void set(iostate flag) { _state |= flag; function in class:ios
/haiku/headers/libs/agg/
H A Dagg_gamma_functions.h78 void set(double s, double e) { m_start = s; m_end = e; } function in class:agg::gamma_linear
/haiku/headers/private/libroot/
H A Dsignal_private.h29 to_beos_sigset(sigset_t set) argument
46 sigset_t set = beosSet; local
[all...]
/haiku/headers/private/shared/
H A DHashSet.h100 Iterator(const HashSet<Key>* set) argument
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.h37 void (*set) (void *card, const void *cookie, int32 type, float *values); member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.h40 void (*set) (void *card, const void *cookie, int32 type, float *values); member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.h17 void (*set) (void *card, const void *cookie, int32 type, float *values); member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.h40 void (*set) (void *card, MIXER_AUDIO_CHANNEL, int32 type, float *values); member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.h37 void (*set) (void *card, const void *cookie, int32 type, float *values); member in struct:_multi_mixer_control
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp77 bool set = argc == 3; local
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_recv.c68 ar9300_set_rx_abort(struct ath_hal *ah, HAL_BOOL set) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4770 wpi_process_key(struct ieee80211vap *vap, const struct ieee80211_key *k, int set) argument
[all...]
/haiku/src/apps/showimage/
H A DSelectionBox.cpp124 bool set = (p & 0x80) != 0; local
/haiku/src/apps/sudoku/
H A DSudokuField.cpp18 mask(uint32 set) argument
H A DSudokuSolver.cpp174 uint32 set = 0; local
/haiku/src/bin/network/telnet/
H A Dcommands.c802 settogglehelp(int set) argument
[all...]
/haiku/src/build/libbe/storage/
H A DEntry.cpp882 BEntry::set(int dirFD, const char *path, bool traverse) function in class:BEntry
[all...]
/haiku/src/libs/agg/src/
H A Dagg_line_profile_aa.cpp56 void line_profile_aa::set(double center_width, double smoother_width) function in class:agg::line_profile_aa
/haiku/src/system/kernel/debug/
H A Ddebug_paranoia.cpp371 add_check_set(ParanoiaCheckSet* set) argument
380 remove_check_set(ParanoiaCheckSet* set) argument
401 ParanoiaCheckSet* set = sCheckSetHash[slot]; local
424 ParanoiaCheckSet* set = lookup_check_set(object); local
453 ParanoiaCheckSet* set = lookup_check_set(object); local
478 ParanoiaCheckSet* set = lookup_check_set(object); local
512 ParanoiaCheckSet* set = lookup_check_set(object); local
565 ParanoiaCheckSet* set = lookup_check_set(object); local
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c955 re_node_set_alloc(re_node_set *set, int size) argument
967 re_node_set_init_1(re_node_set *set, int elem) argument
983 re_node_set_init_2(re_node_set *set, int elem1, int elem2) argument
1265 re_node_set_insert(re_node_set *set, int elem) argument
1322 re_node_set_insert_last(re_node_set *set, int elem) argument
1360 re_node_set_contains(const re_node_set *set, int elem) argument
1382 re_node_set_remove_at(re_node_set *set, int idx) argument
[all...]
H A Dregex_internal.h692 bitset_not(bitset_t set) argument
[all...]
/haiku/src/system/libroot/posix/signal/
H A Dset_signal_mask.cpp35 sigset_t set; local
55 __sigprocmask(int how, const sigset_t* set, sigset_t* oldSet) argument
62 __pthread_sigmask(int how, const sigset_t* set, sigset_t* oldSet) argument
[all...]

Completed in 132 milliseconds

123