OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kTableSizeBits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
regexp-macro-assembler.h
49
static const int
kTableSizeBits
= 7;
50
static const int kTableSize = 1 <<
kTableSizeBits
;
assembler.cc
926
const int
kTableSizeBits
= 11;
927
const int kTableSize = 1 <<
kTableSizeBits
;
939
const double constant3 = (1 <<
kTableSizeBits
) / log(2.0);
[
all
...]
Completed in 4090 milliseconds