Home
last modified time | relevance | path

Searched refs:Uint (Results 1 – 25 of 36) sorted by relevance

12

/external/lldb/tools/debugserver/source/MacOSX/ppc/
DDNBArchImpl.cpp260 { "srr0" , Uint, 4, Hex },
261 { "srr1" , Uint, 4, Hex },
262 { "r0" , Uint, 4, Hex },
263 { "r1" , Uint, 4, Hex },
264 { "r2" , Uint, 4, Hex },
265 { "r3" , Uint, 4, Hex },
266 { "r4" , Uint, 4, Hex },
267 { "r5" , Uint, 4, Hex },
268 { "r6" , Uint, 4, Hex },
269 { "r7" , Uint, 4, Hex },
[all …]
/external/dexmaker/src/dx/java/com/android/dx/util/
DUint.java22 public final class Uint implements Comparable<Uint> { class
25 public Uint(int value) { in Uint() method in Uint
29 public int compareTo(Uint uint) { in compareTo()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp1014 #define DEFINE_GPR_PSEUDO_16(reg16,reg32) { e_regSetGPR, gpr_##reg16, #reg16, NULL, Uint, Hex, 2, G…
1015 #define DEFINE_GPR_PSEUDO_8H(reg8,reg32) { e_regSetGPR, gpr_##reg8 , #reg8 , NULL, Uint, Hex, 1, G…
1016 #define DEFINE_GPR_PSEUDO_8L(reg8,reg32) { e_regSetGPR, gpr_##reg8 , #reg8 , NULL, Uint, Hex, 1, G…
1065 { e_regSetGPR, gpr_eax, "eax" , NULL , Uint, Hex, GPR_SIZE(eax), GPR_OFFSET(eax) …
1066 { e_regSetGPR, gpr_ebx, "ebx" , NULL , Uint, Hex, GPR_SIZE(ebx), GPR_OFFSET(ebx) …
1067 { e_regSetGPR, gpr_ecx, "ecx" , NULL , Uint, Hex, GPR_SIZE(ecx), GPR_OFFSET(ecx) …
1068 { e_regSetGPR, gpr_edx, "edx" , NULL , Uint, Hex, GPR_SIZE(edx), GPR_OFFSET(edx) …
1069 { e_regSetGPR, gpr_edi, "edi" , NULL , Uint, Hex, GPR_SIZE(edi), GPR_OFFSET(edi) …
1070 { e_regSetGPR, gpr_esi, "esi" , NULL , Uint, Hex, GPR_SIZE(esi), GPR_OFFSET(esi) …
1071 { e_regSetGPR, gpr_ebp, "ebp" , "fp" , Uint, Hex, GPR_SIZE(ebp), GPR_OFFSET(ebp) …
[all …]
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp1278 #define DEFINE_GPR(reg) { e_regSetGPR, gpr_##reg, #reg, NULL, Uint, Hex, GPR_SIZE…
1279 #define DEFINE_GPR_ALT(reg, alt, gen) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, GPR_SIZE(…
1280 #define DEFINE_GPR_ALT2(reg, alt) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, GPR_SIZE(…
1281 #define DEFINE_GPR_ALT3(reg, alt, gen) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, GPR_SIZE(…
1282 #define DEFINE_GPR_ALT4(reg, alt, gen) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, GPR_SIZE…
1284 #define DEFINE_GPR_PSEUDO_32(reg32,reg64) { e_regSetGPR, gpr_##reg32, #reg32, NULL, Uint, Hex, 4, G…
1285 #define DEFINE_GPR_PSEUDO_16(reg16,reg64) { e_regSetGPR, gpr_##reg16, #reg16, NULL, Uint, Hex, 2, G…
1286 #define DEFINE_GPR_PSEUDO_8H(reg8,reg64) { e_regSetGPR, gpr_##reg8 , #reg8 , NULL, Uint, Hex, 1, G…
1287 #define DEFINE_GPR_PSEUDO_8L(reg8,reg64) { e_regSetGPR, gpr_##reg8 , #reg8 , NULL, Uint, Hex, 1, G…
1407 …{ e_regSetFPU, fpu_fcw , "fctrl" , NULL, Uint, Hex, FPU_SIZE_UINT(fcw) , FPU_OFFS…
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp318 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom()
323 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom()
382 inline GLValue::Uint minValue (void) in minValue()
384 return GLValue::Uint::create(4 * 16777216); in minValue()
439 inline GLValue::Uint abs (GLValue::Uint val) in abs()
1260 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()
1278 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue()
1409 alignmentSafeAssignment<deUint32>(data, getRandom<GLValue::Uint>(rnd, min.ui, max.ui)); in setData()
1483 …data = createQuads<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, … in generateQuads()
1719 …data = createPerQuads<GLValue::Uint>(seed, count, componentCount, stride, primitive, min.ui, max.u… in generatePerQuad()
DglsDrawTest.cpp448 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::__anona2ff1be70111::GLValue
521 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue()
542 Uint ui;
627 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()
645 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue()
662 template<> struct GLValueTypeTraits<GLValue::Uint> { static const DrawTestSpec::InputType Type = D…
676 template<> GLValue::Uint inline extractGLValue<GLValue::Uint> (const GLValue& v) { return v.ui; }; in extractGLValue()
767 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom()
772 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom()
828 inline GLValue::Uint minValue (void) in minValue()
[all …]
DglsVertexArrayTests.hpp281 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::GLValue
354 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue()
375 Uint ui;
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp1293 #define DEFINE_GPR_IDX(idx, reg, alt, gen) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, 4, GPR_O…
1294 #define DEFINE_GPR_NAME(reg, alt, gen, inval) { e_regSetGPR, gpr_##reg, #reg, alt, Uint, Hex, 4, GP…
1467 …{ e_regSetVFP, vfp_fpscr, "fpscr", NULL, Uint, Hex, 4, VFP_OFFSET_NAME(fpscr), INVALID_NUB_REGNUM,…
1475 …{ e_regSetVFP, exc_exception , "exception" , NULL, Uint, Hex, 4, EXC_OFFSET(exception) , INVALI…
1476 …{ e_regSetVFP, exc_fsr , "fsr" , NULL, Uint, Hex, 4, EXC_OFFSET(fsr) , INVALI…
1477 …{ e_regSetVFP, exc_far , "far" , NULL, Uint, Hex, 4, EXC_OFFSET(far) , INVALI…
/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py7 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup
362 "uint": Uint(2),
496 return a.toUint() * Uint(2)
Dgenutil.py95 def toUint(lst): return [Uint(int(v.x)) for v in lst]
235 def toUint(self): return Uint(int(self.x))
316 class Uint(Scalar): class
/external/lldb/tools/debugserver/source/
DDNBDefs.h174 Uint, // unsigned integer enumerator
DDNBRegisterInfo.cpp77 case Uint: in Dump()
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_shader_tokens.h214 unsigned Uint; member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h214 unsigned Uint; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c165 next_token(ctx, &imm->u[i].Uint); in tgsi_parse_token()
Dtgsi_ureg.c1368 out[1].imm_data.Uint = v[0]; in emit_immediate()
1369 out[2].imm_data.Uint = v[1]; in emit_immediate()
1370 out[3].imm_data.Uint = v[2]; in emit_immediate()
1371 out[4].imm_data.Uint = v[3]; in emit_immediate()
Dtgsi_dump.c224 UID(data[i].Uint); in dump_imm_data()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c165 next_token(ctx, &imm->u[i].Uint); in tgsi_parse_token()
Dtgsi_ureg.c1368 out[1].imm_data.Uint = v[0]; in emit_immediate()
1369 out[2].imm_data.Uint = v[1]; in emit_immediate()
1370 out[3].imm_data.Uint = v[2]; in emit_immediate()
1371 out[4].imm_data.Uint = v[3]; in emit_immediate()
Dtgsi_dump.c224 UID(data[i].Uint); in dump_imm_data()
Dtgsi_text.c1039 ret = parse_uint(&ctx->cur, &values[i].Uint); in parse_immediate_data()
/external/deqp/modules/gles3/scripts/
Dgenutil.py95 def toUint(lst): return [Uint(int(v.x)) for v in lst]
235 def toUint(self): return Uint(int(self.x))
314 class Uint(Scalar): class
Dgen-conversions.py229 inUint = [Uint(x) for x in [0, 2, 3, 8, 9, 12, 10, 45, 193, 255]]
/external/chromium_org/base/test/
Dtrace_event_analyzer.h186 static Query Uint(uint32 num);
Dtrace_event_analyzer.cc225 Query Query::Uint(uint32 num) { in Uint() function in trace_analyzer::Query

12