Home
last modified time | relevance | path

Searched refs:DEFAULT_BLOCK_SIZE (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/CUDA/Kernels/
H A Duninitialized_fill_n.cu45 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
47 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
55 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
57 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
65 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
67 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
75 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
77 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
85 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
95 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
[all …]
H A Duninitialized_copy_n.cu42 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
44 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
52 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
54 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
62 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
64 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
73 long N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
75 long nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
83 long N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
85 long nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
[all …]
H A Dcopy_n_cast.cu54 long n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
56 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
63 long n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
65 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
72 long n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
74 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
82 long n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
84 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/HIP/Kernels/
H A Duninitialized_fill_n.hip.cpp42 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
44 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
52 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
54 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
62 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
64 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
72 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
74 size_t nthr(DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
82 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
92 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_fill_n()
[all …]
H A Dfill_n.hip.cpp45 int N_(8 * DEFAULT_BLOCK_SIZE); in fill_n()
47 size_t nthr(DEFAULT_BLOCK_SIZE); in fill_n()
54 int N_(8 * DEFAULT_BLOCK_SIZE); in fill_n()
56 size_t nthr(DEFAULT_BLOCK_SIZE); in fill_n()
63 int N_(8 * DEFAULT_BLOCK_SIZE); in fill_n()
65 size_t nthr(DEFAULT_BLOCK_SIZE); in fill_n()
72 int N_(8 * DEFAULT_BLOCK_SIZE); in fill_n()
81 int N_(8 * DEFAULT_BLOCK_SIZE); in fill_n()
90 int N_(8 * DEFAULT_BLOCK_SIZE); in fill_n()
100 int N_(8 * DEFAULT_BLOCK_SIZE); in fill_n()
[all …]
H A Duninitialized_copy_n.hip.cpp35 int N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
37 int nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
45 long N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
47 long nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
55 long N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
57 long nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
66 long N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
68 long nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
76 long N_(8 * DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
78 long nthr(DEFAULT_BLOCK_SIZE); in uninitialized_copy_n()
[all …]
H A Dcopy_n_cast.hip.cpp51 int n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
53 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
60 int n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
62 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
69 int n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
71 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
80 int n_(8 * DEFAULT_BLOCK_SIZE); in copy_n_cast()
82 size_t nthr(DEFAULT_BLOCK_SIZE); in copy_n_cast()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/hyphenation/
H A DByteVector.java33 private static final int DEFAULT_BLOCK_SIZE = 2048; field in ByteVector
47 this(DEFAULT_BLOCK_SIZE); in ByteVector()
54 blockSize = DEFAULT_BLOCK_SIZE; in ByteVector()
61 blockSize = DEFAULT_BLOCK_SIZE; in ByteVector()
70 blockSize = DEFAULT_BLOCK_SIZE; in ByteVector()
H A DCharVector.java33 private static final int DEFAULT_BLOCK_SIZE = 2048; field in CharVector
47 this(DEFAULT_BLOCK_SIZE); in CharVector()
54 blockSize = DEFAULT_BLOCK_SIZE; in CharVector()
61 blockSize = DEFAULT_BLOCK_SIZE; in CharVector()
70 blockSize = DEFAULT_BLOCK_SIZE; in CharVector()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/hyphenation/
H A DByteVector.java37 private static final int DEFAULT_BLOCK_SIZE = 2048; field in ByteVector
54 this(DEFAULT_BLOCK_SIZE); in ByteVector()
65 blockSize = DEFAULT_BLOCK_SIZE; in ByteVector()
78 blockSize = DEFAULT_BLOCK_SIZE; in ByteVector()
94 blockSize = DEFAULT_BLOCK_SIZE; in ByteVector()
H A DCharVector.java37 private static final int DEFAULT_BLOCK_SIZE = 2048; field in CharVector
54 this(DEFAULT_BLOCK_SIZE); in CharVector()
65 blockSize = DEFAULT_BLOCK_SIZE; in CharVector()
76 blockSize = DEFAULT_BLOCK_SIZE; in CharVector()
90 blockSize = DEFAULT_BLOCK_SIZE; in CharVector()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos-client/bareos-Release-20.0.3/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos-server/bareos-Release-20.0.3/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/www/bareos18-webui/bareos-Release-18.2.12/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/www/bareos-webui/bareos-Release-20.0.3/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/www/bareos19-webui/bareos-Release-19.2.11/regress/tests/
H A Dblock-size-tape134 DEFAULT_BLOCK_SIZE=64512
137 if [ $blocksize_label != $DEFAULT_BLOCK_SIZE ]; then
138 set_error "Wrong label block size: expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_label"
143 if [ $blocksize_data != $DEFAULT_BLOCK_SIZE ]; then
144 set_error "Wrong data block size (block 3): expected: $DEFAULT_BLOCK_SIZE, got: $blocksize_data"
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpyarena.c13 #define DEFAULT_BLOCK_SIZE 8192 macro
112 size < DEFAULT_BLOCK_SIZE ? in block_alloc()
113 DEFAULT_BLOCK_SIZE : size); in block_alloc()
134 arena->a_head = block_new(DEFAULT_BLOCK_SIZE); in PyArena_New()
150 arena->total_block_size = DEFAULT_BLOCK_SIZE; in PyArena_New()
195 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE) in PyArena_Malloc()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpyarena.c13 #define DEFAULT_BLOCK_SIZE 8192 macro
112 size < DEFAULT_BLOCK_SIZE ? in block_alloc()
113 DEFAULT_BLOCK_SIZE : size); in block_alloc()
134 arena->a_head = block_new(DEFAULT_BLOCK_SIZE); in PyArena_New()
150 arena->total_block_size = DEFAULT_BLOCK_SIZE; in PyArena_New()
195 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE) in PyArena_Malloc()

12345678910>>...21