Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/openbsd/lib/libpcap/
H A Dgencode.h118 struct block { struct
130 struct block *head; argument
131 struct block *link; /* link field used by optimizer */ argument
143 struct block *b; /* protocol checks */ argument
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dblock.h60 struct block struct
68 /* The symbol that names this block, if the block is the body of a argument
73 /* The `struct block' for the containing block, or 0 if none. argument
79 struct block *superblock; argument
92 this block: using directives and the current namespace argument
102 to this block, or 0 if not compiled with GCC. When possible, argument
122 /* Macro to loop through all symbols in a block BL, in no particular argument
126 #define ALL_BLOCK_SYMBOLS(block, iter, sym) \ argument
134 struct block *block[1]; member
H A Dblock.c167 block_scope (const struct block *block) in block_scope()
184 block_set_scope (struct block *block, const char *scope, in block_set_scope()
202 block_using (const struct block *block) in block_using()
218 block_set_using (struct block *block, in block_set_using()
231 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace()
246 block_static_block (const struct block *block) in block_static_block()
261 block_global_block (const struct block *block) in block_global_block()
H A Dcp-namespace.c225 struct block *block, in cp_set_block_scope()
337 const struct block *block, in cp_lookup_symbol_nonlocal()
363 const struct block *block, in lookup_namespace_scope()
410 const struct block *block, in cp_lookup_symbol_namespace()
469 const struct block *block, in lookup_symbol_file()
527 const struct block *block) in cp_lookup_nested_type()
785 struct block *block = get_possible_namespace_block (objfile); in check_one_possible_namespace_symbol() local
/openbsd/sys/dev/pci/drm/
H A Ddrm_buddy.c21 struct drm_buddy_block *block; in drm_block_alloc() local
42 struct drm_buddy_block *block) in drm_block_free()
52 struct drm_buddy_block *block) in list_insert_sorted()
79 struct drm_buddy_block *block) in mark_free()
304 struct drm_buddy_block *block) in drm_buddy_free_block()
320 struct drm_buddy_block *block, *on; in drm_buddy_free_list() local
346 struct drm_buddy_block *block; in alloc_range_bias() local
505 struct drm_buddy_block *block; in __alloc_range() local
615 struct drm_buddy_block *block; in drm_buddy_block_trim() local
772 struct drm_buddy_block *block, in drm_buddy_block_print()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-3.c20 struct block { struct
23 struct block *superblock; argument
31 struct block *block[2]; argument
/openbsd/bin/ksh/
H A Dtable.h110 struct block { struct
125 struct block *next; /* enclosing block */ argument
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_buddy.h91 drm_buddy_block_offset(struct drm_buddy_block *block) in drm_buddy_block_offset()
97 drm_buddy_block_order(struct drm_buddy_block *block) in drm_buddy_block_order()
103 drm_buddy_block_state(struct drm_buddy_block *block) in drm_buddy_block_state()
109 drm_buddy_block_is_allocated(struct drm_buddy_block *block) in drm_buddy_block_is_allocated()
115 drm_buddy_block_is_free(struct drm_buddy_block *block) in drm_buddy_block_is_free()
121 drm_buddy_block_is_split(struct drm_buddy_block *block) in drm_buddy_block_is_split()
128 struct drm_buddy_block *block) in drm_buddy_block_size()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DSSAContext.cpp38 BasicBlock &block) { in appendBlockDefs()
50 const BasicBlock &block) { in appendBlockDefs()
59 BasicBlock &block) { in appendBlockTerms()
64 const BasicBlock &block) { in appendBlockTerms()
/openbsd/sbin/pfctl/
H A Dpfctl_optimize.c268 struct superblock *block; in pfctl_optimize_ruleset() local
351 optimize_superblock(struct pfctl *pf, struct superblock *block) in optimize_superblock()
432 remove_identical_rules(struct pfctl *pf, struct superblock *block) in remove_identical_rules()
474 combine_rules(struct pfctl *pf, struct superblock *block) in combine_rules()
622 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) in reorder_rules()
788 block_feedback(struct pfctl *pf, struct superblock *block) in block_feedback()
848 struct superblock *block, *blockcur; in load_feedback_profile() local
969 remove_from_skipsteps(struct skiplist *head, struct superblock *block, in remove_from_skipsteps()
1307 struct superblock *block = NULL; in construct_superblocks() local
1377 superblock_inclusive(struct superblock *block, struct pf_opt_rule *por) in superblock_inclusive()
[all …]
/openbsd/lib/libcrypto/modes/
H A Dccm128.c65 unsigned int M, unsigned int L, void *key, block128_f block) in CRYPTO_ccm128_init()
113 block128_f block = ctx->block; in CRYPTO_ccm128_aad() local
188 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt() local
275 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt() local
367 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt_ccm64() local
434 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt_ccm64() local
H A Dcfb128.c70 int enc, block128_f block) in CRYPTO_cfb128_encrypt()
188 block128_f block) in cfbr_encrypt_block()
225 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt()
244 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cpp22 u64 block[1] = {}; // fake malloc block in TEST() local
38 u64 block[4] = {}; // fake malloc block in TEST() local
59 u64 block[4] = {}; // fake malloc block in TEST() local
117 u64 block[1] = {}; // fake malloc block in TEST() local
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c61 struct drm_buddy_block *block; in amdgpu_is_vram_mgr_blocks_contiguous() local
228 struct drm_buddy_block *block) in amdgpu_vram_mgr_vis_size()
253 struct drm_buddy_block *block; in amdgpu_vram_mgr_bo_visible_size() local
275 struct drm_buddy_block *block; in amdgpu_vram_mgr_do_reserve() local
433 struct drm_buddy_block *block; in amdgpu_vram_mgr_new() local
535 struct drm_buddy_block *block; in amdgpu_vram_mgr_new() local
622 struct drm_buddy_block *block; in amdgpu_vram_mgr_del() local
786 struct drm_buddy_block *block; in amdgpu_vram_mgr_intersects() local
819 struct drm_buddy_block *block; in amdgpu_vram_mgr_compatible() local
/openbsd/gnu/usr.bin/perl/win32/
H A Dvmem.h333 #define SIZE(block) (*(ULONG*)(((PBLOCK)(block))-sizeofTag)) argument
334 #define PSIZE(block) (*(ULONG*)(((PBLOCK)(block))-(blockOverhead))) argument
335 inline void SetTags(PBLOCK block, long size) in SetTags()
347 #define PREV(block) (*(PBLOCK*)(block)) argument
348 #define NEXT(block) (*(PBLOCK*)((block)+sizeof(PBLOCK))) argument
349 inline void SetLink(PBLOCK block, PBLOCK prev, PBLOCK next) in SetLink()
362 inline void AddToFreeList(PBLOCK block, PBLOCK pInList) in AddToFreeList()
468 void AddToFreeList(PBLOCK block, size_t size) in AddToFreeList()
748 void* VMem::Realloc(void* block, size_t size) in Realloc()
1105 void* VMem::Expand(void* block, size_t size) in Expand()
/openbsd/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S198 #define block(shift) \ macro
213 #define block(shift) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c124 #define SRI(reg_name, block, id)\ argument
128 #define SRI_ARR(reg_name, block, id)\ argument
135 #define SRI_ARR_I2C(reg_name, block, id)\ argument
143 #define SRI2(reg_name, block, id)\ argument
146 #define SRI2_ARR(reg_name, block, id)\ argument
150 #define SRIR(var_name, reg_name, block, id)\ argument
154 #define SRII(reg_name, block, id)\ argument
158 #define SRII_ARR_2(reg_name, block, id, inst)\ argument
162 #define SRII_MPC_RMU(reg_name, block, id)\ argument
170 #define DCCG_SRII(reg_name, block, id)\ argument
[all …]
/openbsd/gnu/usr.bin/texinfo/info/
H A Dmakedoc.c252 register EMACS_TAG_BLOCK *block; in maybe_dump_tags() local
288 EMACS_TAG_BLOCK *block; in make_emacs_tag_block() local
300 add_tag_to_block (EMACS_TAG_BLOCK *block, in add_tag_to_block()
325 EMACS_TAG_BLOCK *block; in process_one_file() local
/openbsd/sys/arch/arm/arm/
H A Dstubs.c82 int nblks, block; in dumpconf() local
128 int block; in dumpsys() local
/openbsd/gnu/gcc/gcc/
H A Dc-gimplify.c120 add_block_to_enclosing (tree block) in add_block_to_enclosing()
141 c_build_bind_expr (tree block, tree body) in c_build_bind_expr()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c118 #define SRI(reg_name, block, id)\ argument
122 #define SRI2(reg_name, block, id)\ argument
126 #define SRIR(var_name, reg_name, block, id)\ argument
130 #define SRII(reg_name, block, id)\ argument
139 #define SRII_MPC_RMU(reg_name, block, id)\ argument
143 #define SRII_DWB(reg_name, temp_name, block, id)\ argument
147 #define SF_DWB2(reg_name, block, id, field_name, post_fix) \ argument
150 #define DCCG_SRII(reg_name, block, id)\ argument
154 #define VUPDATE_SRII(reg_name, block, id)\ argument
187 #define CLK_SRI(reg_name, block, inst)\ argument
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp132 ValueVector &getValueVector(const CFGBlock *block) { in getValueVector()
148 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, in getValue()
172 static void printVector(const CFGBlock *block, ValueVector &bv, in printVector()
194 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { in updateValueVectorWithScratch()
465 const CFGBlock *block; member in __anond287d8630511::TransferFunctions
473 const CFGBlock *block, AnalysisDeclContext &ac, in TransferFunctions()
839 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, in runOnBlock()
947 while (const CFGBlock *block = worklist.dequeue()) { in runUninitializedVariablesAnalysis() local
963 for (const auto *block : cfg) in runUninitializedVariablesAnalysis() local
/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndex_Internal.h24 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2) argument
30 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2) argument
/openbsd/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js449 Array.forEach = function(array, block, context) { argument
466 String.forEach = function(string, block, context) { argument
473 var forEach = function(object, block, context) { argument
/openbsd/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js449 Array.forEach = function(array, block, context) { argument
466 String.forEach = function(string, block, context) { argument
473 var forEach = function(object, block, context) { argument

12345678910>>...18