Home
last modified time | relevance | path

Searched refs:BLOCK (Results 201 – 225 of 20219) sorted by relevance

12345678910>>...809

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Dxor_avx.h18 BLOCK(32 * i, 0) \
19 BLOCK(32 * (i + 1), 1) \
20 BLOCK(32 * (i + 2), 2) \
21 BLOCK(32 * (i + 3), 3)
36 #undef BLOCK in xor_avx_2()
37 #define BLOCK(i, reg) \ in xor_avx_2() macro
63 #undef BLOCK in xor_avx_3()
64 #define BLOCK(i, reg) \ in xor_avx_3() macro
93 #undef BLOCK in xor_avx_4()
94 #define BLOCK(i, reg) \ in xor_avx_4() macro
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/include/asm/
H A Dxor_avx.h18 BLOCK(32 * i, 0) \
19 BLOCK(32 * (i + 1), 1) \
20 BLOCK(32 * (i + 2), 2) \
21 BLOCK(32 * (i + 3), 3)
36 #undef BLOCK in xor_avx_2()
37 #define BLOCK(i, reg) \ in xor_avx_2() macro
63 #undef BLOCK in xor_avx_3()
64 #define BLOCK(i, reg) \ in xor_avx_3() macro
93 #undef BLOCK in xor_avx_4()
94 #define BLOCK(i, reg) \ in xor_avx_4() macro
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/include/asm/
H A Dxor_avx.h18 BLOCK(32 * i, 0) \
19 BLOCK(32 * (i + 1), 1) \
20 BLOCK(32 * (i + 2), 2) \
21 BLOCK(32 * (i + 3), 3)
36 #undef BLOCK in xor_avx_2()
37 #define BLOCK(i, reg) \ in xor_avx_2() macro
63 #undef BLOCK in xor_avx_3()
64 #define BLOCK(i, reg) \ in xor_avx_3() macro
93 #undef BLOCK in xor_avx_4()
94 #define BLOCK(i, reg) \ in xor_avx_4() macro
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DMANSFIELD.DP59 MEAN BLOCK PLOT Y X2 X3 X1
60 MEAN BLOCK PLOT Y X4 X5 X1
61 MEAN BLOCK PLOT Y X6 X7 X1
62 MEAN BLOCK PLOT Y X1 X3 X2
63 MEAN BLOCK PLOT Y X4 X5 X2
64 MEAN BLOCK PLOT Y X6 X7 X2
65 MEAN BLOCK PLOT Y X1 X2 X3
66 MEAN BLOCK PLOT Y X4 X5 X3
67 MEAN BLOCK PLOT Y X6 X7 X3
68 MEAN BLOCK PLOT Y X1 X2 X4
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/sig/picnic/external/
H A Dmzd_additional.c166 BLOCK(res, 2)->w128[0] =
723 block_t* cblock1 = BLOCK(c, 0);
724 block_t* cblock2 = BLOCK(c, 1);
725 block_t* cblock3 = BLOCK(c, 2);
753 block_t* cblock1 = BLOCK(c, 0);
754 block_t* cblock2 = BLOCK(c, 1);
755 block_t* cblock3 = BLOCK(c, 2);
756 block_t* cblock4 = BLOCK(c, 3);
1010 BLOCK(c, j)->w256 = cval[j];
1033 BLOCK(c, j)->w256 = cval[j];
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/mcore/
H A Dpe-cmb.ld29 .data BLOCK(__section_alignment__) :
38 .bss BLOCK(__section_alignment__) :
45 .rdata BLOCK(__section_alignment__) :
51 .edata BLOCK(__section_alignment__) :
62 .idata BLOCK(__section_alignment__) :
75 .CRT BLOCK(__section_alignment__) :
79 .endjunk BLOCK(__section_alignment__) :
86 .reloc BLOCK(__section_alignment__) :
90 .rsrc BLOCK(__section_alignment__) :
95 .stab BLOCK(__section_alignment__) (NOLOAD) :
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mcore/
H A Dpe-cmb.ld29 .data BLOCK(__section_alignment__) :
38 .bss BLOCK(__section_alignment__) :
45 .rdata BLOCK(__section_alignment__) :
51 .edata BLOCK(__section_alignment__) :
62 .idata BLOCK(__section_alignment__) :
75 .CRT BLOCK(__section_alignment__) :
79 .endjunk BLOCK(__section_alignment__) :
86 .reloc BLOCK(__section_alignment__) :
90 .rsrc BLOCK(__section_alignment__) :
95 .stab BLOCK(__section_alignment__) (NOLOAD) :
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/mcore/
H A Dpe-cmb.ld29 .data BLOCK(__section_alignment__) :
38 .bss BLOCK(__section_alignment__) :
45 .rdata BLOCK(__section_alignment__) :
51 .edata BLOCK(__section_alignment__) :
62 .idata BLOCK(__section_alignment__) :
75 .CRT BLOCK(__section_alignment__) :
79 .endjunk BLOCK(__section_alignment__) :
86 .reloc BLOCK(__section_alignment__) :
90 .rsrc BLOCK(__section_alignment__) :
95 .stab BLOCK(__section_alignment__) (NOLOAD) :
[all …]
/dports/textproc/txt2tags/txt2tags-3.7/
H A Dtxt2tags.py158 BLOCK = None variable
4328 global BLOCK, TITLE
4333 BLOCK = BlockMaster()
4386 and BLOCK.block() not in BLOCK.exclusive
4408 and BLOCK.block() not in BLOCK.exclusive
4414 if regex["1lineTagged"].search(line) and BLOCK.block() not in BLOCK.exclusive:
4436 if regex["blockRawOpen"].search(line) and BLOCK.block() not in BLOCK.exclusive:
4441 if regex["1lineRaw"].search(line) and BLOCK.block() not in BLOCK.exclusive:
4473 if regex["blockVerbOpen"].search(line) and BLOCK.block() not in BLOCK.exclusive:
4479 if regex["1lineVerb"].search(line) and BLOCK.block() not in BLOCK.exclusive:
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/microhttpd/
H A Dreason_phrase.c164 #define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } macro
167 BLOCK (invalid_hundred),
168 BLOCK (one_hundred),
169 BLOCK (two_hundred),
170 BLOCK (three_hundred),
171 BLOCK (four_hundred),
172 BLOCK (five_hundred),
/dports/cad/alliance/alliance/src/documentation/tutorials/synthesis/src/amdbug/
H A Damd_17.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_20.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_1.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_12.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_14.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_15.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_16.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_7.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_8.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_0.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_10.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_11.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_13.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_2.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]
H A Damd_24.vbe143 END BLOCK;
278 END BLOCK;
283 END BLOCK;
339 END BLOCK;
344 END BLOCK;
355 END BLOCK;
362 END BLOCK;
369 END BLOCK;
376 END BLOCK;
383 END BLOCK;
[all …]

12345678910>>...809