Searched defs:calltype (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/ |
D | isdn_ppp.h | 24 int calltype; member
|
/aosp_15_r20/packages/modules/DnsResolver/tests/ |
D | resolv_gold_test.cpp | 229 switch (const auto calltype = goldtest.config().call()) { in VerifyResolver() local
|
D | resolv_integration_test.cpp | 5841 void VerifyQueryHelloExampleComV4(const test::DNSResponder& dns, const CallType calltype, in VerifyQueryHelloExampleComV4() 5880 const auto& calltype = GetParam(); in TEST_P() local 5948 const auto& calltype = GetParam(); in TEST_P() local 6074 const auto& calltype = GetParam(); in TEST_P() local
|
/aosp_15_r20/external/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 1216 LLVMTypeRef calltype = LLVMFunctionType(LLVMVectorType(ctx->f32, 5), param_types, 2, false); in ac_build_buffer_load_format() local 1992 LLVMTypeRef calltype = LLVMFunctionType(ctx->i32, param_types, 2, false); in ac_build_cvt_pknorm_i16_f16() local 2005 LLVMTypeRef calltype = LLVMFunctionType(ctx->i32, param_types, 2, false); in ac_build_cvt_pknorm_u16_f16() local 3902 LLVMTypeRef calltype = LLVMFunctionType(ctx->voidt, NULL, 0, false); in ac_build_s_endpgm() local
|
H A D | ac_nir_to_llvm.c | 3686 LLVMTypeRef calltype = LLVMFunctionType(ctx->ac.i32, param_types, 4, false); in visit_intrinsic() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_arch_misc.h | 190 #define APR_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \ argument
|