HomeSort by: relevance | last modified time | path
    Searched refs:value_in (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 3580 uint64_t value_out = 0, value_in; local
3589 value_in = *p_value_in;
3590 if (value_in > OSSL_QUIC_VLINT_MAX) {
3602 ossl_quic_channel_set_max_idle_timeout_request(ctx->qc->ch, value_in);
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 1055 parameter::parameter (type_enum type_in, bool is_param_in, uint64_t value_in)
1056 : type (type_in), is_param (is_param_in), value (value_in) {}
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 1055 parameter::parameter (type_enum type_in, bool is_param_in, uint64_t value_in)
1056 : type (type_in), is_param (is_param_in), value (value_in) {}
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 174 ELT_MODE_IN and value VALUE_IN. */
176 ::simd_immediate_info (scalar_float_mode elt_mode_in, rtx value_in)
179 u.mov.value = value_in;
185 and value VALUE_IN. The other parameters are as for the structure
189 unsigned HOST_WIDE_INT value_in,
194 u.mov.value = gen_int_mode (value_in, elt_mode_in);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 139 ELT_MODE_IN and value VALUE_IN. */
141 ::simd_immediate_info (scalar_float_mode elt_mode_in, rtx value_in)
144 u.mov.value = value_in;
150 and value VALUE_IN. The other parameters are as for the structure
154 unsigned HOST_WIDE_INT value_in,
159 u.mov.value = gen_int_mode (value_in, elt_mode_in);

Completed in 71 milliseconds