Home
last modified time | relevance | path

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

12345678910>>...63

/AliOS-Things-master/components/py_engine/engine/py/
A Dpy.cmake9 ${MICROPY_PY_DIR}/argcheck.c
10 ${MICROPY_PY_DIR}/asmarm.c
11 ${MICROPY_PY_DIR}/asmbase.c
13 ${MICROPY_PY_DIR}/asmx64.c
14 ${MICROPY_PY_DIR}/asmx86.c
16 ${MICROPY_PY_DIR}/bc.c
17 ${MICROPY_PY_DIR}/binary.c
35 ${MICROPY_PY_DIR}/gc.c
38 ${MICROPY_PY_DIR}/map.c
53 ${MICROPY_PY_DIR}/mpz.c
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFilelists.mk34 core/def.c \
35 core/dns.c \
37 core/ip.c \
38 core/mem.c \
39 core/memp.c \
42 core/raw.c \
44 core/sys.c \
45 core/tcp.c \
49 core/udp.c \
74 api/err.c \
[all …]
/AliOS-Things-master/components/py_engine/
A Daos.mk101 …adapter/haas/moddriver.c adapter/haas/modpm.c adapter/haas/moduos.c adapter/haas/mp…
102 …adapter/haas/fs.c adapter/haas/machine_adc.c adapter/haas/machine_hw_spi.c adapter/haa…
107 …adapter/haas/modmachine.c adapter/haas/modsysteminfo.c adapter/haas/mphalport.c adapter/haas/ut…
122 …modussl_axtls.c engine/extmod/modwebrepl.c engine/extmod/vfs_blockdev.c engine/extmod/vf…
124 …modussl_mbedtls.c engine/extmod/mpbthci.c engine/extmod/vfs.c engine/extmod/vf…
147 engine/py/modcmath.c engine/py/mpstate.c engine/py/objarray.c \
151 engine/py/modcollections.c engine/py/mpz.c engine/py/objattrtuple.c \
155 engine/py/modgc.c engine/py/nativeglue.c engine/py/objbool.c \
159 engine/py/modio.c engine/py/nlraarch64.c engine/py/objboundmeth.c \
184 …engine/py/objlist.c engine/py/objsingleton.c engine/py/parsenumbase.c engine/py/sched…
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A DAndroid.mk7 jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \
8 jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
9 jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
10 jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
11 jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \
12 jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
13 jfdctfst.c jfdctint.c jidctflt.c jquant1.c \
14 jquant2.c jutils.c jmemmgr.c \
15 jmem-android.c
26 LOCAL_SRC_FILES += jidctint.c jidctfst.c
[all …]
A DMakefile.am9 LIBSOURCES = jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \
10 jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
11 jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
12 jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
13 jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \
14 jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
15 jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jquant1.c \
16 jquant2.c jutils.c jmemmgr.c @MEMORYMGR@.c
19 SYSDEPSOURCES = jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c
82 cjpeg_SOURCES = cjpeg.c rdppm.c rdgif.c rdtarga.c rdrle.c rdbmp.c \
[all …]
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.c30 return c->next_packetid = (c->next_packetid == MAX_PACKET_ID) ? 1 : c->next_packetid + 1; in getNextPacketId()
41 rc = c->ipstack->mqttwrite(c->ipstack, &c->buf[sent], length, TimerLeftMS(timer)); in sendPacket()
66 c->buf = sendbuf; in MQTTClientInit()
100 rc = c->ipstack->mqttread(c->ipstack, &i, 1, timeout); in decodePacket()
118 int rc = c->ipstack->mqttread(c->ipstack, c->readbuf, 1, TimerLeftMS(timer)); in readPacket()
228 int len = MQTTSerialize_pingreq(c->buf, c->buf_size); in keepalive()
310 else if ((len = MQTTSerialize_ack(c->buf, c->buf_size, in cycle()
434 TimerCountdown(&c->last_received, c->keepAliveInterval); in MQTTConnectWithResults()
535 … len = MQTTSerialize_subscribe(c->buf, c->buf_size, 0, getNextPacketId(c), 1, &topic, (int*)&qos); in MQTTSubscribeWithResults()
590 … if ((len = MQTTSerialize_unsubscribe(c->buf, c->buf_size, 0, getNextPacketId(c), 1, &topic)) <= 0) in MQTTUnsubscribe()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DAndroid.mk29 NEON := c.neon
33 NEON := c
41 src/dec/io_dec.c \
44 src/dec/vp8_dec.c \
50 src/demux/demux.c \
58 src/dsp/cpu.c \
59 src/dsp/dec.c \
89 src/dsp/yuv.c \
97 src/dsp/cost.c \
102 src/dsp/enc.c \
[all …]
A Dbuild.gradle20 apply plugin: "c"
106 c {
232 c {
244 c {
264 c {
280 c {
297 c {
320 c {
340 c {
361 c {
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dnimble.mk37 cmac_mode.c \
38 ecc.c \
39 ecc_dh.c \
40 utils.c \
45 ble_att.c \
50 ble_gap.c \
55 ble_hs.c \
78 ble_sm.c \
89 endian.c \
90 mem.c \
[all …]
/AliOS-Things-master/components/mbedtls/library/
A DCMakeLists.txt6 aes.c
7 aesni.c
8 arc4.c
9 aria.c
16 ccm.c
23 des.c
24 dhm.c
28 ecp.c
33 gcm.c
37 md.c
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dextmod.cmake7 ${MICROPY_DIR}/shared/libc/abort_.c
8 ${MICROPY_DIR}/shared/libc/printf.c
10 ${MICROPY_EXTMOD_DIR}/machine_i2c.c
11 ${MICROPY_EXTMOD_DIR}/machine_mem.c
16 ${MICROPY_EXTMOD_DIR}/modbtree.c
25 ${MICROPY_EXTMOD_DIR}/modujson.c
27 ${MICROPY_EXTMOD_DIR}/modure.c
37 ${MICROPY_EXTMOD_DIR}/vfs.c
39 ${MICROPY_EXTMOD_DIR}/vfs_fat.c
42 ${MICROPY_EXTMOD_DIR}/vfs_lfs.c
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_objx.mk1 CSRCS += lv_arc.c
2 CSRCS += lv_bar.c
3 CSRCS += lv_cb.c
4 CSRCS += lv_ddlist.c
5 CSRCS += lv_kb.c
6 CSRCS += lv_line.c
7 CSRCS += lv_mbox.c
10 CSRCS += lv_table.c
13 CSRCS += lv_btn.c
21 CSRCS += lv_ta.c
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A DMakefile.am65 tif_aux.c \
70 tif_dir.c \
77 tif_fax3.c \
81 tif_jbig.c \
82 tif_jpeg.c \
84 tif_luv.c \
85 tif_lzma.c \
86 tif_lzw.c \
87 tif_next.c \
89 tif_open.c \
[all …]
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_ipaddr.c9 #define in_range(c, lo, up) ((uint8_t)c >= lo && (uint8_t)c <= up) argument
10 #define isprint(c) in_range(c, 0x20, 0x7f) argument
11 #define isdigit(c) in_range(c, '0', '9') argument
12 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) argument
13 #define islower(c) in_range(c, 'a', 'z') argument
14 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … argument
33 char c; in netdev_ip4addr_aton() local
37 c = *cp; in netdev_ip4addr_aton()
51 if (c == '0') in netdev_ip4addr_aton()
54 if (c == 'x' || c == 'X') in netdev_ip4addr_aton()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A DMakefile.am26 COMMON_SOURCES += cpu.c
27 COMMON_SOURCES += dec.c
30 COMMON_SOURCES += filters.c
31 COMMON_SOURCES += lossless.c
34 COMMON_SOURCES += rescaler.c
35 COMMON_SOURCES += upsampling.c
36 COMMON_SOURCES += yuv.c
40 ENC_SOURCES += cost.c
41 ENC_SOURCES += enc.c
42 ENC_SOURCES += lossless_enc.c
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dcvtcolor.c39 if (ep <= arg || *ep || c > 65535 || (issRGB && c > 255)) in component()
45 return c; in component()
54 double c[4]; in main() local
62 c[3] = c[2] = c[1] = c[0] = 0; in main()
115 c[components] = c[components] / 255; in main()
143 c[0] = YfromRGB(c[0], c[1], c[2]); in main()
156 c[3] = c[1]; /* alpha, if present */ in main()
157 c[2] = c[1] = c[0]; in main()
169 for (i=0; i<channels; ++i) c[i] = nearbyint(c[i] * 65535); in main()
176 c[i] = sRGB_from_linear(c[i]); in main()
[all …]
/AliOS-Things-master/components/uvoice/codec/opensource/pvmp3/
A DCMakeLists.txt2 src/pvmp3_normalize.c
4 src/pvmp3_crc.c
5 src/pvmp3_decode_header.c
7 src/pvmp3_getbits.c
18 src/pvmp3_tables.c
20 src/pvmp3_mdct_6.c
21 src/pvmp3_dct_6.c
26 src/pvmp3_reorder.c
28 src/pvmp3_mdct_18.c
29 src/pvmp3_dct_9.c
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrproc.h19 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
20 #define isprint(c) in_range(c, 0x20, 0x7f) argument
21 #define isdigit(c) in_range(c, '0', '9') argument
22 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) argument
24 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … argument
26 #define isupper(c) (((c)>='A')&&((c)<='Z')) argument
27 #define islower(c) (((c)>='a')&&((c)<='z')) argument
28 #define isalpha(c) (isupper(c) || islower(c)) argument
69 return c | 0x20;
73 static inline int isodigit(const char c) in isodigit() argument
[all …]
/AliOS-Things-master/components/sensor/
A Ddrv.mk3 $(NAME)_SOURCES += drv/drv_acc_adi_adxl372.c
6 $(NAME)_SOURCES += drv/drv_acc_adi_adxl345.c
9 $(NAME)_SOURCES += drv/drv_acc_adi_adxl355.c
12 $(NAME)_SOURCES += drv/drv_acc_bosch_bma253.c
15 $(NAME)_SOURCES += drv/drv_acc_bosch_bma280.c
18 $(NAME)_SOURCES += drv/drv_acc_bosch_bma421.c
21 $(NAME)_SOURCES += drv/drv_acc_bosch_bma422.c
24 $(NAME)_SOURCES += drv/drv_acc_bosch_bma455.c
27 $(NAME)_SOURCES += drv/drv_acc_bosch_bma456.c
108 $(NAME)_SOURCES += drv/drv_acc_st_lis3dh.c
[all …]
/AliOS-Things-master/components/SDL2/test/
A DCMakeLists.txt16 add_executable(checkkeys checkkeys.c)
17 add_executable(loopwave loopwave.c)
39 add_executable(testgl2 testgl2.c)
47 add_executable(testime testime.c)
58 add_executable(testnative testnative.c testnativew32.c)
60 add_executable(testnative testnative.c testnativex11.c)
63 add_executable(testoverlay2 testoverlay2.c testyuv_cvt.c)
69 add_executable(testsem testsem.c)
76 add_executable(testver testver.c)
78 add_executable(testwm2 testwm2.c)
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/
A Dymodem.h55 #define IS_AF(c) ((c >= 'A') && (c <= 'F')) argument
56 #define IS_af(c) ((c >= 'a') && (c <= 'f')) argument
57 #define IS_09(c) ((c >= '0') && (c <= '9')) argument
58 #define ISVALIDHEX(c) IS_AF(c) || IS_af(c) || IS_09(c) argument
59 #define ISVALIDDEC(c) IS_09(c) argument
60 #define CONVERTDEC(c) (c - '0') argument
62 #define CONVERTHEX_alpha(c) (IS_AF(c) ? (c - 'A'+10) : (c - 'a'+10)) argument
63 #define CONVERTHEX(c) (IS_09(c) ? (c - '0') : CONVERTHEX_alpha(c)) argument
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfcodes.c69 c->mode = START; in inflate_codes_new()
72 c->ltree = tl; in inflate_codes_new()
73 c->dtree = td; in inflate_codes_new()
76 return c; in inflate_codes_new()
108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes()
117 c->sub.code.need = c->lbits; in inflate_codes()
118 c->sub.code.tree = c->ltree; in inflate_codes()
163 c->sub.code.need = c->dbits; in inflate_codes()
164 c->sub.code.tree = c->dtree; in inflate_codes()
207 c->len--; in inflate_codes()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/
A Dlookup3.h125 a -= c; a ^= rot(c, 4); c += b; \
127 c -= b; c ^= rot(b, 8); b += a; \
128 a -= c; a ^= rot(c,16); c += b; \
130 c -= b; c ^= rot(b, 4); b += a; \
160 c ^= b; c -= rot(b,14); \
161 a ^= c; a -= rot(c,11); \
163 c ^= b; c -= rot(b,16); \
164 a ^= c; a -= rot(c,4); \
166 c ^= b; c -= rot(b,24); \
379 final(a,b,c); in hashlittle()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c117 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
118 #define isprint(c) in_range(c, 0x20, 0x7f) argument
119 #define isdigit(c) in_range(c, '0', '9') argument
120 #define isxdigit(c) (isdigit(c) || in_range(c, 'a', 'f') || in_range(c, 'A', 'F')) argument
121 #define islower(c) in_range(c, 'a', 'z') argument
122 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … argument
159 char c; in ip4addr_aton() local
163 c = *cp; in ip4addr_aton()
176 c = *++cp; in ip4addr_aton()
177 if (c == 'x' || c == 'X') { in ip4addr_aton()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/host/
A DCMakeLists.txt18 keys_br.c
19 l2cap_br.c
20 sdp.c
25 hfp_hf.c
26 at.c
31 uuid.c
36 crypto.c
41 conn.c
42 l2cap.c
43 att.c
[all …]

Completed in 62 milliseconds

12345678910>>...63