Home
last modified time | relevance | path

Searched refs:low_bound (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc363 int32_t low_bound = checksum_range_[low_bound_index]; in ComputeChecksum() local
367 sum += ComputeCheckSum(low_bound, high_bound); in ComputeChecksum()
375 int64_t ReadableFontData::ComputeCheckSum(int32_t low_bound, in ComputeCheckSum() argument
379 for (int32_t i = low_bound; i <= high_bound - 4; i += 4) { in ComputeCheckSum()
Dreadable_font_data.h304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);
/external/epid-sdk/epid/common/math/
Dfinitefield.h490 EpidStatus FfGetRandom(FiniteField* ff, BigNumStr const* low_bound,
/external/epid-sdk/epid/common/math/src/
Dfinitefield.c1268 EpidStatus FfGetRandom(FiniteField* ff, BigNumStr const* low_bound, in FfGetRandom() argument
1275 if (!ff || !low_bound || !rnd_func || !r) { in FfGetRandom()
1291 result = ReadFfElement(ff, low_bound, sizeof(*low_bound), low); in FfGetRandom()