/external/lldb/tools/debugserver/source/MacOSX/ppc/ |
D | DNBArchImpl.cpp | 260 { "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/ |
D | Uint.java | 22 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/vixl/src/vixl/a64/ |
D | logic-a64.cc | 713 uint64_t ua = src1.Uint(vform, i); in cmp() 714 uint64_t ub = src2.Uint(vform, i); in cmp() 749 uint64_t ua = src1.Uint(vform, i); in cmptst() 750 uint64_t ub = src2.Uint(vform, i); in cmptst() 828 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul() 1124 PolynomialMult(src1.Uint(vform, i), src2.Uint(vform, i))); in pmul() 1137 dst.SetUint(vform, i, PolynomialMult(src1.Uint(vform_src, i), in pmull() 1138 src2.Uint(vform_src, i))); in pmull() 1152 dst.SetUint(vform, i, PolynomialMult(src1.Uint(vform_src, lane_count + i), in pmull2() 1153 src2.Uint(vform_src, lane_count + i))); in pmull2() [all …]
|
D | simulator-a64.h | 359 uint64_t Uint(VectorFormat vform, int index) const { in Uint() function 376 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform)); in UintLeftJustified() 410 uint64_t value = Uint(vform, index); in WriteUintToMem() 526 uint64_t val = Uint(vform, i); in Uhalve()
|
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.cpp | 1014 #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/ |
D | DNBArchImplX86_64.cpp | 1278 #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/libgdx/extensions/gdx-bullet/jni/swig/common/ |
D | gdxEnableCriticalArrays.i | 8 JAVA_CRITICAL_ARRAYS_TYPEMAPS(unsigned int, long, jlong, Uint, "[J") /* unsigned int[ANY] */
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 298 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() 303 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom() 362 inline GLValue::Uint minValue (void) in minValue() 364 return GLValue::Uint::create(4 * 16777216); in minValue() 419 inline GLValue::Uint abs (GLValue::Uint val) in abs() 1228 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue() 1246 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue() 1377 alignmentSafeAssignment<deUint32>(data, getRandom<GLValue::Uint>(rnd, min.ui, max.ui)); in setData() 1451 …data = createQuads<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, … in generateQuads() 1699 …data = createPerQuads<GLValue::Uint>(seed, count, componentCount, stride, primitive, min.ui, max.u… in generatePerQuad()
|
D | glsDrawTest.cpp | 434 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::__anon7252ad110111::GLValue 507 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue() 528 Uint ui; 613 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue() 631 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue() 648 template<> struct GLValueTypeTraits<GLValue::Uint> { static const DrawTestSpec::InputType Type = D… 662 template<> GLValue::Uint inline extractGLValue<GLValue::Uint> (const GLValue& v) { return v.ui; }; in extractGLValue() 753 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() 758 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom() 814 inline GLValue::Uint minValue (void) in minValue() [all …]
|
D | glsVertexArrayTests.hpp | 316 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::GLValue 393 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue() 414 Uint ui;
|
/external/v8/src/compiler/ |
D | machine-operator.h | 646 V(Uint, Div) \ 647 V(Uint, LessThan) \ 648 V(Uint, Mod)
|
D | raw-machine-assembler.h | 389 UINTPTR_BINOP(Uint, LessThan); 390 UINTPTR_BINOP(Uint, LessThanOrEqual); 391 UINTPTR_BINOP(Uint, GreaterThanOrEqual); 392 UINTPTR_BINOP(Uint, GreaterThan);
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 1293 #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/ |
D | gen-implicit-conversions.py | 29 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup 384 "uint": Uint(2), 518 return a.toUint() * Uint(2)
|
D | genutil.py | 95 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/ |
D | DNBDefs.h | 174 Uint, // unsigned integer enumerator
|
D | DNBRegisterInfo.cpp | 77 case Uint: in Dump()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 214 unsigned Uint; member
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 165 next_token(ctx, &imm->u[i].Uint); in tgsi_parse_token()
|
D | tgsi_ureg.c | 1368 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()
|
D | tgsi_dump.c | 224 UID(data[i].Uint); in dump_imm_data()
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 95 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
|
D | gen-conversions.py | 251 inUint = [Uint(x) for x in [0, 2, 3, 8, 9, 12, 10, 45, 193, 255]]
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.h | 191 static Query Uint(uint32_t num);
|
D | trace_event_analyzer.cc | 227 Query Query::Uint(uint32_t num) { in Uint() function in trace_analyzer::Query
|