OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kilo
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/
typedefs.pass.cpp
26
static_assert(std::
kilo
::num == 1000ULL && std::
kilo
::den == 1, "");
/ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp
48
typedef typename ratio_multiply<P,
kilo
>::type TT;
/external/linux-tools-perf/util/
string.c
27
goto
kilo
;
31
kilo
:
/external/qemu/android/utils/
ini.c
522
const int64_t
kilo
= 1024;
local
523
const int64_t mega = 1024*
kilo
;
535
else if (size >=
kilo
&& !(size %
kilo
)) {
536
divisor =
kilo
;
/external/iproute2/misc/
ifstat.c
242
/* use communication definitions of meg/
kilo
etc */
245
static const unsigned long long
kilo
= 1000;
variable
253
fprintf(fp, "%7lluK ", vals[i]/
kilo
);
260
} else if (rates[i] >
kilo
) {
261
sprintf(temp, "%uK", (unsigned)(rates[i]/
kilo
));
273
fprintf(fp, "%7lluK ", vals[i]/
kilo
);
281
sprintf(temp, "%uK", (unsigned)(vals[k]/
kilo
));
/external/chromium_org/v8/test/mjsunit/
accessor-map-sharing.js
129
dp(obj1, "
kilo
", { get: getter });
131
dp(obj2, "
kilo
", { get: anotherGetter });
132
assertEquals(getter, gop(obj1, "
kilo
").get);
133
assertEquals(anotherGetter, gop(obj2, "
kilo
").get);
Completed in 112 milliseconds