Home
last modified time | relevance | path

Searched refs:uint_value (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/protos/perfetto/trace/ftrace/
Dgeneric.proto30 uint64 uint_value = 5; field
/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.proto47 uint64 uint_value = 3; field
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_event.proto49 uint64 uint_value = 3; field
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp15430 static const GLuint uint_value = 1; in prepareUniforms() local
15439 static const GLuint uint_data[4] = { uint_value, uint_value, uint_value, uint_value }; in prepareUniforms()
15477 static const GLuint uint_value = 1; in prepareVertexBuffer() local
15486 static const GLuint uint_data[4] = { uint_value, uint_value, uint_value, uint_value }; in prepareVertexBuffer()
/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc979 Variadic::Integer(static_cast<int64_t>(fld.uint_value()))); in ParseGenericFtrace()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2022 uint64 uint_value = 5; field
3020 uint64 uint_value = 3; field
/external/v8/src/
Dobjects.cc285 uint32_t uint_value; in ConvertToPropertyKey() local
286 if (value->ToArrayLength(&uint_value) && in ConvertToPropertyKey()
287 uint_value <= static_cast<uint32_t>(Smi::kMaxValue)) { in ConvertToPropertyKey()
288 return handle(Smi::FromInt(static_cast<int>(uint_value)), isolate); in ConvertToPropertyKey()