/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | u_format_pack.py | 79 elif channel.type == UNSIGNED: 99 elif channel.type == UNSIGNED: 140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 162 if channel.type in (UNSIGNED, VOID): 201 if type.type == UNSIGNED: 245 if type.type == UNSIGNED: 306 assert src_channel.type == UNSIGNED 316 assert dst_channel.type == UNSIGNED 321 assert dst_channel.type == UNSIGNED 328 assert src_channel.type == UNSIGNED [all …]
|
H A D | u_format_parse.py | 41 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 56 'U': UNSIGNED, 200 if self.type == UNSIGNED: 212 if self.type == UNSIGNED: 426 if channel.type not in (VOID, UNSIGNED, SIGNED): 444 if channel.type not in (VOID, UNSIGNED, SIGNED): 470 return self.is_pure_color() and self.channel_type() == UNSIGNED
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/ |
H A D | u_format_parse.py | 35 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 91 if self.type == UNSIGNED: 103 if self.type == UNSIGNED: 197 if channel.type not in (VOID, UNSIGNED, SIGNED): 215 if channel.type not in (VOID, UNSIGNED, SIGNED): 241 return self.is_pure_color() and self.channel_type() == UNSIGNED 259 'u': UNSIGNED,
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | debug-info-ivars.m | 30 // CHECK-SAME: baseType: ![[UNSIGNED:[0-9]+]] 34 // CHECK: ![[UNSIGNED]] = !DIBasicType(name: "unsigned int" 37 // CHECK-SAME: baseType: ![[UNSIGNED]] 42 // CHECK-SAME: baseType: ![[UNSIGNED]]
|
/aosp_15_r20/external/ComputeLibrary/tests/datasets/ |
H A D | HOGDescriptorDataset.h | 112 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L2HYS_NORM, 0.2f, PhaseType::UNSIGNED); in SmallHOGDescriptorDataset() 126 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L2HYS_NORM, 0.2f, PhaseType::UNSIGNED); in LargeHOGDescriptorDataset() 127 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L2_NORM, 0.2f, PhaseType::UNSIGNED); in LargeHOGDescriptorDataset() 128 …16U), Size2D(64U, 128U), Size2D(8U, 8U), 9U, HOGNormType::L1_NORM, 0.2f, PhaseType::UNSIGNED); in LargeHOGDescriptorDataset()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | format_parser.py | 29 UNSIGNED = 'u' variable 78 if self.type == UNSIGNED: 88 if self.type == UNSIGNED: 98 if self.type == UNSIGNED: 381 if channel.type not in (VOID, UNSIGNED, SIGNED): 500 elif type == UNSIGNED:
|
/aosp_15_r20/system/nfc/utils/ |
H A D | config.cc | 45 type_ = UNSIGNED; in ConfigValue() 58 type_ = UNSIGNED; in ConfigValue() 84 CHECK(type_ == UNSIGNED); in getUnsigned() 109 type_ = UNSIGNED; in parseFromString()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | AttributeLayoutTest.cpp | 630 UNSIGNED = 2, enumerator 666 else if (inputDataType == VsInputDataType::UNSIGNED) in createRbo() 777 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_BYTE : GL_UNSIGNED_BYTE; in GetMappedGLType() 780 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_SHORT : GL_UNSIGNED_SHORT; in GetMappedGLType() 783 return vsInputDataType != VsInputDataType::UNSIGNED ? GL_INT : GL_UNSIGNED_INT; in GetMappedGLType() 822 case VsInputDataType::UNSIGNED: in Run() 847 case VsInputDataType::UNSIGNED: in Run() 883 Run(VsInputDataType::UNSIGNED); in TEST_P()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/invoke/util/ |
H A D | Wrapper.java | 79 UNSIGNED = 0 << KIND_SHIFT, field in Wrapper.Format 88 (kind == UNSIGNED) ? (size > 0) : in format() 99 BOOLEAN = UNSIGNED | (1 << SIZE_SHIFT) | (1 << SLOT_SHIFT), 100 CHAR = UNSIGNED | (16 << SIZE_SHIFT) | (1 << SLOT_SHIFT), 102 VOID = UNSIGNED | (0 << SIZE_SHIFT) | (0 << SLOT_SHIFT), 105 static int unsigned(int size) { return format(UNSIGNED, size, (size > 32 ? 2 : 1)); } in unsigned()
|
/aosp_15_r20/bionic/libc/stdio/ |
H A D | vfwscanf.cpp | 213 flags |= UNSIGNED; in __vfwscanf() 219 flags |= UNSIGNED; in __vfwscanf() 243 flags |= UNSIGNED; in __vfwscanf() 280 flags |= UNSIGNED; in __vfwscanf() 547 if (flags & UNSIGNED) in __vfwscanf()
|
H A D | vfscanf.cpp | 168 flags |= UNSIGNED; in __svfscanf() 174 flags |= UNSIGNED; in __svfscanf() 198 flags |= UNSIGNED; in __svfscanf() 233 flags |= UNSIGNED; in __svfscanf() 644 if (flags & UNSIGNED) { in __svfscanf()
|
H A D | scanf_common.h | 67 #define UNSIGNED 0x00800 // %[oupxX] conversions macro
|
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/ |
D | config.cpp | 65 type_ = UNSIGNED; in ConfigValue() 76 CHECK(type_ == UNSIGNED); in getUnsigned() 101 type_ = UNSIGNED; in parseFromString()
|
D | config.h | 43 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | config.cpp | 46 type_ = UNSIGNED; in ConfigValue() 57 CHECK(type_ == UNSIGNED); in getUnsigned() 82 type_ = UNSIGNED; in parseFromString()
|
D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/aosp_15_r20/system/tools/hidl/c2hal/ |
D | Type.h | 39 UNSIGNED, enumerator 76 case Qualifier::UNSIGNED: return "unsigned"; in qualifierText()
|
D | c2hal_y.yy | 97 %token UNSIGNED 515 : UNSIGNED { $$ = new Type::Qualifier(Type::Qualifier::UNSIGNED); }
|
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | config.cc | 52 CHECK(type_ == UNSIGNED); in getUnsigned() 77 type_ = UNSIGNED; in parseFromString()
|
D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | gfx10_format_table.py | 165 assert chan_type == UNSIGNED and chan_norm 168 if chan_type == UNSIGNED:
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
H A D | sco_data_channel_test.cc | 64 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in MsbcConnectionParams() 66 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in MsbcConnectionParams() 111 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in cvsd_connection_params() 113 pw::bluetooth::emboss::PcmDataFormat::UNSIGNED); in cvsd_connection_params()
|
/aosp_15_r20/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 171 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 172 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 549 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 550 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 927 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 928 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 1305 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 1306 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… 1683 …62688 00000020 (S)FETCH: VERTEX R1.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) CONST(… 1684 …62688 00001020 FETCH: VERTEX R0.xyzw = R0.x FMT_32_32_32_32_FLOAT UNSIGNED STRIDE(32) OFFSET… [all …]
|
/aosp_15_r20/external/wayland/src/ |
H A D | scanner.c | 204 UNSIGNED, enumerator 464 arg->type = UNSIGNED; in set_arg_type() 970 case UNSIGNED: in verify_arguments() 1110 case UNSIGNED: in emit_type() 1783 case UNSIGNED: in emit_messages()
|
/aosp_15_r20/system/nfc/utils/include/ |
H A D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|