Home
last modified time | relevance | path

Searched refs:VAL_INT64 (Results 1 – 1 of 1) sorted by relevance

/spdk/test/unit/lib/json/json_write.c/
H A Djson_write_ut.c93 #define VAL_INT64(i) CU_ASSERT(spdk_json_write_int64(w, i) == 0); macro
482 VAL_INT64(0); in test_write_number_int64()
486 VAL_INT64(1); in test_write_number_int64()
490 VAL_INT64(123); in test_write_number_int64()
494 VAL_INT64(-123); in test_write_number_int64()
498 VAL_INT64(INT64_MAX); in test_write_number_int64()
502 VAL_INT64(INT64_MIN); in test_write_number_int64()