Searched refs:num6 (Results 1 – 2 of 2) sorted by relevance
/third_party/cJSON/tests/ |
D | old_utils_tests.c | 98 cJSON *num6 = NULL; in misc_tests() local 104 num6 = cJSON_GetArrayItem(nums, 6); in misc_tests() 107 pointer = cJSONUtils_FindPointerFromObjectTo(object, num6); in misc_tests()
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-arg.c | 469 uint32_t num6, num7, num8; in test_validator_int1_handler() local 480 …jerryx_arg_uint32 (&num6, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIR… in test_validator_int1_handler() 500 TEST_ASSERT (num6 == 0); in test_validator_int1_handler() 522 int8_t num0, num1, num2, num3, num4, num5, num6, num7, num8, num9; in test_validator_int2_handler() local 534 …jerryx_arg_int8 (&num6, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED… in test_validator_int2_handler() 552 TEST_ASSERT (num6 == 127); in test_validator_int2_handler()
|