/src/games/robots/ |
make_level.c | 74 Max.y = 0; 75 Max.x = 0; 89 if (cp->y > Max.y) 90 Max.y = cp->y; 91 if (cp->x > Max.x) 92 Max.x = cp->x;
|
move_robs.c | 60 move(Max.y, Max.x); 83 Max.y = 0; 84 Max.x = 0; 105 if (rp->y > Max.y) 106 Max.y = rp->y; 107 if (rp->x > Max.x) 108 Max.x = rp->x; 121 move(Max.y, Max.x) [all...] |
extern.c | 79 COORD Max; /* Max area robots take up */
|
play_level.c | 68 move(Max.y, Max.x);
|
robots.h | 104 extern COORD Max, Min, My_pos, Robots[], Scrap[];
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_buffer_queue.h | 85 size_t Max = 0; 88 DCHECK_NE(Offset, Max); 91 } while (!Buffers[Offset].Used && Offset != Max); 108 Max(M) { 111 while (!Buffers[Offset].Used && Offset != Max) { 125 DCHECK_EQ(L.Max, R.Max);
|
xray_function_call_trie.h | 194 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT { 195 new (&NodeAllocatorStorage) NodeAllocatorType(Max); 199 new (&RootAllocatorStorage) RootAllocatorType(Max); 203 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); 207 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType(Max); 311 static Allocators InitAllocatorsCustom(uptr Max) XRAY_NEVER_INSTRUMENT { 312 Allocators A(Max); 443 // between the entry TSC and the max for the TSC counter (max of uint64_t) 446 // a TSC of 0 and a Top.EntryTSC of 1 is (numeric_limits<uint64_t>::max() [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
segmented_array_test.cc | 203 constexpr uint64_t Max = 9; 205 for (uint64_t i = 0; i < Max; ++i) { 215 auto Counter = Max; 216 ASSERT_EQ(Data.size(), size_t(Max)); 240 constexpr uint64_t Max = 9; 242 for (uint64_t i = 0; i < Max; ++i) { 252 auto Counter = Max; 253 ASSERT_EQ(Data->size(), size_t(Max)); 264 for (uint64_t i = 0; i < Max; ++i) { 281 for (uint64_t i = 0; i < Max; ++i) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_diag.cc | 255 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); 259 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); 264 if (Max - Min > BytesToShow) 265 Min = __sanitizer::Min(Max - BytesToShow, OrigMin); 266 Max = addNoOverflow(Min, BytesToShow); 268 if (!IsAccessibleMemoryRange(Min, Max - Min)) { 275 for (uptr P = Min; P != Max; ++P) { 284 for (uptr P = Min; P != Max; ++P) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_poisoning.cc | 163 *beg.chunk = Max(value, end.offset); 174 *end.chunk = Max(end.value, end.offset); 317 *shadow_end = Max(end_value, end_offset); 377 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity); 420 uptr r2_beg = Max(beg, mid - kMaxRangeToCheck); 422 uptr r3_beg = Max(end - kMaxRangeToCheck, mid);
|
asan_activation.cc | 115 // Redzone must be at least Max(16, granularity) bytes long. 116 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY);
|
asan_malloc_linux.cc | 89 alignment = Max(alignment, kWordSize);
|
asan_thread.cc | 213 Max(stack_size_log, static_cast<uptr>(flags()->min_uar_stack_size_log));
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_allocator.cc | 205 uptr size_to_allocate = Max(size, GetPageSizeCached()); 222 low_level_alloc_min_alignment = Max(alignment, low_level_alloc_min_alignment);
|
sanitizer_allocator_size_class_map.h | 181 return Max<uptr>(1U, Min(kMaxNumCachedHint, n));
|
sanitizer_tls_get_addr.cc | 56 new_size = Max(new_size, 4096UL / sizeof(DTLS::DTV));
|
sanitizer_file.cc | 153 buff->resize(Min(Max(PageSize, read_len * 2), max_len));
|
sanitizer_allocator_secondary.h | 127 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated); 253 "remains %zd (%zd K) max %zd M; by size logs: ",
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerDefs.h | 146 template <class T> T Max(T a, T b) { return a > b ? a : b; }
|
FuzzerMutate.h | 98 size_t (MutationDispatcher::*Fn)(uint8_t *Data, size_t Size, size_t Max);
|
FuzzerLoop.cpp | 160 TmpMaxMutationLen = Max(size_t(4), Corpus.MaxInputSize()); 688 Min(MaxMutationLen, Max(U.size(), TmpMaxMutationLen)); 751 MaxSize = Max(File.Size, MaxSize); 756 SetMaxInputLen(std::min(std::max(kMinDefaultLen, MaxSize), kMaxSaneLen)); 768 Printf("INFO: seed corpus: files: %zd min: %zdb max: %zdb total: %zdb"
|
/src/sys/arch/x68k/stand/xxboot/ |
boot.S | 80 | Max length of PROG(without \0) is 14 ("fdboot_ustarfs"). 175 | Obtain min & max sector # of track(cylinder) 0. 203 movel %d2,%d5 | max = %d2
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ox810se.dtsi | 29 /* Max 256MB @ 0x48000000 */
|
ox820.dtsi | 39 /* Max 512MB @ 0x60000000 */
|
/src/sys/external/bsd/acpica/dist/compiler/ |
aslsupport.l | 483 snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "Max %u", Gbl_LineBufferSize); 674 AslGbl_Files[ASL_FILE_INPUT].Filename, "Max length 4096"); 752 AslGbl_Files[ASL_FILE_INPUT].Filename, "Max length 4096"); 1029 AslGbl_Files[ASL_FILE_INPUT].Filename, "Max length 4096");
|