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

  /system/core/fastboot/
usb_linux.c 72 /* The max bulk size for linux is 16384 which is defined
363 struct usbdevfs_bulktransfer bulk; local
374 bulk.ep = h->ep_out;
375 bulk.len = xfer;
376 bulk.data = data;
377 bulk.timeout = 0;
379 n = ioctl(h->desc, USBDEVFS_BULK, &bulk);
398 struct usbdevfs_bulktransfer bulk; local
408 bulk.ep = h->ep_in;
409 bulk.len = xfer
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 528 size_t bulk = 0; local
537 bulk = AES_gcm_encrypt(in + res, out + res, len - res, gctx->gcm.key,
539 gctx->gcm.len.u[1] += bulk;
540 bulk += res;
543 if (!CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in + bulk, out + bulk,
544 len - bulk, gctx->ctr)) {
548 size_t bulk = 0; local
549 if (!CRYPTO_gcm128_encrypt(&gctx->gcm, in + bulk, out + bulk,
556 size_t bulk = 0; local
576 size_t bulk = 0; local
899 size_t bulk = 0; local
941 size_t bulk = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/samples/
defs.mk 26 ### We depend on gmake for the bulk of the work
  /external/icu/icu4c/source/samples/
defs.mk 26 ### We depend on gmake for the bulk of the work
  /external/libnl/lib/route/sch/
prio.c 254 __ADD(TC_PRIO_BULK,bulk)
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbgnubbydevice.js 468 if (inEndpoint == undefined && endpoint.type == 'bulk' &&
472 if (outEndpoint == undefined && endpoint.type == 'bulk' &&
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 260 ! Now select the appropriate bulk transfer code based on relative
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 118 * bulk change - in particular, autocomplete in the location bar comes
  /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/third_party/closure-library/closure/goog/
base.js 361 * this should no longer be done in bulk.
    [all...]

Completed in 367 milliseconds