Home
last modified time | relevance | path

Searched refs:maxprot (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h526 uint32_t maxprot; member
540 uint32_t maxprot; member
1035 sys::swapByteOrder(seg.maxprot); in swapStruct()
1048 sys::swapByteOrder(seg.maxprot); in swapStruct()
/third_party/openssl/test/
Dsslapitest.c1017 static int execute_test_session(int maxprot, int use_int_cache, in execute_test_session() argument
1032 if (maxprot == TLS1_3_VERSION) in execute_test_session()
1044 SSL_CTX_set_min_proto_version(cctx, maxprot); in execute_test_session()
1045 SSL_CTX_set_max_proto_version(cctx, maxprot); in execute_test_session()
1086 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
1207 SSL_CTX_set_max_proto_version(sctx, maxprot); in execute_test_session()
1208 if (maxprot == TLS1_2_VERSION) in execute_test_session()
1220 if (maxprot == TLS1_3_VERSION && !use_ext_cache) { in execute_test_session()
1248 if (use_int_cache && maxprot != TLS1_3_VERSION) { in execute_test_session()
1271 if (maxprot == TLS1_3_VERSION) { in execute_test_session()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h535 uint32_t maxprot; member
549 uint32_t maxprot; member
1066 sys::swapByteOrder(seg.maxprot); in swapStruct()
1079 sys::swapByteOrder(seg.maxprot); in swapStruct()
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp246 CHECK_FIELD(maxprot); in generic_header_check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp479 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
492 IO.mapRequired("maxprot", LoadCommand.maxprot); in mapping()
/third_party/boost/boost/dll/detail/
Dmacho_info.hpp112 vm_prot_t maxprot; /* maximum VM protection */ member