/external/autotest/client/deps/glbench/src/ |
D | waffle_stuff.cc | 66 union waffle_native_window *nw = waffle_window_get_native(surface_); in GetSurfaceSize() local 69 *width = nw->null->width; in GetSurfaceSize() 70 *height = nw->null->height; in GetSurfaceSize() 75 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_WIDTH, &w); in GetSurfaceSize() 76 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_HEIGHT, &h); in GetSurfaceSize() 81 XGetGeometry(nw->glx->xlib_display, nw->glx->xlib_window, in GetSurfaceSize() 88 eglQuerySurface(nw->x11_egl->display.egl_display, nw->x11_egl->egl_surface, in GetSurfaceSize() 90 eglQuerySurface(nw->x11_egl->display.egl_display, nw->x11_egl->egl_surface, in GetSurfaceSize() 98 free(nw); in GetSurfaceSize()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | shift.c | 67 int i, nw, lb, rb; in BN_lshift() local 77 nw = n / BN_BITS2; in BN_lshift() 78 if (!bn_wexpand(r, a->top + nw + 1)) { in BN_lshift() 85 t[a->top + nw] = 0; in BN_lshift() 88 t[nw + i] = f[i]; in BN_lshift() 93 t[nw + i + 1] |= l >> rb; in BN_lshift() 94 t[nw + i] = l << lb; in BN_lshift() 97 OPENSSL_memset(t, 0, nw * sizeof(t[0])); in BN_lshift() 98 r->top = a->top + nw + 1; in BN_lshift() 136 int i, j, nw, lb, rb; in BN_rshift() local [all …]
|
/external/webrtc/webrtc/common_audio/ |
D | fft4g.c | 291 static void makewt(size_t nw, size_t *ip, float *w); 332 size_t nw, nc; in WebRtc_rdft() local 335 nw = ip[0]; in WebRtc_rdft() 336 if (n > (nw << 2)) { in WebRtc_rdft() 337 nw = n >> 2; in WebRtc_rdft() 338 makewt(nw, ip, w); in WebRtc_rdft() 343 makect(nc, ip, w + nw); in WebRtc_rdft() 349 rftfsub(n, a, nc, w + nw); in WebRtc_rdft() 360 rftbsub(n, a, nc, w + nw); in WebRtc_rdft() 372 int j, nw, nc; [all …]
|
/external/annotation-tools/annotation-file-utilities/figures/ |
D | dataflow.dot | 8 Scene -> "Annotations\nw/ AST Paths" [style=bold] 14 "Augmented AST" -> "Annotations\nw/ AST Paths" [style=bold] 15 "Annotation\nSpecifications" -> "Annotations\nw/ AST Paths" [style=dashed] 17 "Annotations\nw/ AST Paths" -> "Annotated AAST" 24 AST -> "Annotations\nw/ AST Paths" [style=dashed]
|
/external/python/cpython2/Demo/threads/ |
D | sync.py | 431 self.nw = 0 # number writers either waiting to write or writing 440 while self.nw: 457 self.nw = self.nw + 1 469 self.nw = self.nw - 1 470 if self.nw: 482 self.nw = self.nw - 1 484 if not self.nw:
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
D | testfrmw.c | 51 time_t nw; in output() local 54 nw = time(NULL); in output() 55 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | testfrmw.c | 46 time_t nw; in output() local 51 nw = time(NULL); in output() 52 now = localtime(&nw); in output()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/ |
D | helper.c | 95 time_t nw; in main() local 166 nw = time(NULL); in main() 167 now = localtime(&nw); in main()
|
/external/toybox/toys/pending/ |
D | dd.c | 85 ssize_t nw = writeall(TT.out.fd, TT.out.bp, ((all)? TT.out.count : TT.out.sz)); in write_out() local 88 if (nw <= 0) perror_exit("%s: write error", TT.out.name); in write_out() 89 if (nw == TT.out.sz) TT.out_full++; in write_out() 91 TT.out.count -= nw; in write_out() 92 TT.out.bp += nw; in write_out() 93 TT.bytes += nw; in write_out()
|
/external/curl/docs/examples/ |
D | Makefile.netware | 56 INSTDIR = ..$(DS)..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw 230 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT) 233 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp 261 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT) 264 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp
|
/external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | graphcycles.cc | 213 Node* nw = r->nodes_[w]; in ForwardDFS() local 214 if (nw->rank == upper_bound) { in ForwardDFS() 217 if (!nw->visited && nw->rank < upper_bound) { in ForwardDFS() 239 Node* nw = r->nodes_[w]; in BackwardDFS() local 240 if (!nw->visited && lower_bound < nw->rank) { in BackwardDFS()
|
/external/llvm/test/Analysis/Delinearization/ |
D | divide_by_one.ll | 13 ; AddRec: {{(-1 + ((1 + %bs) * %stride)),+,(-1 * %stride)}<%for.cond1.preheader>,+,1}<nw><%for.body… 17 ; CHECK: ArrayRef[{(1 + %bs),+,-1}<nw><%for.cond1.preheader>][{-1,+,1}<nw><%for.body3>] 19 ; AddRec: {{(%stride * %bs),+,(-1 * %stride)}<%for.cond1.preheader>,+,1}<nw><%for.body3>
|
/external/curl/lib/ |
D | Makefile.netware | 83 INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw 266 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT) 269 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp 297 LDLIBS += $(ZLIB_PATH)/nw/$(LIBARCH)/libz.$(LIBEXT) 300 IMPORTS += @$(ZLIB_PATH)/nw/$(LIBARCH)/libz.imp
|