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

  /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;
106 wifi_ring_buffer_status rbs; local
    [all...]
wifilogger.cpp 169 wifi_ring_buffer_status *rbs; local
182 rbs = status + rb_id;
184 get_rb_status(rb_info, rbs);
  /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...]
  /external/libvncserver/x11vnc/
rates.c 406 int defer, i, cbs, rbs; local
417 rbs = cl->rawBytesEquivalent;
421 rbs = rfbStatGetSentBytesIfRaw(cl);
428 "rbs: %d dt1: %.3f t: %.3f\n", init,
430 (int) sraRgnCountRects(cl->modifiedRegion), cbs, rbs, dt1, now);
434 cd->raw_bytes_sent = rbs;
442 "rbs: %d dt1: %.3f t: %.3f\n", init,
444 (int) sraRgnCountRects(cl->modifiedRegion), cbs, rbs, dt1, now);
451 rbs = rbs - cd->raw_bytes_sent
    [all...]
screen.c 4113 int rbs = -1; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 631 RopeByteString rbs = (RopeByteString) root; local
632 doBalance(rbs.left);
633 doBalance(rbs.right);
729 RopeByteString rbs = (RopeByteString) pos; local
730 breadCrumbs.push(rbs);
731 pos = rbs.left;
    [all...]

Completed in 1011 milliseconds