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

  /external/ltp/include/lapi/
timerfd.h 46 int timerfd_gettime(int fd, struct itimerspec *curr_value)
48 return ltp_syscall(__NR_timerfd_gettime, fd, curr_value);
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd_gettime01.c 21 * 2. curr_value is not valid a pointer, EFAULT would return.
44 struct itimerspec *curr_value; member in struct:test_case_t
96 TEST(timerfd_gettime(*test->fd, test->curr_value));
  /external/e2fsprogs/lib/ext2fs/
icount.c 556 __u32 curr_value; local
564 curr_value = icount_16_xlate(icount->fullmap[ino] + 1);
565 icount->fullmap[ino] = curr_value;
573 curr_value = 2;
582 get_inode_count(icount, ino, &curr_value);
583 curr_value++;
584 if (set_inode_count(icount, ino, curr_value))
601 get_inode_count(icount, ino, &curr_value);
602 curr_value++;
603 if (set_inode_count(icount, ino, curr_value))
616 __u32 curr_value; local
    [all...]
  /external/libhevc/encoder/
ihevce_dep_mngr.c 894 ULWORD64 curr_value; local
909 curr_value = pu8_num_units_proc_curr[thrd_id];
912 if(curr_value == (prev_value + 1))
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 229 const int curr_value =
232 const int difference = curr_value - center_value;
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.h 477 int TimerGet(struct itimerspec* curr_value) {
479 int rval = timerfd_gettime(fd_, curr_value);
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
reference_ops.h     [all...]

Completed in 500 milliseconds