Searched refs:KB (Results 1 - 25 of 74) sorted by relevance

123

/external/v8/test/cctest/
H A Dtest-platform-win32.cc20 size_t block_size = 4 * KB;
24 addr[KB-1] = 2;
H A Dtest-platform-linux.cc74 size_t block_size = 4 * KB;
78 addr[KB-1] = 2;
H A Dtest-platform-nullos.cc73 size_t block_size = 4 * KB;
77 addr[KB-1] = 2;
H A Dtest-reloc-info.cc45 const int code_size = 10 * KB;
46 int relocation_info_size = 10 * KB;
/external/clang/test/SemaCXX/
H A Dnamespace-alias.cpp74 namespace KB = KA;
75 KB::func();
86 KB::func(); // expected-error {{undeclared identifier 'KB'}}
/external/v8/src/
H A Dglobals.h221 const int KB = 1024; member in namespace:v8::internal
222 const int MB = KB * KB;
223 const int GB = KB * KB * KB;
H A Dzone.h101 static const int kMinimumSegmentSize = 8 * KB;
107 static const int kMaximumKeptSegmentSize = 64 * KB;
H A Dregexp-stack.h101 static const size_t kMinimumStackSize = 1 * KB;
/external/valgrind/main/massif/tests/
H A Dlong-names.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dnew-cpp.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Doverloaded-new.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Drealloc.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Ddeep-A.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Ddeep-B.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Ddeep-C.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Ddeep-D.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dthresholds_0_10.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dthresholds_10_0.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dthresholds_10_10.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dthresholds_5_0.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dthresholds_5_10.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dalloc-fns-A.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dalloc-fns-B.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
H A Dbasic2.post.exp8 KB
29 0 +----------------------------------------------------------------------->KB
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedBlock.h37 static const size_t KB = 1024; member in namespace:JSC
80 static const size_t blockSize = 16 * KB;

Completed in 149 milliseconds

123