Searched refs:def_type (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | mtrr.h | 89 mtrr_type def_type; member
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1680 LLVMTypeRef def_type = get_def_type(ctx, &instr->dest.dest.ssa); in visit_alu() local 1747 ac_to_float_type(&ctx->ac, def_type), result); in visit_alu() 1839 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu() 1865 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu() 1869 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu() 1873 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu() 1877 ac_to_float_type(&ctx->ac, def_type),src[0]); in visit_alu() 1884 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu() 1888 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu() 1892 ac_to_float_type(&ctx->ac, def_type), src[0]); in visit_alu() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 1142 @Nullable String def_type, @Nullable String def_package) { in nativeGetResourceIdentifier() argument 1150 if (def_type != null) { in nativeGetResourceIdentifier() 1151 String type_utf8 = def_type; in nativeGetResourceIdentifier()
|
D | ShadowArscAssetManager9.java | 1138 @Nullable String def_type, @Nullable String def_package) { in nativeGetResourceIdentifier() argument 1146 if (def_type != null) { in nativeGetResourceIdentifier() 1147 String type_utf8 = def_type; in nativeGetResourceIdentifier()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 1307 Type def_type() const; 2455 inline Def::Type Def::def_type() const { return upb_def_type(this); } in def_type() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1706 Type def_type() const; 3055 inline Def::Type Def::def_type() const { return upb_def_type(this); }
|