Home
last modified time | relevance | path

Searched refs:block_end (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dtestutils.c39 static unsigned char block_end[8] = variable
49 memcpy (p + size, block_end, sizeof(block_end)); in block_init()
62 if (memcmp ((char *)p + size, block_end, sizeof(block_end)) != 0) in block_check()
74 size_t *block = (size_t *) malloc (sizeof(size_t) + size + sizeof(block_end)); in tu_alloc()
88 block = (size_t *) realloc (block, sizeof(size_t) + new_size + sizeof(block_end)); in tu_realloc()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c9183 unsigned char *block_end; in display_debug_frames() local
9225 block_end = end; in display_debug_frames()
9228 block_end = start + length; in display_debug_frames()
9230 SAFE_BYTE_GET_AND_INC (cie_id, start, offset_size, block_end); in display_debug_frames()
9238 start = read_cie (start, block_end, &cie, &version, in display_debug_frames()
9426 fc->segment_size, block_end); in display_debug_frames()
9430 block_end); in display_debug_frames()
9437 block_end); in display_debug_frames()
9441 READ_ULEB (augmentation_data_len, start, block_end); in display_debug_frames()
9444 if (augmentation_data_len > (size_t) (block_end - start)) in display_debug_frames()
[all …]
H A DChangeLog-2014304 (display_debug_frames): Warn if the calculated block_end is before
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c9076 unsigned char *block_end; in display_debug_frames() local
9119 block_end = end; in display_debug_frames()
9122 block_end = start + length; in display_debug_frames()
9124 SAFE_BYTE_GET_AND_INC (cie_id, start, offset_size, block_end); in display_debug_frames()
9132 start = read_cie (start, block_end, &cie, &version, in display_debug_frames()
9318 fc->segment_size, block_end); in display_debug_frames()
9322 block_end); in display_debug_frames()
9329 block_end); in display_debug_frames()
9333 READ_ULEB (augmentation_data_len, start, block_end); in display_debug_frames()
9336 if (augmentation_data_len > (bfd_size_type) (block_end - start)) in display_debug_frames()
[all …]
H A DChangeLog-2014304 (display_debug_frames): Warn if the calculated block_end is before
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dcidr_match.c175 if ((entry = entry->block_end) == 0) in cidr_match_execute()
293 ip->block_end = 0; in cidr_match_parse()
317 ip->block_end = 0; in cidr_match_endif()
H A Dcidr_match.h52 struct CIDR_MATCH *block_end; /* block terminator */ member
H A Ddict_cidr.c346 if_rule->cidr_info.block_end = &(rule->cidr_info); in dict_cidr_open()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_buddy.c377 u64 block_end; in i915_buddy_alloc_range() local
388 block_end = block_start + i915_buddy_block_size(mm, block) - 1; in i915_buddy_alloc_range()
390 if (!overlaps(start, end, block_start, block_end)) in i915_buddy_alloc_range()
398 if (contains(start, end, block_start, block_end)) { in i915_buddy_alloc_range()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h81 block_iterator block_end() const { return getBlocks().end(); } in block_end() function
83 return make_range(block_begin(), block_end()); in blocks()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfo.h611 block_iterator block_end() { return block_iterator(); }
616 const_block_iterator block_end() const { return const_block_iterator(); }
623 return block_range(block_begin(), block_end());
630 return const_block_range(block_begin(), block_end());
H A DMemorySSA.h512 block_iterator block_end() { return block_begin() + getNumOperands(); }
514 const_block_iterator block_end() const {
519 return make_range(block_begin(), block_end());
523 return make_range(block_begin(), block_end());
H A DLoopInfo.h177 block_iterator block_end() const { return getBlocks().end(); } in block_end() function
180 return make_range(block_begin(), block_end()); in blocks()
H A DLoopInfoImpl.h356 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end(); in verifyLoop()
/netbsd-src/sys/arch/x68k/stand/libdos/
H A Ddos.h101 void *block_end; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp296 for (Loop::block_iterator I = L->block_begin(), E = L->block_end(); in separateNestedLoop()
499 for (Loop::block_iterator BB = L->block_begin(), E = L->block_end(); in simplifyOneLoop()
H A DLoopUtils.cpp653 L->block_end()); in deleteDeadLoop()
730 for (Loop::block_iterator LpI = L->block_begin(), LpE = L->block_end(); in deleteDeadLoop()
738 blocks.insert(L->block_begin(), L->block_end()); in deleteDeadLoop()
1561 for (Loop::block_iterator I = L->block_begin(), E = L->block_end(); in cloneLoop()
H A DLoopUnrollAndJam.cpp109 JamLoopBlocks.insert(JamLoop.block_begin(), JamLoop.block_end()); in partitionOuterLoopBlocks()
129 SubLoopBlocks.insert(SubLoop->block_begin(), SubLoop->block_end()); in partitionOuterLoopBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml966 external block_end : llvalue -> (llvalue, llbasicblock) llrev_pos
1002 rev_iter_block_range f (block_end fn) (At_start fn)
1011 fold_right_block_range f init (block_end fn) (At_start fn)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp66 BBE = CurLoop->block_end(); in computeLoopSafetyInfo()
H A DMemorySSAUpdater.cpp299 for (auto BBIter = MP->block_begin() + i; BBIter != MP->block_end(); in setMemoryPhiValueForBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp492 return std::equal(thisPHI->block_begin(), thisPHI->block_end(), in isIdenticalToWhenDefined()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2656 block_iterator block_end() {
2660 const_block_iterator block_end() const {
2665 return make_range(block_begin(), block_end());
2669 return make_range(block_begin(), block_end());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp735 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in isHardwareLoopProfitable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp732 E = CurrentLoop->block_end(); in processCurrentLoop()

12