| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 41 LocationSize::precise(DL.getTypeStoreSize(LI->getType())), in get() 49 LocationSize::precise(DL.getTypeStoreSize( in get() 63 LocationSize::precise(DL.getTypeStoreSize( in get() 72 LocationSize::precise(DL.getTypeStoreSize( in get() 193 LocationSize::precise( in getForArgument() 216 return MemoryLocation(Arg, LocationSize::precise(0), AATags); in getForArgument() 220 LocationSize::precise( in getForArgument() 229 Arg, LocationSize::precise(DL.getTypeStoreSize(II->getType())), in getForArgument() 235 LocationSize::precise(DL.getTypeStoreSize( in getForArgument() 280 Size = ArgIdx == 0 ? LocationSize::precise(Len->getZExtValue()) in getForArgument() [all …]
|
| H A D | AliasAnalysisEvaluator.cpp | 130 LocationSize Size1 = LocationSize::precise(DL.getTypeStoreSize(I1->second)); in runInternal() 133 LocationSize::precise(DL.getTypeStoreSize(I2->second)); in runInternal() 215 LocationSize::precise(DL.getTypeStoreSize(Pointer.second)); in runInternal()
|
| H A D | Lint.cpp | 255 Actual, LocationSize::precise(DL->getTypeStoreSize(Ty))); in visitCallBase() 303 Size = LocationSize::precise(Len->getValue().getZExtValue()); in visitCallBase() 320 const LocationSize LS = LocationSize::precise(Size); in visitCallBase()
|
| H A D | Loads.cpp | 483 auto LoadAccessSize = LocationSize::precise(DL.getTypeStoreSize(LoadTy)); in areNonOverlapSameBaseLoadAndStore() 484 auto StoreAccessSize = LocationSize::precise(DL.getTypeStoreSize(StoreTy)); in areNonOverlapSameBaseLoadAndStore()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | evutil_time.c | 314 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 327 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 518 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 530 if (precise && !fallback) { in evutil_configure_monotonic_time_() 605 int precise) in evutil_configure_monotonic_time_() argument
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | evutil_time.c | 314 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 327 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 518 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 530 if (precise && !fallback) { in evutil_configure_monotonic_time_() 605 int precise) in evutil_configure_monotonic_time_() argument
|
| /freebsd-14.2/contrib/googletest/ |
| H A D | .travis.yml | 69 # List of whitelisted in travis packages for ubuntu-precise can be found here: 70 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise 75 - llvm-toolchain-precise-3.9
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 109 static LocationSize precise(uint64_t Value) { in precise() function 112 static LocationSize precise(TypeSize Value) { in precise() function 119 return precise(0); in upperBound()
|
| H A D | AliasAnalysis.h | 385 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) == 661 return alias(MemoryLocation(V1, LocationSize::precise(1)), 662 MemoryLocation(V2, LocationSize::precise(1))) ==
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-usleep_range.m4 | 5 dnl # designed to be a drop-in replacement for udelay where a precise
|
| /freebsd-14.2/bin/sh/ |
| H A D | profile | 8 # on how to achieve more precise control of locale settings.
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_util.c | 1394 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1400 if (precise) in test_evutil_monotonic_res() 1404 if (precise || fallback) { in test_evutil_monotonic_res() 1417 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1451 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1456 if (precise) in test_evutil_monotonic_prc() 1458 if (precise) in test_evutil_monotonic_prc()
|
| /freebsd-14.2/contrib/libevent/test/ |
| H A D | regress_util.c | 1394 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1400 if (precise) in test_evutil_monotonic_res() 1404 if (precise || fallback) { in test_evutil_monotonic_res() 1417 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1451 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1456 if (precise) in test_evutil_monotonic_prc() 1458 if (precise) in test_evutil_monotonic_prc()
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_BEARSSL | 24 reserve differing amounts of the low 640k space, making a precise limit for
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/reset/ |
| H A D | restart-handler.yaml | 15 handlers, which usually are tried from most precise to last resort.
|
| /freebsd-14.2/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 559 jsmntok_t *precise = NULL; in json_events() local 630 precise = val; in json_events() 681 if (precise && je.desc && !strstr(je.desc, "(Precise Event)")) { in json_events() 682 if (json_streq(map, precise, "2")) in json_events()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BIO_should_retry.pod | 51 BIO_get_retry_BIO() determines the precise reason for the special 68 If BIO_should_retry() returns false then the precise "error condition"
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ELF/ |
| H A D | start-stop-gc.rst | 18 usage which desires precise GC.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1021 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn() 1066 MemoryLocation DestWithSrcSize(cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn() 1539 MemoryLocation DestLoc(DestAlloca, LocationSize::precise(Size)); in performStackMoveOptzn() 1587 MemoryLocation SrcLoc(SrcAlloca, LocationSize::precise(Size)); in performStackMoveOptzn() 1819 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize)); in processByValArgument() 1915 MemoryLocation Loc(ImmutArg, LocationSize::precise(*AllocaSize)); in processImmutArgument()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | adc-joystick.yaml | 84 Omitting this property indicates the axis is precise.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | at91_adc.txt | 35 makes touch detection more precise.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-cooling-devices.yaml | 39 precise set of cooling states associated with a device should be defined in
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 63 // These are generally placeholders for a more precise implementation.
|
| /freebsd-14.2/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 90 …set(cxx_base_flags "${cxx_base_flags} /fp:precise -Wno-inconsistent-missing-override -Wno-microsof… 103 set(cxx_base_flags "${cxx_base_flags} -Wno-implicit-float-size-conversion -ffp-model=precise")
|
| /freebsd-14.2/contrib/libpcap/cmake/Modules/ |
| H A D | Finddpdk.cmake | 16 # libraries, and the precise set of libraries required has
|