HomeSort by relevance Sort by last modified time
    Searched defs:Uint (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
capitalize.cpp 23 bool Uint(unsigned u) { return out_.Uint(u); }
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
simplereader.cpp 11 bool Uint(unsigned u) { cout << "Uint(" << u << ")" << endl; return true; }
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
InternalBootScriptLib.h 64 UINTN volatile Uint;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 68 bool Uint(unsigned u) { PrettyPrefix(kNumberType); return Base::WriteUint(u); }
writer.h 111 bool Uint(unsigned u) { Prefix(kNumberType); return WriteUint(u); }
reader.h 160 bool Uint(unsigned i);
190 bool Uint(unsigned) { return static_cast<Override&>(*this).Default(); }
    [all...]
document.h     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 410 TEST(Value, Uint) {
490 z.SetInt64(4294967296LL); // 2^32, cannot cast as uint
536 z.SetUint64(4294967296LL); // 2^32, cannot cast as uint
937 o.AddMember("uint", 1u, allocator);
946 EXPECT_EQ(1u, o["uint"].GetUint());
986 o.AddMember("uint", std::move(Value().SetUint(1u)), allocator); // name is literal, value is rvalue
990 EXPECT_EQ(1u, o["uint"].GetUint());
    [all...]
readertest.cpp 69 bool Uint(unsigned i) { actual_ = i; step_++; return true; }
706 bool Uint(unsigned i) { EXPECT_EQ(step_, i); step_++; return true; }
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c 118 UINTN Uint;
129 Uint = BmCharToUint (Name[Index]);
130 if (Uint == -1) {
133 *OptionNumber = (UINT16) Uint + *OptionNumber * 0x10;
    [all...]
BmLoadOption.c 787 UINTN Uint;
818 Uint = BmCharToUint (VariableName[Index]);
819 if (Uint == -1) {
822 *OptionNumber = (UINT16) Uint + *OptionNumber * 0x10;
    [all...]
  /prebuilts/go/darwin-x86/src/flag/
flag.go 146 // -- uint Value
147 type uintValue uint
149 func newUintValue(val uint, p *uint) *uintValue {
160 func (i *uintValue) Get() interface{} { return uint(*i) }
456 name = "uint"
658 // UintVar defines a uint flag with specified name, default value, and usage string.
659 // The argument p points to a uint variable in which to store the value of the flag.
660 func (f *FlagSet) UintVar(p *uint, name string, value uint, usage string)
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 146 // -- uint Value
147 type uintValue uint
149 func newUintValue(val uint, p *uint) *uintValue {
160 func (i *uintValue) Get() interface{} { return uint(*i) }
456 name = "uint"
658 // UintVar defines a uint flag with specified name, default value, and usage string.
659 // The argument p points to a uint variable in which to store the value of the flag.
660 func (f *FlagSet) UintVar(p *uint, name string, value uint, usage string)
    [all...]
  /external/deqp/modules/gles3/scripts/
genutil.py 117 def toUint(lst): return [Uint(int(v.x)) for v in lst]
257 def toUint(self): return Uint(int(self.x))
336 class Uint(Scalar):
342 return "uint"
  /external/deqp/modules/gles31/scripts/
genutil.py 117 def toUint(lst): return [Uint(int(v.x)) for v in lst]
257 def toUint(self): return Uint(int(self.x))
338 class Uint(Scalar):
344 return "uint"
  /prebuilts/go/darwin-x86/src/go/types/
type.go 32 Uint
  /prebuilts/go/linux-x86/src/go/types/
type.go 32 Uint
  /external/libchrome/base/test/
trace_event_analyzer.cc 257 Query Query::Uint(uint32_t num) {
  /external/vixl/src/aarch64/
simulator-aarch64.h 395 uint64_t Uint(VectorFormat vform, int index) const {
418 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform));
503 uint64_t value = Uint(vform, index);
612 SetUint(vform, i, Uint(vform, i) + (GetRounding(i) ? 1 : 0));
621 uint64_t val = Uint(vform, i);
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 316 typedef WrappedType<deUint32> Uint;
393 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {}
414 Uint ui;
glsDrawTest.cpp 143 "uint", // OUTPUTTYPE_UINT,
435 typedef WrappedType<deUint32> Uint;
508 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {}
529 Uint ui;
614 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u));
632 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0));
649 template<> struct GLValueTypeTraits<GLValue::Uint> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_INT; };
663 template<> GLValue::Uint inline extractGLValue<GLValue::Uint> (const GLValue& v) { return v.ui; };
754 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 111 // Int*, Uint*, Float*, Complex*: Bits
122 // sized or unsized Int, Uint, Float, or Complex kinds.
226 type Kind uint
236 Uint
613 Uint: "uint",
    [all...]
value.go 582 if uint(i) >= uint(len(tt.methods)) {
599 if uint(i) >= uint(len(ms)) {
785 if uint(i) >= uint(len(tt.fields)) {
874 if uint(i) >= uint(tt.len) {
893 if uint(i) >= uint(s.Len)
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 111 // Int*, Uint*, Float*, Complex*: Bits
122 // sized or unsized Int, Uint, Float, or Complex kinds.
226 type Kind uint
236 Uint
613 Uint: "uint",
    [all...]
value.go 582 if uint(i) >= uint(len(tt.methods)) {
599 if uint(i) >= uint(len(ms)) {
785 if uint(i) >= uint(len(tt.fields)) {
874 if uint(i) >= uint(tt.len) {
893 if uint(i) >= uint(s.Len)
    [all...]

Completed in 1027 milliseconds

1 2