Home
last modified time | relevance | path

Searched refs:fp_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
DSSHFP.py34 def __init__(self, rdclass, rdtype, algorithm, fp_type, argument
38 self.fp_type = fp_type
43 self.fp_type,
49 fp_type = tok.get_uint8()
53 return cls(rdclass, rdtype, algorithm, fp_type, fingerprint)
58 header = struct.pack("!BB", self.algorithm, self.fp_type)
72 hs = struct.pack("!BB", self.algorithm, self.fp_type)
73 ho = struct.pack("!BB", other.algorithm, other.fp_type)
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h413 struct lp_type fp_type,
/external/valgrind/exp-sgcheck/
Dsg_main.c2114 IRType fp_type; in gen_Get_FP() local
2118 fp_type = layout->sizeof_FP == 8 ? Ity_I64 : Ity_I32; in gen_Get_FP()
2119 fp_expr = IRExpr_Get( layout->offset_FP, fp_type ); in gen_Get_FP()
2120 fp_temp = sge->newIRTemp_cb( fp_type, sge->newIRTemp_opaque ); in gen_Get_FP()