Home
last modified time | relevance | path

Searched refs:sn (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c517 zc_group_sn = sn; in is_hint_frame()
518 zc_prev_sn = sn; in is_hint_frame()
955 uint16_t sn = res->u.br.sn; in awss_recv_callback_smartconfig() local
984 flag_tods(tods), sn); in awss_recv_callback_smartconfig()
1026 ret = sn_compare(sn, zc_prev_sn); in awss_recv_callback_smartconfig()
1031 awss_debug("drop: %3x == %3x\r\n", sn, in awss_recv_callback_smartconfig()
1035 awss_debug("drop: %3x < %3x\r\n", sn, in awss_recv_callback_smartconfig()
1101 zc_group_sn, sn, zc_prev_sn, sn_minus(sn, zc_group_sn), pos, in awss_recv_callback_smartconfig()
1109 zc_group_sn = sn; /* TODO */ in awss_recv_callback_smartconfig()
1124 zc_group_sn = sn; in awss_recv_callback_smartconfig()
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c174 float y1,t1,t2,r,s,sn,t,u,v,w; in powf() local
243 sn = 1.0f; /* sign of result */ in powf()
248 sn = -1.0f; in powf()
255 return hy < 0 ? sn*huge*huge : sn*tiny*tiny; in powf()
257 return hy > 0 ? sn*huge*huge : sn*tiny*tiny; in powf()
339 return sn*huge*huge; /* overflow */ in powf()
342 return sn*huge*huge; /* overflow */ in powf()
344 return sn*tiny*tiny; /* underflow */ in powf()
347 return sn*tiny*tiny; /* underflow */ in powf()
381 return sn*z; in powf()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/userdata_section/
A Dnvrecord_dma_config.h24 int nvrec_dev_get_sn(char *sn);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/customparam_section/
A Dcustomparam_section.h59 uint8_t sn[CUSTOM_PARAM_SERIAL_NUM_LEN]; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/
A Dnvrecord.h154 int nvrec_dev_get_sn(char *sn);
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/
A Dzconfig_ieee80211.h106 uint16_t sn; member
/AliOS-Things-master/components/linkkit/wifi_provision/mcast_smartconfig/
A Dmcast_smartconfig.c283 res->u.br.sn = IEEE80211_SEQ_TO_SN(os_le16toh(seq_ctrl)); in awss_ieee80211_mcast_smartconfig_process()
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c2471 BYTE sn[12], sum; local
2509 mem_cpy(sn, dp->fn, 12);
2510 … if (sn[NSFLAG] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */
2513 gen_numname(dp->fn, sn, fs->lfnbuf, n); /* Generate a numbered name */
2519 dp->fn[NSFLAG] = sn[NSFLAG];
2523 nent = (sn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries to allocate */
/AliOS-Things-master/components/fatfs/src/
A Dff.c2329 BYTE sn[12], sum; local
2367 mem_cpy(sn, dp->fn, 12);
2368 if (sn[NSFLAG] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */
2371 gen_numname(dp->fn, sn, fs->lfnbuf, n); /* Generate a numbered name */
2377 dp->fn[NSFLAG] = sn[NSFLAG];
2381 nent = (sn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries to allocate */
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvg.h503 float cs = cosf(a), sn = sinf(a); in nsvg__xformSetRotation() local
504 t[0] = cs; t[1] = sn; in nsvg__xformSetRotation()
505 t[2] = -sn; t[3] = cs; in nsvg__xformSetRotation()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dmakefile.manx13 ARCHFLAGS= -sn
A Daclocal.m44033 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin1876 …��i1��a�͐�i�E������a���e�E������Đ�m1��m���W1��_�����sn�В�"�~1���a"������…
1947 …����t��1*��r�����`���В�"���T��"��������"0~rz�D���"���W10~sn�����������������"���…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m44031 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m44019 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlibtool.m44019 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.25420 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\

Completed in 82 milliseconds