Home
last modified time | relevance | path

Searched refs:num1 (Results 1 - 11 of 11) sorted by relevance

/third_party/openssl/test/
H A Dnamemap_internal_test.c35 int num1 = ossl_namemap_add_name(nm, 0, NAME1); in test_namemap() local
37 int num3 = ossl_namemap_add_name(nm, num1, ALIAS1); in test_namemap()
45 return TEST_int_ne(num1, 0) in test_namemap()
47 && TEST_int_eq(num1, num3) in test_namemap()
49 && TEST_int_eq(num1, check1) in test_namemap()
/third_party/jerryscript/tests/jerry/
H A Darithmetics.js33 var num1 = 1234567, num2 = 1234000; variable
34 assert((num1 % num2) == 567);
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c467 uint8_t num0, num1, num2; in test_validator_int1_handler() local
475 jerryx_arg_uint8 (&num1, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED), in test_validator_int1_handler()
495 TEST_ASSERT (num1 == 255); in test_validator_int1_handler()
522 int8_t num0, num1, num2, num3, num4, num5, num6, num7, num8, num9; in test_validator_int2_handler() local
529 jerryx_arg_int8 (&num1, JERRYX_ARG_FLOOR, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED), in test_validator_int2_handler()
547 TEST_ASSERT (num1 == -2); in test_validator_int2_handler()
/third_party/lzma/CPP/Common/
H A DMyString.cpp497 AString::AString(const char *s1, unsigned num1, const char *s2, unsigned num2) in AString() argument
499 SetStartLen(num1 + num2); in AString()
501 memcpy(chars, s1, num1); in AString()
502 memcpy(chars + num1, s2, num2 + 1); in AString()
1094 UString::UString(const wchar_t *s1, unsigned num1, const wchar_t *s2, unsigned num2) in UString() argument
1096 SetStartLen(num1 + num2); in UString()
1098 wmemcpy(chars, s1, num1); in UString()
1099 wmemcpy(chars + num1, s2, num2 + 1); in UString()
H A DMyString.h290 AString(const char *s1, unsigned num1, const char *s2, unsigned num2);
571 UString(const wchar_t *s1, unsigned num1, const wchar_t *s2, unsigned num2);
/third_party/lame/mpglib/
H A Dlayer3.c577 int num1 = slen[1][gr_infos->scalefac_compress]; in III_get_scale_factors_1() local
581 numbits = (num0 + num1) * 18; in III_get_scale_factors_1()
587 numbits -= num0; /* num0 * 17 + num1 * 18 */ in III_get_scale_factors_1()
593 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
606 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
607 numbits = (num0 + num1) * 10 + num0; in III_get_scale_factors_1()
631 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
632 numbits += num1 * 5; in III_get_scale_factors_1()
640 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
641 numbits += num1 * in III_get_scale_factors_1()
[all...]
/third_party/python/Modules/
H A Dselectmodule.c926 PyObject *value, *num1, *num2; in select_devpoll_poll_impl() local
1002 num1 = PyLong_FromLong(self->fds[i].fd); in select_devpoll_poll_impl()
1004 if ((num1 == NULL) || (num2 == NULL)) { in select_devpoll_poll_impl()
1005 Py_XDECREF(num1); in select_devpoll_poll_impl()
1009 value = PyTuple_Pack(2, num1, num2); in select_devpoll_poll_impl()
1010 Py_DECREF(num1); in select_devpoll_poll_impl()
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c706 float num0, num1, num2, num3, num4; in celt_fir5() local
710 num1 = num[1]; in celt_fir5()
724 sum += (num1*mem1); in celt_fir5()
/third_party/backends/tools/
H A Dsane-desc.c499 int num1 = atoi (num_string1); in num_compare() local
501 if (num1 < num2) in num_compare()
503 else if (num1 > num2) in num_compare()
/third_party/toybox/toys/pending/
H A Dbc.c2204 BcNum num1, num2, half, f, fprime, *x0, *x1, *temp; in bc_num_sqrt() local
2225 bc_num_init(&num1, len); in bc_num_sqrt()
2236 x0 = &num1; in bc_num_sqrt()
2298 bc_num_free(&num1); in bc_num_sqrt()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil_test.js3886 var num1 = phoneUtil.parse('+64 3 331 6005', RegionCode.NZ);
3891 phoneUtil.isNumberMatch(num1, num2));

Completed in 44 milliseconds