/third_party/mesa3d/src/amd/registers/ |
H A D | makeregheader.py | 65 is supported in the given set of chips. 72 Generate a user-friendly comment describing the given set of chips. 76 parent is an optional set of chips supporting a parent structure, e.g. 77 where chips may be the set of chips supporting a specific enum value, 78 parent would be the set of chips supporting the field containing the enum, 141 regtype_emit = defaultdict(set) 142 enum_emit = defaultdict(set) 148 chips=set(regmap.chips), 151 type_refs=set([type_ref]) if type_ref else set(), [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | do_func.S | 101 | Load a signed zero to fp0 and set inex2/ainex 107 bsr ld_pzero |bsr so we can return and set inx 108 bra t_inx2 |now, set the inx for the next inst 111 bra t_inx2 |now, set the inx for the next inst 113 | Load a signed zero to fp0; do not set inex2/ainex 121 | Load a signed infinity to fp0; do not set inex2/ainex 129 | Load a signed one to fp0; do not set inex2/ainex 137 | Load a signed pi/2 to fp0; do not set inex2/ainex 306 beqs smod_zsn |if clr, do not set sign big 307 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | do_func.S | 101 | Load a signed zero to fp0 and set inex2/ainex 107 bsr ld_pzero |bsr so we can return and set inx 108 bra t_inx2 |now, set the inx for the next inst 111 bra t_inx2 |now, set the inx for the next inst 113 | Load a signed zero to fp0; do not set inex2/ainex 121 | Load a signed infinity to fp0; do not set inex2/ainex 129 | Load a signed one to fp0; do not set inex2/ainex 137 | Load a signed pi/2 to fp0; do not set inex2/ainex 306 beqs smod_zsn |if clr, do not set sign big 307 bsetb #q_sn_bit,FPSR_QBYTE(%a6) |set [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | ep0.c | 102 * In that case, we will set DWC3_EP_PENDING_REQUEST. When that in __dwc3_gadget_ep0_queue() 103 * flag is set, it's telling us that as soon as Gadget queues the in __dwc3_gadget_ep0_queue() 159 * the wire, with the TRB's status set to "SETUP_PENDING". Such status in __dwc3_gadget_ep0_queue() 332 * LTM will be set once we know how to set this in HW. in dwc3_ep0_handle_status() 379 int set) in dwc3_ep0_handle_u1() 388 if (set && dwc->dis_u1_entry_quirk) in dwc3_ep0_handle_u1() 392 if (set) in dwc3_ep0_handle_u1() 402 int set) in dwc3_ep0_handle_u2() 412 if (set in dwc3_ep0_handle_u2() 378 dwc3_ep0_handle_u1(struct dwc3 *dwc, enum usb_device_state state, int set) dwc3_ep0_handle_u1() argument 401 dwc3_ep0_handle_u2(struct dwc3 *dwc, enum usb_device_state state, int set) dwc3_ep0_handle_u2() argument 425 dwc3_ep0_handle_test(struct dwc3 *dwc, enum usb_device_state state, u32 wIndex, int set) dwc3_ep0_handle_test() argument 449 dwc3_ep0_handle_device(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_device() argument 487 dwc3_ep0_handle_intf(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_intf() argument 512 dwc3_ep0_handle_endpoint(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_endpoint() argument 546 dwc3_ep0_handle_feature(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) dwc3_ep0_handle_feature() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fb.c | 439 static int vmwgfx_set_config_internal(struct drm_mode_set *set) in vmwgfx_set_config_internal() argument 441 struct drm_crtc *crtc = set->crtc; in vmwgfx_set_config_internal() 448 ret = crtc->funcs->set_config(set, &ctx); in vmwgfx_set_config_internal() 470 struct drm_mode_set set; in vmw_fb_kms_detach() local 472 set.crtc = par->crtc; in vmw_fb_kms_detach() 473 set.x = 0; in vmw_fb_kms_detach() 474 set.y = 0; in vmw_fb_kms_detach() 475 set.mode = NULL; in vmw_fb_kms_detach() 476 set.fb = NULL; in vmw_fb_kms_detach() 477 set in vmw_fb_kms_detach() 560 struct drm_mode_set set; vmw_fb_set_par() local [all...] |
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | params.c | 288 * not have the dentry operations set, but still be incompatible in ovl_mount_dir_check() 602 ctx->set.redirect = true; in ovl_parse_param() 606 ctx->set.index = true; in ovl_parse_param() 613 ctx->set.nfs_export = true; in ovl_parse_param() 620 ctx->set.metacopy = true; in ovl_parse_param() 790 struct ovl_opt_set set = ctx->set; in ovl_fs_params_verify() local 805 if (config->index && set.index) { in ovl_fs_params_verify() 807 set.index = false; in ovl_fs_params_verify() 825 if (set in ovl_fs_params_verify() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterName.java | 559 * Fills set with characters that are used in Unicode character names. 561 * @param set USet to receive characters. Existing contents are deleted. 563 public void getCharNameCharacters(UnicodeSet set) in getCharNameCharacters() argument 565 convert(m_nameSet_, set); in getCharNameCharacters() 569 * Fills set with characters that are used in Unicode character names. 571 * @param set USet to receive characters. Existing contents are deleted. 574 public void getISOCommentCharacters(UnicodeSet set) in getISOCommentCharacters() argument 576 convert(m_ISOCommentSet_, set); in getISOCommentCharacters() 647 * @return true if prefix is set 661 * @return true if values are set 799 add(int set[], int maxlength) add() argument 1400 add(int set[], char ch) add() argument 1412 contains(int set[], char ch) contains() argument 1423 add(int set[], String str) add() argument 1439 add(int set[], StringBuffer str) add() argument 1500 addGroupName(int offset, int length, byte tokenlength[], int set[]) addGroupName() argument 1653 convert(int set[], UnicodeSet uset) convert() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterName.java | 560 * Fills set with characters that are used in Unicode character names. 562 * @param set USet to receive characters. Existing contents are deleted. 564 public void getCharNameCharacters(UnicodeSet set) in getCharNameCharacters() argument 566 convert(m_nameSet_, set); in getCharNameCharacters() 570 * Fills set with characters that are used in Unicode character names. 572 * @param set USet to receive characters. Existing contents are deleted. 575 public void getISOCommentCharacters(UnicodeSet set) in getISOCommentCharacters() argument 577 convert(m_ISOCommentSet_, set); in getISOCommentCharacters() 648 * @return true if prefix is set 662 * @return true if values are set 800 add(int set[], int maxlength) add() argument 1401 add(int set[], char ch) add() argument 1413 contains(int set[], char ch) contains() argument 1424 add(int set[], String str) add() argument 1440 add(int set[], StringBuffer str) add() argument 1501 addGroupName(int offset, int length, byte tokenlength[], int set[]) addGroupName() argument 1654 convert(int set[], UnicodeSet uset) convert() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | gregocal.cpp | 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 229 set(UCAL_ERA, AD); in GregorianCalendar() 230 set(UCAL_YEAR, year); in GregorianCalendar() 231 set(UCAL_MONTH, month); in GregorianCalendar() 232 set(UCAL_DATE, date); in GregorianCalendar() 244 set(UCAL_ERA, AD); in GregorianCalendar() 245 set(UCAL_YEAR, year); in GregorianCalendar() 246 set(UCAL_MONTH, month); in GregorianCalendar() 247 set(UCAL_DATE, date); in GregorianCalendar() 248 set(UCAL_HOUR_OF_DA in GregorianCalendar() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | gregocal.cpp | 32 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD. 229 set(UCAL_ERA, AD); in GregorianCalendar() 230 set(UCAL_YEAR, year); in GregorianCalendar() 231 set(UCAL_MONTH, month); in GregorianCalendar() 232 set(UCAL_DATE, date); in GregorianCalendar() 244 set(UCAL_ERA, AD); in GregorianCalendar() 245 set(UCAL_YEAR, year); in GregorianCalendar() 246 set(UCAL_MONTH, month); in GregorianCalendar() 247 set(UCAL_DATE, date); in GregorianCalendar() 248 set(UCAL_HOUR_OF_DA in GregorianCalendar() [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_cpum_cf.c | 59 static inline int ctr_stcctm(enum cpumf_ctr_set set, u64 range, u64 *dest) in ctr_stcctm() argument 61 switch (set) { in ctr_stcctm() 86 unsigned char start[PAGE_SIZE]; /* Counter set at event add */ 87 unsigned char stop[PAGE_SIZE]; /* Counter set at event delete */ 88 unsigned char data[PAGE_SIZE]; /* Counter set at /dev/hwctr */ 89 unsigned int sets; /* # Counter set saved in memory */ 319 #define CF_DIAG_CTRSET_DEF 0xfeef /* Counter set header mark */ 324 * Each counter set starts with an eight byte header consisting of: 326 * - a one byte counter set number 327 * - a two byte counter set siz 348 unsigned int set:16; /* 16-31 Counter set identifier */ global() member 589 int set = CPUMF_CTR_SET_MAX; get_counter_set() local 605 validate_ctr_version(const u64 config, enum cpumf_ctr_set set) validate_ctr_version() argument 740 enum cpumf_ctr_set set; __hw_perf_event_init() local 1526 int set, set_size; cfset_cpu_read() local [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bset.c | 21 void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned int set) in bch_dump_bset() argument 28 pr_err("block %u key %u/%u: ", set, in bch_dump_bset() 49 bch_dump_bset(b, b->set[i].data, in bch_dump_bucket() 50 bset_sector_offset(b, b->set[i].data)); in bch_dump_bucket() 294 struct bset_tree *t = b->set; in bch_btree_keys_free() 319 struct bset_tree *t = b->set; in bch_btree_keys_alloc() 359 * b->set[0].data is allocated in bch_btree_keys_alloc(), so we in bch_btree_keys_init() 360 * don't have to initiate b->set[].size and b->set[].data here in bch_btree_keys_init() 510 * in one cacheline in t->set (BSET_CACHELIN [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bset.c | 21 void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned int set) in bch_dump_bset() argument 28 pr_err("block %u key %u/%u: ", set, in bch_dump_bset() 49 bch_dump_bset(b, b->set[i].data, in bch_dump_bucket() 50 bset_sector_offset(b, b->set[i].data)); in bch_dump_bucket() 294 struct bset_tree *t = b->set; in bch_btree_keys_free() 319 struct bset_tree *t = b->set; in bch_btree_keys_alloc() 359 * b->set[0].data is allocated in bch_btree_keys_alloc(), so we in bch_btree_keys_init() 360 * don't have to initiate b->set[].size and b->set[].data here in bch_btree_keys_init() 510 * in one cacheline in t->set (BSET_CACHELIN [all...] |
/third_party/curl/lib/ |
H A D | smtp.c | 612 if(data->set.str[STRING_MAIL_FROM]) { in smtp_perform_mail() 618 result = smtp_parse_address(data->set.str[STRING_MAIL_FROM], in smtp_perform_mail() 649 if(data->set.str[STRING_MAIL_AUTH] && conn->proto.smtpc.sasl.authused) { in smtp_perform_mail() 650 if(data->set.str[STRING_MAIL_AUTH][0] != '\0') { in smtp_perform_mail() 656 result = smtp_parse_address(data->set.str[STRING_MAIL_AUTH], in smtp_perform_mail() 694 if(data->set.mimepost.kind != MIMEKIND_NONE) { in smtp_perform_mail() 696 data->set.mimepost.flags &= ~MIME_BODY_ONLY; in smtp_perform_mail() 699 curl_mime_headers(&data->set.mimepost, data->set.headers, 0); in smtp_perform_mail() 700 result = Curl_mime_prepare_headers(data, &data->set in smtp_perform_mail() [all...] |
H A D | curl_sasl.c | 195 unsigned long auth = data->set.httpauth; in Curl_sasl_init() 210 /* If some usable http authentication options have been set, determine in Curl_sasl_init() 356 const char *service = data->set.str[STRING_SERVICE_NAME] ? in Curl_sasl_start() 357 data->set.str[STRING_SERVICE_NAME] : in Curl_sasl_start() 360 const char *oauth_bearer = data->set.str[STRING_BEARER]; in Curl_sasl_start() 378 if(force_ir || data->set.sasl_ir) in Curl_sasl_start() 391 if(force_ir || data->set.sasl_ir) in Curl_sasl_start() 413 if(result == CURLE_OK && (force_ir || data->set.sasl_ir)) in Curl_sasl_start() 426 if(result == CURLE_OK && (force_ir || data->set.sasl_ir)) in Curl_sasl_start() 452 if(force_ir || data->set in Curl_sasl_start() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 74 // against. TreeType is expected to be btree_{set,map,multiset,multimap} and 75 // CheckerType is expected to be {set,map,multiset,multimap}. 318 // be btree_{set,map} and CheckerType is expected to be {set,map}. 797 BtreeTest<BtreeSet, std::set<K>>(); in SetTest() 1295 absl::btree_set<std::string> set({"a", "b"}); in TEST() 1296 EXPECT_EQ(set.count("a"), 1); in TEST() 1297 EXPECT_EQ(set.count("b"), 1); in TEST() 1318 absl::btree_set<std::string> set; in TEST() local 1319 set in TEST() 1384 absl::btree_set<MovableOnlyInstance> set; TEST() local 1443 ExpectOperationCounts(const int expected_moves, const int expected_comparisons, const std::vector<int> &values, InstanceTracker *tracker, Set *set) ExpectOperationCounts() argument 1689 absl::btree_set<int> set; TEST() local 1893 absl::btree_set<int> set = {1, 2, 3, 4, 5}; TEST() local 2767 absl::btree_set<MultiKey, TypeParam> set; TYPED_TEST() local 2783 absl::btree_set<MultiKey, TypeParam> set; TYPED_TEST() local 2804 absl::btree_set<MultiKey, TypeParam> set = { TYPED_TEST() local 2811 const absl::btree_set<MultiKey, TypeParam> set = { TYPED_TEST() local 2942 absl::btree_set<MultiKey, TransparentPassThroughComp<MultiKeyComp>> set; TEST() local 2948 absl::btree_set<MultiKey, MultiKeyComp> set = {{}, MultiKeyComp{}}; TEST() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | debugfs.c | 112 unsigned int routing, addr, mask, set; in shm16write__write_file() local 117 &routing, &addr, &mask, &set); in shm16write__write_file() 128 if ((mask > 0xFFFF) || (set > 0xFFFF)) in shm16write__write_file() 136 val |= set; in shm16write__write_file() 188 unsigned int routing, addr, mask, set; in shm32write__write_file() local 193 &routing, &addr, &mask, &set); in shm32write__write_file() 204 if ((mask > 0xFFFFFFFF) || (set > 0xFFFFFFFF)) in shm32write__write_file() 212 val |= set; in shm32write__write_file() 260 unsigned int addr, mask, set; in mmio16write__write_file() local 264 res = sscanf(buf, "0x%X 0x%X 0x%X", &addr, &mask, &set); in mmio16write__write_file() 324 unsigned int addr, mask, set; mmio32write__write_file() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | debugfs.c | 112 unsigned int routing, addr, mask, set; in shm16write__write_file() local 117 &routing, &addr, &mask, &set); in shm16write__write_file() 128 if ((mask > 0xFFFF) || (set > 0xFFFF)) in shm16write__write_file() 136 val |= set; in shm16write__write_file() 188 unsigned int routing, addr, mask, set; in shm32write__write_file() local 193 &routing, &addr, &mask, &set); in shm32write__write_file() 204 if ((mask > 0xFFFFFFFF) || (set > 0xFFFFFFFF)) in shm32write__write_file() 212 val |= set; in shm32write__write_file() 260 unsigned int addr, mask, set; in mmio16write__write_file() local 264 res = sscanf(buf, "0x%X 0x%X 0x%X", &addr, &mask, &set); in mmio16write__write_file() 324 unsigned int addr, mask, set; mmio32write__write_file() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | signal_64.c | 33 "xorl %[ar], %[ar]\n\t" /* set ar = 0 */ in force_valid_ss() 41 * set. We can't use VERW because VERW doesn't check the in force_valid_ss() 138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \ 140 if (__unsafe_setup_sigcontext(sc, fp, regs, set->sig[0])) \ 144 #define unsafe_put_sigmask(set, frame, label) \ 145 unsafe_put_user(*(__u64 *)(set), \ 166 sigset_t *set = sigmask_to_save(); in x64_setup_rt_frame() local 189 unsafe_put_sigcontext(&frame->uc.uc_mcontext, fp, regs, set, Efault); in x64_setup_rt_frame() 190 unsafe_put_sigmask(set, frame, Efault); in x64_setup_rt_frame() 250 sigset_t set; in SYSCALL_DEFINE0() local 305 compat_sigset_t *set = (compat_sigset_t *) sigmask_to_save(); x32_setup_rt_frame() local 363 sigset_t set; COMPAT_SYSCALL_DEFINE0() local [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validation_state.h | 20 #include <set> 231 /// Returns the set of entry points that root call graphs that contain 233 const std::set<uint32_t>& recursive_entry_points() const { in recursive_entry_points() 251 const std::set<spv::ExecutionModel>* GetExecutionModels( in GetExecutionModels() 263 const std::set<spv::ExecutionMode>* GetExecutionModes( in GetExecutionModes() 287 std::set<uint32_t> EntryPointReferences(uint32_t id) const; 289 /// Inserts an <id> to the set of functions that are target of OpFunctionCall. 323 /// Returns a reference to the set of capabilities in the module. 335 /// is an empty set. 339 /// is an empty set [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.h | 200 void SetIndexsInAnimation(const std::set<int32_t>& indexsInAnimation) in SetIndexsInAnimation() 205 void SetNeedUnmountIndexs(const std::set<int32_t>& needUnmountIndexs) in SetNeedUnmountIndexs() 210 std::set<int32_t> GetNeedUnmountIndexs() const in GetNeedUnmountIndexs() 280 const std::set<int32_t>& GetCachedItems() const in GetCachedItems() 394 std::set<int32_t> indexsInAnimation_; 395 std::set<int32_t> needUnmountIndexs_; 406 std::set<int32_t> measuredItems_; 407 std::set<int32_t> activeItems_; 408 std::set<int32_t> cachedItems_;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 51 dirtyTypes.set(16); //for test in HWTEST_F() 52 dirtyTypes.set(3); //for test in HWTEST_F() 53 dirtyTypes.set(4); //for test in HWTEST_F() 54 dirtyTypes.set(5); //for test in HWTEST_F() 55 dirtyTypes.set(6); //for test in HWTEST_F() 59 dirtyTypes.set(1); //for test in HWTEST_F() 72 dirtyTypes.set(17); //for test in HWTEST_F() 81 dirtyTypes.set(8); //for test in HWTEST_F() 82 dirtyTypes.set(12); //for test in HWTEST_F()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_supplier_callback_stub.cpp | 70 std::set<NetCap> netCaps; in OnRequestNetwork() 88 std::set<NetBearType> netBearTypes; in OnRequestNetwork() 117 std::set<NetCap> netCaps; in OnReleaseNetwork() 151 std::set<NetBearType> netBearTypes; in OnAddRequest() 166 std::set<NetCap> netCaps; in OnAddRequest() 205 std::set<NetBearType> netBearTypes; in OnRemoveRequest() 220 std::set<NetCap> netCaps; in OnRemoveRequest() 245 int32_t NetSupplierCallbackStub::RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps, in RequestNetwork() 258 int32_t NetSupplierCallbackStub::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in ReleaseNetwork()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | scall32-o32.S | 27 .set noat 31 .set at 60 .set push 61 .set noreorder 62 .set nomacro 74 .set pop 103 sw t0, PT_R7(sp) # set error flag 152 li t0, 1 # set error flag 178 li t0, 1 # set error flag
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | scall32-o32.S | 26 .set noat 30 .set at 57 .set push 58 .set noreorder 59 .set nomacro 71 .set pop 100 sw t0, PT_R7(sp) # set error flag 149 li t0, 1 # set error flag 175 li t0, 1 # set error flag
|