HomeSort by relevance Sort by last modified time
    Searched refs:num_pairs (Results 1 - 13 of 13) sorted by null

  /external/grpc-grpc/test/core/security/
ssl_credentials_test.cc 34 const size_t num_pairs = 3; local
44 grpc_convert_grpc_to_tsi_cert_pairs(grpc_pairs, num_pairs);
47 for (size_t i = 0; i < num_pairs; i++) {
54 grpc_tsi_ssl_pem_key_cert_pairs_destroy(tsi_pairs, num_pairs);
  /external/freetype/src/sfnt/
ttkern.c 88 FT_UInt num_pairs, length, coverage, format; local
121 num_pairs = FT_NEXT_USHORT( p );
124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */
125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 );
133 if ( num_pairs > 0 )
142 for ( count = num_pairs - 1; count > 0; count-- )
209 FT_UInt num_pairs; local
225 num_pairs = FT_NEXT_USHORT( p );
228 if ( ( next - p ) < 6 * (int)num_pairs ) /* handle broken count */
229 num_pairs = (FT_UInt)( ( next - p ) / 6 )
    [all...]
  /external/brotli/c/enc/
cluster_inc.h 17 size_t* num_pairs) CODE({
43 double threshold = *num_pairs == 0 ? 1e99 :
56 if (*num_pairs > 0 && HistogramPairIsLess(&pairs[0], &p)) {
58 if (*num_pairs < max_num_pairs) {
59 pairs[*num_pairs] = pairs[0];
60 ++(*num_pairs);
63 } else if (*num_pairs < max_num_pairs) {
64 pairs[*num_pairs] = p;
65 ++(*num_pairs);
81 size_t num_pairs = 0
    [all...]
  /external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
metric_loss_ops.py 319 num_pairs = len(sparse_labels)
320 adjacency_matrix = array_ops.zeros([num_pairs, num_pairs])
321 for i in range(num_pairs):
322 for j in range(num_pairs):
330 [[i, num_pairs-i-1],
331 [j, num_pairs-j-1]], 'CONSTANT')
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_instruction.cpp 393 size_t num_pairs = (inst->operands().size() - 2) / 2; local
396 if (num_pairs > num_pairs_limit) {
398 << "Number of (literal, label) pairs in OpSwitch (" << num_pairs
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_instruction.cpp 393 size_t num_pairs = (inst->operands().size() - 2) / 2; local
396 if (num_pairs > num_pairs_limit) {
398 << "Number of (literal, label) pairs in OpSwitch (" << num_pairs
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 295 int32_t num_pairs = IndexSubTableFormat4::NumGlyphs(data, 0) + 1; local
297 for (int32_t i = 0; i < num_pairs; ++i) {
  /art/runtime/mirror/
dex_cache-inl.h 342 size_t num_pairs,
345 for (size_t i = 0; i < num_pairs; ++i) {
  /external/boringssl/src/ssl/
ssl_privkey.cc 526 const size_t num_pairs = num_values / 2; local
527 if (!out->Init(num_pairs)) {
  /external/u-boot/arch/arm/include/asm/arch-tegra/
bpmp_abi.h 1484 uint32_t num_pairs; member in struct:mrq_emc_dvfs_latency_response
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 997 int num_pairs = 4; local
    [all...]
  /external/v8/src/objects/
bigint.cc 1261 int num_pairs = y_length; local
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 198 size_t num_pairs)
200 for (size_t i = 0; i < num_pairs; ++i) {
    [all...]

Completed in 2581 milliseconds