Home
last modified time | relevance | path

Searched refs:type_uint (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dassignment.c94 case SIZEOF_INT: stype = type_uint; break; in Assignment()
H A Dfunction.c404 AddConstSym ("__fixargs__", type_uint, SC_DEF | SC_CONST, D->ParamSize); in NewFunc()
H A Ddatatype.c65 Type type_uint[] = { TYPE(T_UINT), TYPE(T_END) }; variable
H A Ddatatype.h193 extern Type type_uint[];
H A Dscanner.c591 NextTok.Type = type_uint; in NumericConst()
H A Dsymtab.c616 Entry->Type = type_uint; in AddBitField()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.h536 StringName type_uint; member
560 type_uint = StaticCString::create("uint"); in NameCache()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.h536 StringName type_uint; member
560 type_uint = StaticCString::create("uint"); in NameCache()
/dports/devel/z88dk/z88dk/src/sccz80/
H A Ddefine.h141 extern Type *type_void, *type_carry, *type_char, *type_uchar, *type_int, *type_uint, *type_long, *t…
H A Dplunge.c317 lval->ltype = type_uint;
529 lval->ltype = lval2->ltype->isunsigned ? type_uint : type_int;
H A Dconst.c267 lval->ltype = type_uint; in number()
300 lval->ltype = type_uint; in pstr()
H A Dprimary.c453 lval->ltype = type_uint;
466 lval->ltype = type_uint;
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/mesa-dri/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/lang/clover/mesa-21.3.6/src/freedreno/ir3/
H A Dinstr-a3xx.h392 type_uint(type_t type) in type_uint() function
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/ir3/
H A Dinstr-a3xx.h464 type_uint(type_t type) in type_uint() function
/dports/misc/veles/veles-2018.05.0/src/client/
H A Ddbif.cc1266 uint64_t type_uint(data::ChunkDataItem::NONE); in msgpackToChunkDataItem() local
1267 getFieldFromMap(attr_map, "type", &type_uint); in msgpackToChunkDataItem()
1268 item.type = data::ChunkDataItem::ChunkDataItemType(type_uint); in msgpackToChunkDataItem()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/ir3/
H A Dir3.h732 (type_uint(src_type) && type_uint(dst_type)) || in is_const_mov()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp754 static const glw::GLchar* const type_uint; member in glcts::TextureCubeMapArraySamplingTest

12