HomeSort by relevance Sort by last modified time
    Searched refs:nof (Results 1 - 20 of 20) sorted by null

  /external/v8/src/js/
collection.js 158 var nof = ORDERED_HASH_TABLE_ELEMENT_COUNT(table);
161 if ((nof + nod) >= capacity) {
167 nof = ORDERED_HASH_TABLE_ELEMENT_COUNT(table);
170 var entry = nof + nod;
175 ORDERED_HASH_TABLE_SET_ELEMENT_COUNT(table, nof + 1);
206 var nof = ORDERED_HASH_TABLE_ELEMENT_COUNT(table) - 1;
210 ORDERED_HASH_TABLE_SET_ELEMENT_COUNT(table, nof);
212 if (nof < (numBuckets >>> 1)) %SetShrink(this);
339 var nof = ORDERED_HASH_TABLE_ELEMENT_COUNT(table);
342 if ((nof + nod) >= capacity)
    [all...]
  /system/bt/stack/a2dp/
a2dp_sbc_encoder.cc 426 uint8_t nof = 0; local
475 nof = a2dp_sbc_encoder_cb.tx_sbc_frames;
476 if (!nof) {
480 nof = projected_nof;
483 if (nof < projected_nof) {
484 noi = projected_nof / nof; // number of iterations would vary
490 noi * nof * pcm_bytes_per_frame;
492 projected_nof = nof;
497 nof = projected_nof;
501 // For BR cases nof will be same as the value retrieved at projected_no
    [all...]
a2dp_aac_encoder.cc 511 uint8_t nof = 0; local
534 nof = result;
537 __func__, nof, noi);
539 *num_of_frames = nof;
a2dp_vendor_ldac_encoder.cc 568 uint8_t nof = 0; local
593 nof = result;
596 __func__, nof, noi);
598 *num_of_frames = nof;
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 101 #define SQUASHFS_MKFLAGS(noi, nod, nof, nox, no_frag, always_frag, \
103 (nod << 1) | (nof << 3) | (no_frag << 4) | \
  /external/v8/src/
transitions.cc 447 int nof = IsSimpleTransition(raw_transitions) ? 1 : 0; local
448 Handle<TransitionArray> result = Allocate(map->GetIsolate(), nof);
453 if (new_nof != nof) {
457 } else if (nof == 1) {
code-stub-assembler.h     [all...]
objects.cc 4743 int nof = map->NumberOfOwnDescriptors(); local
9331 int nof = map->NumberOfOwnDescriptors(); local
11817 int nof = Min(NumberOfOwnDescriptors(), other->NumberOfOwnDescriptors()); local
16441 int nof = table->NumberOfElements() + n; local
16463 int nof = NumberOfElements() + number_of_additional_elements; local
16480 int nof = table->NumberOfElements(); local
18217 int nof = table->NumberOfElements() + 1; local
18358 int nof = table->NumberOfElements(); local
18374 int nof = table->NumberOfElements(); local
18430 int nof = table->NumberOfElements(); local
18472 int nof = table->NumberOfElements(); local
    [all...]
code-stub-assembler.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 355 float nof = arr<float>[3]; // No bounds-check in C++ local
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 103 #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \
105 | (nof << 3) | (no_frag << 4) | (always_frag << 5) | \
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 270 milliseconds