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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20030703-1.c5 void MBMotionEstimation(int *act_block, int block) argument
7 SAD_Block(act_block + ( (8 * (block == 1 || block == 3))
8 + (8 * (block == 2 || block == 3))));
H A D20010605-1.c8 } block; typedef in typeref:struct:__anon6819
9 block retframe_block()
11 return *(block*)0;
H A D20030604-1.c9 unsigned int butterfly, block, offset; local
12 for (block = 0; block < 512; block += 512) {
14 offset = butterfly + block;
/openbsd-current/regress/sys/netinet/pmtu/
H A Dpf.conf0 block
/openbsd-current/gnu/usr.sbin/mkhybrid/src/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 *);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dblock.c23 #include "block.h"
29 /* This is used by struct block to store namespace-related info for
39 static void block_initialize_namespace (struct block *block,
42 /* Return Nonzero if block a is lexically nested within block b,
47 contained_in (const struct block *a, const struct block *b)
57 lexical block, described by a struct block B
167 block_scope(const struct block *block) argument
184 block_set_scope(struct block *block, const char *scope, struct obstack *obstack) argument
202 block_using(const struct block *block) argument
218 block_set_using(struct block *block, struct using_direct *using, struct obstack *obstack) argument
231 block_initialize_namespace(struct block *block, struct obstack *obstack) argument
246 block_static_block(const struct block *block) argument
261 block_global_block(const struct block *block) argument
[all...]
H A Dblock.h35 are represented by `struct block' objects.
38 Each block represents one name scope.
39 Each lexical context has its own block.
48 Each block records a range of core addresses for the code that
49 is in the scope of the block. The STATIC_BLOCK and GLOBAL_BLOCK
60 struct block struct
63 /* Addresses in the executable code that are in this block. */
68 /* The symbol that names this block, if the block is the body of a
73 /* The `struct block' fo
134 struct block *block[1]; member in struct:blockvector
[all...]
H A Dcp-support.h35 struct block;
69 struct block *block);
85 extern void cp_finalize_namespace (struct block *static_block,
89 struct block *block,
96 const struct block *block,
103 const struct block *block,
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S48 // This depends on the fixed instruction size of block.
51 // block(shift) implements the test-and-update-quotient core.
95 // Last block, no need to update r2 or r3.
104 #define block(shift) \ define
109 block(31)
110 block(30)
111 block(29)
112 block(28)
113 block(27)
114 block(2
[all...]
H A Dudivmodsi4.S49 // This depends on the fixed instruction size of block.
52 // block(shift) implements the test-and-update-quotient core.
100 // Last block, no need to update r3 or r4.
112 #define block(shift) \ define
118 block(31)
119 block(30)
120 block(29)
121 block(28)
122 block(27)
123 block(2
[all...]
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...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dgnu89-init-3.c8 int block[]; member in struct:smrdd_memory_blocks_s
/openbsd-current/etc/examples/
H A Dpf.conf19 block return # block stateless traffic
32 #block in quick from urpf-failed to any # use with care
40 block return in on ! lo0 proto tcp to port 6000:6010
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DIndex_Internal.h24 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2)
28 // define and call the block manually.
30 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
/openbsd-current/lib/libpcap/
H A Dgencode.h80 struct slist *jt; /*only for relative jump in block*/
81 struct slist *jf; /*only for relative jump in block*/
113 struct block *succ;
114 struct block *pred;
118 struct block { struct
130 struct block *head;
131 struct block *link; /* link field used by optimizer */
143 struct block *b; /* protocol checks */
162 void gen_and(struct block *, struct block *);
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_buddy.c21 struct drm_buddy_block *block; local
26 block = kmem_cache_zalloc(slab_blocks, GFP_KERNEL);
28 block = pool_get(&slab_blocks, PR_WAITOK | PR_ZERO);
30 if (!block)
33 block->header = offset;
34 block->header |= order;
35 block->parent = parent;
37 BUG_ON(block->header & DRM_BUDDY_HEADER_UNUSED);
38 return block;
42 struct drm_buddy_block *block)
41 drm_block_free(struct drm_buddy *mm, struct drm_buddy_block *block) argument
51 list_insert_sorted(struct drm_buddy *mm, struct drm_buddy_block *block) argument
70 mark_allocated(struct drm_buddy_block *block) argument
78 mark_free(struct drm_buddy *mm, struct drm_buddy_block *block) argument
87 mark_split(struct drm_buddy_block *block) argument
213 split_block(struct drm_buddy *mm, struct drm_buddy_block *block) argument
242 __get_buddy(struct drm_buddy_block *block) argument
267 drm_get_buddy(struct drm_buddy_block *block) argument
273 __drm_buddy_free(struct drm_buddy *mm, struct drm_buddy_block *block) argument
303 drm_buddy_free_block(struct drm_buddy *mm, struct drm_buddy_block *block) argument
320 struct drm_buddy_block *block, *on; local
346 struct drm_buddy_block *block; local
458 struct drm_buddy_block *block = NULL; local
505 struct drm_buddy_block *block; local
615 struct drm_buddy_block *block; local
687 struct drm_buddy_block *block = NULL; local
771 drm_buddy_block_print(struct drm_buddy *mm, struct drm_buddy_block *block, struct drm_printer *p) argument
796 struct drm_buddy_block *block; local
[all...]
/openbsd-current/etc/
H A Dpf.conf7 block return # block stateless traffic
11 block return in on ! lo0 proto tcp to port 6000:6010
14 block return out log proto {tcp udp} user _pbuild
/openbsd-current/regress/sys/net/pf_policy/
H A Dabsolute.conf7 block proto {icmp,icmp6} all
14 block proto {icmp,icmp6} all
H A Drelative.conf7 block proto {icmp,icmp6} all
14 block proto {icmp,icmp6} all
/openbsd-current/sbin/fsck_msdos/
H A Dboot.c43 u_char *block = NULL; local
59 block = malloc(secsize);
60 if (block == NULL) {
61 xperror("could not malloc boot block");
66 xperror("could not seek boot block");
70 n = read(dosfs, block, secsize);
72 xperror("could not read boot block");
76 if (block[510] != 0x55 || block[511] != 0xaa) {
77 pfatal("Invalid signature in boot block
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-3.c20 struct block { struct
23 struct block *superblock;
31 struct block *block[2]; member in struct:blockvector
37 register struct block *b;
42 b = bl->block[0];
50 b = bl->block[bot + half];
59 b = bl->block[bot];
71 struct block a = { 0, 0x10000, 0, 0, 1, 20 };
72 struct block
[all...]
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_buddy.h46 * While the block is allocated by the user through drm_buddy_alloc*,
48 * a list, if so desired. As soon as the block is freed with
70 * address space. This gives us a simple way of finding a buddy block
72 * block. Nodes are either allocated or free, in which case they will
91 drm_buddy_block_offset(struct drm_buddy_block *block) argument
93 return block->header & DRM_BUDDY_HEADER_OFFSET;
97 drm_buddy_block_order(struct drm_buddy_block *block) argument
99 return block->header & DRM_BUDDY_HEADER_ORDER;
103 drm_buddy_block_state(struct drm_buddy_block *block) argument
105 return block
109 drm_buddy_block_is_allocated(struct drm_buddy_block *block) argument
115 drm_buddy_block_is_free(struct drm_buddy_block *block) argument
121 drm_buddy_block_is_split(struct drm_buddy_block *block) argument
127 drm_buddy_block_size(struct drm_buddy *mm, struct drm_buddy_block *block) argument
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dhdisk.pl44 read(DISK, $block, 512) || die "read: $!\n";
47 (unpack('n2 N3 A32 A32 N10 A16', $block))[0, 2..4, 6];
54 read(DISK, $block, 512) || die "read: $!\n";
56 ($len, $drVN) = (unpack('n N2 n5 N2 n N n c A27', $block))[13, 14];
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.h46 static inline u64 amdgpu_vram_mgr_block_start(struct drm_buddy_block *block) argument
48 return drm_buddy_block_offset(block);
51 static inline u64 amdgpu_vram_mgr_block_size(struct drm_buddy_block *block) argument
53 return (u64)PAGE_SIZE << drm_buddy_block_order(block);
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors_memintrinsics.cpp23 void *__memprof_memset(void *block, int c, uptr size) { argument
24 MEMPROF_MEMSET_IMPL(block, c, size);

Completed in 307 milliseconds

1234567891011>>