Searched refs:block (Results 1 - 25 of 1772) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/wasm32/
H A Dillegal-5.s0 block 3
H A Dillegal-2.s0 block[ii]
H A Dillegal-3.s0 block[li]
H A Dillegal-4.s0 block[q]
H A Dillegal-6.s0 block[i] 3
H A Dillegal.s0 block[ii]
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dpostconffix30 # Pass through comments and blank linkes before a text block.
36 # Gobble up the next text block.
37 $block = "";
40 $block .= $_;
43 # Don't touch a text block starting with < in column zero.
44 if ($block =~ /^</) {
45 print "$block\n";
48 # Meta block.
49 elsif ($block =~ /^%/) {
50 print "$block\
[all...]
H A Dpostconf2man27 # Skip blank lines before text block.
30 # Gobble up the next text block.
31 $block = "";
34 $block .= $_;
39 #$block =~ s/\n\./\n\\\&./g;
40 $block =~ s/\n\./\n\134\&./g;
41 $block =~ s/\n'/\n\134\&'/g;
42 if ($block =~ /<H2>/) {
43 $block =~ s/<H2><a[^>]+>([^<]+)<\/a><\/H2>/\n.SH \1\n/g;
44 $block
[all...]
H A Dpostconf2html40 # Skip blank lines before text block.
43 # Gobble up the next text block.
44 $block = "";
48 $block .= $_;
52 { $comment = 0; $block =~ s/<!--.*-->//sg; }
56 $block =~ s/<\s*nroffescape[^>]+>//g unless $opt_n;
59 if ($block =~ /^\s/) {
60 $block =~ s/^\s+//s;
61 next if ($block eq "");
64 # Don't touch a text block startin
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29478.c1 struct block;
4 remove_out_of_scope_renamings (struct block *current_block)
9 ada_lookup_symbol_list (const struct block *block0)
11 return remove_out_of_scope_renamings ((struct block *) block0);
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D29478.c1 struct block;
4 remove_out_of_scope_renamings (struct block *current_block)
9 ada_lookup_symbol_list (const struct block *block0)
11 return remove_out_of_scope_renamings ((struct block *) block0);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/parse/
H A Dblock2.s3 .block -1
H A Dblock1.s5 .block
7 .block 0x3fffffff
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dblock.h20 int b_readlb(hfsvol *, unsigned long, block *);
21 int b_writelb(hfsvol *, unsigned long, block *);
23 int b_readab(hfsvol *, unsigned int, unsigned int, block *);
24 int b_writeab(hfsvol *, unsigned int, unsigned int, block *);
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Dblock_util.c18 lzma_block_compressed_size(lzma_block *block, lzma_vli unpadded_size)
21 if (lzma_block_unpadded_size(block) == 0)
24 const uint32_t container_size = block->header_size
25 + lzma_check_size(block->check);
35 if (block->compressed_size != LZMA_VLI_UNKNOWN
36 && block->compressed_size != compressed_size)
39 block->compressed_size = compressed_size;
46 lzma_block_unpadded_size(const lzma_block *block)
54 if (block == NULL || block
[all...]
H A Dblock_header_encoder.c18 lzma_block_header_size(lzma_block *block)
20 if (block->version > 1)
27 if (block->compressed_size != LZMA_VLI_UNKNOWN) {
28 const uint32_t add = lzma_vli_size(block->compressed_size);
29 if (add == 0 || block->compressed_size == 0)
36 if (block->uncompressed_size != LZMA_VLI_UNKNOWN) {
37 const uint32_t add = lzma_vli_size(block->uncompressed_size);
45 if (block->filters == NULL || block->filters[0].id == LZMA_VLI_UNKNOWN)
48 for (size_t i = 0; block
[all...]
H A Dblock_header_decoder.c18 free_properties(lzma_block *block, const lzma_allocator *allocator) argument
24 lzma_free(block->filters[i].options, allocator);
25 block->filters[i].id = LZMA_VLI_UNKNOWN;
26 block->filters[i].options = NULL;
34 lzma_block_header_decode(lzma_block *block,
45 block->filters[i].id = LZMA_VLI_UNKNOWN;
46 block->filters[i].options = NULL;
51 if (block->version > 1)
52 block->version = 1;
58 block
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dblock.h36 startaddr and endaddr within struct block (still) specify the lowest
83 are represented by `struct block' objects.
86 Each block represents one name scope.
87 Each lexical context has its own block.
96 Each block records a range of core addresses for the code that
97 is in the scope of the block. The STATIC_BLOCK and GLOBAL_BLOCK
108 struct block struct
110 /* Return this block's start address. */
114 /* Set this block's start address. */
118 /* Return this block'
248 struct block block; member in struct:global_block
271 struct block *block (size_t i) function in struct:blockvector
275 const struct block *block (size_t i) const function in struct:blockvector
279 set_block(int i, struct block *block) argument
419 const struct block *block; member in union:block_iterator::__anon579
[all...]
/netbsd-current/sys/dev/hdaudio/
H A Deldreg.h53 #define ELD_VER(block) (((block)->header.flags >> 3) & 0x1f)
56 #define ELD_CEA_EDID_VER(block) (((block)->flags[0] >> 5) & 0x07)
61 #define ELD_MNL(block) (((block)->flags[0] >> 0) & 0x1f)
62 #define ELD_SAD_COUNT(block) (((block)->flags[1] >> 4) & 0x0f)
63 #define ELD_CONN_TYPE(block) (((block)
[all...]
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Doom.h38 register_oom_notifier(struct notifier_block *block) argument
44 unregister_oom_notifier(struct notifier_block *block) argument
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_desx.c20 IMPLEMENT_tdes_cipher(desx, DESX, cbc, CBC, TDES_FLAGS, 64*3, 64, 64, block);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dmutexblock.c22 isc_mutexblock_init(isc_mutex_t *block, unsigned int count) { argument
26 isc_mutex_init(&block[i]);
31 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count) { argument
35 isc_mutex_destroy(&block[i]);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dmutexblock.c22 isc_mutexblock_init(isc_mutex_t *block, unsigned int count) { argument
26 isc_mutex_init(&block[i]);
31 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count) { argument
35 isc_mutex_destroy(&block[i]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-block.c21 #include "block.h"
29 /* The GDB block structure that represents a frame's code block. */
30 const struct block *block; member in struct:blpy_block_object
32 between a block and an object file. When a block is created also
36 block invalidation if the source object file has been freed. */
43 /* The block. */
44 const struct block *bloc member in struct:__anon1234
88 const struct block *block = NULL; local
108 const struct block *block = NULL; local
118 const struct block *block = NULL; local
129 const struct block *block; local
143 const struct block *block; local
161 const struct block *block; local
180 const struct block *block; local
200 const struct block *block; local
216 const struct block *block; local
234 const struct block *block; local
267 block_object *block = (block_object *) obj; local
288 set_block(block_object *obj, const struct block *block, struct objfile *objfile) argument
309 block_to_block_object(const struct block *block, struct objfile *objfile) argument
383 const struct block *block; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-block.c21 #include "block.h"
29 /* The GDB block structure that represents a frame's code block. */
30 const struct block *block; member in struct:block_object
32 between a block and an object file. When a block is created also
36 block invalidation if the source object file has been freed. */
43 /* The block. */
44 const struct block *bloc member in struct:block_syms_iterator_object
112 const struct block *block = NULL; local
132 const struct block *block = NULL; local
142 const struct block *block = NULL; local
153 const struct block *block; local
167 const struct block *block; local
185 const struct block *block; local
204 const struct block *block; local
224 const struct block *block; local
240 const struct block *block; local
258 const struct block *block; local
291 block_object *block = (block_object *) obj; local
309 set_block(block_object *obj, const struct block *block, struct objfile *objfile) argument
329 block_to_block_object(const struct block *block, struct objfile *objfile) argument
403 const struct block *block; local
[all...]

Completed in 364 milliseconds

1234567891011>>