Searched refs:negative (Results 1 – 5 of 5) sorted by relevance
| /spdk/scripts/env_dpdk/22.11/ |
| H A D | 23.11-rte_dev.h.patch | 57 * - On failure, a negative value. 74 * - On failure, a negative value. 106 * - On failure, a negative value. 120 * - On failure, a negative value. 134 * - On failure, a negative value. 148 * - On failure, a negative value.
|
| H A D | 23.07-rte_bus_pci.h.patch | 22 - * Number of bytes read on success, negative on error. 46 - * Number of bytes written on success, negative on error.
|
| H A D | 23.11-rte_bus_pci.h.patch | 119 - * Number of bytes read on success, negative on error. 143 - * Number of bytes written on success, negative on error.
|
| /spdk/lib/json/ |
| H A D | json_util.c | 73 bool negative; member 106 num->negative = true; in json_number_split() 190 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint8() 212 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint16() 238 if (split_num.negative) { in spdk_json_number_to_int32() 265 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint32() 287 if (split_num.exponent || split_num.negative) { in spdk_json_number_to_uint64()
|
| /spdk/test/vhost/ |
| H A D | vhost.sh | 21 run_test "vhost_negative" $WORKDIR/other/negative.sh
|