OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxUInt32
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
fixed-dtoa.cc
315
const uint32_t
kMaxUInt32
= 0xFFFFFFFF;
375
if (integrals >
kMaxUInt32
) {
globals.h
193
const uint32_t
kMaxUInt32
= 0xFFFFFFFFu;
/external/v8/src/x64/
assembler-x64.h
49
static const uint64_t
kMaxUInt32
= V8_UINT64_C(0xffffffff);
50
return static_cast<uint64_t>(x) <=
kMaxUInt32
;
64
static const uint64_t
kMaxUInt32
= V8_UINT64_C(0xffffffff);
65
return x <=
kMaxUInt32
;
[
all
...]
Completed in 493 milliseconds