Home
last modified time | relevance | path

Searched +full:no +full:- +full:bulk (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_device_memory_report.txt1 // Copyright 2020-2021 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 2021-01-06
12 No known IP claims.
14 - Yiwei Zhang, Google
15 - Jesse Hall, Google
34 its general-purpose messenger construct?
36 *RESOLVED*: No.
47 *RESOLVED*: No.
65 The latter is fairly important for tracking (and avoiding double-counting)
[all …]
DVK_EXT_device_memory_report.adoc1 // Copyright 2020-2022 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 2021-01-06
12 No known IP claims.
14 - Yiwei Zhang, Google
15 - Jesse Hall, Google
34 its general-purpose messenger construct?
36 *RESOLVED*: No.
47 *RESOLVED*: No.
65 The latter is fairly important for tracking (and avoiding double-counting)
[all …]
DVK_KHR_workgroup_memory_explicit_layout.txt1 // Copyright 2016-2021 The Khronos Group, Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 2020-06-01
12 No known IP claims.
14 - This extension requires
17 - Caio Marcelo de Oliveira Filho, Intel
18 - Jeff Bolz, NVIDIA
19 - Graeme Leese, Broadcom
20 - Jason Ekstrand, Intel
21 - Daniel Koch, NVIDIA
[all …]
DVK_KHR_workgroup_memory_explicit_layout.adoc1 // Copyright 2016-2022 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
10 2020-06-01
12 No known IP claims.
14 - This extension requires
16 - This extension provides API support for
19 - Caio Marcelo de Oliveira Filho, Intel
20 - Jeff Bolz, NVIDIA
21 - Graeme Leese, Broadcom
22 - Jason Ekstrand, Intel
[all …]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
Dminimal-ws-client-pmd-bulk.c2 * lws-minimal-ws-client-pmd-bulk
4 * Written in 2010-2019 by Andy Green <andy@warmcat.com>
9 * This demonstrates a ws client that sends bulk data in multiple
10 * ws fragments, in a way compatible with per-message deflate.
14 * Build and start the minimal-examples/ws-server/minmal-ws-server-pmd-bulk
18 * If you give both sides the -n commandline option, it disables permessage-
54 NULL, /* "next" pvo linked-list */
55 &pvo_interrupted, /* "child" pvo linked-list */
56 "lws-minimal-pmd-bulk", /* protocol name we belong to on this vhost */
61 "permessage-deflate",
[all …]
Dprotocol_lws_minimal_pmd_bulk.c2 * ws protocol handler plugin for "lws-minimal-pmd-bulk"
4 * Written in 2010-2019 by Andy Green <andy@warmcat.com>
9 * The protocol shows how to send and receive bulk messages over a ws connection
10 * that optionally may have the permessage-deflate extension negotiated on it.
23 * or from 0x40 + a 6-bit pseudorandom number
27 "No one would have believed in the last years of the nineteenth "
36 "infusoria under the microscope do the same. No one gave a thought to "
92 i.context = vhd->context; in sul_connect_attempt()
99 i.vhost = vhd->vhost; in sul_connect_attempt()
100 i.protocol = "lws-minimal-pmd-bulk"; in sul_connect_attempt()
[all …]
DREADME.md1 # lws minimal ws client + permessage-deflate for bulk traffic
4 expects to find minimal-ws-server-pmd-bulk running.
18 - `-n` disable permessage-deflate extension
19 - `-c` send compressible text instead of uncompressible binary data
22 $ ./lws-minimal-ws-client-pmd-bulk
23 [2018/04/05 12:08:58:9120] USER: LWS minimal ws client + permessage-deflate + multifragment bulk me…
24 [2018/04/05 12:08:58:9120] USER: ./lws-minimal-ws-client-pmd-bulk [-n (no exts)] [-c (compressib…
162 One or another kind of bulk ws transfer is made to the browser.
164 The ws connection is made via permessage-deflate extension.
/third_party/ffmpeg/libavcodec/
Dqtrleenc.c22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
30 /** Maximum RLE code for bulk copy */
49 * repeat (<-1) : repeat that pixel -rle_code times, still as much as
68 QtrleEncContext *s = avctx->priv_data; in qtrle_encode_end()
70 av_frame_free(&s->previous_frame); in qtrle_encode_end()
71 av_free(s->rlecode_table); in qtrle_encode_end()
72 av_free(s->length_table); in qtrle_encode_end()
73 av_free(s->skip_table); in qtrle_encode_end()
79 QtrleEncContext *s = avctx->priv_data; in qtrle_encode_init()
81 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in qtrle_encode_init()
[all …]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
Dprotocol_lws_minimal_pmd_bulk.c2 * ws protocol handler plugin for "lws-minimal-pmd-bulk"
4 * Written in 2010-2019 by Andy Green <andy@warmcat.com>
9 * The protocol shows how to send and receive bulk messages over a ws connection
10 * that optionally may have the permessage-deflate extension negotiated on it.
23 * or from 0x40 + a 6-bit pseudorandom number
27 "No one would have believed in the last years of the nineteenth "
36 "infusoria under the microscope do the same. No one gave a thought to "
99 return -1; in callback_minimal_pmd_bulk()
102 vhd->interrupted = (int *)lws_pvo_search( in callback_minimal_pmd_bulk()
104 "interrupted")->value; in callback_minimal_pmd_bulk()
[all …]
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25 #include <private-lib-core.h>
33 struct lws_context *context = wsi->a.context; in lws_extension_server_handshake()
34 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi]; in lws_extension_server_handshake()
35 char ext_name[64], *args, *end = (*p) + budget - 1; in lws_extension_server_handshake()
56 if (lws_hdr_copy(wsi, (char *)pt->serv_buf, (int)context->pt_serv_buf_size, in lws_extension_server_handshake()
60 c = (char *)pt->serv_buf; in lws_extension_server_handshake()
62 wsi->ws->count_act_ext = 0; in lws_extension_server_handshake()
[all …]
/third_party/openssl/crypto/evp/
De_aes.c2 * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
12 * non-internal use) in order to implement the EVP AES ciphers.
56 int iv_gen_rand; /* No IV was specified, so generate a rand IV */
119 #define MAXBITCHUNK ((size_t)1<<(sizeof(size_t)*8-4))
121 /* increment counter (64-bit int) by 1 */
128 --n; in ctr64_inc()
139 # define AES_GCM_ASM2(gctx) (gctx->gcm.block==(block128_f)aesni_encrypt && \
140 gctx->gcm.ghash==gcm_ghash_avx)
155 &dat->ks.ks); in aesni_init_key()
156 dat->block = (block128_f) aesni_decrypt; in aesni_init_key()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Dcdcacm.c4 * Copyright (C) 2011-2013, 2016-2017 Gregory Nutt. All rights reserved.
5 * Copyright (c) Huawei Technologies Co., Ltd. 2017-2019. All rights reserved.
25 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
66 * Pre-processor Definitions
107 struct usbdev_ep_s *epbulkin; /* Bulk IN endpoint structure */
108 struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */
110 bool epbulkin_enabled; /* Bulk IN endpoint enable flag */
111 bool epbulkout_enabled; /* Bulk OUT endpoint enable flag */
115 /* Pre-allocated write request containers. The write requests will
123 uint8_t ctrl_id; /* Control id of Interface-IDs */
[all …]
Drndis.c4 * Copyright (C) 2011-2017 Gregory Nutt. All rights reserved.
5 * Copyright (c) Huawei Technologies Co., Ltd. 2017-2019. All rights reserved.
10 * [MS-RNDIS]:
30 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
68 * Pre-processor definitions
77 #define WORK_AVAILABLE(work) ((work)->work_status == 0)
122 FAR struct usbdev_ep_s *epbulkin; /* Bulk IN endpoint structure */
123 FAR struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */
146 …bool rx_blocked; /* Indicates if we can receive packets on bulk in endpoint …
174 /* RNDIS object ID - value pair structure */
[all …]
/third_party/openssl/
Dappveyor.yml2 - Visual Studio 2017
5 - x64
6 - x86
11 - VSVER: 15
14 - shared
15 - minimal
18 -
21 - master
23 - shared
24 - plain
[all …]
/third_party/skia/third_party/externals/expat/testdata/largefiles/
DREADME.txt9 - properties: no namespaces, mixed content, average nesting depth
10 - source: http://sda.berkeley.edu:7502/ddi/nes96/
11 (no indication of license or copyright there)
12 - purpose: mostly for performance testing with the benchmark utility
14 * wordnet_glossary-20010201.xml (~14.4 MB):
15 - properties: namespaces, element content, flat
16 - source: http://www.semanticweb.org/library/wordnet/
18 - purpose: mostly for performance testing with the benchmark utility
21 - properties: small portion with namespaces, bulk without, element
23 - source: test data donated by Karl Waclawek
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-spa.h2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25 /** \defgroup form-parsing Form Parsing
38 * a user-supplied callback as they come.
41 * POST_BODY callback and has no limit on uploaded file size.
58 * lws_spa_fileupload_cb() - callback to receive file upload data
74 /** struct lws_spa - opaque urldecode parser capable of handling multipart
79 * lws_spa_create() - create urldecode parser
94 * if one or more entries in your form are bulk data (file transfer), you
[all …]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/
DREADME.md1 # lws minimal ws server + permessage-deflate echo
3 This example serves no-protocl-name ws on localhost:7681
7 -p option to tell it to listen on 9001 for that)
18 ---|---
19 -d <loglevel>|Debug verbosity in decimal, eg, -d15
20 -p port|Port to connect to
21 -u url|URL path part to connect to
22 -o|Finish after one connection
25 $ ./lws-minimal-ws-server-echo
26 …4 10:29:34:6212] USER: LWS minimal ws server echo + permessage-deflate + multifragment bulk message
/third_party/openssl/.github/workflows/
Drun-checker-daily.yml1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
8 name: Run-checker daily
13 - cron: '0 6 * * *'
18 run-checker:
20 fail-fast: false
24 no-afalgeng,
25 no-aria,
26 no-asan,
27 no-asm,
28 no-async,
[all …]
Dwindows.yml1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
21 - windows-2019
22 - windows-2022
24 - arch: win64
25 config: enable-fips
26 - arch: win32
27 config: --strict-warnings no-fips
28 runs-on: ${{matrix.os}}
30 - uses: actions/checkout@v2
31 - uses: ilammy/msvc-dev-cmd@v1
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dconvtest.cpp6 * Copyright (C) 2003-2014, International Business Machines
11 * encoding: UTF-8
18 * Test file for data-driven conversion tests.
26 * is slightly unnecessary - it removes tests for Unicode charsets
27 * like UTF-8 that should work.
28 * However, there is no easy way for the test to detect whether a test case
57 utf8Cnv=ucnv_open("UTF-8", &errorCode); in ConversionTest()
60 errln("unable to open UTF-8 converter"); in ConversionTest()
84 // test data interface ----------------------------------------------------- ***
104 testData=dataModule->createTestData("toUnicode", errorCode); in TestToUnicode()
[all …]
/third_party/skia/bench/
DBulkRectBench.cpp4 * Use of this source code is governed by a BSD-style license that can be
20 // Benchmarks that exercise the bulk image and solid color quad APIs, under a variety of patterns:
24 kNone // 3. No image, solid color shading per rectangle
28 kBatch, // Bulk API submission, one call to draw every rectangle
35 kGrid // Small, non-overlapping rectangles in a grid covering the output surface
54 // Currently the bulk color quad API is only available on skgpu::v1::SurfaceDrawContext in isSuitableFor()
57 return this->INHERITED::isSuitableFor(backend); in isSuitableFor()
99 batch[i].fSrcRect = SkRect::MakeIWH(fImages[imageIndex]->width(), in drawImagesBatch()
100 fImages[imageIndex]->height()); in drawImagesBatch()
108 canvas->experimental_DrawEdgeAAImageSet(batch, kRectCount, nullptr, nullptr, in drawImagesBatch()
[all …]
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c4 /*-
5 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * http://www.usb.org/developers/devclass_docs/usbmass-ufi10.pdf
58 * - Command/Bulk/Interrupt (CBI)
59 * - Command/Bulk/Interrupt with Command Completion Interrupt (CBI with CCI)
60 * - Mass Storage Bulk-Only (BBB)
61 * (BBB refers Bulk/Bulk/Bulk for Command/Data/Status phases)
64 * - SCSI
65 * - UFI (floppy command set)
[all …]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
DREADME.md1 # lws minimal ws client + permessage-deflate echo
17 ---|---
18 -d <loglevel>|Debug verbosity in decimal, eg, -d15
19 -p port|Port to connect to
20 -u url|URL path part to connect to
21 -o|Finish after one connection
22 --ssl|Open client connection with ssl
23 -i <iface>|Bind the client connection to interface iface
26 $ ./lws-minimal-ws-client-echo
27 …2 20:03:50:2343] USER: LWS minimal ws client echo + permessage-deflate + multifragment bulk message
[all …]
/third_party/flutter/skia/include/private/
DSkThreadAnnotations.h4 * Use of this source code is governed by a BSD-style license that can be
11 // The bulk of this code is cribbed from:
17 #define SK_THREAD_ANNOTATION_ATTRIBUTE(x) // no-op
/third_party/libwebsockets/lib/roles/mqtt/
Dprimitives.c2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26 * http://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html
29 #include "private-lib-core.h"
39 * Returns -1 for error, or number of bytes used
49 return -1; in lws_mqtt_vbi_encode()
67 vbi->value = 0; in lws_mqtt_vbi_init()
68 vbi->consumed = 0; in lws_mqtt_vbi_init()
69 vbi->budget = 4; in lws_mqtt_vbi_init()
[all …]

12345678910