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

  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
frame_counter.cc 20 double frame_end = end_time.tv_sec * kMicroSecondsPerSecond + local
22 double dt = frame_end - frame_start_;
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 107 uptr FakeStack::AddrIsInFakeStack(uptr ptr, uptr *frame_beg, uptr *frame_end) {
118 *frame_end = res + BytesInSizeClass(class_id);
245 uptr frame_beg, frame_end;
247 reinterpret_cast<uptr>(addr), &frame_beg, &frame_end));
252 if (end) *end = reinterpret_cast<void*>(frame_end);
asan_fake_stack.h 132 uptr AddrIsInFakeStack(uptr addr, uptr *frame_beg, uptr *frame_end);
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 447 uint8_t frame_end=TRUE; local
462 frame_end = FALSE;
520 if (frame_end == TRUE)
525 return frame_end;
    [all...]
hci_mct.c 443 uint8_t frame_end=TRUE; local
458 frame_end = FALSE;
516 if (frame_end == TRUE)
521 return frame_end;
    [all...]
  /external/qemu/tcg/
tcg.h 475 intptr_t frame_end; member in struct:TCGContext
tcg.c 354 s->frame_end = start + size;
    [all...]

Completed in 645 milliseconds