Home
last modified time | relevance | path

Searched refs:bulk (Results 151 – 175 of 14669) sorted by relevance

12345678910>>...587

/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/tools/lib/
H A DUname.pm222 my $bulk; # Content of release file.
233 $bulk = read_file( $release );
235 $bulk = "";
237 if ( $bulk =~ m{^DISTRIB_} ) {
239 $bulk =~ m{^DISTRIB_ID\s*=\s*(.*?)\s*$}m
242 $bulk =~ m{^DISTRIB_RELEASE\s*=\s*(.*?)\s*$}m
279 $bulk = read_file( $release );
286 $bulk =~ m{\A(.*)$}m
300 $bulk =~ m{\A(.*)$}m
307 $bulk =~ m{^VERSION\s*=\s*(.*)\s*$}m
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/tools/lib/
H A DUname.pm223 my $bulk; # Content of release file.
234 $bulk = read_file( $release );
236 $bulk = "";
238 if ( $bulk =~ m{^DISTRIB_} ) {
240 $bulk =~ m{^DISTRIB_ID\s*=\s*(.*?)\s*$}m
243 $bulk =~ m{^DISTRIB_RELEASE\s*=\s*(.*?)\s*$}m
280 $bulk = read_file( $release );
287 $bulk =~ m{\A(.*)$}m
301 $bulk =~ m{\A(.*)$}m
308 $bulk =~ m{^VERSION\s*=\s*(.*)\s*$}m
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/tools/lib/
H A DUname.pm224 my $bulk; # Content of release file.
235 $bulk = read_file( $release );
237 $bulk = "";
239 if ( $bulk =~ m{^DISTRIB_} ) {
241 $bulk =~ m{^DISTRIB_ID\s*=\s*(.*?)\s*$}m
244 $bulk =~ m{^DISTRIB_RELEASE\s*=\s*(.*?)\s*$}m
281 $bulk = read_file( $release );
288 $bulk =~ m{\A(.*)$}m
302 $bulk =~ m{\A(.*)$}m
309 $bulk =~ m{^VERSION\s*=\s*(.*)\s*$}m
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/examples/bulk/
H A Dbulk5.c9 mongoc_bulk_operation_t *bulk; in bulk5_fail() local
16 bulk = mongoc_collection_create_bulk_operation (collection, true, NULL); in bulk5_fail()
20 mongoc_bulk_operation_insert (bulk, doc); in bulk5_fail()
24 mongoc_bulk_operation_insert (bulk, doc); in bulk5_fail()
29 ret = mongoc_bulk_operation_execute (bulk, &reply, &error); in bulk5_fail()
40 mongoc_bulk_operation_destroy (bulk); in bulk5_fail()
46 mongoc_bulk_operation_t *bulk; in bulk5_success() local
62 mongoc_bulk_operation_insert (bulk, doc); in bulk5_success()
66 mongoc_bulk_operation_insert (bulk, doc); in bulk5_success()
69 ret = mongoc_bulk_operation_execute (bulk, &reply, &error); in bulk5_success()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/standalone/
H A Dupdate-multi-001.phpt14 $bulk = new \MongoDB\Driver\BulkWrite;
21 $manager->executeBulkWrite(NS, $bulk);
23 $bulk = new \MongoDB\Driver\BulkWrite;
24 $bulk->update(
33 $bulk = new \MongoDB\Driver\BulkWrite;
34 $bulk->update(
45 $bulk = new MongoDB\Driver\BulkWrite;
46 $bulk->update(
59 $bulk = new MongoDB\Driver\BulkWrite;
60 $bulk->update(
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgrn_raw_string.h32 #define GRN_RAW_STRING_SET(string, bulk) \ argument
33 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
34 string.value = GRN_TEXT_VALUE(bulk); \
35 string.length = GRN_TEXT_LEN(bulk); \
41 #define GRN_RAW_STRING_FILL(string, bulk) \ argument
42 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
43 string.value = GRN_TEXT_VALUE(bulk); \
44 string.length = GRN_TEXT_LEN(bulk); \
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dgrn_raw_string.h32 #define GRN_RAW_STRING_SET(string, bulk) \ argument
33 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
34 string.value = GRN_TEXT_VALUE(bulk); \
35 string.length = GRN_TEXT_LEN(bulk); \
41 #define GRN_RAW_STRING_FILL(string, bulk) \ argument
42 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
43 string.value = GRN_TEXT_VALUE(bulk); \
44 string.length = GRN_TEXT_LEN(bulk); \
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_raw_string.h32 #define GRN_RAW_STRING_SET(string, bulk) \
33 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
34 string.value = GRN_TEXT_VALUE(bulk); \
35 string.length = GRN_TEXT_LEN(bulk); \
41 #define GRN_RAW_STRING_FILL(string, bulk) \
42 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
43 string.value = GRN_TEXT_VALUE(bulk); \
44 string.length = GRN_TEXT_LEN(bulk); \
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dgrn_raw_string.h32 #define GRN_RAW_STRING_SET(string, bulk) \ argument
33 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
34 string.value = GRN_TEXT_VALUE(bulk); \
35 string.length = GRN_TEXT_LEN(bulk); \
41 #define GRN_RAW_STRING_FILL(string, bulk) \ argument
42 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
43 string.value = GRN_TEXT_VALUE(bulk); \
44 string.length = GRN_TEXT_LEN(bulk); \
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_raw_string.h32 #define GRN_RAW_STRING_SET(string, bulk) \ argument
33 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
34 string.value = GRN_TEXT_VALUE(bulk); \
35 string.length = GRN_TEXT_LEN(bulk); \
41 #define GRN_RAW_STRING_FILL(string, bulk) \ argument
42 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
43 string.value = GRN_TEXT_VALUE(bulk); \
44 string.length = GRN_TEXT_LEN(bulk); \
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dgrn_raw_string.h32 #define GRN_RAW_STRING_SET(string, bulk) \ argument
33 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
34 string.value = GRN_TEXT_VALUE(bulk); \
35 string.length = GRN_TEXT_LEN(bulk); \
41 #define GRN_RAW_STRING_FILL(string, bulk) \ argument
42 if (bulk && GRN_TEXT_LEN(bulk) > 0) { \
43 string.value = GRN_TEXT_VALUE(bulk); \
44 string.length = GRN_TEXT_LEN(bulk); \
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/test/wasm/
H A Ddata-segments.ll2 ; RUN: llc -filetype=obj %s -o %t.bulk-mem.o -mattr=+bulk-memory
3 ; RUN: llc -filetype=obj %s -o %t.atomics.bulk-mem.o -mattr=+atomics,+bulk-memory
15 ; bulk memory => active segments
16 ; RUN: wasm-ld -no-gc-sections --no-entry %t.bulk-mem.o -o %t.bulk-mem.wasm
19 ; bulk-memory, active segments => active segments
20 ; RUN: wasm-ld -no-gc-sections --no-entry --active-segments %t.bulk-mem.o -o %t.bulk-mem.active.wasm
23 ; bulk memory, passive segments => passive segments
24 ; RUN: wasm-ld -no-gc-sections --no-entry --passive-segments %t.bulk-mem.o -o %t.bulk-mem.passive.w…
27 ; atomics, bulk memory => passive segments
28 …ons --no-entry --shared-memory --max-memory=131072 %t.atomics.bulk-mem.o -o %t.atomics.bulk-mem.wa…
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/replicaset/
H A Dmanager-selectserver-001.phpt21 $bulk = new \MongoDB\Driver\BulkWrite();
22 $bulk->insert(array('_id' => 1, 'x' => 2, 'y' => 3));
23 $bulk->insert(array('_id' => 2, 'x' => 3, 'y' => 4));
24 $bulk->insert(array('_id' => 3, 'x' => 4, 'y' => 5));
25 $server->executeBulkWrite(NS, $bulk);
41 $bulk = new \MongoDB\Driver\BulkWrite();
42 $bulk->insert(array('_id' => 1, 'x' => 2, 'y' => 3));
43 $bulk->insert(array('_id' => 2, 'x' => 3, 'y' => 4));
45 throws(function() use($server2, $bulk) {
46 $server2->executeBulkWrite(NS, $bulk);
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-write-commands.c160 mongoc_bulk_operation_t *bulk; in test_bypass_validation() local
192 mongoc_bulk_operation_insert (bulk, doc); in test_bypass_validation()
194 r = mongoc_bulk_operation_execute (bulk, &reply, &error); in test_bypass_validation()
200 mongoc_bulk_operation_destroy (bulk); in test_bypass_validation()
209 mongoc_bulk_operation_insert (bulk, doc); in test_bypass_validation()
217 mongoc_bulk_operation_destroy (bulk); in test_bypass_validation()
226 mongoc_bulk_operation_insert (bulk, doc); in test_bypass_validation()
231 mongoc_bulk_operation_destroy (bulk); in test_bypass_validation()
238 mongoc_bulk_operation_set_write_concern (bulk, wr); in test_bypass_validation()
243 mongoc_bulk_operation_insert (bulk, doc); in test_bypass_validation()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_io_nastran.c1388 bulk->iff_node_root = NULL;
1389 bulk->iff_node_last = NULL;
1399 iff_bulk_init(bulk);
1401 return bulk;
1418 HECMW_free(bulk);
1435 if (bulk->iff_node_last) {
1439 bulk->iff_node_last = bulk->iff_node_root = new_node;
3199 if (node == bulk) {
3224 iff_bulk_t* bulk;
3229 while (bulk) {
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
81 bulk += res; in generic_aes_gcm_cipher_update()
83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
110 bulk += res; in generic_aes_gcm_cipher_update()
112 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
81 bulk += res; in generic_aes_gcm_cipher_update()
83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
110 bulk += res; in generic_aes_gcm_cipher_update()
112 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
81 bulk += res; in generic_aes_gcm_cipher_update()
83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
110 bulk += res; in generic_aes_gcm_cipher_update()
112 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
81 bulk += res; in generic_aes_gcm_cipher_update()
83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
110 bulk += res; in generic_aes_gcm_cipher_update()
112 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
81 bulk += res; in generic_aes_gcm_cipher_update()
83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
110 bulk += res; in generic_aes_gcm_cipher_update()
112 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
81 bulk += res; in generic_aes_gcm_cipher_update()
83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update()
97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local
109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update()
110 bulk += res; in generic_aes_gcm_cipher_update()
112 if (CRYPTO_gcm128_decrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/bulk/
H A Dbulkwrite-delete_error-003.phpt8 $bulk = new MongoDB\Driver\BulkWrite;
10 echo throws(function() use ($bulk) {
11 $bulk->delete(["\0" => 1]);
14 echo throws(function() use ($bulk) {
15 $bulk->delete(["x\0" => 1]);
18 echo throws(function() use ($bulk) {
19 $bulk->delete(["\0\0\0" => 1]);
22 echo throws(function() use ($bulk) {
23 $bulk->delete(['x' => 1], ['collation' => ["\0" => 1]]);
26 echo throws(function() use ($bulk) {
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/phy/
H A Dphy-uclass.c176 bulk->count = 0; in generic_phy_get_bulk()
187 if (!bulk->phys) in generic_phy_get_bulk()
196 bulk->count++; in generic_phy_get_bulk()
204 struct phy *phys = bulk->phys; in generic_phy_init_bulk()
207 for (i = 0; i < bulk->count; i++) { in generic_phy_init_bulk()
226 struct phy *phys = bulk->phys; in generic_phy_exit_bulk()
229 for (i = 0; i < bulk->count; i++) in generic_phy_exit_bulk()
237 struct phy *phys = bulk->phys; in generic_phy_power_on_bulk()
240 for (i = 0; i < bulk->count; i++) { in generic_phy_power_on_bulk()
259 struct phy *phys = bulk->phys; in generic_phy_power_off_bulk()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Dreset.h116 int reset_get_bulk(struct udevice *dev, struct reset_ctl_bulk *bulk);
182 int reset_assert_bulk(struct reset_ctl_bulk *bulk);
209 int reset_deassert_bulk(struct reset_ctl_bulk *bulk);
245 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk() argument
247 return reset_release_all(bulk->resets, bulk->count); in reset_release_bulk()
257 struct reset_ctl_bulk *bulk) in reset_get_bulk() argument
278 static inline int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk() argument
288 static inline int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk() argument
303 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk() argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/include/
H A Dreset.h116 int reset_get_bulk(struct udevice *dev, struct reset_ctl_bulk *bulk);
182 int reset_assert_bulk(struct reset_ctl_bulk *bulk);
209 int reset_deassert_bulk(struct reset_ctl_bulk *bulk);
245 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk() argument
247 return reset_release_all(bulk->resets, bulk->count); in reset_release_bulk()
257 struct reset_ctl_bulk *bulk) in reset_get_bulk() argument
278 static inline int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk() argument
288 static inline int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk() argument
303 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk() argument

12345678910>>...587