Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp0_conv.S122 test_ftoi trunc.s, a2, f0, 0xffc00001, 0, 0x7fffffff, FSR_V
123 test_ftoi trunc.s, a2, f0, 0xff800001, 0, 0x7fffffff, FSR_V
126 test_ftoi trunc.s, a2, f0, 0xff800000, 0, 0x80000000, FSR_V
129 test_ftoi trunc.s, a2, f0, 0xceffffff, 1, 0x80000000, FSR_V
130 test_ftoi trunc.s, a2, f0, 0xcf000000, 0, 0x80000000, FSR__
131 test_ftoi trunc.s, a2, f0, 0xceffffff, 0, 0x80000080, FSR__
144 test_ftoi trunc.s, a2, f0, 0x3f800000, 0, 1, FSR__ /* 1 */
150 test_ftoi trunc.s, a2, f0, 0x4effffff, 0, 0x7fffff80, FSR__
151 test_ftoi trunc.s, a2, f0, 0x4f000000, 0, 0x7fffffff, FSR_V
152 test_ftoi trunc.s, a2, f0, 0x4effffff, 1, 0x7fffffff, FSR_V
[all …]
/openbmc/estoraged/src/test/
H A Dutil_test.cpp26 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
39 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
53 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
74 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
95 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
118 std::ios::out | std::ios::trunc); in TEST()
128 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST()
176 std::ios::out | std::ios::trunc); in TEST()
225 std::ios::out | std::ios::trunc); in TEST()
264 std::ios::out | std::ios::trunc); in TEST()
[all …]
H A Destoraged_test.cpp70 std::ios::out | std::ios::binary | std::ios::trunc); in SetUp()
112 std::ios::out | std::ios::binary | std::ios::trunc); in createMappedDev()
232 std::ios::out | std::ios::binary | std::ios::trunc); in TEST_F()
/openbmc/linux/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh267 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
274 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
282 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
289 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
297 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
304 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
312 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
319 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
/openbmc/linux/arch/ia64/lib/
H A Didiv64.S30 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
H A Didiv32.S31 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b
36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
/openbmc/estoraged/src/test/erase/
H A Dzero_test.cpp33 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
54 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
101 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
H A Dpattern_test.cpp35 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
61 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
H A Dcrypto_test.cpp40 std::ios::out | std::ios::binary | std::ios::trunc); in SetUp()
/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-clean-dangling/
H A Daction.yml14 … if ! docker rmi $(docker images --filter "dangling=true" -q --no-trunc) > /dev/null 2>&1; then
/openbmc/phosphor-debug-collector/
H A Ddump_manager_faultlog.cpp68 std::ofstream::out | std::fstream::trunc); in createDump()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh531 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
540 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
556 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
563 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
/openbmc/bmcweb/include/
H A Dimage_upload.hpp103 std::ofstream::trunc); in uploadImageHandler()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/
H A Dutil_test.cpp41 std::ofstream ofs(fileName, std::ios::trunc); in TEST()
/openbmc/smbios-mdr/src/
H A Dsystem.cpp136 std::ofstream smbiosFile(smbiosFilePath, std::ios_base::trunc); in version()
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/
H A Dhandler.cpp217 std::ios_base::binary | std::ios_base::trunc); in commit()
/openbmc/linux/fs/
H A Ddax.c380 bool trunc) in dax_disassociate_entry() argument
390 WARN_ON_ONCE(trunc && page_ref_count(page) > 1); in dax_disassociate_entry()
746 pgoff_t index, bool trunc) in __dax_invalidate_entry() argument
756 if (!trunc && in __dax_invalidate_entry()
760 dax_disassociate_entry(entry, mapping, trunc); in __dax_invalidate_entry()
/openbmc/linux/fs/ocfs2/
H A Dalloc.h221 unsigned int start, unsigned int end, int trunc);
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h299 unsigned trunc:1; /* current frame truncated due to rxram full */ member
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_devintf.c199 bool trunc, struct ipmi_recv *rsp, in handle_recv() argument
250 if (trunc) { in handle_recv()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c1666 char *trunc = "..."; in ath6kl_init_get_fwcaps() local
1679 trunc_len = strlen(trunc) + 1; in ath6kl_init_get_fwcaps()
1680 strncpy(buf + buf_len - trunc_len, trunc, trunc_len); in ath6kl_init_get_fwcaps()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1265 u8 trunc:1; member
1269 u8 trunc:1; member
1286 __u8 trunc:1; member
1290 __u8 trunc:1; member
/openbmc/linux/net/openvswitch/
H A Dactions.c1331 struct ovs_action_trunc *trunc = nla_data(a); in do_execute_actions() local
1333 if (skb->len > trunc->max_len) in do_execute_actions()
1334 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp519 std::ios::out | std::ios::binary | std::ios::trunc); in processCodeUpdateLid()
/openbmc/linux/security/smack/
H A Dsmackfs.c452 int trunc = 0; in smk_write_rules_list() local
472 trunc = 1; in smk_write_rules_list()
484 if (trunc) { in smk_write_rules_list()

12