Home
last modified time | relevance | path

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/
Disdn_ppp.h24 int calltype; member
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_gold_test.cpp229 switch (const auto calltype = goldtest.config().call()) { in VerifyResolver() local
Dresolv_integration_test.cpp5841 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 Dac_llvm_build.c1216 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 Dac_nir_to_llvm.c3686 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 Dapr_arch_misc.h190 #define APR_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \ argument