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

  /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) {
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...]
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 355 float nof = arr<float>[3]; // No bounds-check in C++ local
  /system/bt/stack/a2dp/
a2dp_aac_encoder.cc 512 uint8_t nof = 0; local
535 nof = result;
538 __func__, nof, noi);
540 *num_of_frames = nof;
a2dp_sbc_encoder.cc 427 uint8_t nof = 0; local
476 nof = a2dp_sbc_encoder_cb.tx_sbc_frames;
477 if (!nof) {
481 nof = projected_nof;
484 if (nof < projected_nof) {
485 noi = projected_nof / nof; // number of iterations would vary
491 noi * nof * pcm_bytes_per_frame;
493 projected_nof = nof;
498 nof = projected_nof;
502 // For BR cases nof will be same as the value retrieved at projected_no
    [all...]
a2dp_vendor_ldac_encoder.cc 575 uint8_t nof = 0; local
600 nof = result;
603 __func__, nof, noi);
605 *num_of_frames = nof;

Completed in 211 milliseconds