Home
last modified time | relevance | path

Searched defs:s1 (Results 51 – 75 of 228) sorted by relevance

12345678910

/openbmc/sdbusplus/test/message/
H A Dnative_types.cpp18 std::string s1 = sdbusplus::message::object_path("/asdf/"); in TEST() local
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dregdef.h17 #define s1 $10 macro
/openbmc/linux/include/linux/
H A Dzutil.h82 unsigned long s1 = adler & 0xffff; in zlib_adler32() local
H A Dnls.h76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
/openbmc/qemu/target/riscv/
H A Dvector_internals.c84 void do_vext_vx(void *vd, void *v0, target_long s1, void *vs2, in do_vext_vx()
/openbmc/linux/fs/hfsplus/
H A Dunicode.c32 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp()
65 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c39 const unsigned char *s1 = m1; in __strncmp() local
/openbmc/qemu/tests/qtest/
H A Divshmem-test.c199 IVState state1, state2, *s1, *s2; in test_ivshmem_pair() local
308 IVState state1, state2, *s1, *s2; in test_ivshmem_server() local
/openbmc/linux/lib/crypto/
H A Dpoly1305-donna64.c39 u64 s1, s2; in poly1305_core_blocks() local
H A Dpoly1305-donna32.c37 u32 s1, s2, s3, s4; in poly1305_core_blocks() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c54 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
/openbmc/qemu/bsd-user/
H A Delfload.c353 static int symfind(const void *s0, const void *s1) in symfind()
387 static int symcmp(const void *s0, const void *s1) in symcmp()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dstring.c50 char *strstr(const char *s1, const char *s2) in strstr()
/openbmc/linux/scripts/mod/
H A Dsymsearch.c30 static int syminfo_compare(const void *s1, const void *s2) in syminfo_compare()
/openbmc/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c200 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, in vtm_get_best_value()
220 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_buddy.c320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps()
325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dvp7045-fe.c30 s1 = vp7045_read_reg(state->d,0x01), in vp7045_fe_read_status() local
/openbmc/linux/fs/smb/client/
H A Dcifsproto.h754 static inline bool dfs_src_pathname_equal(const char *s1, const char *s2) in dfs_src_pathname_equal()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c43 static bool samples_same(const struct perf_sample *s1, in samples_same()
/openbmc/u-boot/cmd/
H A Dsetexpr.c66 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S21 #define s1 1024 /* S1 Array */ macro
H A Dtwofish-i586-asm_32.S27 #define s1 1024 /* S1 Array */ macro
/openbmc/qemu/target/sparc/
H A Dtranslate.c829 static void gen_op_faligndata_i(TCGv_i64 dst, TCGv_i64 s1, in gen_op_faligndata_i()
857 static void gen_op_faligndata_g(TCGv_i64 dst, TCGv_i64 s1, TCGv_i64 s2) in gen_op_faligndata_g()
1410 static void gen_op_fhadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2) in gen_op_fhadds()
1417 static void gen_op_fhaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2) in gen_op_fhaddd()
1425 static void gen_op_fhsubs(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2) in gen_op_fhsubs()
1432 static void gen_op_fhsubd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2) in gen_op_fhsubd()
1440 static void gen_op_fnhadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2) in gen_op_fnhadds()
1447 static void gen_op_fnhaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2) in gen_op_fnhaddd()
2342 TCGv_i32 c32, zero, dst, s1, s2; in gen_fmovs() local
3888 TCGv dst, s1, s2, l, r, t, m; in gen_edge() local
[all …]
/openbmc/u-boot/board/siemens/common/
H A Dfactoryset.c31 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match()
/openbmc/linux/crypto/
H A Dsha512_generic.c86 #define s1(x) (ror64(x,19) ^ ror64(x,61) ^ (x >> 6)) macro

12345678910