/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | sendmsg.c | 115 __objc_get_forward_imp (id rcv, SEL sel) in __objc_get_forward_imp() 169 __objc_resolve_class_method (Class class, SEL sel) in __objc_resolve_class_method() 208 __objc_resolve_instance_method (Class class, SEL sel) in __objc_resolve_instance_method() 261 get_implementation (id receiver, Class class, SEL sel) in get_implementation() 334 get_imp (Class class, SEL sel) in get_imp() 378 __objc_responds_to (id object, SEL sel) in __objc_responds_to() 474 objc_msg_lookup_super (struct objc_super *super, SEL sel) in objc_msg_lookup_super() 788 search_for_method_in_hierarchy (Class cls, SEL sel) in search_for_method_in_hierarchy() 903 __objc_forward (id object, SEL sel, arglist_t args) in __objc_forward() 1146 __objc_get_prepared_imp (Class cls,SEL sel) in __objc_get_prepared_imp()
|
/dflybsd-src/sys/cpu/x86_64/include/ |
H A D | cpufunc.h | 710 u_short sel; in rfs() local 718 u_short sel; in rgs() local 724 load_ds(u_short sel) in load_ds() 730 load_es(u_short sel) in load_es() 741 load_fs(u_short sel) in load_fs() 752 load_gs(u_short sel) in load_gs() 765 load_fs(u_short sel) in load_fs() 771 load_gs(u_short sel) in load_gs() 786 lldt(u_short sel) in lldt() 793 ltr(u_short sel) in ltr()
|
/dflybsd-src/usr.sbin/pciconf/ |
H A D | pciconf.c | 733 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 752 struct pcisel sel = {0,0,0,0}; in getsel() local 787 readone(int fd, struct pcisel *sel, long reg, int width) in readone() 802 struct pcisel sel; in readit() local
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | objc-lang.c | 467 struct selname *sel = selname_chain; in end_msglist() local 1437 CORE_ADDR class, CORE_ADDR sel) in find_implementation_from_class() 1490 CORE_ADDR object, CORE_ADDR sel) in find_implementation() 1511 CORE_ADDR sel; in resolve_msgsend() local 1533 CORE_ADDR sel; in resolve_msgsend_stret() local 1557 CORE_ADDR sel; in resolve_msgsend_super() local 1585 CORE_ADDR sel; in resolve_msgsend_super_stret() local
|
H A D | stap-probe.c | 1123 int sel = (int) (uintptr_t) data; in compute_probe_arg() local 1160 int sel = (int) (uintptr_t) data; in compile_probe_arg() local
|
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | tasn_utl.c | 82 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector() local 93 int *sel, ret; in asn1_set_choice_selector() local
|
/dflybsd-src/sys/bus/u4b/ |
H A D | usb_request.c | 1614 uint16_t sel) 1635 uint16_t sel) 1721 uint8_t port, uint16_t sel) 1743 uint8_t port, uint16_t sel) 2139 uint16_t sel) 2160 uint16_t sel)
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_hostap.c | 1177 wpa_cipher(const uint8_t *sel, uint8_t *keylen) in wpa_cipher() 1207 wpa_keymgmt(const uint8_t *sel) in wpa_keymgmt() 1324 rsn_cipher(const uint8_t *sel, uint8_t *keylen) in rsn_cipher() 1356 rsn_keymgmt(const uint8_t *sel) in rsn_keymgmt()
|
/dflybsd-src/contrib/libedit/src/ |
H A D | sig.c | 55 static EditLine *sel = NULL; variable
|
/dflybsd-src/sys/dev/video/bktr/ |
H A D | bktr_tuner.c | 1189 int fref, lo1, lo1n, lo1a, s, sel; in MT2032_ComputeFreq() local 1300 MT2032_OptimizeVCO(bktr_ptr_t bktr, int sel, int lock) in MT2032_OptimizeVCO() 1335 int lint_try, sel, lock = 0; in MT2032_SetIFFreq() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | optabs-query.c | 369 selector_fits_mode_p (machine_mode mode, const vec_perm_indices &sel) in selector_fits_mode_p() 422 can_vec_perm_const_p (machine_mode mode, const vec_perm_indices &sel, in can_vec_perm_const_p()
|
H A D | optabs.c | 5411 shift_amt_for_vec_perm_mask (machine_mode mode, const vec_perm_indices &sel) in shift_amt_for_vec_perm_mask() 5441 rtx v0, rtx v1, rtx sel) in expand_vec_perm_1() 5485 const vec_perm_builder &sel, machine_mode sel_mode, in expand_vec_perm_const() 5628 expand_vec_perm_var (machine_mode mode, rtx v0, rtx v1, rtx sel, rtx target) in expand_vec_perm_var() 5917 vec_perm_builder sel; in expand_mult_highpart() local
|
/dflybsd-src/test/testcases/libnvmm/ |
H A D | h_io_assist.c | 67 init_seg(struct nvmm_x64_state_seg *seg, int type, int sel) in init_seg()
|
H A D | h_mem_assist.c | 210 init_seg(struct nvmm_x64_state_seg *seg, int type, int sel) in init_seg()
|
/dflybsd-src/test/nvmm/demo/toyvirt/ |
H A D | main.c | 179 toyvirt_init_seg(struct nvmm_x64_state_seg *seg, int type, int sel, int limit) in toyvirt_init_seg()
|
/dflybsd-src/test/nvmm/demo/smallkern/ |
H A D | main.c | 174 int sel) in setgate()
|
/dflybsd-src/crypto/openssh/ |
H A D | audit-bsm.c | 257 int ad, rc, sel; in bsm_audit_record() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-data-refs.c | 3843 unsigned char *sel = XALLOCAVEC (unsigned char, nelt); in vect_strided_store_supported() local 3950 unsigned char *sel = XALLOCAVEC (unsigned char, nelt); in vect_permute_store_chain() local 4294 unsigned char *sel = XALLOCAVEC (unsigned char, nelt); in vect_strided_load_supported() local 4412 unsigned char *sel = XALLOCAVEC (unsigned char, nelt); in vect_permute_load_chain() local
|
H A D | tree-vect-stmts.c | 4076 vect_gen_perm_mask (tree vectype, unsigned char *sel) in vect_gen_perm_mask() 4108 unsigned char *sel; in perm_mask_for_reverse() local 4360 unsigned char *sel = XALLOCAVEC (unsigned char, gather_off_nunits); in vectorizable_load() local 4371 unsigned char *sel = XALLOCAVEC (unsigned char, nunits); in vectorizable_load() local
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | radius.c | 533 radius_Continue(struct radius *r, int sel) in radius_Continue()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | lex.c | 547 int sel; in retrofit_lang_decl() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | lex.c | 659 lang_decl_selector sel; in maybe_add_lang_decl_raw() local
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | wps_supplicant.c | 2721 const struct wpabuf *sel) in wpas_wps_nfc_report_handover() 2732 const struct wpabuf *sel) in wpas_er_wps_nfc_report_handover()
|
/dflybsd-src/sys/bus/u4b/net/ |
H A D | if_axe.c | 519 axe_get_phyno(struct axe_softc *sc, int sel) in axe_get_phyno()
|
/dflybsd-src/tools/tools/usbtest/ |
H A D | usb_msc_test.c | 870 int sel; in show_host_device_selection() local
|