Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/third_party/boost/libs/variant/perf/
Dmove_perf.cpp60 scope sc("boost::variant(const variant&) copying speed"); in do_test() local
76 scope sc("boost::variant(variant&&) moving speed"); in do_test() local
94 scope sc("boost::variant=(const variant&) copying speed on same types"); in do_test() local
109 scope sc("boost::variant=(variant&&) moving speed on same types"); in do_test() local
128 scope sc("boost::variant=(const variant&) copying speed on different types"); in do_test() local
143 scope sc("boost::variant=(variant&&) moving speed on different types"); in do_test() local
162 scope sc("boost::variant=(const variant&) copying speed on different types II"); in do_test() local
177 scope sc("boost::variant=(variant&&) moving speed on different types II"); in do_test() local
196 scope sc("boost::variant=(const T&) copying speed"); in do_test() local
211 scope sc("boost::variant=(T&&) moving speed"); in do_test() local
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c173 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc, in ucom_attach()
245 ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach()
309 ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_attach_tty()
337 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach_tty()
385 ucom_queue_command(struct ucom_softc *sc, in ucom_queue_command()
432 ucom_shutdown(struct ucom_softc *sc) in ucom_shutdown()
442 ucom_cfg_is_gone(struct ucom_softc *sc) in ucom_cfg_is_gone()
454 struct ucom_softc *sc = task->sc; in ucom_cfg_start_transfers() local
476 ucom_start_transfers(struct ucom_softc *sc) in ucom_start_transfers()
498 struct ucom_softc *sc = task->sc; in ucom_cfg_open() local
[all …]
Du3g.c675 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev); in u3g_attach() local
774 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev); in u3g_detach() local
793 u3g_free_softc(struct u3g_softc *sc) in u3g_free_softc()
810 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_start_read() local
822 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_stop_read() local
834 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_start_write() local
842 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_stop_write() local
935 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_cfg_get_status() local
944 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_cfg_set_line() local
962 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_cfg_set_dtr() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java78 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local
166 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local
187 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local
203 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local
229 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local
284 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local
307 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local
333 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local
347 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local
364 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java75 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local
163 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local
184 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local
200 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local
226 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local
281 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local
304 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local
330 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local
344 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local
361 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local
[all …]
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c93 ehci_softc_t *sc; member
112 ehci_softc_t *sc = EHCI_BUS2SC(bus); in ehci_iterate_hw_softc() local
144 ehci_reset(ehci_softc_t *sc) in ehci_reset()
164 ehci_hcreset(ehci_softc_t *sc) in ehci_hcreset()
188 ehci_init_sub(struct ehci_softc *sc) in ehci_init_sub()
241 ehci_init(ehci_softc_t *sc) in ehci_init()
498 ehci_detach(ehci_softc_t *sc) in ehci_detach()
520 ehci_suspend(ehci_softc_t *sc) in ehci_suspend()
529 ehci_resume(ehci_softc_t *sc) in ehci_resume()
543 ehci_dump_regs(ehci_softc_t *sc) in ehci_dump_regs()
[all …]
Dxhci.c80 struct xhci_softc *sc; member
138 xhci_dump_endpoint(struct xhci_softc *sc, struct xhci_endp_ctx *pep) in xhci_dump_endpoint()
151 xhci_dump_device(struct xhci_softc *sc, struct xhci_slot_ctx *psl) in xhci_dump_device()
174 struct xhci_softc *sc = XHCI_BUS2SC(bus); in xhci_iterate_hw_softc() local
190 xhci_ctx_set_le32(struct xhci_softc *sc, volatile uint32_t *ptr, uint32_t val) in xhci_ctx_set_le32()
203 xhci_ctx_get_le32(struct xhci_softc *sc, volatile uint32_t *ptr) in xhci_ctx_get_le32()
216 xhci_ctx_set_le64(struct xhci_softc *sc, volatile uint64_t *ptr, uint64_t val) in xhci_ctx_set_le64()
230 xhci_ctx_get_le64(struct xhci_softc *sc, volatile uint64_t *ptr) in xhci_ctx_get_le64()
244 xhci_reset_command_queue_locked(struct xhci_softc *sc) in xhci_reset_command_queue_locked()
307 xhci_start_controller(struct xhci_softc *sc) in xhci_start_controller()
[all …]
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axe.c222 axe_cmd(struct axe_softc *sc, int cmd, int index, int val, void *buf) in axe_cmd()
244 axe_miibus_readreg(struct axe_softc *sc, int reg) in axe_miibus_readreg()
266 axe_miibus_writereg(struct axe_softc *sc, int reg, int val) in axe_miibus_writereg()
277 axe_setmedium(struct axe_softc *sc) in axe_setmedium()
316 axe_get_phyno(struct axe_softc *sc, int sel) in axe_get_phyno()
351 axe_ax88178_init(struct axe_softc *sc) in axe_ax88178_init()
459 axe_ax88772_init(struct axe_softc *sc) in axe_ax88772_init()
500 axe_ax88772_phywake(struct axe_softc *sc) in axe_ax88772_phywake()
530 axe_ax88772b_init(struct axe_softc *sc) in axe_ax88772b_init()
584 axe_reset(struct axe_softc *sc) in axe_reset()
[all …]
Dif_axge.c149 axge_write_mem(struct axge_softc *sc, uint8_t cmd, uint16_t index, in axge_write_mem()
166 axge_write_cmd_1(struct axge_softc *sc, uint8_t cmd, uint16_t reg, uint8_t val) in axge_write_cmd_1()
172 axge_write_cmd_2(struct axge_softc *sc, uint8_t cmd, uint16_t index, in axge_write_cmd_2()
183 axge_read_mem(struct axge_softc *sc, uint8_t cmd, uint16_t index, in axge_read_mem()
200 axge_read_cmd_1(struct axge_softc *sc, uint8_t cmd, uint16_t reg) in axge_read_cmd_1()
209 axge_read_cmd_2(struct axge_softc *sc, uint8_t cmd, uint16_t index, uint16_t reg) in axge_read_cmd_2()
218 axge_chip_init(struct axge_softc *sc) in axge_chip_init()
232 struct axge_softc *sc = ue->ue_sc; in axge_csum_cfg() local
247 struct axge_softc *sc = ue->ue_sc; in axge_setmulti() local
265 struct axge_softc *sc = uether_getsc(ue); in axge_setpromisc() local
[all …]
Dif_urndis.c188 struct urndis_softc *sc = device_get_softc(dev); in urndis_attach() local
313 struct urndis_softc *sc = device_get_softc(dev); in urndis_detach() local
333 struct urndis_softc *sc = uether_getsc(ue); in urndis_start() local
345 struct urndis_softc *sc = uether_getsc(ue); in urndis_init() local
363 struct urndis_softc *sc = uether_getsc(ue); in urndis_stop() local
405 urndis_ctrl_msg(struct urndis_softc *sc, uint8_t rt, uint8_t r, in urndis_ctrl_msg()
422 urndis_ctrl_send(struct urndis_softc *sc, void *buf, uint16_t len) in urndis_ctrl_send()
435 urndis_ctrl_recv(struct urndis_softc *sc) in urndis_ctrl_recv()
461 urndis_ctrl_handle(struct urndis_softc *sc, struct urndis_comp_hdr *hdr, in urndis_ctrl_handle()
502 urndis_ctrl_handle_init(struct urndis_softc *sc, in urndis_ctrl_handle_init()
[all …]
Dusb_ethernet.c165 struct los_eth_driver *sc; in if_alloc() local
192 if_free(struct los_eth_driver * sc) in if_free()
212 ue_recv(struct los_eth_driver *sc,struct eth_drv_sg *sg_list,int sg_len) in ue_recv()
272 ue_can_send(struct los_eth_driver *sc) in ue_can_send()
286 struct los_eth_driver *sc; in ue_attach_post_task() local
346 struct los_eth_driver *sc; in uether_ifdetach() local
405 ue_init(struct los_eth_driver *sc, in ue_init()
423 struct los_eth_driver *sc = ue->ue_drv_sc; in ue_start_task() local
452 ue_start(struct los_eth_driver *sc, in ue_start()
496 struct los_eth_driver *sc = ue->ue_drv_sc; in ue_watchdog() local
[all …]
Dusb_eth_drv.c61 eth_drv_init(struct los_eth_driver *sc, unsigned char *enaddr) in eth_drv_init()
117 eth_drv_tx_done(struct eth_drv_sc *sc, unsigned int key, int status) in eth_drv_tx_done()
128 eth_drv_recv(struct los_eth_driver *sc, int total_len) in eth_drv_recv()
167 struct los_eth_driver *sc = (struct los_eth_driver *)usb_netif->state; in eth_drv_send() local
Dif_cdce.c258 cdce_ncm_init(struct cdce_softc *sc) in cdce_ncm_init()
463 struct cdce_softc *sc = (struct cdce_softc *)device_get_softc(dev); in cdce_attach() local
646 struct cdce_softc *sc = (struct cdce_softc *)device_get_softc(dev); in cdce_detach() local
660 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_start() local
697 struct cdce_softc *sc = (struct cdce_softc *)usbd_xfer_softc(xfer); in cdce_bulk_write_callback() local
782 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_init() local
812 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_stop() local
862 struct cdce_softc *sc = (struct cdce_softc *)usbd_xfer_softc(xfer); in cdce_bulk_read_callback() local
975 struct cdce_softc *sc = usbd_xfer_softc(xfer); in cdce_intr_write_callback() local
1061 struct cdce_softc *sc = device_get_softc(dev); in cdce_handle_request() local
[all …]
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c39 static inline struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type()
73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
106 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
117 cso_find_state(struct cso_cache *sc, in cso_find_state()
145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init()
173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all()
188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback()
[all …]
/third_party/lwip/src/netif/ppp/
Dpppoe.c177 struct pppoe_softc *sc; in pppoe_create() local
210 struct pppoe_softc *sc = (struct pppoe_softc *)ctx; in pppoe_write() local
252 struct pppoe_softc *sc = (struct pppoe_softc *)ctx; in pppoe_netif_output() local
296 struct pppoe_softc *sc = (struct pppoe_softc *)ctx; in pppoe_destroy() local
321 struct pppoe_softc *sc; in pppoe_find_softc_by_session() local
336 struct pppoe_softc *sc, *t; in pppoe_find_softc_by_hunique() local
374 struct pppoe_softc *sc; in pppoe_disc_input() local
652 struct pppoe_softc *sc; in pppoe_data_input() local
718 pppoe_output(struct pppoe_softc *sc, struct pbuf *pb) in pppoe_output()
752 pppoe_send_padi(struct pppoe_softc *sc) in pppoe_send_padi()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof.cpp228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
247 uspoof_close(USpoofChecker *sc) { in uspoof_close()
255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
282 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
292 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
302 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
311 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
321 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
327 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof.cpp225 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
244 uspoof_close(USpoofChecker *sc) { in uspoof_close()
252 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
270 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
279 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
289 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
299 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
308 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
318 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
324 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/third_party/icu/icu4c/source/i18n/
Duspoof.cpp228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
247 uspoof_close(USpoofChecker *sc) { in uspoof_close()
255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
282 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
292 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
302 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
311 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
321 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
327 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Duspoof.cpp231 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
250 uspoof_close(USpoofChecker *sc) { in uspoof_close()
258 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
276 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
285 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
295 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
305 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
314 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
324 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
330 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_variable_qualifier_test.cc39 auto sc = p->variable_qualifier(); in TEST_P() local
76 auto sc = p->variable_qualifier(); in TEST_F() local
85 auto sc = p->variable_qualifier(); in TEST_F() local
94 auto sc = p->variable_qualifier(); in TEST_F() local
105 auto sc = p->variable_qualifier(); in TEST_F() local
116 auto sc = p->variable_qualifier(); in TEST_F() local
/third_party/typescript/tests/baselines/reference/
Dicomparable.js11 var sc: StringComparable[]; variable
16 var sc; variable
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c124 #define DPRINTF_UMASS(sc, m, fmt, ...) \ argument
463 struct umass_softc *sc; member
919 struct umass_softc *sc = in umass_attach() local
1116 struct umass_softc *sc = (struct umass_softc *)device_get_softc(dev); in umass_detach() local
1157 umass_init_shuttle(struct umass_softc *sc) in umass_init_shuttle()
1187 umass_transfer_start(struct umass_softc *sc, uint8_t xfer_index) in umass_transfer_start()
1201 umass_cancel_ccb(struct umass_softc *sc) in umass_cancel_ccb()
1221 struct umass_softc *sc = (struct umass_softc *)usbd_xfer_softc(xfer); in umass_tr_error() local
1237 umass_scsi_inquiry_data(struct umass_softc *sc, void *data, int len) in umass_scsi_inquiry_data()
1286 struct umass_softc *sc = (struct umass_softc *)usbd_xfer_softc(xfer); in umass_t_bbb_reset1_callback() local
[all …]
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c138 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_intr_write_callback() local
194 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_intr_read_callback() local
251 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_write_callback() local
312 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_read_callback() local
392 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_start_read() local
404 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_stop_read() local
413 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_start_write() local
426 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_stop_write() local
433 uhid_get_report(struct uhid_softc *sc, uint8_t type, in uhid_get_report()
474 uhid_set_report(struct uhid_softc *sc, uint8_t type, in uhid_set_report()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage_ram.c74 struct ram_storage_sc *sc = ram_inode->i_private; in ram_read() local
98 struct ram_storage_sc *sc = ram_inode->i_private; in ram_write() local
120 struct ram_storage_sc *sc; in ram_geometry() local
156 struct ram_storage_sc *sc; in ram_mass_storage_init() local
219 struct ram_storage_sc *sc; in ram_mass_storage_deinit() local
/third_party/skia/third_party/externals/tint/src/ast/
Dstorage_class.cc20 const char* ToString(StorageClass sc) { in ToString()
47 std::ostream& operator<<(std::ostream& out, StorageClass sc) { in operator <<()

12345678910>>...22