/nrf52832-nimble/rt-thread/tools/ |
H A D | utils.py | 42 loc, child = os.path.split(prev) 250 la = ver1.split('.') 251 lb = ver2.split('.')
|
H A D | gcc.py | 107 for line in stdout.split(b'\n'):
|
H A D | menuconfig.py | 66 setting = line.split('=')
|
H A D | sconsui.py | 206 items = line.split('=') 249 paths = paths.split(';')
|
H A D | mkdist.py | 241 sub_path = path.split(os.sep)
|
H A D | building.py | 108 print ('Error in calling command:' + cmdline.split(' ')[0])
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-diff | 44 name, val = line[7:].split("=", 1)
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | Doxyfile | 97 ../uip/uip-split.h \ 98 ../uip/uip-split.c \
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/ |
H A D | README | 22 The input is split into different subdirectories since they test different
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/ |
H A D | README | 25 The input is split into different subdirectories since they test different
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/ |
H A D | qconf.cc | 1274 split = new QSplitter(this); in ConfigSearchWindow() 1275 split->setOrientation(Qt::Vertical); in ConfigSearchWindow() 1276 list = new ConfigView(split, name); in ConfigSearchWindow() 1278 info = new ConfigInfoView(split, name); in ConfigSearchWindow() 1284 layout1->addWidget(split); in ConfigSearchWindow() 1301 split->setSizes(sizes); in ConfigSearchWindow() 1315 configSettings->writeSizes("/split", split->sizes()); in saveSettings()
|
H A D | qconf.h | 284 QSplitter* split; variable
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_out.c | 827 tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split) in tcp_split_unsent_seg() argument 850 if (split == 0) { in tcp_split_unsent_seg() 855 if (useg->len <= split) { in tcp_split_unsent_seg() 859 LWIP_ASSERT("split <= mss", split <= pcb->mss); in tcp_split_unsent_seg() 874 remainder = useg->len - split; in tcp_split_unsent_seg() 885 offset = useg->p->tot_len - useg->len + split; in tcp_split_unsent_seg() 914 …seg = tcp_create_segment(pcb, p, remainder_flags, lwip_ntohl(useg->tcphdr->seqno) + split, optflag… in tcp_split_unsent_seg()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_usbd.h | 911 __STATIC_INLINE void nrf_usbd_isosplit_set(nrf_usbd_isosplit_t split); 1295 void nrf_usbd_isosplit_set(nrf_usbd_isosplit_t split) in nrf_usbd_isosplit_set() argument 1297 NRF_USBD->ISOSPLIT = split << USBD_ISOSPLIT_SPLIT_Pos; in nrf_usbd_isosplit_set()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig.txt | 98 KCONFIG_PROBABILITY y:n split y:m:n split
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcp_priv.h | 474 err_t tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split);
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | coding_style_en.txt | 188 split it into smaller ones and make each of them simplified and easy to
|
H A D | Doxyfile | 851 # in which this list will be split (can be a number in the range [1..20])
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_usbd.c | 1324 nrf_usbd_isosplit_t split = nrf_usbd_isosplit_get(); in usbd_ep_iso_capacity() local 1325 if (NRF_USBD_ISOSPLIT_HALF == split) in usbd_ep_iso_capacity()
|
/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 192 …ation module: replace the original object container with the object list; split the symbol resolut…
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | configure | 19878 nfields = split(line, field, "@") 20009 split(line, arg, " ") 20017 split(mac1, mac2, "(") #)
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | libtool.m4 | 4030 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ 4037 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ 4039 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | CHANGELOG | 73 * pbuf: split pbuf_header(s16_t) into pbuf_add_header(size_t) and 1921 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | lwip.Doxyfile | 1084 # which the alphabetical index list will be split.
|
H A D | lwip.Doxyfile.cmake.in | 1084 # which the alphabetical index list will be split.
|