/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
D | Xmd.h | 149 # define cvtINT8toInt(val) (((val) & 0x00000080) ? ((val) | 0xffffffffffffff00) : (val)) argument 150 # define cvtINT16toInt(val) (((val) & 0x00008000) ? ((val) | 0xffffffffffff0000) : (val)) argument 151 # define cvtINT32toInt(val) (((val) & 0x80000000) ? ((val) | 0xffffffff00000000) : (val)) argument 152 # define cvtINT8toShort(val) cvtINT8toInt(val) argument 153 # define cvtINT16toShort(val) cvtINT16toInt(val) argument 154 # define cvtINT32toShort(val) cvtINT32toInt(val) argument 155 # define cvtINT8toLong(val) cvtINT8toInt(val) argument 156 # define cvtINT16toLong(val) cvtINT16toInt(val) argument 157 # define cvtINT32toLong(val) cvtINT32toInt(val) argument 159 # define cvtINT8toInt(val) (val) argument [all …]
|
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/ |
D | field.h | 166 void get(bool* val) const { *val = as_bool(); } in get() 167 void get(uint32_t* val) const { *val = as_uint32(); } in get() 168 void get(int32_t* val) const { *val = as_int32(); } in get() 169 void get(uint64_t* val) const { *val = as_uint64(); } in get() 170 void get(int64_t* val) const { *val = as_int64(); } in get() 171 void get(float* val) const { *val = as_float(); } in get() 172 void get(double* val) const { *val = as_double(); } in get() 173 void get(std::string* val) const { *val = as_std_string(); } in get() 174 void get(ConstChars* val) const { *val = as_string(); } in get() 175 void get(ConstBytes* val) const { *val = as_bytes(); } in get() [all …]
|
/device/google/contexthub/util/common/ |
D | JSONObject.h | 167 JSONValue val; in setInt32() local 173 JSONValue val; in setFloat() local 179 JSONValue val; in setString() local 185 JSONValue val; in setBoolean() local 191 JSONValue val; in setObject() local 197 JSONValue val; in setArray() local 222 JSONValue val; in addInt32() local 228 JSONValue val; in addFloat() local 234 JSONValue val; in addString() local 240 JSONValue val; in addBoolean() local [all …]
|
/device/google/contexthub/contexthubhal/ |
D | message_buf.h | 69 void writeU8(uint8_t val) { in writeU8() 78 uint16_t val; in readU16() local 83 void writeU16(uint16_t val) { in writeU16() 95 uint32_t val; in readU32() local 100 void writeU32(uint32_t val) { in writeU32() 112 uint64_t val; in readU64() local 117 void writeU64(uint64_t val) { in writeU64()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/ |
D | cpuMath.h | 8 static inline uint32_t cpuMathUint44Div1000ToUint32(uint64_t val) in cpuMathUint44Div1000ToUint32() 42 #define U64_RECIPROCAL_CALCULATE(val) ((val) & ((val) - 1)) ? (0xffffffffffffffffull / (val)) : ((… argument 47 #define U64_DIV_BY_U64_CONSTANT(val, constantVal) cpuMathRecipAssistedUdiv64by64((val), (constantV… argument 48 #define I64_DIV_BY_I64_CONSTANT(val, constantVal) \ argument
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/spec_tools/ |
D | attributes.py | 14 def _split_param_ref(val): argument 18 def _human_readable_deref(val, make_param_name=None): argument 40 def __init__(self, val): argument 89 def __init__(self, val): argument
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/ |
D | attributes.py | 14 def _split_param_ref(val): argument 18 def _human_readable_deref(val, make_param_name=None): argument 40 def __init__(self, val): argument 89 def __init__(self, val): argument
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/ |
D | EGLQueryContextTest.cpp | 112 EGLint val; in TEST_P() local 120 EGLint val; in TEST_P() local 132 EGLint val; in TEST_P() local 140 EGLint val; in TEST_P() local
|
/device/generic/vulkan-cereal/fake-android-guest/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/ |
D | EglPbufferSurface.cpp | 18 bool EglPbufferSurface::setAttrib(EGLint attrib,EGLint val) { in setAttrib() 48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib()
|
/device/generic/car/emulator/vhal_v2_0/ |
D | VehicleEmulator.cpp | 68 vhal_proto::VehiclePropValue* val = msg.add_value(); in doSetValueFromClient() local 130 auto val = mHal->get(request, &halStatus); in doGetProperty() local 157 VehiclePropValue val = { in doSetProperty() local 240 const VehiclePropValue* val) { in populateProtoVehiclePropValue()
|
/device/google/contexthub/firmware/os/inc/ |
D | atomic.h | 54 static inline void atomicWriteByte(volatile uint8_t *byte, uint32_t val) in atomicWriteByte() 60 static inline void atomicWrite32bits(volatile uint32_t *word, uint32_t val) in atomicWrite32bits()
|
/device/google/redbull/json-c/ |
D | json_object.h | 71 struct json_object *val; member 346 # define json_object_object_foreach(obj,key,val) \ argument 359 # define json_object_object_foreach(obj,key,val) \ argument
|
/device/google/sunfish/json-c/ |
D | json_object.h | 71 struct json_object *val; member 346 # define json_object_object_foreach(obj,key,val) \ argument 359 # define json_object_object_foreach(obj,key,val) \ argument
|
/device/google/coral/json-c/ |
D | json_object.h | 71 struct json_object *val; member 346 # define json_object_object_foreach(obj,key,val) \ argument 359 # define json_object_object_foreach(obj,key,val) \ argument
|
/device/google/cuttlefish/host/frontend/webrtc/client/js/ |
D | rootcanal.js | 33 function rootCanalAddU8(array, pos, val) { argument 45 function rootCanalAddString(array, pos, val) { argument
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpuMath.c | 3 uint32_t cpuMathUint44Div1000ToUint32_slow_path(uint64_t val) in cpuMathUint44Div1000ToUint32_slow_path() 17 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy_ /* 16 bits max*/) in cpuMathU64DivByU16()
|
/device/google/contexthub/firmware/os/cpu/x86/ |
D | atomic.c | 19 uint32_t atomicAdd32bits(volatile uint32_t *val, uint32_t addend) in atomicAdd32bits() 30 uint32_t atomicAddByte(volatile uint8_t *val, uint32_t addend) in atomicAddByte()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | ChecksumCalculator.cpp | 83 uint32_t val = computeV1Checksum(); in writeChecksum() local 114 const uint32_t val = computeV1Checksum(); in validate() local
|
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/ |
D | VehicleEmulator.cpp | 76 vhal_proto::VehiclePropValue* val = msg.add_value(); in doSetValueFromClient() local 188 VehiclePropValue val = { in doSetProperty() local 318 void VehicleEmulator::populateProtoVehiclePropValue(const VehiclePropValue& val, in populateProtoVehiclePropValue()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | ChecksumCalculator.cpp | 99 uint32_t val = computeV1Checksum(); in writeChecksum() local 129 const uint32_t val = computeV1Checksum(); in validate() local
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | SamplerData.cpp | 28 GLuint val = stream->getBe32(); in SamplerData() local 34 GLfloat val = stream->getFloat(); in SamplerData() local
|
/device/amlogic/yukawa/hal/gralloc/ |
D | gralloc_buffer_priv.h | 131 static inline int gralloc_buffer_attr_write(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_write() 167 static inline int gralloc_buffer_attr_read(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_read()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/ |
D | ChecksumCalculator.cpp | 85 uint32_t val = computeV1Checksum(); in writeChecksum() local 116 const uint32_t val = computeV1Checksum(); in validate() local
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderThreadInfo.cpp | 82 saveCollection(stream, m_contextSet, [](Stream* stream, HandleType val) { in onSave() 85 saveCollection(stream, m_windowSet, [](Stream* stream, HandleType val) { in onSave()
|