Searched refs:low_bound (Results 1 – 4 of 4) sorted by relevance
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 363 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()
|
D | readable_font_data.h | 304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);
|
/external/epid-sdk/epid/common/math/ |
D | finitefield.h | 490 EpidStatus FfGetRandom(FiniteField* ff, BigNumStr const* low_bound,
|
/external/epid-sdk/epid/common/math/src/ |
D | finitefield.c | 1268 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()
|