Home
last modified time | relevance | path

Searched refs:in_type (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py318 def __init__(self, name, op, in_type, out_type, reverse=False): argument
327 self.in_type = in_type
371 in_values = IN_VALUES[self.in_type]
377 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values))
384 def __init__(self, name, op, in_type, out_type, reverse=False): argument
385 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
408 in_values = IN_VALUES[self.in_type]
414 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values))
421 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
423 self.in_type = in_type
[all …]
/external/openssh/
Dmoduli.c583 u_int32_t generator_known, in_tests, in_tries, in_type, in_size; in prime_test() local
641 in_type = strtoul(cp, &cp, 10); in prime_test()
664 switch (in_type) { in prime_test()
666 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test()
683 debug2("%10u: (%u)", count_in, in_type); in prime_test()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp355 cmsUInt32Number in_type; in color_apply_icc_profile() local
374 in_type = TYPE_RGB_8; in color_apply_icc_profile()
377 in_type = TYPE_RGB_16; in color_apply_icc_profile()
384 in_type = TYPE_GRAY_8; in color_apply_icc_profile()
387 in_type = TYPE_GRAY_16; in color_apply_icc_profile()
393 in_type = TYPE_YCbCr_16; in color_apply_icc_profile()
401 cmsCreateTransform(in_prof, in_type, out_prof, out_type, intent, 0); in color_apply_icc_profile()
/external/vboot_reference/futility/
Dtraversal.h64 enum futil_file_type in_type; member
Dtraversal.c213 state->in_type = type; in futil_traverse()
Dcmd_sign.c371 if (state->in_type == FILE_TYPE_UNKNOWN) { in futil_cb_sign_begin()
505 switch (state->in_type) { in futil_cb_sign_end()
Dcmd_show.c523 switch (state->in_type) { in futil_cb_show_begin()
/external/lldb/tools/debugserver/source/
DRNBRemote.h281 Packet( PacketEnum in_type, in Packet()
286 type (in_type), in Packet()