/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_fp0_conv.S | 122 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__ 134 test_ftoi trunc.s, a2, f0, 0xbfa00000, 1, -2, FSR_I /* -1.25 * 2 */ 135 test_ftoi trunc.s, a2, f0, 0xbfc00000, 0, -1, FSR_I /* -1.5 */ 136 test_ftoi trunc.s, a2, f0, 0xbf800000, 1, -2, FSR__ /* -1 * 2 */ 137 test_ftoi trunc.s, a2, f0, 0xbf800000, 0, -1, FSR__ /* -1 */ [all …]
|
/openbmc/estoraged/src/test/ |
H A D | util_test.cpp | 26 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() 186 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() 225 std::ios::out | std::ios::trunc); in TEST() [all …]
|
H A D | estoraged_test.cpp | 70 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 D | vrf-xfrm-tests.sh | 267 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 D | idiv64.S | 30 # 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 D | idiv32.S | 31 # 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 D | zero_test.cpp | 33 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 D | pattern_test.cpp | 35 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 D | crypto_test.cpp | 40 std::ios::out | std::ios::binary | std::ios::trunc); in SetUp()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_faultlog.cpp | 68 std::ofstream::out | std::fstream::trunc); in createDump()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tunnel.sh | 531 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 D | image_upload.hpp | 113 std::ofstream::trunc); in uploadImageHandler()
|
/openbmc/google-ipmi-sys/test/ |
H A D | bios_setting_unittest.cpp | 45 ofs.open(filename, std::ios::trunc | std::ios::binary); in writeTmpFile()
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/ |
H A D | util_test.cpp | 41 std::ofstream ofs(fileName, std::ios::trunc); in TEST()
|
/openbmc/smbios-mdr/src/ |
H A D | system.cpp | 136 std::ofstream smbiosFile(smbiosFilePath, std::ios_base::trunc); in version()
|
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/ |
H A D | handler.cpp | 216 std::ios_base::binary | std::ios_base::trunc); in commit()
|
/openbmc/linux/fs/ |
H A D | dax.c | 380 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 D | alloc.h | 221 unsigned int start, unsigned int end, int trunc);
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 199 bool trunc, struct ipmi_recv *rsp, in handle_recv() argument 250 if (trunc) { in handle_recv()
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.h | 299 unsigned trunc:1; /* current frame truncated due to rxram full */ member
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 1666 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 D | t4_msg.h | 1265 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 D | actions.c | 1339 struct ovs_action_trunc *trunc = nla_data(a); in do_execute_actions() local 1341 if (skb->len > trunc->max_len) in do_execute_actions() 1342 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | inband_code_update.cpp | 529 std::ios::out | std::ios::binary | std::ios::trunc); in processCodeUpdateLid()
|
/openbmc/linux/security/smack/ |
H A D | smackfs.c | 452 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()
|