Home
last modified time | relevance | path

Searched refs:coord_len (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Ddebug.c239 size_t coord_len; in mbedtls_debug_print_psa_ec() local
250 coord_len = (pk->pub_raw_len - 1)/2; in mbedtls_debug_print_psa_ec()
255 mbedtls_debug_print_ec_coord(ssl, level, file, line, str, coord_start, coord_len); in mbedtls_debug_print_psa_ec()
258 coord_start = coord_start + coord_len; in mbedtls_debug_print_psa_ec()
260 mbedtls_debug_print_ec_coord(ssl, level, file, line, str, coord_start, coord_len); in mbedtls_debug_print_psa_ec()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh2584 const int *coords, unsigned int coord_len) const in evaluate()
2595 int coord = i < coord_len ? coords[i] : 0; in evaluate()
3001 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate()
3003 int coord = axisIndex < coord_len ? coords[axisIndex] : 0; in evaluate()
3024 bool evaluate (const int *coords, unsigned int coord_len) const
3027 case 1: return u.format1.evaluate (coords, coord_len);
3064 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate()
3068 if (!(this+conditions.arrayZ[i]).evaluate (coords, coord_len)) in evaluate()
3273 bool find_index (const int *coords, unsigned int coord_len, in find_index()
3280 if ((this+record.conditions).evaluate (coords, coord_len)) in find_index()
[all...]

Completed in 7 milliseconds