Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 111) sorted by relevance

12345

/Zephyr-Core-2.7.6/lib/libc/minimal/source/time/
Dgmtime.c34 static void time_civil_from_days(bigint_type z, in time_civil_from_days() argument
37 tp->tm_wday = (z >= -4) ? ((z + 4) % 7) : ((z + 5) % 7 + 6); in time_civil_from_days()
38 z += 719468; in time_civil_from_days()
40 bigint_type era = ((z >= 0) ? z : (z - 146096)) / 146097; in time_civil_from_days()
41 unsigned int doe = (z - era * (bigint_type)146097); in time_civil_from_days()
83 time_t z = *timep; in gmtime_r() local
84 bigint_type days = (z >= 0 ? z : z - 86399) / 86400; in gmtime_r()
85 unsigned int rem = z - days * 86400; in gmtime_r()
/Zephyr-Core-2.7.6/scripts/coccinelle/
Dunsigned_suffix.cocci44 z;
50 coccinelle.z = C + "U"
55 identifier r_rewrite.z;
61 + z
65 + z
69 + z
73 + z
77 + z
81 + z
85 + z
[all …]
/Zephyr-Core-2.7.6/samples/sensor/lsm6dso/src/
Dmain.c28 struct sensor_value x, y, z; in fetch_and_display() local
37 sensor_channel_get(dev, SENSOR_CHAN_ACCEL_Z, &z); in fetch_and_display()
40 out_ev(&x), out_ev(&y), out_ev(&z)); in fetch_and_display()
46 sensor_channel_get(dev, SENSOR_CHAN_GYRO_Z, &z); in fetch_and_display()
49 out_ev(&x), out_ev(&y), out_ev(&z)); in fetch_and_display()
/Zephyr-Core-2.7.6/samples/sensor/bmm150/src/
Dmain.c16 struct sensor_value x, y, z; in do_main() local
27 ret = sensor_channel_get(dev, SENSOR_CHAN_MAGN_Z, &z); in do_main()
32 sensor_value_to_double(&z)); in do_main()
/Zephyr-Core-2.7.6/samples/sensor/lsm303dlhc/
DREADME.rst43 ( x y z ) = ( 0.531818 -0.435454 -0.089090 )
45 ( x y z ) = ( -0.078127 -0.347666 1.105502 )
47 ( x y z ) = ( -0.003636 0.297272 -0.255454 )
49 ( x y z ) = ( 0.074221 -0.304696 0.972685 )
/Zephyr-Core-2.7.6/samples/sensor/bmm150/
DREADME.rst41 ( x y z ) = ( -0.390625 0.087500 -0.390625 )
42 ( x y z ) = ( -0.275000 0.115625 -0.275000 )
43 ( x y z ) = ( -0.281250 0.125000 -0.281250 )
44 ( x y z ) = ( -0.287500 0.134375 -0.287500 )
/Zephyr-Core-2.7.6/samples/sensor/lsm6dso/
DREADME.rst46 accel x:-0.650847 ms/2 y:-5.300102 ms/2 z:-8.163114 ms/2
47 gyro x:-0.167835 dps y:-0.063377 dps z:0.002367 dps
50 accel x:0.341575 ms/2 y:5.209773 ms/2 z:-7.938787 ms/2
51 gyro x:-0.034284 dps y:-0.004428 dps z:-0.003512 dps
/Zephyr-Core-2.7.6/samples/sensor/adxl362/
DREADME.rst36 x: -0.1, y: -0.0, z: 16.0 (m/s^2)
37 x: -1.0, y: 7.0, z: 21.0 (m/s^2)
39 x: -3.1, y: 4.0, z: 0.0 (m/s^2)
40 x: 1.1, y: 4.0, z: 15.1 (m/s^2)
/Zephyr-Core-2.7.6/subsys/usb/
Dos_desc.h34 #define usb_handle_os_desc(x, y, z) -ENOTSUP argument
35 #define usb_handle_os_desc_feature(x, y, z) -ENOTSUP argument
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a2/standard/
DREADME.rst60 LSM6DSL: Accel (m.s-2): x: -0.0, y: -0.1, z: 10.0
61 LSM6DSL: Gyro (dps): x: 0.028, y: -0.025, z: 0.014
62 LSM303AGR: Accel (m.s-2): x: 0.3, y: -0.1, z: 9.7
63 LSM303AGR: Magn (gauss): x: -0.221, y: -0.042, z: -0.458
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks02a1/sensorhub/
DREADME.rst66 IIS2DLPC: Accel (m.s-2): x: 0.077, y: -0.766, z: 9.878
67 ISM330DHCX: Accel (m.s-2): x: 0.383, y: -0.234, z: 9.763
68 ISM330DHCX: GYro (dps): x: 0.004, y: 0.003, z: -0.005
69 ISM330DHCX: Magn (gauss): x: 0.171, y: 0.225, z: -0.363
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks02a1/standard/
DREADME.rst60 IIS2DLPC: Accel (m.s-2): x: 0.000, y: 0.000, z: 9.342
61 IIS2MDC: Magn (gauss): x: -0.120, y: -0.095, z: -0.338
63 ISM330DHCX: Accel (m.s-2): x: 0.182, y: -0.306, z: 9.753
64 ISM330DHCX: GYro (dps): x: 0.005, y: 0.001, z: -0.004
/Zephyr-Core-2.7.6/samples/boards/sensortile_box/
DREADME.rst69 LIS2DW12: Accel (m.s-2): x: 0.306, y: -0.459, z: 10.031
70 IIS3DHHC: Accel (m.s-2): x: -0.581, y: 0.880, z: -9.933
71 LSM6DSOX: Accel (m.s-2): x: -0.158, y: 0.158, z: 9.811
72 LSM6DSOX: GYro (dps): x: 0.003, y: 0.000, z: -0.005
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a3/sensorhub/
DREADME.rst71 LIS2DW12: Accel (m.s-2): x: -0.077, y: 0.536, z: 9.648
72 LSM6DSO: Accel (m.s-2): x: -0.062, y: -0.028, z: 10.035
73 LSM6DSO: GYro (dps): x: -0.003, y: -0.001, z: 0.000
74 LSM6DSO: Magn (gauss): x: -0.052, y: -0.222, z: -0.059
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a3/standard/
DREADME.rst69 LIS2MDL: Magn (gauss): x: -0.445, y: -0.054, z: -0.066
71 LIS2DW12: Accel (m.s-2): x: -0.413, y: 0.077, z: 10.337
72 LSM6DSO: Accel (m.s-2): x: 0.133, y: -0.133, z: 10.102
73 LSM6DSO: GYro (dps): x: 0.000, y: -0.006, z: -0.058
/Zephyr-Core-2.7.6/samples/sensor/lis2dh/
DREADME.rst71 #1 @ 12 ms: x -5.387328 , y 5.578368 , z -5.463744
72 #2 @ 2017 ms: x -5.310912 , y 5.654784 , z -5.501952
73 #3 @ 4022 ms: x -5.349120 , y 5.692992 , z -5.463744
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a2/sensorhub/
DREADME.rst59 LSM6DSL: Accel (m.s-2): x: 0.0, y: 0.2, z: 10.0
60 LSM6DSL: Gyro (dps): x: 0.029, y: -0.030, z: 0.016
61 LSM6DSL: Magn (gauss): x: 0.363, y: -0.002, z: -0.559
/Zephyr-Core-2.7.6/soc/arm/st_stm32/stm32f1/
DKconfig.soc3 # Copyright (c) 2016 Open-RnD Sp. z o.o.
4 # Copyright (c) RnDity Sp. z o.o.
/Zephyr-Core-2.7.6/soc/arm/st_stm32/
DKconfig.soc3 # Copyright (c) 2016 Open-RnD Sp. z o.o.
/Zephyr-Core-2.7.6/boards/arm/stm3210c_eval/
DKconfig.defconfig3 # Copyright (c) 2016 RnDity Sp. z o.o.
DKconfig.board3 # Copyright (c) 2016 RnDity Sp. z o.o.
/Zephyr-Core-2.7.6/boards/arm/nucleo_f103rb/
DKconfig.defconfig3 # Copyright (c) 2016 Open-RnD Sp. z o.o.
DKconfig.board3 # Copyright (c) 2016 Open-RnD Sp. z o.o.
/Zephyr-Core-2.7.6/boards/arm/stm32373c_eval/
DKconfig.defconfig3 # Copyright (c) 2016 Open-RnD Sp. z o.o.
/Zephyr-Core-2.7.6/soc/arm/st_stm32/stm32f3/
DKconfig.defconfig.stm32f303xc3 # Copyright (c) 2016 RnDity Sp. z o.o.

12345