Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dfxfa_basic_unittest.cpp12 void HashTestCase(uint32_t hash, const char* str, uint32_t* so_far) { in HashTestCase() argument
15 EXPECT_LT(*so_far, hash) << hash; in HashTestCase()
19 *so_far = hash; in HashTestCase()
25 uint32_t so_far = 0; in TEST() local
27 #define PCKT____(a, b, c, d, e, f) HashTestCase(a, b, &so_far); in TEST()
33 uint32_t so_far = 0; in TEST() local
35 #define ATTR____(a, b, c, d) HashTestCase(a, b, &so_far); in TEST()
41 uint32_t so_far = 0; in TEST() local
43 #define VALUE____(a, b, c) HashTestCase(a, b, &so_far); in TEST()
49 uint32_t so_far = 0; in TEST() local
[all …]
/external/openscreen/util/
Dstd_util.h73 std::vector<T>&& Append(std::vector<T>&& so_far) { in Append() argument
74 return std::move(so_far); in Append()
80 std::vector<T>&& Append(std::vector<T>&& so_far, in Append() argument
83 so_far.push_back(std::move(new_element)); in Append()
84 return Append(std::move(so_far), std::move(new_elements)...); in Append()
/external/arm-optimized-routines/math/tools/
Dremez.jl903 so_far = 0
906 so_far *= x
908 thisval = so_far / coeff
910 so_far += coeff
/external/llvm-project/libc/AOR_v20.02/math/tools/
Dremez.jl904 so_far = 0
907 so_far *= x
909 thisval = so_far / coeff
911 so_far += coeff
/external/rust/crates/ahash/src/
Dhash_quality_test.rs54 fn gen_combinations(options: &[u32; 8], depth: u32, so_far: Vec<u32>, combinations: &mut Vec<Vec<u3… in gen_combinations()
59 let mut next = so_far.clone();
/external/libevent/
Dbuffer.c2231 size_t so_far; in evbuffer_read_setup_vecs_() local
2238 so_far = 0; in evbuffer_read_setup_vecs_()
2248 for (i = 0; i < n_vecs_avail && so_far < (size_t)howmuch; ++i) { in evbuffer_read_setup_vecs_()
2250 if (avail > (howmuch - so_far) && exact) in evbuffer_read_setup_vecs_()
2251 avail = howmuch - so_far; in evbuffer_read_setup_vecs_()
2254 so_far += avail; in evbuffer_read_setup_vecs_()
/external/python/cpython3/Tools/clinic/
Dclinic.py2023 so_far = []
2026 so_far.append(field)
2037 fail('Parent class or module ' + '.'.join(so_far) + " does not exist.")
3955 so_far = []