OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Min
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/robots/
extern.c
80
COORD
Min
; /*
Min
area robots take up */
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h
145
template <class T> T
Min
(T a, T b) { return a < b ? a : b; }
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc
254
MemoryLocation
Min
= subtractNoOverflow(Loc, MinBytesNearLoc);
256
MemoryLocation OrigMin =
Min
;
258
Min
= __sanitizer::
Min
(Ranges[I].getStart().getMemoryLocation(),
Min
);
264
if (Max -
Min
> BytesToShow)
265
Min
= __sanitizer::
Min
(Max - BytesToShow, OrigMin);
266
Max = addNoOverflow(
Min
, BytesToShow);
268
if (!IsAccessibleMemoryRange(
Min
, Max - Min))
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h
166
// Set the
min
alignment of LowLevelAllocator to at least alignment.
406
// Don't use std::
min
, std::max or std::swap, to minimize dependency
408
template<class T> T
Min
(T a, T b) { return a < b ? a : b; }
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025