Searched defs:nof (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | transitions.cc | 444 int nof = IsSimpleTransition(raw_transitions) ? 1 : 0; in EnsureHasFullTransitionArray() local
|
D | objects.cc | 4635 int nof = map->NumberOfOwnDescriptors(); in AppendCallbackDescriptors() local 9994 int nof = map->NumberOfOwnDescriptors(); in CopyAddDescriptor() local 12271 int nof = Min(NumberOfOwnDescriptors(), other->NumberOfOwnDescriptors()); in EquivalentToForTransition() local 17235 int nof = table->NumberOfElements() + n; in EnsureCapacity() local 17257 int nof = NumberOfElements() + n; in HasSufficientCapacity() local 17274 int nof = table->NumberOfElements(); in Shrink() local 18705 int nof = table->NumberOfElements(); in EnsureGrowable() local 18721 int nof = table->NumberOfElements(); in Shrink() local 18774 int nof = table->NumberOfElements(); in Add() local 18796 int nof = table->NumberOfElements(); in Rehash() local
|
D | objects-inl.h | 2797 int nof = array->number_of_entries(); in Search() local 3115 void HashTableBase::SetNumberOfElements(int nof) { in SetNumberOfElements()
|
/external/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_top_level.cpp | 355 float nof = arr<float>[3]; // No bounds-check in C++ in bar() local
|
/external/v8/test/cctest/ |
D | test-unboxed-doubles.cc | 749 int nof = 0; in TestLayoutDescriptorAppendIfFastOrUseFull() local
|
D | test-api.cc | 13705 const int nof = 2; in THREADED_TEST() local
|
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_fs.h | 101 #define SQUASHFS_MKFLAGS(noi, nod, nof, nox, no_frag, always_frag, \ argument
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \ argument
|