/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | cacheasm.h | 38 .set _reps, 1 40 .set _reps, 2 42 .set _reps, 4 46 .set _index, 0 49 .set _index, _index + 1
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | io.c | 92 if (ca->set->error_decay) { in bch_count_io_errors() 95 while (count > ca->set->error_decay) { in bch_count_io_errors() 98 unsigned int new = count - ca->set->error_decay; in bch_count_io_errors() 126 if (errors < ca->set->error_limit) in bch_count_io_errors() 131 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 26 cpu_set_t set; in child() local 28 CPU_ZERO(&set); in child() 29 CPU_SET(cpu, &set); in child() 30 if (sched_setaffinity(0, sizeof(set), &set) != 0) { in child()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 45 // wipe bits not belong to this set
in verify() 50 // wipe each bit defined in this set
in verify() 71 // must set to 0 here, because we will do bit-OR arithmetic later
in eleForName() 90 // set this bit
in eleForName() 173 const TestFlag* set = sets.at(i);
in CheckFlagsLegality() local 175 if (!set->verify(flags, buf)) {
in CheckFlagsLegality() 186 const TestFlag* set = sets.at(i);
in flagForName() local 187 if (!compareStringsByIgnoreCase(set_name, set->naming())) {
in flagForName() 190 return set->eleForName(ele_name, result);
in flagForName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
H A D | StandardPluralRanges.java | 27 * An immutable map from language codes to set IDs. 67 // Check if another thread set languageToSet in the mean time in getLanguageToSet() 104 String set, in getPluralRangesData() 111 sb.append(set); in getPluralRangesData() 124 /** Create a StandardPluralRanges based on set name. */ 125 public static StandardPluralRanges forSet(String set) { in forSet() argument 127 if (set == null) { in forSet() 131 getPluralRangesData(set, result); in forSet() 135 /** Get the set name from the locale. */ 103 getPluralRangesData( String set, StandardPluralRanges out) getPluralRangesData() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | EmojiProps.java | 109 public UnicodeSet addPropertyStarts(UnicodeSet set) { in addPropertyStarts() argument 114 set.add(start); in addPropertyStarts() 117 return set; in addPropertyStarts() 177 public void addStrings(int which, UnicodeSet set) { in addStrings() argument 192 set.add(entry.chars); in addStrings()
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_mock.js | 110 // Remove NaN values from parameters to "set" function. 111 const set = type.prototype.set; 112 type.prototype.set = function(array, offset) { 116 set.apply(this, [array, offset]); 142 set: function(target, prop, value, receiver) {
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | dtfmtrtperf.h | 94 cal->set(1900, UCAL_JANUARY, 1); in call() 96 cal->set(2040, UCAL_JANUARY, 1); in call() 108 cal->set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); in call() 176 // Before parse, set unknown zone to SimpleDateFormat instance in call() 178 // originally set. in call() 189 outcal->set(UCAL_DST_OFFSET, badDstOffset); in call() 190 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset); in call()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 18-1.c | 160 sigset_t set; in test() local 166 ret = sigemptyset(&set); in test() 169 UNRESOLVED(ret, "Failed to initialize signal set"); in test() 188 ret = sigdelset(&set, signals[j - NSIG]); in test() 190 ret = sigaddset(&set, signals[j]); in test() 194 "Failed to initialize signal set"); in test() 197 ret = pthread_sigmask(operation[i], &set, NULL); in test() 205 "Failed to initialize signal set"); in test() 240 /* We prepare a signal set which includes SIGUSR1 and SIGUSR2 */ in main() 248 UNRESOLVED(ret, "Unable to add SIGUSR1 or 2 to a signal set"); in main() [all...] |
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/ |
H A D | pthread_kill_latency.c | 117 sigset_t set, oset; in signal_receiving_thread() local 130 if ((sigaddset(&set, SIGNALNUMBER))) { in signal_receiving_thread() 134 if ((ret = pthread_sigmask(SIG_BLOCK, &set, &oset))) { in signal_receiving_thread() 151 sigwait(&set, &sig); in signal_receiving_thread() 160 sigwait(&set, &sig); in signal_receiving_thread()
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | connect.js | 40 set (sessionKey, session) { 45 this._sessionCache.set(sessionKey, new WeakRef(session)) 60 set (sessionKey, session) { 71 this._sessionCache.set(sessionKey, session) 114 sessionCache.set(sessionKey, session)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield_method_mangling.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 125 self._bitfield_1.set(0usize, 24u8, val as u64) in set_pad3() 138 self._bitfield_1.set(24usize, 8u8, val as u64) in set_type() 148 __bindgen_bitfield_unit.set(0usize, 24u8, { 152 __bindgen_bitfield_unit.set(24usize, 8u8, {
|
H A D | bitfield-linux-32.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 133 self._bitfield_1.set(0usize, 56u8, val as u64) in set_x() 146 self._bitfield_1.set(56usize, 8u8, val as u64) in set_y() 156 __bindgen_bitfield_unit.set(0usize, 56u8, { 160 __bindgen_bitfield_unit.set(56usize, 8u8, {
|
H A D | only_bitfields.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 124 self._bitfield_1.set(0usize, 1u8, val as u64) in set_a() 137 self._bitfield_1.set(1usize, 7u8, val as u64) in set_b() 147 __bindgen_bitfield_unit.set(0usize, 1u8, { 151 __bindgen_bitfield_unit.set(1usize, 7u8, {
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrRect.h | 27 r.set(0, 0, w, h); in MakeWH() 33 r.set(x, y, x + w, y + h); in MakeXYWH() 39 r.set(ir); in Make() 50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set() function 57 void set(const SkIRect& r) { in set() function
|
/third_party/skia/src/core/ |
H A D | SkTLazy.h | 31 this->set(*that); in operator =() 40 this->set(std::move(*that)); in operator =() 50 * set()) it will first be destroyed, so that a freshly initialized 65 T* set(const T& src) { in set() function in SkTLazy 74 T* set(T&& src) { in set() function in SkTLazy 84 * Destroy the lazy object (if it was created via init() or set()) 188 fLazy.set(*fObj); in writable()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.h | 19 #include <set> 124 std::set<uint32_t>&& ids_to_preserve = std::set<uint32_t>()) in AssemblyContext() 236 // Returns a set consisting of each ID generated by spvNamedIdAssignOrGet from 239 std::set<uint32_t> GetNumericIds() const; 259 std::set<uint32_t> ids_to_preserve_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.h | 19 #include <set> 124 std::set<uint32_t>&& ids_to_preserve = std::set<uint32_t>()) in AssemblyContext() 236 // Returns a set consisting of each ID generated by spvNamedIdAssignOrGet from 239 std::set<uint32_t> GetNumericIds() const; 259 std::set<uint32_t> ids_to_preserve_;
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | SlabAllocatorTests.cpp | 103 std::set<Foo*> objects; in TEST() 113 std::set<Foo*> reallocatedObjects; in TEST() 132 std::set<Foo*> objects; in TEST() 133 std::set<Foo*> set3; in TEST() 134 std::set<Foo*> set7; in TEST()
|
/third_party/spirv-tools/source/reduce/ |
H A D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 18 #include <set> 42 std::map<uint32_t, std::set<opt::Instruction*>> unused_member_to_structs; in GetAvailableOpportunities() 52 std::set<uint32_t> unused_members; in GetAvailableOpportunities() 74 {member, std::set<opt::Instruction*>()}); in GetAvailableOpportunities() 159 std::map<uint32_t, std::set<opt::Instruction*>>* in MarkAccessedMembersAsUsed() 180 // member index, but only if a set of struct types is known to be in MarkAccessedMembersAsUsed()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.h | 19 #include <set> 124 std::set<uint32_t>&& ids_to_preserve = std::set<uint32_t>()) in AssemblyContext() 236 // Returns a set consisting of each ID generated by spvNamedIdAssignOrGet from 239 std::set<uint32_t> GetNumericIds() const; 259 std::set<uint32_t> ids_to_preserve_;
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | sysfs.c | 122 enum btrfs_feature_set set) in get_features() 125 if (set == FEAT_COMPAT) in get_features() 127 else if (set == FEAT_COMPAT_RO) in get_features() 134 enum btrfs_feature_set set, u64 features) in set_features() 137 if (set == FEAT_COMPAT) in set_features() 139 else if (set == FEAT_COMPAT_RO) in set_features() 148 u64 set, clear; in can_modify_feature() local 151 set = BTRFS_FEATURE_COMPAT_SAFE_SET; in can_modify_feature() 155 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET; in can_modify_feature() 159 set in can_modify_feature() 121 get_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set) get_features() argument 133 set_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set, u64 features) set_features() argument 198 u64 features, set, clear; btrfs_feature_attr_store() local 1363 int set; addrm_unknown_feature_attrs() local 1487 btrfs_feature_set_name(enum btrfs_feature_set set) btrfs_feature_set_name() argument 1492 btrfs_printable_features(enum btrfs_feature_set set, u64 flags) btrfs_printable_features() argument 1520 int set, i; init_feature_attrs() local [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateIntervalFormatTest.java | 1589 from.set(2000, Calendar.JANUARY, 1, 12, 0); in testGetInstance_String_DateIntervalInfo() 1591 to.set(2001, Calendar.FEBRUARY, 1, 12, 0); in testGetInstance_String_DateIntervalInfo() 1605 from.set(2000, Calendar.JANUARY, 1, 12, 0); in testGetInstance_String_Locale_DateIntervalInfo() 1607 to.set(2001, Calendar.FEBRUARY, 1, 12, 0); in testGetInstance_String_Locale_DateIntervalInfo() 1649 fromCalendar.set(2016, 5, 22); in TestDateIntervalFormatCoverage() 1651 toCalendar.set(2016, 5, 23); in TestDateIntervalFormatCoverage() 1665 from.set(2013, 3, 26); in TestTicket9919GetInstance() 1666 to.set(2013, 3, 28); in TestTicket9919GetInstance() 1705 from.set(2013, 3, 26); in TestTicket9919Setter() 1706 to.set(201 in TestTicket9919Setter() [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_ext_seccomp_test.cpp | 70 std::cout << "PR_SET_NO_NEW_PRIVS set fail " << std::endl;
in StartChild() 75 std::cout << "SetSeccompPolicy set fail fiterName is " << filterName << std::endl;
in StartChild() 112 sigset_t set;
in CheckSyscall() local 118 sigemptyset(&set);
in CheckSyscall() 119 sigaddset(&set, SIGCHLD);
in CheckSyscall() 120 sigprocmask(SIG_BLOCK, &set, nullptr);
in CheckSyscall() 121 sigaddset(&set, SIGSYS);
in CheckSyscall() 139 if (sigtimedwait(&set, nullptr, &waitTime) == -1) { /* Wait for 5 seconds */
in CheckSyscall()
|
/base/global/i18n/frameworks/intl/include/ |
H A D | i18n_timezone.h | 22 #include <set> 48 static std::set<std::string> GetAvailableIDs(I18nErrorCode &errorCode); 49 static std::set<std::string> GetAvailableZoneCityIDs(); 79 static std::set<std::string> supportedLocales; 80 static std::set<std::string> availableZoneCityIDs; 99 static void GetTimezoneIDFromZoneInfo(std::set<std::string> &availableIDs, std::string &parentPath,
|