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

  /external/libusb/.private/
bm.sh 17 git clean -fdx
  /external/tremolo/Tremolo/
floor0.c 165 int fdx=n; local
166 int fbase=nyq/fdx;
168 int fdy=nyq-fbase*fdx;
321 if(ferr>=fdx){
322 ferr-=fdx;
  /external/syslinux/gpxe/src/drivers/net/
pcnet32.c 663 int fdx, mii, fset, dxsuflo, ltint; local
705 fdx = mii = fset = dxsuflo = ltint = 0;
720 fdx = 1;
724 fdx = 1;
731 fdx = 1;
737 fdx = 1;
742 fdx = 1;
758 fdx = 1;
844 lp->full_duplex = fdx;
855 if (fdx && !(lp->options & PCNET32_PORT_ASEL) &
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix.go 315 var fdx [2]int32
316 err = socketpair(domain, typ, proto, &fdx)
318 fd[0] = int(fdx[0])
319 fd[1] = int(fdx[1])
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix.go 315 var fdx [2]int32
316 err = socketpair(domain, typ, proto, &fdx)
318 fd[0] = int(fdx[0])
319 fd[1] = int(fdx[1])
  /external/skia/src/core/
SkLinearBitmapPipeline_sample.h 394 // fdx is a fixed 48.16 number.
395 int64_t fdx = static_cast<int64_t>(dx * SK_Fixed1); local
412 fx += fdx;
    [all...]

Completed in 573 milliseconds