Home
last modified time | relevance | path

Searched refs:exp_num (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl01.c72 static void check_epoll_ctl(int opt, int exp_num) in check_epoll_ctl() argument
81 if (exp_num == 2) in check_epoll_ctl()
/third_party/openssl/test/
H A Dhttp_test.c207 int exp_num, num, ssl; in test_http_url_ok() local
210 if (!TEST_int_eq(sscanf(exp_port, "%d", &exp_num), 1)) in test_http_url_ok()
216 && TEST_int_eq(num, exp_num) in test_http_url_ok()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c14627 int32_t exp_num = ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64() local
14629 // The rest of the exp_num walking has a peculiar control flow but, once in wuffs_base__parse_number_f64()
14633 exp_num = (10 * exp_num) + ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64()
14637 exp_num = (10 * exp_num) + ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64()
14641 if (exp_num > 0x1000000) { in wuffs_base__parse_number_f64()
14644 exp_num = (10 * exp_num) + ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64()
14647 exp10 += exp_sign * exp_num; in wuffs_base__parse_number_f64()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c13731 int32_t exp_num = ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64() local
13733 // The rest of the exp_num walking has a peculiar control flow but, once in wuffs_base__parse_number_f64()
13737 exp_num = (10 * exp_num) + ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64()
13741 exp_num = (10 * exp_num) + ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64()
13745 if (exp_num > 0x1000000) { in wuffs_base__parse_number_f64()
13748 exp_num = (10 * exp_num) + ((uint8_t)(*p - '0')); in wuffs_base__parse_number_f64()
13751 exp10 += exp_sign * exp_num; in wuffs_base__parse_number_f64()
[all...]

Completed in 65 milliseconds