Home
last modified time | relevance | path

Searched defs:raw_type (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dobject-type.cc14 Address CheckObjectType(Address raw_value, Address raw_type, in CheckObjectType()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp462 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), in lower_src_region() local
511 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), in lower_dst_region() local
552 const brw_reg_type raw_type = required_exec_type(v->devinfo, inst); in lower_exec_type() local
/third_party/node/deps/cares/src/lib/
Dares_dns_parse.c691 unsigned short raw_type) in ares_dns_parse_rr_raw_rr()
890 ares_dns_rec_type_t type, unsigned short raw_type, in ares_dns_parse_rr_data()
997 unsigned short raw_type; in ares_dns_parse_rr() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs162 pub fn raw_type(ctx: &BindgenContext, name: &str) -> TokenStream { in raw_type() function
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc114 int raw_type = args.smi_value_at(2); in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1167 SpvId raw_type = bit_size == 1 ? spirv_builder_type_bool(&ctx->builder) : in get_alu_src_raw() local