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

  /external/libunwind/src/ia64/
Grbs.c 84 struct rbs_area *rbs = &c->rbs_area[c->rbs_curr]; local
94 rbs->size = (rbs->end - lo);
96 /* If the previously-recorded rbs-area is empty we don't need to
98 if (rbs->size)
101 (long) (rbs->end - rbs->size), (long) rbs->end);
104 rbs = c->rbs_area + c->rbs_curr;
113 rbs->end = saved_bspstore
205 struct rbs_area *rbs = c->rbs_area + curr; local
    [all...]
unwind_i.h 540 rbs_on_uc (struct rbs_area *rbs)
542 return IA64_IS_UC_LOC (rbs->rnat_loc) && !IA64_IS_REG_LOC (rbs->rnat_loc);
546 backing-store RBS. */
548 rbs_contains (struct rbs_area *rbs, unw_word_t bsp)
553 test is (bsp >= rbs->end - rbs->size) && (bsp < rbs->end). We
555 result = bsp - rbs->end > ~rbs->size
592 struct rbs_area *rbs = c->rbs_area + c->rbs_curr; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
rb_wrapper.cpp 67 void get_rb_status(struct rb_info *rb_info, wifi_ring_buffer_status *rbs)
71 strlcpy((char *)rbs->name, rb_info->name, MAX_RB_NAME_SIZE);
72 rbs->flags = rb_info->flags;
73 rbs->ring_id = rb_info->id;
74 rbs->verbose_level = rb_info->verbose_level;
76 rbs->ring_buffer_byte_size = rb_stats.max_num_bufs *
78 rbs->written_bytes = rb_stats.total_bytes_written;
79 rbs->read_bytes = rb_stats.total_bytes_read;
80 rbs->written_records = rb_info->written_records;
117 wifi_ring_buffer_status rbs; local
    [all...]
rb_wrapper.h 49 void get_rb_status(struct rb_info *rb_info, wifi_ring_buffer_status *rbs);
ring_buffer.h 81 void rb_get_stats(void *ctx, struct rb_stats *rbs);
ring_buffer.cpp 568 void rb_get_stats(void *ctx, struct rb_stats *rbs)
572 rbs->total_bytes_written = rbc->total_bytes_written;
573 rbs->total_bytes_read = rbc->total_bytes_read;
574 rbs->cur_valid_bytes = rbc->cur_valid_bytes;
575 rbs->each_buf_size = rbc->each_buf_size;
576 rbs->max_num_bufs = rbc->max_num_bufs;
wifilogger.cpp 168 wifi_ring_buffer_status *rbs; local
181 rbs = status + rb_id;
183 get_rb_status(rb_info, rbs);
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RopeByteString.java 593 RopeByteString rbs = (RopeByteString) root; local
594 doBalance(rbs.left);
595 doBalance(rbs.right);
691 RopeByteString rbs = (RopeByteString) pos; local
692 breadCrumbs.push(rbs);
693 pos = rbs.left;
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 848 func (rbs *readBadSeeker) Seek(int64, int) (int64, error) { return 0, fmt.Errorf("illegal seek") }
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 848 func (rbs *readBadSeeker) Seek(int64, int) (int64, error) { return 0, fmt.Errorf("illegal seek") }
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 2232 milliseconds