Home
last modified time | relevance | path

Searched refs:bulk (Results 1 – 25 of 56) sorted by relevance

123

/external/libmtp/src/
Dlibopenusb1-glue.c813 struct openusb_bulk_request bulk; in ptp_read_func() local
855 bulk.payload = bytes; in ptp_read_func()
856 bulk.length = toread; in ptp_read_func()
857 bulk.timeout = ptp_usb->timeout; in ptp_read_func()
858 bulk.flags = 0; in ptp_read_func()
859 bulk.next = NULL; in ptp_read_func()
860 ret = openusb_bulk_xfer(*ptp_usb->handle, ptp_usb->interface, ptp_usb->inep, &bulk); in ptp_read_func()
861 xread = bulk.result.transferred_bytes; in ptp_read_func()
930 bulk.payload = &temp; in ptp_read_func()
931 bulk.length = 0; in ptp_read_func()
[all …]
/external/python/cpython2/Lib/email/test/data/
Dmsg_02.txt54 Precedence: bulk
68 Precedence: bulk
83 Precedence: bulk
98 Precedence: bulk
113 Precedence: bulk
Dmsg_32.txt11 Precedence: bulk
Dmsg_33.txt12 Precedence: bulk
Dmsg_16.txt23 Precedence: bulk
98 Precedence: bulk
Dmsg_25.txt104 Precedence: bulk
/external/libnl/etc/
Dclassid18 # top:3 bulk # bulk -> 1:3
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm.c866 size_t bulk = aesni_gcm_encrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); in CRYPTO_gcm128_encrypt_ctr32() local
867 in += bulk; in CRYPTO_gcm128_encrypt_ctr32()
868 out += bulk; in CRYPTO_gcm128_encrypt_ctr32()
869 len -= bulk; in CRYPTO_gcm128_encrypt_ctr32()
969 size_t bulk = aesni_gcm_decrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); in CRYPTO_gcm128_decrypt_ctr32() local
970 in += bulk; in CRYPTO_gcm128_decrypt_ctr32()
971 out += bulk; in CRYPTO_gcm128_decrypt_ctr32()
972 len -= bulk; in CRYPTO_gcm128_decrypt_ctr32()
/external/libusb/
DChangeLog18 * Allow transferred argument to be optional in bulk APIs
40 * Add support for USB bulk streams on Linux and Mac OS X (#11)
131 splitting of bulk transfers
191 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
/external/libusb-compat/
DChangeLog67 and bulk transfers. (Linux and Darwin also sanitize some of these)
232 fix timeout handling for bulk/interrupt IO
268 bulk and interrupt I/O
/external/iptables/extensions/
Dlibxt_connlabel.man30 4 bulk-traffic
/external/swiftshader/third_party/subzero/crosstest/
Dcrosstest.cfg12 # Note: Originally test_arith.cpp was used to generate the bulk of the tests.
/external/libnl/lib/route/qdisc/
Dprio.c220 __ADD(TC_PRIO_BULK,bulk)
/external/python/cpython2/Doc/library/
Dintro.rst21 The bulk of the library, however, consists of a collection of modules. There are
/external/conscrypt/
DREADME.md136 This contains the bulk of the code for both Java and C. This isn't an actual module and builds no
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dosf.S160 # Call ffi_closure_osf_inner to do the bulk of the work.
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dv8.S209 ! Call ffi_closure_sparc_inner to do the bulk of the work.
Dv9.S176 ! Call ffi_closure_sparc_inner to do the bulk of the work.
/external/python/cpython2/PC/os2vacpp/
Dreadme.txt11 C runtime DLLs instead of including their bulk in your binaries.
/external/python/cpython2/Tools/faqwiz/
DREADME15 Note that the bulk of the code is not an executable script; it's an
/external/vulkan-validation-layers/layers/
DREADME.md49 …=`VK_LAYER_LUNARG_core_validation`) - The core\_validation layer does the bulk of the API validati…
/external/valgrind/gdbserver_tests/
DREADME_DEVELOPERS201 bulk test with the above
/external/mesa3d/docs/relnotes/
D5.1111 The bulk of the vertex/fragment program debugger is implemented
/external/tcpdump/
DREADME202 The problem I was looking at was the bulk-data-transfer
DREADME.md202 The problem I was looking at was the bulk-data-transfer

123