Home
last modified time | relevance | path

Searched refs:InfoD (Results 1 – 25 of 25) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>();
32 InfoD->Name = "D";
33 InfoD->USR = serialize::hashUSR("4");
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp31 auto InfoD = std::make_unique<Info>(); in TEST() local
32 InfoD->Name = "D"; in TEST()
33 InfoD->USR = serialize::hashUSR("4"); in TEST()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DFile__Analyze_Buffer.cpp1321 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Get_SE()
1322 INTEGRITY_INT(InfoD<int32u(-1), "(Problem)", 0) in Get_SE()
1323 Info=(int32s)(pow((double)-1, InfoD+1)*(int32u)ceil(InfoD/2)); in Get_SE()
1339 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Skip_SE()
1340 INTEGRITY(InfoD<int32u(-1), "(Problem)", 0) in Skip_SE()
1341 Param(Name, (int32s)(pow(-1, InfoD+1)*(int32u)ceil(InfoD/2)), LeadingZeroBits<<1); in Skip_SE()
1355 double InfoD=pow(2, (float)LeadingZeroBits); in Get_UE()
1356 Info=(int32u)InfoD-1+BS->Get4(LeadingZeroBits); in Get_UE()
1372 double InfoD=pow(2, (float)LeadingZeroBits); in Skip_UE()
1373 Param(Name, (int32u)InfoD-1+BS->Get4(LeadingZeroBits), LeadingZeroBits<<1); in Skip_UE()
H A DFile__Analyze_Buffer_MinimizeSize.cpp942 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Get_SE()
943 INTEGRITY_INT(InfoD<int32u(-1)) in Get_SE()
944 Info=(int32s)(pow((double)-1, InfoD+1)*(int32u)ceil(InfoD/2)); in Get_SE()
955 double InfoD=pow((float)2, (float)LeadingZeroBits); in Get_UE()
956 Info=(int32u)InfoD-1+BS->Get4(LeadingZeroBits); in Get_UE()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DFile__Analyze_Buffer.cpp1321 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Get_SE()
1322 INTEGRITY_INT(InfoD<int32u(-1), "(Problem)", 0) in Get_SE()
1323 Info=(int32s)(pow((double)-1, InfoD+1)*(int32u)ceil(InfoD/2)); in Get_SE()
1339 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Skip_SE()
1340 INTEGRITY(InfoD<int32u(-1), "(Problem)", 0) in Skip_SE()
1341 Param(Name, (int32s)(pow(-1, InfoD+1)*(int32u)ceil(InfoD/2)), LeadingZeroBits<<1); in Skip_SE()
1355 double InfoD=pow(2, (float)LeadingZeroBits); in Get_UE()
1356 Info=(int32u)InfoD-1+BS->Get4(LeadingZeroBits); in Get_UE()
1372 double InfoD=pow(2, (float)LeadingZeroBits); in Skip_UE()
1373 Param(Name, (int32u)InfoD-1+BS->Get4(LeadingZeroBits), LeadingZeroBits<<1); in Skip_UE()
H A DFile__Analyze_Buffer_MinimizeSize.cpp942 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Get_SE()
943 INTEGRITY_INT(InfoD<int32u(-1)) in Get_SE()
944 Info=(int32s)(pow((double)-1, InfoD+1)*(int32u)ceil(InfoD/2)); in Get_SE()
955 double InfoD=pow((float)2, (float)LeadingZeroBits); in Get_UE()
956 Info=(int32u)InfoD-1+BS->Get4(LeadingZeroBits); in Get_UE()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/
H A DFile__Analyze_Buffer.cpp1321 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Get_SE()
1322 INTEGRITY_INT(InfoD<int32u(-1), "(Problem)", 0) in Get_SE()
1323 Info=(int32s)(pow((double)-1, InfoD+1)*(int32u)ceil(InfoD/2)); in Get_SE()
1339 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Skip_SE()
1340 INTEGRITY(InfoD<int32u(-1), "(Problem)", 0) in Skip_SE()
1341 Param(Name, (int32s)(pow(-1, InfoD+1)*(int32u)ceil(InfoD/2)), LeadingZeroBits<<1); in Skip_SE()
1355 double InfoD=pow(2, (float)LeadingZeroBits); in Get_UE()
1356 Info=(int32u)InfoD-1+BS->Get4(LeadingZeroBits); in Get_UE()
1372 double InfoD=pow(2, (float)LeadingZeroBits); in Skip_UE()
1373 Param(Name, (int32u)InfoD-1+BS->Get4(LeadingZeroBits), LeadingZeroBits<<1); in Skip_UE()
H A DFile__Analyze_Buffer_MinimizeSize.cpp942 double InfoD=pow((float)2, (float)LeadingZeroBits)-1+BS->Get4(LeadingZeroBits); in Get_SE()
943 INTEGRITY_INT(InfoD<int32u(-1)) in Get_SE()
944 Info=(int32s)(pow((double)-1, InfoD+1)*(int32u)ceil(InfoD/2)); in Get_SE()
955 double InfoD=pow((float)2, (float)LeadingZeroBits); in Get_UE()
956 Info=(int32u)InfoD-1+BS->Get4(LeadingZeroBits); in Get_UE()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dglobal_SUITE.erl3120 InfoD = rpc:call(CpD, global_group, info, []),
3128 io:format( "#### InfoD ~p~n",[InfoD]),
3264 case InfoD of
3269 " in node", CpD}, {InfoD, InfoDok}})
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dglobal_SUITE.erl3120 InfoD = rpc:call(CpD, global_group, info, []),
3128 io:format( "#### InfoD ~p~n",[InfoD]),
3264 case InfoD of
3269 " in node", CpD}, {InfoD, InfoDok}})
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dglobal_SUITE.erl3095 InfoD = rpc:call(CpD, global_group, info, []),
3103 io:format( "#### InfoD ~p~n",[InfoD]),
3239 case InfoD of
3244 " in node", CpD}, {InfoD, InfoDok}})
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dglobal_SUITE.erl3260 InfoD = rpc:call(CpD, global_group, info, []),
3268 io:format( "#### InfoD ~p~n",[InfoD]),
3404 case InfoD of
3409 " in node", CpD}, {InfoD, InfoDok}})
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dglobal_SUITE.erl3260 InfoD = rpc:call(CpD, global_group, info, []),
3268 io:format( "#### InfoD ~p~n",[InfoD]),
3404 case InfoD of
3409 " in node", CpD}, {InfoD, InfoDok}})
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dglobal_SUITE.erl3260 InfoD = rpc:call(CpD, global_group, info, []),
3268 io:format( "#### InfoD ~p~n",[InfoD]),
3404 case InfoD of
3409 " in node", CpD}, {InfoD, InfoDok}})
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dglobal_SUITE.erl3260 InfoD = rpc:call(CpD, global_group, info, []),
3268 io:format( "#### InfoD ~p~n",[InfoD]),
3404 case InfoD of
3409 " in node", CpD}, {InfoD, InfoDok}})