Home
last modified time | relevance | path

Searched refs:Len (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/rom/
A Dmonitor_rom.c227 u32 Len = _strtoul((const char*)(argv[2]), (char **)NULL, 16); in cmd_efuse() local
238 if (Cnt != Len) { in cmd_efuse()
240 Len = (Cnt < Len) ? Cnt:Len; in cmd_efuse()
243 MONITOR_LOG("efuse wmap write len:%d, string len:%d\n", Len, Cnt << 1); in cmd_efuse()
245 for (index= 0; index < Len; index++) { in cmd_efuse()
249 EFUSE_LMAP_WRITE(Addr, Len, (u8 *)(EfuseBuf)); in cmd_efuse()
294 u32 Len = _strtoul((const char*)(argv[2]), (char **)NULL, 16); in cmd_efuse() local
305 if (Cnt != Len) { in cmd_efuse()
307 Len = (Cnt < Len) ? Cnt:Len; in cmd_efuse()
310 for (index= 0; index < Len; index++) { in cmd_efuse()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dmonitor_hp.c218 u32 Len = _strtoul((const char*)(argv[2]), (char **)NULL, 16); in cmd_efuse_protect() local
229 if (Cnt != Len) { in cmd_efuse_protect()
231 Len = (Cnt < Len) ? Cnt:Len; in cmd_efuse_protect()
234 MONITOR_LOG("efuse wmap write len:%d, string len:%d\n", Len, Cnt << 1); in cmd_efuse_protect()
236 for (index= 0; index < Len; index++) { in cmd_efuse_protect()
240 EFUSE_LMAP_WRITE(Addr, Len, (u8 *)(EfuseBuf)); in cmd_efuse_protect()
285 u32 Len = _strtoul((const char*)(argv[2]), (char **)NULL, 16); in cmd_efuse_protect() local
296 if (Cnt != Len) { in cmd_efuse_protect()
298 Len = (Cnt < Len) ? Cnt:Len; in cmd_efuse_protect()
301 for (index= 0; index < Len; index++) { in cmd_efuse_protect()
[all …]
A Dmonitor_lp.c217 u32 Len = _strtoul((const char*)(argv[2]), (char **)NULL, 16); in cmd_efuse_protect() local
228 if (Cnt != Len) { in cmd_efuse_protect()
230 Len = (Cnt < Len) ? Cnt:Len; in cmd_efuse_protect()
233 MONITOR_LOG("efuse wmap write len:%d, string len:%d\n", Len, Cnt << 1); in cmd_efuse_protect()
235 for (index= 0; index < Len; index++) { in cmd_efuse_protect()
239 EFUSE_LMAP_WRITE(Addr, Len, (u8 *)(EfuseBuf)); in cmd_efuse_protect()
284 u32 Len = _strtoul((const char*)(argv[2]), (char **)NULL, 16); in cmd_efuse_protect() local
295 if (Cnt != Len) { in cmd_efuse_protect()
297 Len = (Cnt < Len) ? Cnt:Len; in cmd_efuse_protect()
300 for (index= 0; index < Len; index++) { in cmd_efuse_protect()
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dtrees.c174 send_bits(s, tree[c].Code, tree[c].Len); }
310 static_dtree[n].Len = 5; in tr_static_init()
520 bits = tree[tree[n].Dad].Len + 1;
522 tree[n].Len = (ush)bits;
566 tree[m].Len = (ush)bits;
605 int len = tree[n].Len;
645 tree[n].Len = 0;
725 tree[max_code+1].Len = (ush)0xffff; /* guard */
728 curlen = nextlen; nextlen = tree[n+1].Len;
773 curlen = nextlen; nextlen = tree[n+1].Len;
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dtrees.c167 send_bits(s, tree[c].Code, tree[c].Len); }
303 static_dtree[n].Len = 5; in tr_static_init()
512 bits = tree[tree[n].Dad].Len + 1;
514 tree[n].Len = (ush)bits;
557 tree[m].Len = (ush)bits;
597 int len = tree[n].Len;
637 tree[n].Len = 0;
711 int nextlen = tree[0].Len; /* length of next code */
717 tree[max_code+1].Len = (ush)0xffff; /* guard */
720 curlen = nextlen; nextlen = tree[n+1].Len;
[all …]
A Ddeflate.h82 #define Len dl.len macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A DSubBandBasedAEC.h25 … SubBandAec_process(SubBandAecState *st, short *datain, short *echoref, short *dataout, short Len);
/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_SYSVIEW.c497 unsigned int Len; in _EncodeStr() local
501 Len = 0; in _EncodeStr()
503 while(*(pText + Len) != 0) { in _EncodeStr()
504 Len++; in _EncodeStr()
506 if (Len > Limit) { in _EncodeStr()
507 Len = Limit; in _EncodeStr()
513 if (Len < 255) { in _EncodeStr()
514 *pPayload++ = Len; in _EncodeStr()
517 *pPayload++ = (Len & 255); in _EncodeStr()
518 *pPayload++ = ((Len >> 8) & 255); in _EncodeStr()
[all …]
A DSEGGER_SYSVIEW.h305 U8* SEGGER_SYSVIEW_EncodeData (U8* pPayload, const char* pSrc, unsigned int Len
A DSEGGER_RTT.c1220 unsigned Len; in SEGGER_RTT_WriteString() local
1222 Len = STRLEN(s); in SEGGER_RTT_WriteString()
1223 return SEGGER_RTT_Write(BufferIndex, s, Len); in SEGGER_RTT_WriteString()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_otf.h52 _LONG_CALL_ void RSIP_OTF_Mask(u32 MaskIdx, u32 Addr, u32 Len, u32 NewStatus);
A Drtl8721d_flash.h334 _LONG_CALL_ void FLASH_SetStatus(u8 Cmd, u32 Len, u8* Status);
373 void FLASH_SetStatusXIP(u8 Cmd, u32 Len, u8* Status);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt107 strCprPth = strCprPth & IIf(Right(strCprPth, Len(strFilExt)) =
148 strOriPth = Left(strargFilPth, Len(strargFilPth) - Len(strFilExt))
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_flash_ram.c163 void FLASH_SetStatusXIP(u8 Cmd, u32 Len, u8* Status) in FLASH_SetStatusXIP() argument
167 FLASH_SetStatus(Cmd, Len, Status); in FLASH_SetStatusXIP()
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dbt_skbuff.c544 RtbCheckQueueLen(IN RTB_QUEUE_HEAD* RtkQueueHead, IN uint8_t Len) in RtbCheckQueueLen() argument
546 return RtkQueueHead->QueueLen < Len ? true : false; in RtbCheckQueueLen()
A Dbt_skbuff.h354 IN uint8_t Len
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Ddeflate.h76 #define Len dl.len macro
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/
A DChangeLog.txt8 20170815 v2.0.4 Add Offset and Len options to Security Boot
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/
A DChangeLog.txt8 20170815 v2.0.4 Add Offset and Len options to Security Boot
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1951.txt419 initially in tree[I].Len; the codes are produced in
442 len = tree[n].Len;
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin356 [EFUSE Inf] %s Len: %x WordEnable: %x

Completed in 42 milliseconds