Searched refs:yBytes (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/unittests/Runtime/ |
D | character.cpp | 30 std::size_t yBytes, int expect) { in TestCharCompare() argument 31 int cmp{RTNAME(CharacterCompareScalar1)(x, y, xBytes, yBytes)}; in TestCharCompare() 36 std::memcpy(buf[1], y, yBytes); in TestCharCompare() 38 << "'(" << yBytes << "), got " << cmp << ", should be " << expect in TestCharCompare() 44 std::size_t yBytes, int expect) { in Compare() argument 45 TestCharCompare(x, y, xBytes, yBytes, expect); in Compare() 46 TestCharCompare(y, x, yBytes, xBytes, -expect); in Compare()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 490 unsigned int xBytes, yBytes; in trim_padding() local 491 xBytes = yBytes = 0; in trim_padding() 495 if (flag & FLAG_Y_SHORT) yBytes = 1; in trim_padding() 496 else if ((flag & FLAG_Y_SAME) == 0) yBytes = 2; in trim_padding() 498 coord_bytes += (xBytes + yBytes) * repeat; in trim_padding()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 494 def flagEncodeCoords(flag, x, y, xBytes, yBytes): argument 496 flagEncodeCoord(flag, flagYsame|flagYShort, y, yBytes) 1130 xBytes = yBytes = 0 1136 yBytes = 1 1138 yBytes = 2 1139 coordBytes += (xBytes + yBytes) * repeat
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 1702 jbyteArray xBytes, jbyteArray yBytes, in NativeCrypto_EC_GROUP_new_arbitrary() argument 1725 !arrayToBignum(env, yBytes, &y) || !arrayToBignum(env, orderBytes, &order) || in NativeCrypto_EC_GROUP_new_arbitrary() 2070 jbyteArray yBytes = bignumToArray(env, y.get(), "y"); in NativeCrypto_EC_POINT_get_affine_coordinates() local 2074 env->SetObjectArrayElement(joa, 1, yBytes); in NativeCrypto_EC_POINT_get_affine_coordinates()
|