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

  /external/qemu/
charpipe.c 48 BipBuffer* bip = _free_bip_buffers; local
49 if (bip != NULL) {
50 _free_bip_buffers = bip->next;
52 bip = malloc( sizeof(*bip) );
53 if (bip == NULL) {
58 bip->next = NULL;
59 cbuffer_reset( bip->cb, bip->buff, sizeof(bip->buff) )
86 BipBuffer* bip = ph->bip_first; local
100 BipBuffer* bip = ph->bip_last; local
165 BipBuffer* bip = ph->bip_first; local
280 BipBuffer* bip = cbuf->bip_first; local
298 BipBuffer* bip = cbuf->bip_last; local
354 BipBuffer* bip = cbuf->bip_first; local
    [all...]
  /external/blktrace/btt/
misc.c 71 struct buf_info *bip = list_entry(p, struct buf_info, head); local
73 list_del(&bip->head);
74 free(bip->buf);
75 free(bip);
129 struct buf_info *bip = malloc(sizeof(*bip)); local
131 bip->buf = buf;
132 list_add_tail(&bip->head, &all_bufs);
  /system/core/adb/
sysdeps_win32.c 894 bip_buffer_close( BipBuffer bip )
896 bip->closed = 1;
898 if (!bip->can_read) {
899 SetEvent( bip->evt_read );
901 if (!bip->can_write) {
902 SetEvent( bip->evt_write );
907 bip_buffer_done( BipBuffer bip )
909 BIPD(( "bip_buffer_done: %d->%d\n", bip->fdin, bip->fdout ));
910 CloseHandle( bip->evt_read )
1145 BipBuffer bip; local
1162 BipBuffer bip; local
    [all...]
  /external/valgrind/main/none/tests/
async-sigs.c 19 static const struct timespec bip = { 0, 1000000000 / 5 }; // 0.2 seconds. variable in typeref:struct:timespec
100 nanosleep(&bip, 0); // Wait for child to get going.
104 nanosleep(&bip, 0);
109 nanosleep(&bip, 0);

Completed in 1073 milliseconds