Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/device/google/contexthub/firmware/lib/
Dlib.mk29 SRCS += $(LIBM_PATH)/ef_atan2.c
30 SRCS += $(LIBM_PATH)/ef_asin.c
31 SRCS += $(LIBM_PATH)/ef_exp.c
32 SRCS += $(LIBM_PATH)/ef_fmod.c
33 SRCS += $(LIBM_PATH)/ef_pow.c
34 SRCS += $(LIBM_PATH)/ef_rem_pio2.c
35 SRCS += $(LIBM_PATH)/ef_sqrt.c
36 SRCS += $(LIBM_PATH)/kf_cos.c
37 SRCS += $(LIBM_PATH)/kf_rem_pio2.c
38 SRCS += $(LIBM_PATH)/kf_sin.c
[all …]
/device/google/sunfish/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
160 a -= c; a ^= rot(c, 4); c += b; \
161 b -= a; b ^= rot(a, 6); a += c; \
162 c -= b; c ^= rot(b, 8); b += a; \
163 a -= c; a ^= rot(c,16); c += b; \
164 b -= a; b ^= rot(a,19); a += c; \
165 c -= b; c ^= rot(b, 4); b += a; \
193 #define final(a,b,c) \ argument
195 c ^= b; c -= rot(b,14); \
196 a ^= c; a -= rot(c,11); \
[all …]
Djson_tokener.c226 ( ++(str), ((tok)->char_offset)++, c)
236 char c = '\1'; in json_tokener_parse_ex() local
258 while (PEEK_CHAR(c, tok)) { in json_tokener_parse_ex()
265 while (isspace((int)c)) { in json_tokener_parse_ex()
266 if ((!ADVANCE_CHAR(str, tok)) || (!PEEK_CHAR(c, tok))) in json_tokener_parse_ex()
269 if(c == '/' && !(tok->flags & JSON_TOKENER_STRICT)) { in json_tokener_parse_ex()
271 printbuf_memappend_fast(tok->pb, &c, 1); in json_tokener_parse_ex()
280 switch(c) { in json_tokener_parse_ex()
312 tok->quote_char = c; in json_tokener_parse_ex()
359 printbuf_memappend_fast(tok->pb, &c, 1); in json_tokener_parse_ex()
[all …]
DRELEASE_CHECKLIST.txt5 git clone https://github.com/json-c/json-c json-c-${release}
6 cd json-c-${release}
14 git branch json-c-${release}
15 git checkout json-c-${release}
55 tar -czf json-c-${release}.tar.gz -X excludes json-c-${release}
58 tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}
63 cd json-c-${release}
64 git tag -a json-c-${release}-$(date +%Y%m%d) -m "Release json-c-${release}"
66 git push origin json-c-${release}
99 cd json-c-${release}
[all …]
/device/google/redbull/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
160 a -= c; a ^= rot(c, 4); c += b; \
161 b -= a; b ^= rot(a, 6); a += c; \
162 c -= b; c ^= rot(b, 8); b += a; \
163 a -= c; a ^= rot(c,16); c += b; \
164 b -= a; b ^= rot(a,19); a += c; \
165 c -= b; c ^= rot(b, 4); b += a; \
193 #define final(a,b,c) \ argument
195 c ^= b; c -= rot(b,14); \
196 a ^= c; a -= rot(c,11); \
[all …]
Djson_tokener.c226 ( ++(str), ((tok)->char_offset)++, c)
236 char c = '\1'; in json_tokener_parse_ex() local
258 while (PEEK_CHAR(c, tok)) { in json_tokener_parse_ex()
265 while (isspace((int)c)) { in json_tokener_parse_ex()
266 if ((!ADVANCE_CHAR(str, tok)) || (!PEEK_CHAR(c, tok))) in json_tokener_parse_ex()
269 if(c == '/' && !(tok->flags & JSON_TOKENER_STRICT)) { in json_tokener_parse_ex()
271 printbuf_memappend_fast(tok->pb, &c, 1); in json_tokener_parse_ex()
280 switch(c) { in json_tokener_parse_ex()
312 tok->quote_char = c; in json_tokener_parse_ex()
359 printbuf_memappend_fast(tok->pb, &c, 1); in json_tokener_parse_ex()
[all …]
DRELEASE_CHECKLIST.txt5 git clone https://github.com/json-c/json-c json-c-${release}
6 cd json-c-${release}
14 git branch json-c-${release}
15 git checkout json-c-${release}
55 tar -czf json-c-${release}.tar.gz -X excludes json-c-${release}
58 tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}
63 cd json-c-${release}
64 git tag -a json-c-${release}-$(date +%Y%m%d) -m "Release json-c-${release}"
66 git push origin json-c-${release}
99 cd json-c-${release}
[all …]
/device/google/coral/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
160 a -= c; a ^= rot(c, 4); c += b; \
161 b -= a; b ^= rot(a, 6); a += c; \
162 c -= b; c ^= rot(b, 8); b += a; \
163 a -= c; a ^= rot(c,16); c += b; \
164 b -= a; b ^= rot(a,19); a += c; \
165 c -= b; c ^= rot(b, 4); b += a; \
193 #define final(a,b,c) \ argument
195 c ^= b; c -= rot(b,14); \
196 a ^= c; a -= rot(c,11); \
[all …]
Djson_tokener.c226 ( ++(str), ((tok)->char_offset)++, c)
236 char c = '\1'; in json_tokener_parse_ex() local
258 while (PEEK_CHAR(c, tok)) { in json_tokener_parse_ex()
265 while (isspace((int)c)) { in json_tokener_parse_ex()
266 if ((!ADVANCE_CHAR(str, tok)) || (!PEEK_CHAR(c, tok))) in json_tokener_parse_ex()
269 if(c == '/' && !(tok->flags & JSON_TOKENER_STRICT)) { in json_tokener_parse_ex()
271 printbuf_memappend_fast(tok->pb, &c, 1); in json_tokener_parse_ex()
280 switch(c) { in json_tokener_parse_ex()
312 tok->quote_char = c; in json_tokener_parse_ex()
359 printbuf_memappend_fast(tok->pb, &c, 1); in json_tokener_parse_ex()
[all …]
DRELEASE_CHECKLIST.txt5 git clone https://github.com/json-c/json-c json-c-${release}
6 cd json-c-${release}
14 git branch json-c-${release}
15 git checkout json-c-${release}
55 tar -czf json-c-${release}.tar.gz -X excludes json-c-${release}
58 tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}
63 cd json-c-${release}
64 git tag -a json-c-${release}-$(date +%Y%m%d) -m "Release json-c-${release}"
66 git push origin json-c-${release}
99 cd json-c-${release}
[all …]
/device/google/contexthub/firmware/variant/argonkey/
Dargonkey.mk29 SRCS_os += $(VARIANT_PATH)/src/os/i2c.c
30 SRCS_os += $(VARIANT_PATH)/src/os/led.c
31 SRCS_os += $(VARIANT_PATH)/src/os/spi.c
35 os/algos/calibration/accelerometer/accel_cal.c \
36 os/algos/calibration/gyroscope/gyro_cal.c \
37 os/algos/calibration/gyroscope/gyro_stillness_detect.c \
38 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
39 os/algos/calibration/diversity_checker/diversity_checker.c \
40 os/algos/calibration/over_temp/over_temp_cal.c \
41 os/algos/common/math/kasa.c \
[all …]
/device/google/contexthub/firmware/lib/libm/
DAndroid.mk28 ef_asin.c \
29 ef_atan2.c \
30 ef_exp.c \
31 ef_fmod.c \
32 ef_pow.c \
33 ef_rem_pio2.c \
34 ef_sqrt.c \
35 kf_cos.c \
36 kf_rem_pio2.c \
37 kf_sin.c \
[all …]
/device/google/contexthub/firmware/
Dneonkey_aux_variant_config.mk59 os/algos/calibration/accelerometer/accel_cal.c \
60 os/algos/calibration/gyroscope/gyro_cal.c \
61 os/algos/calibration/gyroscope/gyro_stillness_detect.c \
62 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
63 os/algos/calibration/diversity_checker/diversity_checker.c \
64 os/algos/calibration/over_temp/over_temp_cal.c \
65 os/algos/common/math/kasa.c \
66 os/algos/common/math/mat.c \
67 os/algos/common/math/quat.c \
68 os/algos/common/math/vec.c \
[all …]
Dlunchbox_aux_variant_config.mk67 os/algos/calibration/accelerometer/accel_cal.c \
68 os/algos/calibration/gyroscope/gyro_cal.c \
69 os/algos/calibration/gyroscope/gyro_stillness_detect.c \
70 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
71 os/algos/calibration/diversity_checker/diversity_checker.c \
72 os/algos/calibration/over_temp/over_temp_cal.c \
73 os/algos/common/math/kasa.c \
74 os/algos/common/math/mat.c \
75 os/algos/common/math/quat.c \
76 os/algos/common/math/vec.c \
[all …]
Dnucleo_aux_variant_config.mk59 os/algos/calibration/accelerometer/accel_cal.c \
60 os/algos/calibration/gyroscope/gyro_cal.c \
61 os/algos/calibration/gyroscope/gyro_stillness_detect.c \
62 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
63 os/algos/calibration/diversity_checker/diversity_checker.c \
64 os/algos/calibration/over_temp/over_temp_cal.c \
65 os/algos/common/math/kasa.c \
66 os/algos/common/math/mat.c \
67 os/algos/common/math/quat.c \
68 os/algos/common/math/vec.c \
[all …]
Dargonkey_aux_variant_config.mk58 os/algos/calibration/accelerometer/accel_cal.c \
59 os/algos/calibration/gyroscope/gyro_cal.c \
60 os/algos/calibration/gyroscope/gyro_stillness_detect.c \
61 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
62 os/algos/calibration/diversity_checker/diversity_checker.c \
63 os/algos/calibration/over_temp/over_temp_cal.c \
64 os/algos/common/math/kasa.c \
65 os/algos/common/math/mat.c \
66 os/algos/common/math/quat.c \
67 os/algos/common/math/vec.c \
[all …]
Dfirmware.mk77 SRCS_bl += ../lib/nanohub/sha2.c ../lib/nanohub/rsa.c ../lib/nanohub/aes.c os/core/seos.c
80 SRCS_os += os/core/printf.c os/core/timer.c os/core/seos.c os/core/heap.c os/core/slab.c os/core/sp…
81 …os += os/core/hostIntf.c os/core/hostIntfI2c.c os/core/hostIntfSpi.c os/core/nanohubCommand.c os/c…
82 SRCS_os += os/core/eventQ.c os/core/osApi.c os/core/appSec.c os/core/simpleQ.c os/core/floatRt.c os…
83 SRCS_os += os/algos/ap_hub_sync.c
84 SRCS_bl += os/core/bl.c
87 SRCS_bl += os/core/printf.c
89 SRCS_os += ../lib/nanohub/softcrc.c
DAndroid.mk30 os/core/appSec.c \
31 os/core/eventQ.c \
32 os/core/floatRt.c \
33 os/core/heap.c \
34 os/core/hostIntf.c \
35 os/core/hostIntfI2c.c \
36 os/core/hostIntfSpi.c \
37 os/core/nanohubCommand.c \
38 os/core/nanohub_chre.c \
39 os/core/osApi.c \
[all …]
/device/google/contexthub/firmware/os/platform/stm32/
DAndroid.mk38 bl.c \
39 gpio.c \
40 pwr.c \
57 apInt.c \
58 crc.c \
59 crt_stm32.c \
60 dma.c \
61 eeData.c \
62 exti.c \
63 gpio.c \
[all …]
Dstm32.mk32 SRCS_bl += os/platform/$(PLATFORM)/bl.c
35 SRCS_os += os/platform/$(PLATFORM)/crt_$(PLATFORM).c
38 SRCS_os += os/platform/$(PLATFORM)/platform.c \
39 os/platform/$(PLATFORM)/usart.c \
40 os/platform/$(PLATFORM)/gpio.c \
41 os/platform/$(PLATFORM)/pwr.c \
42 os/platform/$(PLATFORM)/wdt.c \
43 os/platform/$(PLATFORM)/i2c.c \
44 os/platform/$(PLATFORM)/exti.c \
45 os/platform/$(PLATFORM)/syscfg.c \
[all …]
/device/google/contexthub/firmware/variant/neonkey/
Dneonkey.mk30 SRCS_os += $(VARIANT_PATH)/src/os/i2c.c
31 SRCS_os += $(VARIANT_PATH)/src/os/spi.c
32 SRCS_os += $(VARIANT_PATH)/src/os/led.c
36 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
37 os/algos/calibration/diversity_checker/diversity_checker.c \
38 os/algos/common/math/kasa.c \
39 os/algos/common/math/mat.c \
40 os/algos/common/math/quat.c \
41 os/algos/common/math/vec.c \
42 os/algos/fusion.c \
[all …]
/device/google/contexthub/firmware/variant/nucleo/
Dnucleo.mk30 SRCS_os += $(VARIANT_PATH)/src/os/i2c.c
31 SRCS_os += $(VARIANT_PATH)/src/os/spi.c
35 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
36 os/algos/calibration/diversity_checker/diversity_checker.c \
37 os/algos/common/math/kasa.c \
38 os/algos/common/math/mat.c \
39 os/algos/common/math/quat.c \
40 os/algos/common/math/vec.c \
41 os/algos/fusion.c \
42 os/algos/time_sync.c
[all …]
/device/google/contexthub/firmware/variant/lunchbox/
Dlunchbox.mk29 SRCS_os += $(VARIANT_PATH)/src/os/i2c.c
30 SRCS_os += $(VARIANT_PATH)/src/os/spi.c
34 os/algos/calibration/magnetometer/mag_cal/mag_cal.c \
35 os/algos/calibration/diversity_checker/diversity_checker.c \
36 os/algos/common/math/kasa.c \
37 os/algos/common/math/mat.c \
38 os/algos/common/math/quat.c \
39 os/algos/common/math/vec.c \
40 os/algos/fusion.c \
41 os/algos/time_sync.c
[all …]
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXthreads.h185 # define xcondition_init(c) tis_cond_init(c) argument
186 # define xcondition_clear(c) tis_cond_destroy(c) argument
187 # define xcondition_wait(c,m) tis_cond_wait(c,m) argument
188 # define xcondition_signal(c) tis_cond_signal(c) argument
189 # define xcondition_broadcast(c) tis_cond_broadcast(c) argument
216 # define xcondition_init(c) cond_init(c, 0, 0) argument
217 # define xcondition_clear(c) cond_destroy(c) argument
218 # define xcondition_wait(c,m) cond_wait(c,m) argument
219 # define xcondition_signal(c) cond_signal(c) argument
220 # define xcondition_broadcast(c) cond_broadcast(c) argument
[all …]
/device/linaro/dragonboard/qcom/qrtr/
DAndroid.bp24 "lib/logging.c",
25 "lib/qrtr.c",
26 "lib/qmi.c",
37 "lib/logging.c",
38 "src/addr.c",
39 "src/ns.c",
40 "src/map.c",
41 "src/hash.c",
42 "src/waiter.c",
43 "src/util.c",
[all …]

12345678910>>...22