Home
last modified time | relevance | path

Searched refs:block_flags (Results 1 – 25 of 141) sorted by relevance

123456

/dports/audio/cyanrip/cyanrip-0.7.0/src/
H A Dfifo_template.c7 FNAME block_flags; member
33 AVBufferRef *RENAME(fifo_create)(int max_queued, FNAME block_flags) in RENAME()
50 ctx->block_flags = block_flags; in RENAME()
104 void RENAME(fifo_set_block_flags)(AVBufferRef *dst, FNAME block_flags) in RENAME()
108 ctx->block_flags = block_flags; in RENAME()
129 if (!(ctx->block_flags & FRENAME(BLOCK_MAX_OUTPUT))) { in RENAME()
169 if (!(ctx->block_flags & FRENAME(BLOCK_NO_INPUT))) in RENAME()
200 if (!(ctx->block_flags & FRENAME(BLOCK_NO_INPUT))) in RENAME()
H A Dfifo_template.h2 AVBufferRef *RENAME(fifo_create)(int max_queued, FNAME block_flags); /* -1 = INF, 0 = none */
3 AVBufferRef *RENAME(fifo_ref)(AVBufferRef *src, int max_queued, FNAME block_flags);
12 void RENAME(fifo_set_block_flags)(AVBufferRef *dst, FNAME block_flags);
/dports/games/abuse_sdl/abuse-0.8/data/lisp/
H A Dduong.lsp313 (let ((block_flags (car status)))
314 (if (or (blocked_up block_flags) (blocked_down block_flags));; bounce up/down
322 (if (or (blocked_left block_flags) (blocked_right block_flags));; bounce left/right
363 (let ((block_flags (car status)))
364 (if (blocked_up block_flags) ;; bounce up/down
371 (if (blocked_down block_flags)
378 (if (blocked_left block_flags)
383 (if (blocked_right block_flags)
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Daccess.c43 uint32_t block_flags; member
150 sys->block_flags = BLOCK_FLAG_TOP_FIELD_FIRST; in InitVideo()
154 sys->block_flags = BLOCK_FLAG_TOP_FIELD_FIRST; in InitVideo()
158 sys->block_flags = BLOCK_FLAG_BOTTOM_FIELD_FIRST; in InitVideo()
224 block->i_flags |= sys->block_flags; in MMapBlock()
H A Ddemux.c56 uint32_t block_flags; member
346 sys->block_flags = 0; in InitVideo()
354 sys->block_flags = BLOCK_FLAG_TOP_FIELD_FIRST|BLOCK_FLAG_SINGLE_FIELD; in InitVideo()
358 sys->block_flags = BLOCK_FLAG_BOTTOM_FIELD_FIRST|BLOCK_FLAG_SINGLE_FIELD; in InitVideo()
365 sys->block_flags = BLOCK_FLAG_TOP_FIELD_FIRST; in InitVideo()
379 sys->block_flags = BLOCK_FLAG_TOP_FIELD_FIRST; in InitVideo()
383 sys->block_flags = BLOCK_FLAG_BOTTOM_FIELD_FIRST; in InitVideo()
717 block->i_flags |= sys->block_flags; in UserPtrThread()
761 block->i_flags |= sys->block_flags; in MmapThread()
816 block->i_flags |= sys->block_flags; in ReadThread()
/dports/games/abuse_sdl/abuse-0.8/data/addon/pong/
H A Dpong.lsp188 (let ((block_flags (car status)))
189 (if (or (blocked_left block_flags) (blocked_right block_flags)) ; bounce left/right
193 (if (or (blocked_up block_flags) (blocked_down block_flags)) ; bounce up/down
199 (if (not (eq block_flags 0)) ; move the ball one tick, because we just bounced
/dports/games/abuse_sdl/abuse-0.8/data/addon/bong/
H A Dbong.lsp198 (let ((block_flags (car status)))
199 (if (or (blocked_left block_flags) (blocked_right block_flags)) ; bounce left/right
203 (if (or (blocked_up block_flags) (blocked_down block_flags)) ; bounce up/down
209 (if (not (eq block_flags 0)) ; move the ball one tick, because we just bounced
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake3-0.3.7/c/
H A Dblake3_neon.c237 uint8_t block_flags = flags | flags_start; in blake3_hash4_neon() local
241 block_flags |= flags_end; in blake3_hash4_neon()
244 uint32x4_t block_flags_vec = set1_128(block_flags); in blake3_hash4_neon()
270 block_flags = flags; in blake3_hash4_neon()
304 uint8_t block_flags = flags | flags_start; in hash_one_neon() local
307 block_flags |= flags_end; in hash_one_neon()
313 block_flags); in hash_one_neon()
316 block_flags = flags; in hash_one_neon()
H A Dblake3_portable.c131 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
134 block_flags |= flags_end; in hash_one_portable()
137 block_flags); in hash_one_portable()
140 block_flags = flags; in hash_one_portable()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/blake3-1.2.0/c/
H A Dblake3_neon.c242 uint8_t block_flags = flags | flags_start; in blake3_hash4_neon() local
246 block_flags |= flags_end; in blake3_hash4_neon()
249 uint32x4_t block_flags_vec = set1_128(block_flags); in blake3_hash4_neon()
275 block_flags = flags; in blake3_hash4_neon()
309 uint8_t block_flags = flags | flags_start; in hash_one_neon() local
312 block_flags |= flags_end; in hash_one_neon()
318 block_flags); in hash_one_neon()
321 block_flags = flags; in hash_one_neon()
H A Dblake3_portable.c131 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
134 block_flags |= flags_end; in hash_one_portable()
137 block_flags); in hash_one_portable()
140 block_flags = flags; in hash_one_portable()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/blake3-1.0.0/c/
H A Dblake3_neon.c237 uint8_t block_flags = flags | flags_start; in blake3_hash4_neon() local
241 block_flags |= flags_end; in blake3_hash4_neon()
244 uint32x4_t block_flags_vec = set1_128(block_flags); in blake3_hash4_neon()
270 block_flags = flags; in blake3_hash4_neon()
304 uint8_t block_flags = flags | flags_start; in hash_one_neon() local
307 block_flags |= flags_end; in hash_one_neon()
313 block_flags); in hash_one_neon()
316 block_flags = flags; in hash_one_neon()
H A Dblake3_portable.c131 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
134 block_flags |= flags_end; in hash_one_portable()
137 block_flags); in hash_one_portable()
140 block_flags = flags; in hash_one_portable()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake3-0.3.7/src/
H A Dportable.rs134 let mut block_flags = flags | flags_start; in hash1() localVariable
138 block_flags |= flags_end; in hash1()
145 block_flags, in hash1()
147 block_flags = flags; in hash1()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/blake3-1.2.0/src/
H A Dportable.rs134 let mut block_flags = flags | flags_start; localVariable
138 block_flags |= flags_end;
145 block_flags,
147 block_flags = flags;
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/blake3-1.0.0/src/
H A Dportable.rs134 let mut block_flags = flags | flags_start; localVariable
138 block_flags |= flags_end;
145 block_flags,
147 block_flags = flags;
/dports/finance/chiapos/chiapos-1.0.3/src/b3/
H A Dblake3_portable.c139 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
142 block_flags |= flags_end; in hash_one_portable()
145 block_flags); in hash_one_portable()
148 block_flags = flags; in hash_one_portable()
H A Dblake3_sse41.c464 uint8_t block_flags = flags | flags_start; in blake3_hash4_sse41() local
468 block_flags |= flags_end; in blake3_hash4_sse41()
471 __m128i block_flags_vec = set1(block_flags); in blake3_hash4_sse41()
497 block_flags = flags; in blake3_hash4_sse41()
520 uint8_t block_flags = flags | flags_start; in hash_one_sse41() local
523 block_flags |= flags_end; in hash_one_sse41()
526 block_flags); in hash_one_sse41()
529 block_flags = flags; in hash_one_sse41()
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/blake3/
H A Dblake3_portable.c139 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
142 block_flags |= flags_end; in hash_one_portable()
145 block_flags); in hash_one_portable()
148 block_flags = flags; in hash_one_portable()
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/blake3/
H A Dblake3_portable.c139 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
142 block_flags |= flags_end; in hash_one_portable()
145 block_flags); in hash_one_portable()
148 block_flags = flags; in hash_one_portable()
/dports/security/R-cran-digest/digest/src/
H A Dblake3_portable.c147 uint8_t block_flags = flags | flags_start;
150 block_flags |= flags_end;
153 block_flags);
156 block_flags = flags;
/dports/x11/aclip/arcan-0.6.1/src/a12/external/blake3/
H A Dblake3_portable.c139 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
142 block_flags |= flags_end; in hash_one_portable()
145 block_flags); in hash_one_portable()
148 block_flags = flags; in hash_one_portable()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/blake3/
H A Dblake3_portable.c139 uint8_t block_flags = flags | flags_start; in hash_one_portable() local
142 block_flags |= flags_end; in hash_one_portable()
145 block_flags); in hash_one_portable()
148 block_flags = flags; in hash_one_portable()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/build-aux/vcstocl/
H A Dfrontend_c.py21 class block_flags(Enum): class
493 c['flags'] = block_flags.macro_redefined
498 block_flags.macro_defined)
539 block_flags.else_block)
546 if code['flags'] != block_flags.else_block:
549 block_flags.else_block)
/dports/comms/flamp/flamp-2.2.07/src/utils/
H A Damp.cxx1361 char *block_flags = (char *)0; in tx_relay_string() local
1420 if(!block_flags) { in tx_relay_string()
1430 block_flags[blknbr] = 1; in tx_relay_string()
1438 if(block_flags[0]) { in tx_relay_string()
1456 if(block_flags[index]) { in tx_relay_string()
1468 delete [] block_flags; in tx_relay_string()
1581 if(!block_flags) { in tx_relay_vector()
1591 block_flags[blknbr] = 1; in tx_relay_vector()
1599 if(block_flags[0]) { in tx_relay_vector()
1627 if(block_flags[index]) { in tx_relay_vector()
[all …]

123456