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

  /system/core/fastboot/
usb_linux.c 65 /* The max bulk size for linux is 16384 which is defined
315 struct usbdevfs_bulktransfer bulk; local
323 bulk.ep = h->ep_out;
324 bulk.len = 0;
325 bulk.data = data;
326 bulk.timeout = 0;
328 n = ioctl(h->desc, USBDEVFS_BULK, &bulk);
341 bulk.ep = h->ep_out;
342 bulk.len = xfer;
343 bulk.data = data
365 struct usbdevfs_bulktransfer bulk; local
    [all...]
  /external/icu4c/samples/
defs.mk 26 ### We depend on gmake for the bulk of the work
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes.c 1379 size_t bulk = 0; local
1418 size_t bulk = 0; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 59 VP8LHistogram* bulk; local
70 bulk = (VP8LHistogram*)memory;
74 set->histograms[i] = bulk + i;
  /external/webp/src/enc/
histogram.c 59 VP8LHistogram* bulk; local
70 bulk = (VP8LHistogram*)memory;
74 set->histograms[i] = bulk + i;
  /external/libffi/src/alpha/
osf.S 160 # Call ffi_closure_osf_inner to do the bulk of the work.
  /external/libffi/src/sparc/
v8.S 138 ! Call ffi_closure_sparc_inner to do the bulk of the work.
v9.S 176 ! Call ffi_closure_sparc_inner to do the bulk of the work.
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 265 This is a "bulk" declaration of key flags: each flag that is key for
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 265 This is a "bulk" declaration of key flags: each flag that is key for
    [all...]
  /external/libvorbis/doc/
04-codec.tex 100 The setup header contains the bulk of the codec setup information
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js 290 * this should no longer be done in bulk.
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css     [all...]

Completed in 3467 milliseconds