OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kkilo
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/strings/
string_util.cc
681
const int
kKilo
= 1024;
682
while (unit_amount >=
kKilo
&&
684
unit_amount /=
kKilo
;
[
all
...]
Completed in 260 milliseconds