Home
last modified time | relevance | path

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

12

/external/boringssl/src/crypto/cipher/
De_aes.c654 size_t bulk = 0; in aes_gcm_cipher() local
663 bulk = AES_gcm_encrypt(in + res, out + res, len - res, &gctx->ks.ks, in aes_gcm_cipher()
665 gctx->gcm.len.u[1] += bulk; in aes_gcm_cipher()
666 bulk += res; in aes_gcm_cipher()
669 if (!CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, &gctx->ks.ks, in + bulk, in aes_gcm_cipher()
670 out + bulk, len - bulk, gctx->ctr)) { in aes_gcm_cipher()
674 size_t bulk = 0; in aes_gcm_cipher() local
675 if (!CRYPTO_gcm128_encrypt(&gctx->gcm, &gctx->ks.ks, in + bulk, in aes_gcm_cipher()
676 out + bulk, len - bulk)) { in aes_gcm_cipher()
682 size_t bulk = 0; in aes_gcm_cipher() local
[all …]
/external/libusb/
DNEWS22 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
DChangeLog11 Linux: don't set SHORT_NOT_OK on bulk out URBs (#20
237 integrity of large bulk transfers that are split into multiple URBs.
349 Linux: fix sending of zero length bulk packets
777 Linux: fix bulk/iso transfer double-cancellation
1028 Linux: fix bulk transfer early completion
1440 This results in a significant performance increase for bulk transfers
1606 renamed to libusb_{control,bulk}_transfer_request.
/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/opencv3/3rdparty/libwebp/enc/
Dhistogram.c59 VP8LHistogram* bulk; in VP8LAllocateHistogramSet() local
70 bulk = (VP8LHistogram*)memory; in VP8LAllocateHistogramSet()
74 set->histograms[i] = bulk + i; in VP8LAllocateHistogramSet()
/external/iptables/extensions/
Dlibxt_connlabel.man30 4 bulk-traffic
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
DREADME.txt7 callbacks to defer the bulk of IR-generation and code-generation of functions until
/external/libnl/lib/route/sch/
Dprio.c254 __ADD(TC_PRIO_BULK,bulk)
/external/autotest/client/common_lib/cros/graphite/
Des_utils.py220 elasticsearch_helpers.bulk(self.es, actions)
/external/avahi/service-type-database/
Dservice-types19 # Please refrain from copying bulk service type data from any publicly
/external/skia/platform_tools/android/gyp/
Ddependencies.gypi12 # outside of the out directory. We may be able to move the bulk of this gyp
/external/vulkan-validation-layers/layers/
DREADME.md43 …K\_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/
DRELNOTES-5.1111 The bulk of the vertex/fragment program debugger is implemented
/external/tcpdump/
DREADME.md202 The problem I was looking at was the bulk-data-transfer
/external/netperf/doc/
Dnetperf.info56 networking performance. The primary foci are bulk (aka unidirectional)
1225 that of bulk or unidirectional transfer performance. Everyone wants to
1227 network. The classic netperf convention for a bulk data transfer test
1242 bulk transfer test.
1244 Certainly, absent compression, bulk-transfer tests can be limited by
1250 CPU utilization can also affect the results of a bulk-transfer test.
1256 A bulk-transfer test can be CPU bound even when netperf reports less
1267 bulk-transfer; often this can be mitigated by using larger windows.
1853 important as bulk-transfer performance. While things like larger
1865 the bulk-transfer performance (or rather, decrease the CPU utilization
[all …]
Dnetperf.texi64 networking performance. The primary foci are bulk (aka
1308 that of bulk or unidirectional transfer performance. Everyone wants
1310 network. The classic netperf convention for a bulk data transfer test
1323 bulk transfer test.
1325 Certainly, absent compression, bulk-transfer tests can be limited by
1331 CPU utilization can also affect the results of a bulk-transfer test.
1337 A bulk-transfer test can be CPU bound even when netperf reports less
1348 bulk-transfer; often this can be mitigated by using larger windows.
1953 important as bulk-transfer performance. While things like larger
1965 increase the bulk-transfer performance (or rather, decrease the CPU
[all …]
/external/curl/docs/
DMAIL-ETIQUETTE103 Spam - "use of electronic messaging systems to send unsolicited bulk
DINSTALL.devcpp24 The main problem lies in two areas. First the bulk of support for libcurl
/external/jemalloc/
DINSTALL153 released in bulk, thus reducing the total number of mutex operations. See
/external/libmtp/
DREADME268 This will make libmtp print out a hex dump of every bulk USB
269 transaction. The bulk transactions contain all the PTP/MTP layer
/external/chromium-trace/catapult/third_party/flot/
Djquery.min.js1bulk=key==null,i=0,length=elems.length;if(key&&typeof key==="object"){for(i in key){jQuery.access(…
/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js3471 bulk = key == null;
3488 if ( bulk ) {
3496 bulk = fn;
3498 return bulk.call( jQuery( elem ), value );
3514 bulk ?
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt380 # host bulk modify
/external/libvorbis/doc/
D04-codec.tex100 The setup header contains the bulk of the codec setup information

12