Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 28) sorted by relevance

12

/nrf52832-nimble/rt-thread/tools/
H A Dutils.py42 loc, child = os.path.split(prev)
250 la = ver1.split('.')
251 lb = ver2.split('.')
H A Dgcc.py107 for line in stdout.split(b'\n'):
H A Dmenuconfig.py66 setting = line.split('=')
H A Dsconsui.py206 items = line.split('=')
249 paths = paths.split(';')
H A Dmkdist.py241 sub_path = path.split(os.sep)
H A Dbuilding.py108 print ('Error in calling command:' + cmdline.split(' ')[0])
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-diff44 name, val = line[7:].split("=", 1)
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A DDoxyfile97 ../uip/uip-split.h \
98 ../uip/uip-split.c \
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A DREADME22 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 DREADME25 The input is split into different subdirectories since they test different
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/
H A Dqconf.cc1274 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 Dqconf.h284 QSplitter* split; variable
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtcp_out.c827 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 Dnrf_usbd.h911 __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 Dkconfig.txt98 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 Dtcp_priv.h474 err_t tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split);
/nrf52832-nimble/rt-thread/documentation/
H A Dcoding_style_en.txt188 split it into smaller ones and make each of them simplified and easy to
H A DDoxyfile851 # in which this list will be split (can be a number in the range [1..20])
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_usbd.c1324 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 DChangeLog.md192 …ation module: replace the original object container with the object list; split the symbol resolut…
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A Dconfigure19878 nfields = split(line, field, "@")
20009 split(line, arg, " ")
20017 split(mac1, mac2, "(") #)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dlibtool.m44030 " /^ *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 DCHANGELOG73 * 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 Dlwip.Doxyfile1084 # which the alphabetical index list will be split.
H A Dlwip.Doxyfile.cmake.in1084 # which the alphabetical index list will be split.

12