Home
last modified time | relevance | path

Searched refs:BitOffset (Results 51 – 75 of 617) sorted by relevance

12345678910>>...25

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h70 int64_t &BitOffset) const;
74 int64_t BitOffset; in contains() local
75 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset); in contains()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h70 int64_t &BitOffset) const;
74 int64_t BitOffset;
75 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h70 int64_t &BitOffset) const;
74 int64_t BitOffset; in contains() local
75 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset); in contains()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h71 int64_t &BitOffset) const;
75 int64_t BitOffset; in contains() local
76 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset); in contains()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DBitField.h95 vtkm::Int32 BitOffset; // [0, bitsInWord) member
188 const vtkm::Int32 shift = BitsPerWord - coord.BitOffset - 1; in GetFinalWordMask()
213 const auto mask = WordType(1) << coord.BitOffset; in SetBit()
233 const auto mask = WordType(1) << coord.BitOffset; in SetBitAtomic()
252 const auto mask = WordType(1) << coord.BitOffset; in GetBit()
265 const auto mask = WordType(1) << coord.BitOffset; in GetBitAtomic()
317 const auto mask = WordType(1) << coord.BitOffset; in NotBitAtomic()
344 const auto bitmask = WordType(1) << coord.BitOffset; in AndBitAtomic()
374 const auto bitmask = WordType(1) << coord.BitOffset; in OrBitAtomic()
404 const auto bitmask = WordType(1) << coord.BitOffset; in XorBitAtomic()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h84 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get() local
85 return (Buffer[Index] >> BitOffset) & CounterMask; in get()
91 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local
92 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
93 Buffer[Index] += static_cast<uptr>(1U) << BitOffset; in inc()
/dports/x11/xfishtank/xfishtank2.0/
H A Dgifread.c80 int BitOffset = 0, /* Bit Offset of next code */ variable
164 BitOffset = 0;
402 ByteOffset = BitOffset / 8; in ReadCode()
406 RawCode >>= (BitOffset % 8); in ReadCode()
407 BitOffset += CodeSize; in ReadCode()
/dports/x11/xfishtank/xfishtank2.0/giftofish/
H A Dgifread.c81 int BitOffset = 0, /* Bit Offset of next code */ variable
165 BitOffset = 0;
403 ByteOffset = BitOffset / 8; in ReadCode()
407 RawCode >>= (BitOffset % 8); in ReadCode()
408 BitOffset += CodeSize; in ReadCode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Drelease.h96 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get() local
97 return (Buffer[Index] >> BitOffset) & CounterMask; in get()
103 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local
104 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
105 Buffer[Index] += static_cast<uptr>(1U) << BitOffset; in inc()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Drelease.h96 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get() local
97 return (Buffer[Index] >> BitOffset) & CounterMask; in get()
103 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local
104 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
105 Buffer[Index] += static_cast<uptr>(1U) << BitOffset; in inc()
/dports/graphics/xgrasp/xgrasp-1.7d_2/
H A Dgif.c36 static int BitOffset, /* Bit Offset of next code */ variable
85 ByteOffset = BitOffset / 8; in ReadCode()
89 RawCode >>= (BitOffset % 8); in ReadCode()
90 BitOffset += CodeSize; in ReadCode()
159 BitOffset = 0;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h185 uint32_t BitOffset; member
187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset()
189 End(R.getEnd().getRawEncoding()), BitOffset(BitOffset) {} in PPEntityOffset()
225 uint32_t BitOffset = 0; member
228 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset()
229 : Loc(Loc.getRawEncoding()), BitOffset(BitOffset) {} in DeclOffset()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxgifio.cpp102 FXint BitOffset; // Bit Offset of next code in fxloadGIF() local
279 BitOffset=XC=YC=Pass=OutCount=OldCode=FinChar=npixels=0; in fxloadGIF()
294 ByteOffset=BitOffset>>3; in fxloadGIF()
296 Code>>=(BitOffset&7); in fxloadGIF()
297 BitOffset+=CodeSize; in fxloadGIF()
312 ByteOffset=BitOffset>>3; in fxloadGIF()
314 Code>>=(BitOffset&7); in fxloadGIF()
315 BitOffset+=CodeSize; in fxloadGIF()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxgifio.cpp102 FXint BitOffset; // Bit Offset of next code in fxloadGIF() local
279 BitOffset=XC=YC=Pass=OutCount=OldCode=FinChar=npixels=0; in fxloadGIF()
294 ByteOffset=BitOffset>>3; in fxloadGIF()
296 Code>>=(BitOffset&7); in fxloadGIF()
297 BitOffset+=CodeSize; in fxloadGIF()
312 ByteOffset=BitOffset>>3; in fxloadGIF()
314 Code>>=(BitOffset&7); in fxloadGIF()
315 BitOffset+=CodeSize; in fxloadGIF()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxgifio.cpp102 FXint BitOffset; // Bit Offset of next code in fxloadGIF() local
279 BitOffset=XC=YC=Pass=OutCount=OldCode=FinChar=npixels=0; in fxloadGIF()
294 ByteOffset=BitOffset>>3; in fxloadGIF()
296 Code>>=(BitOffset&7); in fxloadGIF()
297 BitOffset+=CodeSize; in fxloadGIF()
312 ByteOffset=BitOffset>>3; in fxloadGIF()
314 Code>>=(BitOffset&7); in fxloadGIF()
315 BitOffset+=CodeSize; in fxloadGIF()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h185 uint32_t BitOffset; member
187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset()
189 End(R.getEnd().getRawEncoding()), BitOffset(BitOffset) {} in PPEntityOffset()
225 uint32_t BitOffset = 0; member
228 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset()
229 : Loc(Loc.getRawEncoding()), BitOffset(BitOffset) {} in DeclOffset()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/debug/dwarf/
H A Dtype.go39 BitOffset int64 member
158 BitOffset int64 // within the ByteSize bytes at ByteOffset member
187 s += "@" + strconv.FormatInt(f.BitOffset, 10)
520 if t.BitOffset, haveBitOffset = e.Val(AttrBitOffset).(int64); !haveBitOffset {
521 t.BitOffset, _ = e.Val(AttrDataBitOffset).(int64)
584 if f.BitOffset, haveBitOffset = kid.Val(AttrBitOffset).(int64); !haveBitOffset {
585 f.BitOffset, haveBitOffset = kid.Val(AttrDataBitOffset).(int64)
590 bito := f.BitOffset
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h185 uint32_t BitOffset; member
187 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset()
189 End(R.getEnd().getRawEncoding()), BitOffset(BitOffset) {} in PPEntityOffset()
225 uint32_t BitOffset = 0; member
228 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset()
229 : Loc(Loc.getRawEncoding()), BitOffset(BitOffset) {} in DeclOffset()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxgifio.cpp109 FXint BitOffset; // Bit Offset of next code in fxloadGIF() local
287 BitOffset=XC=YC=Pass=OutCount=OldCode=FinChar=npixels=0; in fxloadGIF()
302 ByteOffset=BitOffset>>3; in fxloadGIF()
304 Code>>=(BitOffset&7); in fxloadGIF()
305 BitOffset+=CodeSize; in fxloadGIF()
320 ByteOffset=BitOffset>>3; in fxloadGIF()
322 Code>>=(BitOffset&7); in fxloadGIF()
323 BitOffset+=CodeSize; in fxloadGIF()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h186 uint32_t BitOffset; member
188 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset()
190 End(R.getEnd().getRawEncoding()), BitOffset(BitOffset) {} in PPEntityOffset()
226 uint32_t BitOffset = 0; member
229 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset()
230 : Loc(Loc.getRawEncoding()), BitOffset(BitOffset) {} in DeclOffset()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h186 uint32_t BitOffset; member
188 PPEntityOffset(SourceRange R, uint32_t BitOffset) in PPEntityOffset()
190 End(R.getEnd().getRawEncoding()), BitOffset(BitOffset) {} in PPEntityOffset()
226 uint32_t BitOffset = 0; member
229 DeclOffset(SourceLocation Loc, uint32_t BitOffset) in DeclOffset()
230 : Loc(Loc.getRawEncoding()), BitOffset(BitOffset) {} in DeclOffset()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxgifio.cpp109 FXint BitOffset; // Bit Offset of next code in fxloadGIF() local
287 BitOffset=XC=YC=Pass=OutCount=OldCode=FinChar=npixels=0; in fxloadGIF()
302 ByteOffset=BitOffset>>3; in fxloadGIF()
304 Code>>=(BitOffset&7); in fxloadGIF()
305 BitOffset+=CodeSize; in fxloadGIF()
320 ByteOffset=BitOffset>>3; in fxloadGIF()
322 Code>>=(BitOffset&7); in fxloadGIF()
323 BitOffset+=CodeSize; in fxloadGIF()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h102 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get() local
103 return (Buffer[Region * SizePerRegion + Index] >> BitOffset) & CounterMask; in get()
109 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local
110 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
112 << BitOffset; in inc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h106 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get() local
107 return (Buffer[Region * SizePerRegion + Index] >> BitOffset) & CounterMask; in get()
113 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local
114 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
116 << BitOffset; in inc()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h102 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get() local
103 return (Buffer[Region * SizePerRegion + Index] >> BitOffset) & CounterMask; in get()
109 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc() local
110 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
112 << BitOffset; in inc()

12345678910>>...25