Searched refs:block (Results 26 - 50 of 531) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S72 // This depends on the fixed instruction size of block.
75 // block(shift) implements the test-and-update-quotient core.
160 // Last block, no need to update r2 or r3.
185 // block closer
198 #define block(shift) \ define
208 // Label div0block must be word-aligned. First align block 31
213 #define block(shift) \ define
220 block(31)
221 block(30)
222 block(2
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dbit_array.c36 /* Number of bits in each block.
51 * As long as no bit got set in a particular block, the respective entry in
52 * BLOCKS entry will be NULL, implying that all block contents is 0.
57 * Every block may be NULL, though. */
104 unsigned char *block; local
106 /* Index within ARRAY->BLOCKS for the block containing bit IDX. */
109 /* Within that block, index of the byte containing IDX. */
131 /* Grow block list to cover IDX.
144 /* Get the block that contains IDX. Auto-allocate it if missing. */
145 block
171 unsigned char *block; local
[all...]
/freebsd-13-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.c87 uint8_t block[16], iv[4][4]; local
111 memcpy(block, cipher->IV, 16);
113 ((uint32_t*)block)[0] ^= ((uint32_t*)iv)[0];
114 ((uint32_t*)block)[1] ^= ((uint32_t*)iv)[1];
115 ((uint32_t*)block)[2] ^= ((uint32_t*)iv)[2];
116 ((uint32_t*)block)[3] ^= ((uint32_t*)iv)[3];
118 ((uint32_t*)block)[0] = ((uint32_t*)cipher->IV)[0] ^ ((uint32_t*)input)[0];
119 ((uint32_t*)block)[1] = ((uint32_t*)cipher->IV)[1] ^ ((uint32_t*)input)[1];
120 ((uint32_t*)block)[2] = ((uint32_t*)cipher->IV)[2] ^ ((uint32_t*)input)[2];
121 ((uint32_t*)block)[
203 uint8_t block[16], *iv, *cp; local
267 uint8_t block[16], iv[4][4]; local
367 uint8_t block[16]; local
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-flash.h102 * Erase a block on the flash chip
104 * @param chip_id Chip to erase a block on
105 * @param region Region to erase a block in
106 * @param block Block number to erase
109 int cvmx_flash_erase_block(int chip_id, int region, int block);
112 * Write a block on the flash chip
114 * @param chip_id Chip to write a block on
115 * @param region Region to write a block in
116 * @param block Block number to write
120 int cvmx_flash_write_block(int chip_id, int region, int block, cons
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dmutexblock.h32 isc_mutexblock_init(isc_mutex_t *block, unsigned int count);
34 * Initialize a block of locks. If an error occurs all initialized locks
39 *\li block != NULL
50 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count);
52 * Destroy a block of locks.
56 *\li block != NULL
60 *\li Each lock in the block be initialized via isc_mutex_init() or
61 * the whole block was initialized via isc_mutex_initblock().
/freebsd-13-stable/tools/tools/atsectl/
H A Datsectl.c63 static u_char block[CONFIG_BLOCK]; variable
98 if (read(fd, block, sizeof(block)) != CONFIG_BLOCK)
115 if (write(fd, block, sizeof(block)) != CONFIG_BLOCK)
143 safe = block[ALTERA_ETHERNET_OPTION_BITS_OFF + 0] << 24;
144 safe |= block[ALTERA_ETHERNET_OPTION_BITS_OFF + 1] << 16;
145 safe |= block[ALTERA_ETHERNET_OPTION_BITS_OFF + 2] << 8;
146 safe |= block[ALTERA_ETHERNET_OPTION_BITS_OFF + 3];
149 block[ALTERA_ETHERNET_OPTION_BITS_OF
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlmem.c28 ** and not shrinking a block. (This fail will trigger 'tryagain' and
31 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { argument
35 return (*g->frealloc)(g->ud, block, os, ns);
38 #define firsttry(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns))
50 ** - frealloc(ud, p, x, 0) frees the block 'p' and returns NULL.
54 ** - frealloc(ud, NULL, x, s) creates a new block of size 's'
55 ** (no matter 'x'). Returns NULL if it cannot create the new block.
57 ** - otherwise, frealloc(ud, b, x, y) reallocates the block 'b' from
59 ** block t
79 luaM_growaux_(lua_State *L, void *block, int nelems, int *psize, int size_elems, int limit, const char *what) argument
110 luaM_shrinkvector_(lua_State *L, void *block, int *size, int final_n, int size_elem) argument
132 luaM_free_(lua_State *L, void *block, size_t osize) argument
146 tryagain(lua_State *L, void *block, size_t osize, size_t nsize) argument
162 luaM_realloc_(lua_State *L, void *block, size_t osize, size_t nsize) argument
179 luaM_saferealloc_(lua_State *L, void *block, size_t osize, size_t nsize) argument
[all...]
/freebsd-13-stable/contrib/ipfilter/rules/
H A DBASIC_2.FW17 block in log quick all with short
21 # By default, block and log everything. This maybe too much logging
24 block in log on ppp0 all head 100
25 block out log on ppp0 all head 150
26 block in log on ed0 from w.x.y.z/24 to any head 200
27 block out log on ed0 all head 250
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block i
[all...]
H A DBASIC_1.FW17 block in log quick all with short
21 # By default, block and log everything. This maybe too much logging
24 block in log on ppp0 all head 100
25 block in log proto tcp all flags S/SA head 101 group 100
26 block out log on ppp0 all head 150
27 block in log on ed0 from w.x.y.z/24 to any head 200
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
30 block out log on ed0 all head 250
36 block i
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dblock_encoder.c25 lzma_block *block; member in struct:__anon6610
80 lzma_check_update(&coder->check, coder->block->check,
89 // Copy the values into coder->block. The caller
91 coder->block->compressed_size = coder->compressed_size;
92 coder->block->uncompressed_size = coder->uncompressed_size;
112 if (coder->block->check == LZMA_CHECK_NONE)
115 lzma_check_finish(&coder->check, coder->block->check);
122 const size_t check_size = lzma_check_size(coder->block->check);
128 memcpy(coder->block->raw_check, coder->check.buffer.u8,
165 lzma_block *block)
164 lzma_block_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, lzma_block *block) argument
[all...]
H A Dblock_decoder.c30 lzma_block *block; member in struct:__anon6608
102 coder->block->uncompressed_size))
106 lzma_check_update(&coder->check, coder->block->check,
115 coder->block->compressed_size)
117 coder->block->uncompressed_size))
120 // Copy the values into coder->block. The caller
122 coder->block->compressed_size = coder->compressed_size;
123 coder->block->uncompressed_size = coder->uncompressed_size;
138 // coder->block already, and won't be modified by
146 if (coder->block
192 lzma_block_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, lzma_block *block) argument
[all...]
H A Dblock_encoder.h45 const lzma_allocator *allocator, lzma_block *block);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlmem.c28 ** * frealloc(ud, NULL, x, s) creates a new block of size `s' (no
31 ** * frealloc(ud, p, x, 0) frees the block `p'
45 void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, argument
59 newblock = luaM_reallocv(L, block, *size, newsize, size_elems);
66 luaG_runerror(L, "memory allocation error: block too big");
74 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { argument
77 size_t realosize = (block) ? osize : 0;
78 lua_assert((realosize == 0) == (block == NULL));
83 newblock = (*g->frealloc)(g->ud, block, osize, nsize);
86 "realloc cannot fail when shrinking a block");
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dblock.h2 * \file lzma/block.h
298 * block->header_size.
309 extern LZMA_API(lzma_ret) lzma_block_header_size(lzma_block *block)
322 * at least block->header_size bytes.
323 * \param block Block options to be encoded.
325 * \return - LZMA_OK: Encoding was successful. block->header_size
329 * block->header_size is invalid or block->filters is NULL.
332 const lzma_block *block, uint8_t *out)
339 * block
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp10 // analysis based on Clang's CFGs. Clients can query if a given basic block
55 const CFGBlock *block = worklist.pop_back_val(); local
57 if (visited[block->getBlockID()])
59 visited[block->getBlockID()] = true;
64 DstReachability[block->getBlockID()] = true;
70 for (CFGBlock::const_pred_iterator i = block->pred_begin(),
71 e = block->pred_end(); i != e; ++i) {
/freebsd-13-stable/release/powerpc/
H A Dmkisoimages.sh47 uudecode -o /tmp/hfs-boot-block.bz2 "`dirname "$0"`/hfs-boot.bz2.uu"
48 bzip2 -d /tmp/hfs-boot-block.bz2
49 OFFSET=$(hd /tmp/hfs-boot-block | grep 'Loader START' | cut -f 1 -d ' ')
51 dd if="$1/boot/loader" of=/tmp/hfs-boot-block seek=$OFFSET conv=notrunc
53 bootable="-o bootimage=macppc;/tmp/hfs-boot-block -o no-emul-boot"
75 rm -f /tmp/hfs-boot-block
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c17 int offset, block; local
21 block = read(fd, &buffer[offset], count);
23 if (block < 0) {
25 return block;
27 if (!block) return offset;
29 offset += block;
30 count -= block;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp237 ___kmp_env_blk_parse_string(kmp_env_blk_t *block, // M: Env block to fill. argument
252 // Loop thru all the vars in environment block. Count delimiters (maximum
289 block->bulk = bulk;
290 block->vars = vars;
291 block->count = count;
294 /* Windows* OS (actually, DOS) environment block is a piece of memory with
296 block is terminated with one extra zero byte, so we have two zero bytes at
297 the end of environment block, e. g.:
306 kmp_env_blk_t *block, //
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c43 * Each file is built up by duplicating the following block.
85 struct memblock *block; local
98 /* We don't need to store a block of file data. */
103 block = (struct memblock *)malloc(sizeof(*block));
104 memset(block, 0, sizeof(*block));
105 block->size = size;
106 block->buff = malloc(size);
107 memcpy(block
123 struct memblock *block; local
[all...]
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_rw.c199 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, argument
207 *block = realloc(*block, (size_t) *size);
208 if (*block == NULL) {
214 _dwarf_write_lsb(*block, offsetp, value, bytes_to_write);
255 _dwarf_write_msb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, argument
263 *block = realloc(*block, (size_t) *size);
264 if (*block == NULL) {
270 _dwarf_write_msb(*block, offset
322 _dwarf_write_sleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, int64_t val, Dwarf_Error *error) argument
385 _dwarf_write_uleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, uint64_t val, Dwarf_Error *error) argument
479 _dwarf_write_string_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, char *string, Dwarf_Error *error) argument
525 _dwarf_write_block_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, uint8_t *blk, uint64_t length, Dwarf_Error *error) argument
557 _dwarf_write_padding_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, uint8_t byte, uint64_t cnt, Dwarf_Error *error) argument
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-sse41.c36 const uint8_t block[BLAKE2B_BLOCKBYTES])
48 const __m128i m0 = LOADU(block + 00);
49 const __m128i m1 = LOADU(block + 16);
50 const __m128i m2 = LOADU(block + 32);
51 const __m128i m3 = LOADU(block + 48);
52 const __m128i m4 = LOADU(block + 64);
53 const __m128i m5 = LOADU(block + 80);
54 const __m128i m6 = LOADU(block + 96);
55 const __m128i m7 = LOADU(block + 112);
35 blake2b_compress_sse41(blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES]) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp24 void *__hwasan_memset(void *block, int c, uptr size) { argument
26 reinterpret_cast<uptr>(block), size);
27 return memset(UntagPtr(block), c, size);
/freebsd-13-stable/contrib/bzip2/
H A Dblocksort.c9 lossless, block-sorting data compression.
195 ((UChar*)eclass) [0 .. nblock-1] holds block
199 ((UChar*)eclass) [0 .. nblock-1] holds block
253 /*-- set sentinel bits for block-end detection --*/
316 Reconstruct the original block in
321 VPrintf0 ( " reconstructing block ...\n" );
349 UChar* block,
360 c1 = block[i1]; c2 = block[i2];
364 c1 = block[i
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
621 mainQSort3( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 loSt, Int32 hiSt, Int32 dSt, Int32* budget ) argument
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1034 UChar* block = s->block; local
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c106 flags->variant.block.keep_tcal_on_ovf;
273 if (decoder->flags.variant.block.enable_tick_events) {
297 if (decoder->flags.variant.block.enable_tick_events) {
492 static inline int pt_blk_block_is_empty(const struct pt_block *block) argument
494 if (!block)
497 return !block->ninsn;
501 const struct pt_block *block)
503 if (!ublock || !block)
506 if (ublock == block)
510 if (sizeof(*block) < siz
500 block_to_user(struct pt_block *ublock, size_t size, const struct pt_block *block) argument
738 pt_blk_proceed_one_insn(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_insn *pinsn, struct pt_insn_ext *piext) argument
824 pt_blk_proceed_to_insn(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_insn *insn, struct pt_insn_ext *iext, int (*predicate)(const struct pt_insn *, const struct pt_insn_ext *)) argument
886 pt_blk_proceed_to_ip(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_insn *insn, struct pt_insn_ext *iext, uint64_t ip) argument
945 pt_blk_proceed_to_ip_with_trace(struct pt_block_decoder *decoder, struct pt_block *block, uint64_t ip) argument
1004 pt_blk_proceed_skl014(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_insn *insn, struct pt_insn_ext *iext) argument
1079 pt_blk_proceed_to_disabled(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_insn *insn, struct pt_insn_ext *iext, const struct pt_event *ev) argument
1155 pt_blk_proceed_to_async_paging(struct pt_block_decoder *decoder, struct pt_block *block, const struct pt_event *ev) argument
1187 pt_blk_proceed_to_async_vmcs(struct pt_block_decoder *decoder, struct pt_block *block, const struct pt_event *ev) argument
1219 pt_blk_proceed_to_exec_mode(struct pt_block_decoder *decoder, struct pt_block *block, const struct pt_event *ev) argument
1256 pt_blk_proceed_to_ptwrite(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_insn *insn, struct pt_insn_ext *iext, struct pt_event *ev) argument
1455 pt_blk_proceed_event(struct pt_block_decoder *decoder, struct pt_block *block) argument
1652 pt_blk_proceed_no_event_uncached(struct pt_block_decoder *decoder, struct pt_block *block) argument
1775 pt_blk_proceed_no_event_fill_cache(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_block_cache *bcache, const struct pt_mapped_section *msec, size_t steps) argument
2061 pt_blk_proceed_truncated(struct pt_block_decoder *decoder, struct pt_block *block) argument
2128 pt_blk_proceed_no_event_cached(struct pt_block_decoder *decoder, struct pt_block *block, struct pt_block_cache *bcache, const struct pt_mapped_section *msec) argument
2529 pt_blk_proceed_no_event(struct pt_block_decoder *decoder, struct pt_block *block) argument
2575 pt_blk_proceed(struct pt_block_decoder *decoder, struct pt_block *block) argument
2621 pt_blk_handle_erratum_bdm64(struct pt_block_decoder *decoder, const struct pt_block *block, const struct pt_event *ev) argument
2684 pt_blk_postpone_trailing_tsx(struct pt_block_decoder *decoder, struct pt_block *block, const struct pt_event *ev) argument
2722 pt_blk_proceed_trailing_event(struct pt_block_decoder *decoder, struct pt_block *block) argument
3041 struct pt_block block, *pblock; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackID.cpp25 if (sc.block)
26 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
91 lhs_sc.block != nullptr && rhs_sc.function != nullptr &&
92 rhs_sc.block != nullptr) {
93 return rhs_sc.block->Contains(lhs_sc.block);

Completed in 274 milliseconds

1234567891011>>