Searched refs:block (Results 1 - 25 of 625) sorted by path

1234567891011>>

/freebsd-11-stable/bin/dd/
H A Dargs.c135 * just wanted to set both the input and output block sizes
148 * Ascii/ebcdic and cbs implies block/unblock.
156 cfunc = ddflags & C_BLOCK ? block : unblock;
164 cfunc = block;
318 { "block", C_BLOCK, C_UNBLOCK, NULL },
H A Dconv.c102 block(void) function
111 * Record truncation can cross block boundaries. If currently in a
147 * input block.
165 * block, it's a truncation.
H A Dextern.h37 void block(void);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh51 xdt:sched::block,
H A Dtst.schedenable.ksh59 xdt:sched::block,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c750 int block = DTRACE_AGGPACK_BASE + (unsigned int)(((datum * local
754 DTRACE_AGGUTF8_BYTE0(block),
755 DTRACE_AGGUTF8_BYTE1(block),
756 DTRACE_AGGUTF8_BYTE2(block)));
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_brigade.c306 apr_read_type_e block,
319 rv = apr_bucket_read(e, &str, &len, block);
H A Dapr_buckets_eos.c20 apr_size_t *len, apr_read_type_e block)
19 eos_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_flush.c20 apr_size_t *len, apr_read_type_e block)
19 flush_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_heap.c22 apr_size_t *len, apr_read_type_e block)
21 heap_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_mmap.c22 apr_size_t *length, apr_read_type_e block)
21 mmap_bucket_read(apr_bucket *b, const char **str, apr_size_t *length, apr_read_type_e block) argument
H A Dapr_buckets_pipe.c20 apr_size_t *len, apr_read_type_e block)
27 if (block == APR_NONBLOCK_READ) {
38 if (block == APR_NONBLOCK_READ) {
19 pipe_bucket_read(apr_bucket *a, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_pool.c46 apr_size_t *len, apr_read_type_e block)
45 pool_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_simple.c49 apr_size_t *len, apr_read_type_e block)
48 simple_bucket_read(apr_bucket *b, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_buckets_socket.c20 apr_size_t *len, apr_read_type_e block)
27 if (block == APR_NONBLOCK_READ) {
38 if (block == APR_NONBLOCK_READ) {
19 socket_bucket_read(apr_bucket *a, const char **str, apr_size_t *len, apr_read_type_e block) argument
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c68 static void MD4Transform(apr_uint32_t state[4], const unsigned char block[64]);
155 /* MD4 block update operation. Continues an MD4 message-digest
156 * operation, processing another message block, and updating the
294 /* MD4 basic transformation. Transforms state based on block. */
295 static void MD4Transform(apr_uint32_t state[4], const unsigned char block[64]) argument
300 Decode(x, block, 64);
H A Dapr_md5.c89 static void MD5Transform(apr_uint32_t state[4], const unsigned char block[64]);
186 /* MD5 block update operation. Continues an MD5 message-digest
187 * operation, processing another message block, and updating the
275 /* MD5 block update operation. API with the default setting
337 /* MD5 basic transformation. Transforms state based on block. */
338 static void MD5Transform(apr_uint32_t state[4], const unsigned char block[64]) argument
345 if ((apr_uintptr_t)block % sizeof(apr_uint32_t) == 0) {
346 x = (apr_uint32_t *)block;
350 Decode(tmpbuf, block, 64);
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_mysql.c107 apr_size_t *len, apr_read_type_e block);
139 apr_size_t *len, apr_read_type_e block)
138 lob_bucket_read(apr_bucket *e, const char **str, apr_size_t *len, apr_read_type_e block) argument
H A Dapr_dbd_oracle.c213 apr_size_t *len, apr_read_type_e block);
244 apr_size_t *len, apr_read_type_e block)
243 lob_bucket_read(apr_bucket *e, const char **str, apr_size_t *len, apr_read_type_e block) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c654 int block, last_block, ofs, last_ofs, chunks_this_block;
663 6 instructions and 160 pointers. If a block does not require
670 block = offset / block_size;
672 if (block != last_block)
685 (block * 160) +
690 + (block * block_size)
653 int block, last_block, ofs, last_ofs, chunks_this_block; local
H A Dieee.c54 static void block (void);
1408 must_parse_int (&(ieee->h)); /* Drop size of block. */
2381 clever about how we write. We block items up into a max of 127
2906 block ();
2927 block ();
2931 EXPn (size of block);
2952 block ();
2972 block ();
3000 block ();
3021 block ();
3041 block (void) function
[all...]
H A Dopncls.c593 /* nbfd has to point to head of malloc'ed block so that bfd_close may
882 Allocate a block of @var{wanted} bytes of memory attached to
911 Allocate a block of @var{nmemb} elements of @var{size} bytes each
950 Allocate a block of @var{wanted} bytes of zeroed memory
973 Allocate a block of @var{nmemb} elements of @var{size} bytes each
998 /* Free a block allocated for a BFD.
1002 bfd_release (bfd *abfd, void *block)
1004 objalloc_free_block ((struct objalloc *) abfd->memory, block);
1001 bfd_release(bfd *abfd, void *block) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c48 /* The current block. */
372 block of the function, and describes function local variables. */
403 /* Information about a block within a function. */
407 /* Next block with the same parent. */
409 /* Parent block. */
413 /* Start address of the block. */
415 /* End address of the block. */
427 /* More line number information for this block. */
759 block. The debug_type argument is the type of the return value.
885 /* Start a block i
2848 debug_write_block(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_block *block) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c754 /* The current static block. */
5164 symbolS *block;
5168 block = symbol_get_tc (sym)->within;
5169 csect = symbol_get_tc (block)->within;
5147 symbolS *block; local
/freebsd-11-stable/contrib/binutils/include/
H A Dobstack.h100 You can run one obstack per control block.
212 void obstack_free (struct obstack *obstack, void *block);

Completed in 528 milliseconds

1234567891011>>