Home
last modified time | relevance | path

Searched defs:s (Results 676 – 700 of 4336) sorted by relevance

1...<<21222324252627282930>>...174

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dbase.hpp455 _AccTp s = 0; in normL2Sqr() local
475 _AccTp s = 0; in normL1() local
492 _AccTp s = 0; in normInf() local
501 _AccTp s = 0; in normL2Sqr() local
520 float s = 0.f; in normL2Sqr() local
532 _AccTp s = 0; in normL1() local
551 float s = 0.f; in normL1() local
561 int s = 0; in normL1() local
572 _AccTp s = 0; in normInf() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dbase.hpp455 _AccTp s = 0; in normL2Sqr() local
475 _AccTp s = 0; in normL1() local
492 _AccTp s = 0; in normInf() local
501 _AccTp s = 0; in normL2Sqr() local
520 float s = 0.f; in normL2Sqr() local
532 _AccTp s = 0; in normL1() local
551 float s = 0.f; in normL1() local
561 int s = 0; in normL1() local
572 _AccTp s = 0; in normInf() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dbase.hpp455 _AccTp s = 0; in normL2Sqr() local
475 _AccTp s = 0; in normL1() local
492 _AccTp s = 0; in normInf() local
501 _AccTp s = 0; in normL2Sqr() local
520 float s = 0.f; in normL2Sqr() local
532 _AccTp s = 0; in normL1() local
551 float s = 0.f; in normL1() local
561 int s = 0; in normL1() local
572 _AccTp s = 0; in normInf() local
/OK3568_Linux_fs/kernel/include/linux/netfilter/ipset/
H A Dip_set.h65 #define SET_WITH_TIMEOUT(s) ((s)->extensions & IPSET_EXT_TIMEOUT) argument
66 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER) argument
67 #define SET_WITH_COMMENT(s) ((s)->extensions & IPSET_EXT_COMMENT) argument
68 #define SET_WITH_SKBINFO(s) ((s)->extensions & IPSET_EXT_SKBINFO) argument
69 #define SET_WITH_FORCEADD(s) ((s)->flags & IPSET_CREATE_FLAG_FORCEADD) argument
130 #define ext_timeout(e, s) \ argument
132 #define ext_counter(e, s) \ argument
134 #define ext_comment(e, s) \ argument
136 #define ext_skbinfo(e, s) \ argument
/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1332 int s = sizeof(struct host_to_dev_fis); in hisi_sas_softreset_ata_disk() local
1471 int s = sizeof(struct host_to_dev_fis); in hisi_sas_send_ata_reset_each_phy() local
2279 int i, s, j, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_init_mem() local
2316 int i, j, s, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_alloc() local
2847 struct seq_file *s) in hisi_sas_debugfs_print_reg()
2868 static int hisi_sas_debugfs_global_show(struct seq_file *s, void *p) in hisi_sas_debugfs_global_show()
2895 static int hisi_sas_debugfs_axi_show(struct seq_file *s, void *p) in hisi_sas_debugfs_axi_show()
2922 static int hisi_sas_debugfs_ras_show(struct seq_file *s, void *p) in hisi_sas_debugfs_ras_show()
2949 static int hisi_sas_debugfs_port_show(struct seq_file *s, void *p) in hisi_sas_debugfs_port_show()
2975 static void hisi_sas_show_row_64(struct seq_file *s, int index, in hisi_sas_show_row_64()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Daes-spe-keys.S11 #define LOAD_KEY(d, s, off) \ argument
14 #define LOAD_KEY(d, s, off) \ argument
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dfutex.h20 arch_spinlock_t *s = (arch_spinlock_t *)&lws_lock_start[index]; in _futex_spin_lock_irqsave() local
30 arch_spinlock_t *s = (arch_spinlock_t *)&lws_lock_start[index]; in _futex_spin_unlock_irqrestore() local
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dinftlmount.c462 void INFTL_dumptables(struct INFTLrecord *s) in INFTL_dumptables()
507 void INFTL_dumpVUchains(struct INFTLrecord *s) in INFTL_dumpVUchains()
533 int INFTL_mount(struct INFTLrecord *s) in INFTL_mount()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-lm70llp.c133 static inline void setsck(struct spi_device *s, int is_on) in setsck()
143 static inline void setmosi(struct spi_device *s, int is_on) in setmosi()
158 static inline int getmiso(struct spi_device *s) in getmiso()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dglue-cache.h140 static inline void nop_flush_kern_dcache_area(void *a, size_t s) { } in nop_flush_kern_dcache_area()
144 static inline void nop_dma_map_area(const void *s, size_t l, int f) { } in nop_dma_map_area()
145 static inline void nop_dma_unmap_area(const void *s, size_t l, int f) { } in nop_dma_unmap_area()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dcomedi_bond.c62 struct comedi_subdevice *s, in bonding_dio_insn_bits()
125 struct comedi_subdevice *s, in bonding_dio_insn_config()
277 struct comedi_subdevice *s; in bonding_attach() local
H A Dcomedi_8254.c480 struct comedi_subdevice *s, in comedi_8254_insn_read()
498 struct comedi_subdevice *s, in comedi_8254_insn_write()
515 struct comedi_subdevice *s, in comedi_8254_insn_config()
559 void comedi_8254_subdevice_init(struct comedi_subdevice *s, in comedi_8254_subdevice_init()
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c32 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), argument
33 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)), argument
34 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)), argument
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Ddmi_scan.c46 static const char * __init dmi_string_nosave(const struct dmi_header *dm, u8 s) in dmi_string_nosave()
66 static const char * __init dmi_string(const struct dmi_header *dm, u8 s) in dmi_string()
193 char *s; in dmi_save_release() local
221 char *s; in dmi_save_uuid() local
259 char *s; in dmi_save_type() local
832 int s = dmi->matches[i].slot; in dmi_matches() local
1022 const char *s, *y; in dmi_get_date() local
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_misc.c98 char *s; in check_file() local
211 static char *scanarg(char *s, char del) in scanarg()
337 char *s; in create_entry() local
479 char s[4]; in parse_command() local
725 char *s = enabled ? "enabled\n" : "disabled\n"; in bm_status_read() local
/OK3568_Linux_fs/u-boot/include/
H A Ddfu.h223 char *s) in dfu_fill_entity_mmc()
234 char *s) in dfu_fill_entity_mtd()
245 char *s) in dfu_fill_entity_nand()
256 char *s) in dfu_fill_entity_ram()
267 char *s) in dfu_fill_entity_sf()
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A Dslip.c918 static int slip_esc(unsigned char *s, unsigned char *d, int len)
955 static void slip_unesc(struct slip *sl, unsigned char s)
1001 static int slip_esc6(unsigned char *s, unsigned char *d, int len)
1038 static void slip_unesc6(struct slip *sl, unsigned char s)
1390 unsigned char s = (sl->mode & SL_MODE_SLIP6)?0x70:END; local
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdlcdrv.h221 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
226 static inline unsigned int hdlcdrv_getbits(struct hdlcdrv_state *s) in hdlcdrv_getbits()
244 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit) in hdlcdrv_channelbit()
251 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd) in hdlcdrv_setdcd()
256 static inline int hdlcdrv_ptt(struct hdlcdrv_state *s) in hdlcdrv_ptt()
/OK3568_Linux_fs/kernel/include/net/caif/
H A Dcfsrvl.h50 struct cfsrvl *s = container_of(layr, struct cfsrvl, layer); in cfsrvl_get() local
59 struct cfsrvl *s = container_of(layr, struct cfsrvl, layer); in cfsrvl_put() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Ddebugfs.c6 mt7603_reset_read(struct seq_file *s, void *data) in mt7603_reset_read()
32 mt7603_radio_read(struct seq_file *s, void *data) in mt7603_radio_read()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dlibata.c43 static void ata_id_string(const u16 *id, unsigned char *s, in ata_id_string()
62 void ata_id_c_string(const u16 *id, unsigned char *s, in ata_id_c_string()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dstdarg.h52 #define va_copy(d,s) __builtin_va_copy(d,s) argument
54 #define __va_copy(d,s) __builtin_va_copy(d,s) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dstdarg.h52 #define va_copy(d,s) __builtin_va_copy(d,s) argument
54 #define __va_copy(d,s) __builtin_va_copy(d,s) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dmd5.c77 #define FF(a, b, c, d, x, s, ac) { \ argument
82 #define GG(a, b, c, d, x, s, ac) { \ argument
87 #define HH(a, b, c, d, x, s, ac) { \ argument
92 #define II(a, b, c, d, x, s, ac) { \ argument
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.c237 char *s = NULL; in winConfigKeyboard() local
752 char *s, *end; in ParseOptionValue() local
968 GetBoolValue(OptionInfoPtr p, const char *s) in GetBoolValue()
996 winNormalizeName(const char *s) in winNormalizeName()

1...<<21222324252627282930>>...174