HomeSort by relevance Sort by last modified time
    Searched defs:wd (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/
minus.pass.cpp 33 template <typename WD, typename Ds>
37 WD wd{5};
39 if (wd - offset != WD{2}) return false;
40 if (wd - WD{2} != offset) return false;
44 if (WD{0} - WD{1} != Ds{6}) return false;
64 weekday wd = weekday{i} - days{j} local
    [all...]
  /external/u-boot/drivers/watchdog/
ftwdt010_wdt.c 29 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; local
34 if (readl(&wd->wdcr) & ~FTWDT010_WDCR_ENABLE) {
46 writel(reg, &wd->wdload);
53 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; local
56 writel(0, &wd->wdcr);
59 writel(FTWDT010_WDRESTART_MAGIC, &wd->wdrestart);
62 writel((FTWDT010_WDCR_RST | FTWDT010_WDCR_ENABLE), &wd->wdcr);
67 struct ftwdt010_wdt *wd = (struct ftwdt010_wdt *)CONFIG_FTWDT010_BASE; local
77 writel(0, &wd->wdcr);
at91sam9_wdt.c 45 at91_wdt_t *wd = (at91_wdt_t *) ATMEL_BASE_WDT; local
48 if (readl(&wd->mr) & AT91_WDT_MR_WDDIS) {
65 writel(reg, &wd->mr);
72 at91_wdt_t *wd = (at91_wdt_t *) ATMEL_BASE_WDT; local
73 writel(AT91_WDT_CR_WDRSTT | AT91_WDT_CR_KEY, &wd->cr);
  /external/libmpeg2/common/
ideint_debug.c 96 WORD32 wd, ht, strd; local
98 wd = ps_pic->ai4_wd[i];
105 memset(pu1_buf, val, wd);
  /external/libavc/encoder/
ih264e_half_pel.c 190 WORD32 ht = HP_PL_HT, wd = HP_PL_WD; local
194 for (col = -2; col < wd + 3; col++)
209 for (col = 0; col < wd; col++)
ih264e_mc.c 143 UWORD32 wd, ht; local
220 wd = (ps_curr_pu->b4_wd + 1) << 2;
265 i4_pred_strd, ht, wd, NULL,
322 UWORD32 wd, ht; local
359 wd = (ps_curr_pu->b4_wd + 1) << 1;
381 i4_pred_strd, u1_dx, u1_dy, ht, wd);
421 wd = (ps_curr_pu->b4_wd + 1) << 1;
439 u1_dy, ht, wd);
  /external/libavc/test/encoder/
psnr.c 100 WORD32 wd, ht, strd1, strd2; local
111 wd = ps_buf1->au4_wd[comp];
169 for(j = 0; j < wd; j++)
180 df_psnr[comp] /= (wd * ht);
recon.c 56 WORD32 wd, ht; local
68 wd = ps_raw_buf->au4_wd[comp];
73 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp);
74 if(bytes != wd)
78 pu1_buf += wd;
input.c 122 WORD32 wd, ht, strd; local
130 wd = ps_raw_buf->au4_wd[0];
137 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp);
138 if(bytes != wd )
154 wd = ps_raw_buf->au4_wd[comp];
161 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp);
162 if(bytes != wd)
177 WORD32 wd, ht, strd; local
185 wd = ps_raw_buf->au4_wd[0];
192 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp)
    [all...]
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify09.c 86 int wd; local
94 wd = myinotify_add_watch(inotify_fd, FNAME, IN_MODIFY);
95 if (wd < 0)
99 wd = myinotify_rm_watch(inotify_fd, wd);
101 if (wd < 0)
inotify05.c 51 static int wd; variable
100 "get event: wd=%d mask=%x "
102 event->wd, event->mask,
110 event->wd != -1) {
113 "wd=%d mask=%x "
115 event->wd, event->mask,
127 tst_res(TPASS, "get event: wd=%d "
129 event->wd, event->mask,
157 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS);
158 if (wd < 0)
    [all...]
inotify01.c 57 static int wd, reap_wd; variable
129 "get unnecessary event: wd=%d mask=%02x "
131 event->wd, event->mask,
136 "get event: wd=%d mask=%02x "
138 event->wd, event->mask,
141 tst_res(TPASS, "get event: wd=%d "
143 event->wd, event->mask,
148 tst_res(TFAIL, "get event: wd=%d mask=%02x "
150 event->wd, event->mask,
180 if ((wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS)) < 0)
    [all...]
inotify03.c 59 static int wd; variable
80 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS);
81 if (wd < 0) {
118 "get unnecessary event: wd=%d mask=%x "
120 event->wd, event->mask,
123 tst_res(TPASS, "get event: wd=%d mask=%x"
125 event->wd, event->mask,
129 tst_res(TFAIL, "get event: wd=%d mask=%x "
131 event->wd, event->mask,
143 ret = myinotify_rm_watch(fd_notify, wd);
    [all...]
inotify08.c 71 static int wd; variable
124 "wd=%d mask=%08x cookie=%-5u len=%-2u "
125 "name=\"%.*s\"", event->wd, event->mask,
131 "get event: wd=%d mask=%08x "
133 event->wd, event->mask,
136 tst_res(TFAIL, "get event: wd=%d mask=%08x "
139 event->wd, event->mask,
190 if ((wd = myinotify_add_watch(fd_notify, FILE_PATH,
217 if (reap_wd && myinotify_rm_watch(fd_notify, wd) < 0) {
219 "inotify_rm_watch (%d, %d) failed,", fd_notify, wd);
    [all...]
inotify02.c 61 static int wd; variable
172 "wd=%d mask=%08x cookie=%-5u len=%-2u"
173 "name=\"%.*s\"", event->wd, event->mask,
200 "get event: wd=%d mask=%08x "
202 event->wd, event->mask,
207 "get event: wd=%d mask=%08x "
210 event->wd, event->mask,
215 tst_res(TFAIL, "get event: wd=%d mask=%08x "
218 event->wd, event->mask,
247 if ((wd = myinotify_add_watch(fd_notify, ".", IN_ALL_EVENTS)) < 0)
    [all...]
inotify07.c 69 static int wd; variable
125 "wd=%d mask=%08x cookie=%-5u len=%-2u"
126 "name=\"%.*s\"", event->wd, event->mask,
135 "get event: wd=%d mask=%08x "
137 event->wd, event->mask,
141 tst_res(TFAIL, "get event: wd=%d mask=%08x "
144 event->wd, event->mask,
198 if ((wd = myinotify_add_watch(fd_notify, DIR_PATH, IN_ALL_EVENTS)) < 0) {
221 if (reap_wd && myinotify_rm_watch(fd_notify, wd) < 0) {
223 "inotify_rm_watch (%d, %d) failed,", fd_notify, wd);
    [all...]
  /external/clang/test/CodeGen/
char-literal.c 79 wchar_t wd = L'\U0010F00B'; local
  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 76 WORD32 wd,
80 ps_dst->ai4_wd[0] = wd;
81 ps_dst->ai4_wd[1] = wd / 2;
82 ps_dst->ai4_wd[2] = wd / 2;
234 WORD32 wd = ALIGN16(ps_dec->u2_horizontal_size); local
238 pu1_buf_u = pu1_buf_y + wd * ht;
239 pu1_buf_v = pu1_buf_u + wd * ht / 4;
  /external/syzkaller/pkg/osutil/
osutil.go 226 var wd string var
230 wd, err = os.Getwd()
232 panic(fmt.Sprintf("failed to get wd: %v", err))
237 if wd1, err := os.Getwd(); err == nil && wd1 != wd {
238 panic("don't mess with wd in a concurrent program")
243 return filepath.Join(wd, path)
  /bionic/libc/kernel/uapi/linux/
inotify.h 24 __s32 wd; member in struct:inotify_event
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 178 int cameraId = getCameraId(event->wd);
181 ALOGE("%s: Got bad camera ID from WD '%d",
182 __FUNCTION__, event->wd);
265 int EmulatedCameraHotplugThread::getCameraId(int wd) const {
267 if (mSubscribers[i].WatchID == wd) {
288 int wd = inotify_add_watch(mInotifyFd, local
292 if (wd == -1) {
301 ALOGV("%s: Watch added for camID='%d', wd='%d'",
302 __FUNCTION__, cameraId, wd);
304 SubscriberInfo si = { cameraId, wd };
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 165 int cameraId = getCameraId(event->wd);
168 ALOGE("%s: Got bad camera ID from WD '%d", __FUNCTION__, event->wd);
248 int EmulatedCameraHotplugThread::getCameraId(int wd) const {
250 if (mSubscribers[i].WatchID == wd) {
270 int wd = inotify_add_watch(mInotifyFd, camPath.string(), IN_CLOSE_WRITE); local
272 if (wd == -1) {
280 ALOGV("%s: Watch added for camID='%d', wd='%d'", __FUNCTION__, cameraId, wd);
282 SubscriberInfo si = {cameraId, wd};
    [all...]
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 26 int wd; member in struct:inotify_event
41 eventForId.insert(ptr->wd, *ptr);
  /external/kernel-headers/original/uapi/linux/
inotify.h 19 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
22 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /external/libhevc/encoder/arm/
ihevce_sad_compute_neon.c 259 WORD32 wd = blk_wd - j; local
261 if(wd >= 32)
267 else if(wd >= 16)
273 else if(wd >= 8)

Completed in 2006 milliseconds

1 2 3