HomeSort by relevance Sort by last modified time
    Searched defs:num_pairs (Results 1 - 9 of 9) 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/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/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) {
  /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/boringssl/src/ssl/
ssl_privkey.cc 526 const size_t num_pairs = num_values / 2; local
527 if (!out->Init(num_pairs)) {
  /external/v8/src/objects/
bigint.cc 1261 int num_pairs = y_length; local
    [all...]
  /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...]

Completed in 590 milliseconds