Home
last modified time | relevance | path

Searched refs:LEB (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/interlayer/lebedeva/
H A DLebDer.pl35 …print $X0, "\t", $Y0, "\t", $Z, "\t",&LEB($X0, $Y0, $Z), "\t", &DLEBX($X0, $Y0, $Z),"\t",&DLEBY($X…
40 sub LEB { subroutine
63 my $D = (&LEB($x+$h, $y, $z)-&LEB($x-$h, $y, $z))/(2*$h);
75 my $D = (&LEB($x, $y+$h, $z)-&LEB($x, $y-$h, $z))/(2*$h);
87 my $D = (&LEB($x, $y, $z+$h)-&LEB($x, $y, $z-$h))/(2*$h);
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_binary.hh45 struct LEB { struct
48 LEB() {} in LEB() argument
49 LEB(T val) : value(val) {} in LEB() argument
133 typedef LEB<uint32_t, uint8_t> U32LEB;
134 typedef LEB<uint64_t, uint8_t> U64LEB;
135 typedef LEB<int32_t, int8_t> S32LEB;
136 typedef LEB<int64_t, int8_t> S64LEB;
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Ddwarf.c3176 LEB (); in display_debug_frames()
3198 reg = LEB (); LEB (); in display_debug_frames()
3203 reg = LEB (); in display_debug_frames()
3208 reg = LEB (); in display_debug_frames()
3218 reg = LEB (); LEB (); in display_debug_frames()
3223 LEB (); LEB (); in display_debug_frames()
3226 LEB (); in display_debug_frames()
3229 LEB (); in display_debug_frames()
3259 LEB (); in display_debug_frames()
3262 reg = LEB (); LEB (); in display_debug_frames()
[all …]
/dports/devel/binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dpr26548e.d7 .* DW_AT_const_value : \(sdata\).*LEB value.*
10 .* DW_AT_const_value : \(sdata\).*LEB value.*
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dpr26548e.d7 .* DW_AT_const_value : \(sdata\).*LEB value.*
10 .* DW_AT_const_value : \(sdata\).*LEB value.*
/dports/devel/gnulibiberty/binutils-2.37/binutils/testsuite/binutils-all/
H A Dpr26548e.d7 .* DW_AT_const_value : \(sdata\).*LEB value.*
10 .* DW_AT_const_value : \(sdata\).*LEB value.*
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
171 if (LEB) in onValue()
177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
178 if (LEB) in onValue()
333 virtual void onValue(const uint64_t U, const bool LEB = false) { in onValue() argument
334 if (LEB) in onValue()
339 virtual void onValue(const int64_t S, const bool LEB = false) { in onValue() argument
340 if (LEB) in onValue()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ObjectYAML/
H A DDWARFEmitter.cpp170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
171 if (LEB) in onValue()
177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
178 if (LEB) in onValue()
333 virtual void onValue(const uint64_t U, const bool LEB = false) { in onValue() argument
334 if (LEB) in onValue()
339 virtual void onValue(const int64_t S, const bool LEB = false) { in onValue() argument
340 if (LEB) in onValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
171 if (LEB) in onValue()
177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
178 if (LEB) in onValue()
333 virtual void onValue(const uint64_t U, const bool LEB = false) { in onValue() argument
334 if (LEB) in onValue()
339 virtual void onValue(const int64_t S, const bool LEB = false) { in onValue() argument
340 if (LEB) in onValue()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ObjectYAML/
H A DDWARFEmitter.cpp170 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
171 if (LEB) in onValue()
177 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
178 if (LEB) in onValue()
330 virtual void onValue(const uint64_t U, const bool LEB = false) { in onValue() argument
331 if (LEB) in onValue()
336 virtual void onValue(const int64_t S, const bool LEB = false) { in onValue() argument
337 if (LEB) in onValue()
/dports/devel/llvm80/llvm-8.0.1.src/lib/ObjectYAML/
H A DDWARFEmitter.cpp171 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
172 if (LEB) in onValue()
178 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
179 if (LEB) in onValue()
331 virtual void onValue(const uint64_t U, const bool LEB = false) { in onValue() argument
332 if (LEB) in onValue()
337 virtual void onValue(const int64_t S, const bool LEB = false) { in onValue() argument
338 if (LEB) in onValue()
/dports/devel/llvm70/llvm-7.0.1.src/lib/ObjectYAML/
H A DDWARFEmitter.cpp171 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
172 if (LEB) in onValue()
178 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
179 if (LEB) in onValue()
331 virtual void onValue(const uint64_t U, const bool LEB = false) { in onValue() argument
332 if (LEB) in onValue()
337 virtual void onValue(const int64_t S, const bool LEB = false) { in onValue() argument
338 if (LEB) in onValue()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Dubifs-authentication.rst87 UBI LEB.
113 a special node called *master node* into UBI LEB 1 which always points to the
115 is additionally duplicated to LEB 2. Mounting UBIFS is thus a simple read of
116 LEB 1 and 2 to get the current master node and from there get the location of
163 for every other LEB will directly cause UBIFS to fail the mount operation.
186 LEB Property Tree/Table
189 The LEB property tree is used to store per-LEB information. This includes the
192 nodes on a single LEB and thus each LEB has a specific purpose. This again is
195 The LEB property tree again is a B+ tree, but it is much smaller than the
203 but can't be overwritten without erasing the full LEB.
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Dubifs-authentication.rst87 UBI LEB.
113 a special node called *master node* into UBI LEB 1 which always points to the
115 is additionally duplicated to LEB 2. Mounting UBIFS is thus a simple read of
116 LEB 1 and 2 to get the current master node and from there get the location of
163 for every other LEB will directly cause UBIFS to fail the mount operation.
186 LEB Property Tree/Table
189 The LEB property tree is used to store per-LEB information. This includes the
192 nodes on a single LEB and thus each LEB has a specific purpose. This again is
195 The LEB property tree again is a B+ tree, but it is much smaller than the
203 but can't be overwritten without erasing the full LEB.
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/
H A Dubifs-authentication.rst87 UBI LEB.
113 a special node called *master node* into UBI LEB 1 which always points to the
115 is additionally duplicated to LEB 2. Mounting UBIFS is thus a simple read of
116 LEB 1 and 2 to get the current master node and from there get the location of
163 for every other LEB will directly cause UBIFS to fail the mount operation.
186 LEB Property Tree/Table
189 The LEB property tree is used to store per-LEB information. This includes the
192 nodes on a single LEB and thus each LEB has a specific purpose. This again is
195 The LEB property tree again is a B+ tree, but it is much smaller than the
203 but can't be overwritten without erasing the full LEB.
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DDWARFEmitter.cpp217 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
218 if (LEB) in onValue()
224 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
225 if (LEB) in onValue()
411 virtual void onValue(const uint64_t U, const bool LEB = false) { in onValue() argument
412 if (LEB) in onValue()
417 virtual void onValue(const int64_t S, const bool LEB = false) { in onValue() argument
418 if (LEB) in onValue()
/dports/devel/llvm80/llvm-8.0.1.src/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
/dports/devel/llvm70/llvm-7.0.1.src/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp248 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
249 if (LEB) in onValue()
255 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
256 if (LEB) in onValue()
458 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
459 if (LEB) in onValue()
464 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
465 if (LEB) in onValue()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ObjectYAML/
H A DDWARFEmitter.cpp248 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
249 if (LEB) in onValue()
255 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
256 if (LEB) in onValue()
458 void onValue(const uint64_t U, const bool LEB = false) override { in onValue() argument
459 if (LEB) in onValue()
464 void onValue(const int64_t S, const bool LEB = false) override { in onValue() argument
465 if (LEB) in onValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not --crash llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not --crash llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
/dports/devel/llvm90/llvm-9.0.1.src/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not --crash llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end
/dports/devel/llvm10/llvm-10.0.1.src/test/Object/
H A Dwasm-invalid-file.yaml4 # RUN: not llvm-objdump -h %t.wasm 2>&1 | FileCheck %s -check-prefix=CHECK-LEB-DECODE
10 # CHECK-LEB-DECODE: malformed uleb128, extends past end

12345678910>>...14