/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bgmac.h | 493 u32 set); 496 u32 set); 552 u32 mask, u32 set) in bgmac_cco_ctl_maskset() 554 bgmac->cco_ctl_maskset(bgmac, offset, mask, set); in bgmac_cco_ctl_maskset() 563 u32 mask, u32 set) in bgmac_cmn_maskset32() 565 bgmac->cmn_maskset32(bgmac, offset, mask, set); in bgmac_cmn_maskset32() 569 u32 set) in bgmac_maskset() 571 bgmac_write(bgmac, offset, (bgmac_read(bgmac, offset) & mask) | set); in bgmac_maskset() 579 static inline void bgmac_set(struct bgmac *bgmac, u16 offset, u32 set) in bgmac_set() argument 581 bgmac_maskset(bgmac, offset, ~0, set); in bgmac_set() 551 bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, u32 mask, u32 set) bgmac_cco_ctl_maskset() argument 562 bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) bgmac_cmn_maskset32() argument 568 bgmac_maskset(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) bgmac_maskset() argument 584 bgmac_umac_maskset(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) bgmac_umac_maskset() argument [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | suni.c | 109 if (set) PUT(GET(reg) | bit,reg); \ 115 static int change_diag(struct atm_dev *dev,void __user *arg,int set) in change_diag() argument 137 int set; in get_diag() local 139 set = 0; in get_diag() 140 if (GET(TSOP_DIAG) & SUNI_TSOP_DIAG_DBIP8) set |= SONET_INS_SBIP; in get_diag() 141 if (GET(TLOP_DIAG) & SUNI_TLOP_DIAG_DBIP) set |= SONET_INS_LBIP; in get_diag() 142 if (GET(TPOP_CD) & SUNI_TPOP_DIAG_DB3) set |= SONET_INS_PBIP; in get_diag() 144 if (GET(TSOP_CTRL) & SUNI_TSOP_CTRL_LAIS) set |= SONET_INS_LAIS; in get_diag() 145 if (GET(TPOP_CD) & SUNI_TPOP_DIAG_PAIS) set |= SONET_INS_PAIS; in get_diag() 146 if (GET(TSOP_DIAG) & SUNI_TSOP_DIAG_DLOS) set | in get_diag() [all...] |
/kernel/liteos_m/components/signal/ |
H A D | los_signal.c | 267 UINT32 LOS_SignalMask(INT32 how, const sigset_t *set, sigset_t *oldSet)
in LOS_SignalMask() argument 288 if (set == NULL) {
in LOS_SignalMask() 295 sigCB->sigSetFlag &= ~*set;
in LOS_SignalMask() 298 sigCB->sigSetFlag = *set;
in LOS_SignalMask() 301 sigCB->sigSetFlag |= *set;
in LOS_SignalMask() 312 STATIC INLINE UINT32 SignalTimedWait(LosTaskCB *task, const sigset_t *set, UINT32 timeout, UINT32 *intSave)
in SignalTimedWait() argument 327 sigCB->sigWaitFlag |= *set;
in SignalTimedWait() 348 UINT32 LOS_SignalWait(const sigset_t *set, siginfo_t *info, UINT32 timeout)
in LOS_SignalWait() argument 356 if ((set == NULL) || (*set in LOS_SignalWait() [all...] |
/third_party/ffmpeg/tools/ |
H A D | sidxindex.c | 241 int set, nb_sets; in output_mpd() local 290 for (set = 0; set < nb_sets; set++) { in output_mpd() 291 if (nb_tracks[set] == 0) in output_mpd() 295 for (i = 0; i < nb_tracks[set]; i++) { in output_mpd() 296 struct Track *track = adaptation_sets[set][i]; in output_mpd() 297 if (strcmp(track->name, adaptation_sets[set][0]->name)) in output_mpd() 303 for (i = 0; i < nb_tracks[set]; ) { in output_mpd() 304 struct Track *first_track = adaptation_sets[set][ in output_mpd() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | HolidayTest.java | 146 c.set(2014, 10, 8); // when this test was hit in exerciseHoliday() 223 fCalendar.set(Calendar.ERA, era); in startOfMonth() 224 fCalendar.set(Calendar.YEAR, year); in startOfMonth() 225 fCalendar.set(Calendar.MONTH, month); in startOfMonth() 226 fCalendar.set(Calendar.DATE, 1); in startOfMonth() 298 gcal.set(Calendar.YEAR, 2000); in TestIsOn() 299 gcal.set(Calendar.MONTH, Calendar.AUGUST); in TestIsOn() 300 gcal.set(Calendar.DAY_OF_MONTH, 15); in TestIsOn() 312 gcal.set(Calendar.YEAR, 1957); in TestIsOn() 314 gcal.set(Calenda in TestIsOn() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | HolidayTest.java | 149 c.set(2014, 10, 8); // when this test was hit in exerciseHoliday() 226 fCalendar.set(Calendar.ERA, era); in startOfMonth() 227 fCalendar.set(Calendar.YEAR, year); in startOfMonth() 228 fCalendar.set(Calendar.MONTH, month); in startOfMonth() 229 fCalendar.set(Calendar.DATE, 1); in startOfMonth() 301 gcal.set(Calendar.YEAR, 2000); in TestIsOn() 302 gcal.set(Calendar.MONTH, Calendar.AUGUST); in TestIsOn() 303 gcal.set(Calendar.DAY_OF_MONTH, 15); in TestIsOn() 315 gcal.set(Calendar.YEAR, 1957); in TestIsOn() 317 gcal.set(Calenda in TestIsOn() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_merge_regs.c | 38 * merge set. This prevents us from having to insert memory-to-memory copies 41 * set, and they overlap each other in the merge set, they always occupy 49 * try to allocate all the definitions in the same merge set to the 54 * registers in the same merge set to the same register, but with SSA-based 83 /* Definitions within a merge set are ordered by instr->ip as set above: */ 142 /* This represents an entry in the merge set, and consists of a register + 143 * offset from the merge set base. 165 * given merge set wil in can_skip_interference() 198 struct ir3_merge_set *set = ralloc(def, struct ir3_merge_set); get_merge_set() local [all...] |
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 259 store.set(href, kArbitraryDependencies); 263 store.set( 272 store.set( 456 integrities.set(href, integrity); 458 integrities.set(href, true); 463 integrities.set(href, cascade === true ? kCascade : false); 482 scopeIntegrities.set(href, true); 487 scopeIntegrities.set(href, cascade === true ? kCascade : false); 573 integrities.set(href, sri); 591 realIntegrities.set(algorith [all...] |
/third_party/node/test/parallel/ |
H A D | test-util-isDeepStrictEqual.js | 347 m1.set(1, obj); 348 m1.set(2, 'hi'); 349 m1.set(3, [1, 2, 3]); 351 m2.set(2, 'hi'); // different order 352 m2.set(1, obj); 353 m2.set(3, [1, 2, 3]); // Deep equal, but not reference equal. 363 m1.set(1, m1); 364 m2.set(1, new Map()); 399 m1.set(2, m1); 401 m2.set( [all...] |
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
H A D | entry.js | 256 this.response.headers.set('x-local-cache-status', 'skip') 270 // we only set a body if the status is a 200, redirects are 309 // note: we do not set the x-local-cache-hash header because we do not know 313 this.response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) 314 this.response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) 315 this.response.headers.set('x-local-cache-mode', 'stream') 316 this.response.headers.set('x-local-cache-status', status) 317 this.response.headers.set('x-local-cache-time', new Date().toISOString()) 374 response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) 375 response.headers.set(' [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | timex.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 189 self._bitfield_1.set(0usize, 32u8, val as u64) in set_a() 202 self._bitfield_1.set(32usize, 32u8, val as u64) in set_b() 215 self._bitfield_1.set(64usize, 32u8, val as u64) in set_c() 228 self._bitfield_1.set(96usize, 32u8, val as u64) in set_d() 241 self._bitfield_1.set(128usize, 32u8, val as u64) in set_e() 254 self._bitfield_1.set(160usize, 32u8, val as u64) in set_f() 267 self._bitfield_1.set(192usize, 32u8, val as u64) in set_g() 280 self._bitfield_1.set(224usize, 32u8, val as u64) in set_h() 293 self._bitfield_1.set(25 in set_i() [all...] |
H A D | layout_mbuf.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 159 /// VLAN TCI (CPU order), valid if PKT_RX_VLAN_STRIPPED is set. 165 /// Outer VLAN TCI (CPU order), valid if PKT_RX_QINQ_STRIPPED is set. 285 self._bitfield_1.set(0usize, 4u8, val as u64) in set_l2_type() 298 self._bitfield_1.set(4usize, 4u8, val as u64) in set_l3_type() 311 self._bitfield_1.set(8usize, 4u8, val as u64) in set_l4_type() 324 self._bitfield_1.set(12usize, 4u8, val as u64) in set_tun_type() 337 self._bitfield_1.set(16usize, 4u8, val as u64) in set_inner_l2_type() 350 self._bitfield_1.set(20usize, 4u8, val as u64) in set_inner_l3_type() 363 self._bitfield_1.set(2 in set_inner_l4_type() [all...] |
/third_party/python/Lib/test/ |
H A D | test_http_cookies.py | 250 # Test that all valid keys are reported as reserved and set them 263 # tests the .set method to set keys and their values 265 # Makes sure that all reserved keys can't be set this way 267 M.set, i, '%s_value' % i, '%s_value' % i) 272 M.set(i, "%s_val" % i, "%s_coded_val" % i) 290 M.set, i, '%s_value' % i, '%s_value' % i) 311 morsel_a.set(*base_case) 314 morsel_b.set(*base_case) 326 morsel_b.set(*case_ [all...] |
H A D | test_configparser.py | 448 cf.set("a", "B", "value") 454 cf.set("b", "A", "value") 457 cf.set("A", "A-B", "A-B value") 578 cf.set("foo", "bar", "value") 711 cf.set("sect", "option1", "splat") 712 cf.set("sect", "option1", mystr("splat")) 713 cf.set("sect", "option2", "splat") 714 cf.set("sect", "option2", mystr("splat")) 715 cf.set("sect", "option1", "splat") 716 cf.set("sec [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 233 Reserved.set(SystemZ::R11D); in getReservedRegs() 234 Reserved.set(SystemZ::R11L); in getReservedRegs() 235 Reserved.set(SystemZ::R11H); in getReservedRegs() 236 Reserved.set(SystemZ::R10Q); in getReservedRegs() 240 Reserved.set(SystemZ::R15D); in getReservedRegs() 241 Reserved.set(SystemZ::R15L); in getReservedRegs() 242 Reserved.set(SystemZ::R15H); in getReservedRegs() 243 Reserved.set(SystemZ::R14Q); in getReservedRegs() 246 Reserved.set(SystemZ::A0); in getReservedRegs() 247 Reserved.set(System in getReservedRegs() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | thisTypeInObjectLiterals2.js | 22 set e(value) { 158 set?(value: T): void; 176 set(value: number) { 190 set(value: number) { 206 set?(value: T): void; 232 set(value: string) { 266 set e(value) {
360 set: function (value) {
373 set: function (value) {
395 set [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bindec.S | 37 | The operation in A3 above may have set INEX2. 40 | ICTR is a flag used in A13. It must be set before the 49 | If LEN is computed to be greater than 17, set OPERR in 62 | The operation in A3 above may have set INEX2. 73 | If INEX is set, round error occurred. This is 77 | A11. Restore original FPCR; set size ext. 104 | length is 4, set operr. 171 | is a denormalized number, set the BINDEC_FLG memory word 175 fmovel #rm_mode,%FPCR |set RM and ext 201 st BINDEC_FLG(%a6) |set fla [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bindec.S | 37 | The operation in A3 above may have set INEX2. 40 | ICTR is a flag used in A13. It must be set before the 49 | If LEN is computed to be greater than 17, set OPERR in 62 | The operation in A3 above may have set INEX2. 73 | If INEX is set, round error occurred. This is 77 | A11. Restore original FPCR; set size ext. 104 | length is 4, set operr. 171 | is a denormalized number, set the BINDEC_FLG memory word 175 fmovel #rm_mode,%FPCR |set RM and ext 201 st BINDEC_FLG(%a6) |set fla [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 42 set _off_chk, 0x00 43 set _off_divbyzero, 0x04 44 set _off_trace, 0x08 45 set _off_access, 0x0c 46 set _off_done, 0x10 48 set _off_cas, 0x14 49 set _off_cas2, 0x18 50 set _off_lock, 0x1c 51 set _off_unlock, 0x20 53 set _off_im [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 42 set _off_chk, 0x00 43 set _off_divbyzero, 0x04 44 set _off_trace, 0x08 45 set _off_access, 0x0c 46 set _off_done, 0x10 48 set _off_cas, 0x14 49 set _off_cas2, 0x18 50 set _off_lock, 0x1c 51 set _off_unlock, 0x20 53 set _off_im [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | sysfs.c | 93 enum btrfs_feature_set set) in get_features() 96 if (set == FEAT_COMPAT) in get_features() 98 else if (set == FEAT_COMPAT_RO) in get_features() 105 enum btrfs_feature_set set, u64 features) in set_features() 108 if (set == FEAT_COMPAT) in set_features() 110 else if (set == FEAT_COMPAT_RO) in set_features() 119 u64 set, clear; in can_modify_feature() local 122 set = BTRFS_FEATURE_COMPAT_SAFE_SET; in can_modify_feature() 126 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET; in can_modify_feature() 130 set in can_modify_feature() 92 get_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set) get_features() argument 104 set_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set, u64 features) set_features() argument 169 u64 features, set, clear; btrfs_feature_attr_store() local 909 int set; addrm_unknown_feature_attrs() local 1034 btrfs_feature_set_name(enum btrfs_feature_set set) btrfs_feature_set_name() argument 1039 btrfs_printable_features(enum btrfs_feature_set set, u64 flags) btrfs_printable_features() argument 1067 int set, i; init_feature_attrs() local 1719 btrfs_sysfs_feature_update(struct btrfs_fs_info *fs_info, u64 bit, enum btrfs_feature_set set) btrfs_sysfs_feature_update() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | pmf.c | 36 int local, int set); 40 int set, int local); 119 * only accessible locally to get/set passwd 208 * only accessible locally to get/set TMIN 308 int set, int local) in smt_build_pmf_response() 343 pcon.pc_badset = 0 ; /* no bad set count */ in smt_build_pmf_response() 347 * check authoriziation and set count in smt_build_pmf_response() 350 if (set) { in smt_build_pmf_response() 362 /* update 1035 and 1036 later if set */ in smt_build_pmf_response() 386 if (!set in smt_build_pmf_response() 307 smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, int set, int local) smt_build_pmf_response() argument 1071 smt_set_para(struct s_smc *smc, struct smt_para *pa, int index, int local, int set) smt_set_para() argument [all...] |
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | stm32-fmc2-ebi.c | 153 * @reset_val: the default value that have to be set in case the property 158 * set in nanoseconds in the device tree in clock cycles or in 160 * @set: this callback applies the values in the registers 172 int (*set)(struct stm32_fmc2_ebi *ebi, member 723 .set = stm32_fmc2_ebi_set_trans_type, 731 .set = stm32_fmc2_ebi_set_bit_field, 739 .set = stm32_fmc2_ebi_set_bit_field, 744 .set = stm32_fmc2_ebi_set_buswidth, 751 .set = stm32_fmc2_ebi_set_bit_field, 759 .set [all...] |
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | stm32-fmc2-ebi.c | 155 * @reset_val: the default value that have to be set in case the property 160 * set in nanoseconds in the device tree in clock cycles or in 162 * @set: this callback applies the values in the registers 174 int (*set)(struct stm32_fmc2_ebi *ebi, member 725 .set = stm32_fmc2_ebi_set_trans_type, 733 .set = stm32_fmc2_ebi_set_bit_field, 741 .set = stm32_fmc2_ebi_set_bit_field, 746 .set = stm32_fmc2_ebi_set_buswidth, 753 .set = stm32_fmc2_ebi_set_bit_field, 761 .set [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | pmf.c | 32 int local, int set); 36 int set, int local); 115 * only accessible locally to get/set passwd 204 * only accessible locally to get/set TMIN 304 int set, int local) in smt_build_pmf_response() 339 pcon.pc_badset = 0 ; /* no bad set count */ in smt_build_pmf_response() 343 * check authoriziation and set count in smt_build_pmf_response() 346 if (set) { in smt_build_pmf_response() 358 /* update 1035 and 1036 later if set */ in smt_build_pmf_response() 382 if (!set in smt_build_pmf_response() 303 smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, int set, int local) smt_build_pmf_response() argument 1067 smt_set_para(struct s_smc *smc, struct smt_para *pa, int index, int local, int set) smt_set_para() argument [all...] |