/third_party/musl/porting/liteos_a/user/src/signal/ |
H A D | sigaction.c | 277 void __get_handler_set(sigset_t *set) in __get_handler_set() argument 333 unsigned long set[_NSIG/(8*sizeof(long))]; in __sigaction() local
|
/third_party/musl/src/sigchain/linux/ |
H A D | sigchain.c | 121 static int sigchain_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigchain_sigmask() argument 491 void intercept_pthread_sigmask(int how, sigset_t *restrict set) in intercept_pthread_sigmask() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uniset.cpp | 83 static inline void _dbgct(UnicodeSet* set) { in _dbgct() argument 91 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() argument [all...] |
H A D | characterproperties.cpp | 60 _set_add(USet *set, UChar32 c) { in _set_add() argument 65 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument 70 _set_addString(USet *set, const char16_t *str, int32_t length) { in _set_addString() argument 397 UnicodeSet *set = sets[property]; getBinaryPropertySet() local 410 const UnicodeSet *set = CharacterProperties::getBinaryPropertySet(property, *pErrorCode); u_getBinaryPropertySet() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationsets.cpp | 597 ContractionsAndExpansions::addStrings(UChar32 start, UChar32 end, UnicodeSet *set) { in addStrings() argument
|
H A D | astro.h | 98 void set(double lat, double lon) { in set() function in CalendarAstronomer::Ecliptic 165 void set(double asc, double dec) { in set() function in CalendarAstronomer::Equatorial 239 void set(double alt, double azim) { in set() function in CalendarAstronomer::Horizon 592 void set(double l) { value = l; } set() function in CalendarAstronomer::MoonAge [all...] |
H A D | cpdtrans.cpp | 444 UnicodeSet set; in handleGetSourceSet() local 466 UnicodeSet set; in getTargetSet() local [all...] |
H A D | numparse_decimal.cpp | 49 auto* set = new UnicodeSet(); in DecimalMatcher() local 65 auto* set = new UnicodeSet(); in DecimalMatcher() local [all...] |
H A D | regexcmp.cpp | 98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() argument 1555 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1562 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1569 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1578 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1586 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1597 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1607 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1618 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1627 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1639 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local 1646 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local [all...] |
H A D | repattrn.cpp | 790 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val); in dumpOp() local 804 UnicodeSet &set = RegexStaticSets::gStaticSets->fPropSets[val]; in dumpOp() local
|
H A D | scriptset.cpp | 70 ScriptSet &ScriptSet::set(UScriptCode script, UErrorCode &status) { in set() function in ScriptSet
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | writesrc.cpp | 399 const UnicodeSet* set = UnicodeSet::fromUSet(pSet); in usrc_writeUnicodeSet() local
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_descriptor_set.c | 290 panvk_descriptor_set_destroy(struct panvk_device *device, struct panvk_descriptor_pool *pool, struct panvk_descriptor_set *set) panvk_descriptor_set_destroy() argument [all...] |
/third_party/mesa3d/src/util/ |
H A D | set.c | 181 _mesa_set_clone(struct set *set, void *dst_mem_ctx) in _mesa_set_clone() argument 238 _mesa_set_clear(struct set *set, void (*delete_function)(struct set_entry *entry)) _mesa_set_clear() argument 293 _mesa_set_search(const struct set *set, const void *key) _mesa_set_search() argument 300 _mesa_set_search_pre_hashed(const struct set *set, uint32_t hash, const void *key) _mesa_set_search_pre_hashed() argument 372 _mesa_set_resize(struct set *set, uint32_t entries) _mesa_set_resize() argument 480 _mesa_set_add(struct set *set, const void *key) _mesa_set_add() argument 487 _mesa_set_add_pre_hashed(struct set *set, uint32_t hash, const void *key) _mesa_set_add_pre_hashed() argument 495 _mesa_set_search_and_add(struct set *set, const void *key, bool *replaced) _mesa_set_search_and_add() argument 504 _mesa_set_search_and_add_pre_hashed(struct set *set, uint32_t hash, const void *key, bool *replaced) _mesa_set_search_and_add_pre_hashed() argument 522 _mesa_set_search_or_add(struct set *set, const void *key, bool *found) _mesa_set_search_or_add() argument 529 _mesa_set_search_or_add_pre_hashed(struct set *set, uint32_t hash, const void *key, bool *found) _mesa_set_search_or_add_pre_hashed() argument 558 _mesa_set_remove_key(struct set *set, const void *key) _mesa_set_remove_key() argument [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.cpp | 390 const UnicodeSet* set = UnicodeSet::fromUSet(pSet); in usrc_writeUnicodeSet() local
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | AnyTransliterator.java | 215 public static void set(Position run, Position current) { in set() method in AnyTransliterator.ScriptRunIterator
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spooftest.c | 414 const USet *set; in TestUSpoofCAPI() local
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | canittst.cpp | 147 Hashtable *set = new Hashtable(false, status); in TestBasic() local
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
H A D | utimensat01.c | 179 static void change_attr(struct test_case *tc, int fd, int set) in change_attr() argument
|
/third_party/libinput/test/ |
H A D | test-quirks.c | 1342 bool set = _i; /* ranged test */ in START_TEST() local
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
H A D | string_piece.h | 70 void set(const char* data, size_type len) { in set() function in i18n::phonenumbers::StringPiece 74 void set(const char* str) { in set() function in i18n::phonenumbers::StringPiece 78 void set(const void* data, size_type len) { in set() function in i18n::phonenumbers::StringPiece
|
/third_party/node/deps/v8/src/codegen/ |
H A D | reglist-base.h | 48 constexpr void set(RegisterT reg) { in set() function in v8::internal::RegListBase
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts-inl.h | 81 void Context::set(int index, Object value, WriteBarrierMode mode) { in set() function in v8::internal::Context 101 void Context::set(int index, Object value, WriteBarrierMode mode, in set() function in v8::internal::Context 110 void NativeContext::set(int index, Object value, WriteBarrierMode mode, in set() function in v8::internal::NativeContext [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.cpp | 225 BitSet::andNot(const BitSet &set) in andNot() argument 233 BitSet& BitSet::operator|=(const BitSet &set) in operator |=() argument [all...] |
/third_party/musl/libc-test/src/functionalext/sigchain/ |
H A D | sigchain_add_special_handler.c | 67 sigset_t set = {0}; in sigchain_add_special_handler_001() local 131 sigset_t set = {0}; in sigchain_add_special_handler_002() local 197 sigset_t set = {0}; in sigchain_add_special_handler_003() local 232 sigset_t set = {0}; in sigchain_add_special_handler_004() local 279 sigset_t set = {0}; in sigchain_add_special_handler_005() local 328 sigset_t set = {0}; sigchain_add_special_handler_006() local 378 sigset_t set = {0}; sigchain_add_special_handler_007() local 428 sigset_t set = {0}; sigchain_add_special_handler_008() local 497 sigset_t set = {0}; sigchain_add_special_handler_009() local [all...] |