/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
|
D | nanohub_math.h | 29 static inline float arm_sqrtf(float val) in arm_sqrtf()
|
/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/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 …]
|
D | JSONObject.cpp | 79 JSONValue val; in Parse() local 149 JSONValue val; in Parse() local 648 JSONValue val; in toString() local
|
/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/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/ |
D | libfdt.h | 1311 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1346 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1363 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1466 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1471 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1478 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() 1678 uint32_t val) in fdt_setprop_u32() 1713 uint64_t val) in fdt_setprop_u64() 1731 uint32_t val) in fdt_setprop_cell() 1856 const char *name, uint32_t val) in fdt_appendprop_u32() [all …]
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | rootcanal.js | 33 function rootCanalAddU8(array, pos, val) { argument 45 function rootCanalAddString(array, pos, val) { argument
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-devtools/getprop/files/ |
D | getprop | 24 val = PROPERTIES.get(arg) variable
|
/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/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/cuttlefish/common/libs/utils/ |
D | size_utils.h | 29 constexpr uint64_t AlignToPowerOf2(uint64_t val, uint8_t align_log) { in AlignToPowerOf2()
|
/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()
|
D | mali_gralloc_private_interface.cpp | 177 int32_t *val, int32_t last_call) in mali_gralloc_private_get_attr_param() 212 int32_t *val, int32_t last_call) in mali_gralloc_private_set_attr_param()
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_buffer_priv.h | 133 static inline int gralloc_buffer_attr_write(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_write() 174 static inline int gralloc_buffer_attr_read(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_read()
|
D | mali_gralloc_private_interface.cpp | 177 int32_t *val, int32_t last_call) in mali_gralloc_private_get_attr_param() 212 int32_t *val, int32_t last_call) in mali_gralloc_private_set_attr_param()
|
/device/google/trout/tests/hal/vehicle/2.0/ |
D | GrpcServer_test.cpp | 107 void GrpcServerTest::WriteToPowerStateSocket(const std::string& val) { in WriteToPowerStateSocket() 127 std::string val; in ReadFromPowerStateMarkerFile() 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/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | TransportUtils.java | 66 public static void writeUnsignedShort(byte[] bytes, int st, int val) { in writeUnsignedShort()
|
/device/generic/goldfish/hals/camera/ |
D | CameraDevice.cpp | 394 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS]; in getCameraCharacteristics() local 404 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_REQUEST_KEYS]; in getCameraCharacteristics() local 416 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_RESULT_KEYS]; in getCameraCharacteristics() local
|
/device/google/trout/hal/common/android/vsock/ |
D | vsockinfo.cpp | 43 auto val = getNumberFromProperty(key.c_str()); in getNumberFromProperties() local
|
/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 31 uint32_t val; member
|
/device/google/trout/hal/sensors/2.1/ |
D | iio_utils.cpp | 106 static int sysfs_write_uint(const std::string& file, const unsigned int val) { in sysfs_write_uint() 110 static int sysfs_write_double(const std::string& file, const double val) { in sysfs_write_double() 125 static int sysfs_read_uint8(const std::string& file, uint8_t* val) { in sysfs_read_uint8() 129 static int sysfs_read_float(const std::string& file, float* val) { in sysfs_read_float()
|
/device/google/cuttlefish/guest/commands/v4l2_streamer/ |
D | yuv2rgb.cpp | 52 #define clamp(val) ((val) < 0 ? 0 : (255 < (val) ? 255 : (val))) argument
|