Home
last modified time | relevance | path

Searched refs:WIDTH_8 (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Dacpredef.h169 #define WIDTH_8 0x0008 macro
1064 {{"_ALN", WIDTH_8 | WIDTH_16 | WIDTH_32, 0}},
1065 {{"_ASI", WIDTH_8, 0}},
1066 {{"_ASZ", WIDTH_8, 0}},
1072 {{"_DMA", WIDTH_8, 0}},
1081 {{"_LEN", WIDTH_8 | WIDTH_ADDRESS, 0}},
1082 {{"_LIN", WIDTH_8, 0}}, /* Acpi 5.0 */
1091 {{"_PAR", WIDTH_8, 0}}, /* Acpi 5.0 */
1094 {{"_PPI", WIDTH_8, 0}}, /* Acpi 5.0 */
1096 {{"_RBO", WIDTH_8, 0}},
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Dacpredef.h278 #define WIDTH_8 0x0008 macro
1237 {{"_ALN", WIDTH_8 | WIDTH_16 | WIDTH_32, 0}},
1238 {{"_ASI", WIDTH_8, 0}},
1239 {{"_ASZ", WIDTH_8, 0}},
1245 {{"_DMA", WIDTH_8, 0}},
1254 {{"_LEN", WIDTH_8 | WIDTH_ADDRESS, 0}},
1255 {{"_LIN", WIDTH_8, 0}}, /* Acpi 5.0 */
1264 {{"_PAR", WIDTH_8, 0}}, /* Acpi 5.0 */
1267 {{"_PPI", WIDTH_8, 0}}, /* Acpi 5.0 */
1269 {{"_RBO", WIDTH_8, 0}},
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacpredef.h1129 {{"_ASI", WIDTH_8, 0}},
1130 {{"_ASZ", WIDTH_8, 0}},
1136 {{"_DMA", WIDTH_8, 0}},
1145 {{"_LEN", WIDTH_8 | WIDTH_ADDRESS, 0}},
1146 {{"_LIN", WIDTH_8, 0}}, /* Acpi 5.0 */
1155 {{"_PAR", WIDTH_8, 0}}, /* Acpi 5.0 */
1158 {{"_PPI", WIDTH_8, 0}}, /* Acpi 5.0 */
1160 {{"_RBO", WIDTH_8, 0}},
1161 {{"_RBW", WIDTH_8, 0}},
1163 {{"_RT_", WIDTH_8, 0}}, /* Acpi 3.0 */
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacpredef.h1129 {{"_ASI", WIDTH_8, 0}},
1130 {{"_ASZ", WIDTH_8, 0}},
1136 {{"_DMA", WIDTH_8, 0}},
1145 {{"_LEN", WIDTH_8 | WIDTH_ADDRESS, 0}},
1146 {{"_LIN", WIDTH_8, 0}}, /* Acpi 5.0 */
1155 {{"_PAR", WIDTH_8, 0}}, /* Acpi 5.0 */
1158 {{"_PPI", WIDTH_8, 0}}, /* Acpi 5.0 */
1160 {{"_RBO", WIDTH_8, 0}},
1161 {{"_RBW", WIDTH_8, 0}},
1163 {{"_RT_", WIDTH_8, 0}}, /* Acpi 3.0 */
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacpredef.h1129 {{"_ASI", WIDTH_8, 0}},
1130 {{"_ASZ", WIDTH_8, 0}},
1136 {{"_DMA", WIDTH_8, 0}},
1145 {{"_LEN", WIDTH_8 | WIDTH_ADDRESS, 0}},
1146 {{"_LIN", WIDTH_8, 0}}, /* Acpi 5.0 */
1155 {{"_PAR", WIDTH_8, 0}}, /* Acpi 5.0 */
1158 {{"_PPI", WIDTH_8, 0}}, /* Acpi 5.0 */
1160 {{"_RBO", WIDTH_8, 0}},
1161 {{"_RBW", WIDTH_8, 0}},
1163 {{"_RT_", WIDTH_8, 0}}, /* Acpi 3.0 */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java82 private static final int WIDTH_8 = 0; field in FlexBuffersBuilder
278 if (width == WIDTH_8) { in putUInt()
366 if (len <= byteToUnsignedInt((byte)0xff)) return WIDTH_8; in widthUInBits()
491 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createVector()
606 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createKeyVector()
610 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.position(), i + prefixElems… in createKeyVector()
658 return new Value(key, FBT_BOOL, WIDTH_8, b ? 1 : 0); in bool()
662 return new Value(key, type, WIDTH_8, position); in blob()
666 return new Value(key, FBT_INT, WIDTH_8, value); in int8()
682 return new Value(key, FBT_UINT, WIDTH_8, value); in uInt8()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java82 private static final int WIDTH_8 = 0; field in FlexBuffersBuilder
295 if (width == WIDTH_8) { in putUInt()
383 if (len <= byteToUnsignedInt((byte)0xff)) return WIDTH_8; in widthUInBits()
507 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createVector()
625 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createKeyVector()
629 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.writePosition(), i + prefix… in createKeyVector()
677 return new Value(key, FBT_BOOL, WIDTH_8, b ? 1 : 0); in bool()
685 return new Value(key, FBT_INT, WIDTH_8, value); in int8()
701 return new Value(key, FBT_UINT, WIDTH_8, value); in uInt8()
725 return storedPackedType(WIDTH_8); in storedPackedType()
/dports/devel/flatbuffers/flatbuffers-2.0.0/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java82 private static final int WIDTH_8 = 0; field in FlexBuffersBuilder
295 if (width == WIDTH_8) { in putUInt()
383 if (len <= byteToUnsignedInt((byte)0xff)) return WIDTH_8; in widthUInBits()
507 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createVector()
625 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createKeyVector()
629 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.writePosition(), i + prefix… in createKeyVector()
677 return new Value(key, FBT_BOOL, WIDTH_8, b ? 1 : 0); in bool()
685 return new Value(key, FBT_INT, WIDTH_8, value); in int8()
701 return new Value(key, FBT_UINT, WIDTH_8, value); in uInt8()
725 return storedPackedType(WIDTH_8); in storedPackedType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java82 private static final int WIDTH_8 = 0; field in FlexBuffersBuilder
284 if (width == WIDTH_8) { in putUInt()
372 if (len <= byteToUnsignedInt((byte)0xff)) return WIDTH_8; in widthUInBits()
496 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createVector()
614 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createKeyVector()
618 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.writePosition(), i + prefix… in createKeyVector()
666 return new Value(key, FBT_BOOL, WIDTH_8, b ? 1 : 0); in bool()
674 return new Value(key, FBT_INT, WIDTH_8, value); in int8()
690 return new Value(key, FBT_UINT, WIDTH_8, value); in uInt8()
714 return storedPackedType(WIDTH_8); in storedPackedType()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java38 static final int WIDTH_8 = 8; field in ArrowTypeHelper
49 case WIDTH_8: { in initArrowTypeInt()
73 case WIDTH_8: { in initArrowTypeInt()
/dports/databases/arrow/apache-arrow-6.0.1/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java38 static final int WIDTH_8 = 8; field in ArrowTypeHelper
49 case WIDTH_8: { in initArrowTypeInt()
73 case WIDTH_8: { in initArrowTypeInt()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java38 static final int WIDTH_8 = 8; field in ArrowTypeHelper
49 case WIDTH_8: { in initArrowTypeInt()
73 case WIDTH_8: { in initArrowTypeInt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/LoopUnroll/
H A Dunroll-pragmas-disabled.ll141 ; CHECK: ![[LOOP_1]] = distinct !{![[LOOP_1]], ![[VEC_ENABLE:.*]], ![[WIDTH_8:.*]], ![[UNROLL_DISAB…
143 ; CHECK: ![[WIDTH_8]] = !{!"llvm.loop.vectorize.width", i32 8}

12