Home
last modified time | relevance | path

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

/third_party/quickjs/
Dcutils.h98 static inline int64_t max_int64(int64_t a, int64_t b) in max_int64() function
Dquickjs.c39066 count = max_int64(final - start, 0); in js_array_slice()
51228 new_len = max_int64(end - start, 0); in js_array_buffer_slice()
/third_party/glib/glib/tests/
Dstrfuncs.c2482 const gchar *max_int64 = "9223372036854775807"; in test_ascii_string_to_number_pathological() local
2531 g_assert_true (g_ascii_string_to_signed (max_int64, in test_ascii_string_to_number_pathological()