| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | debug.hpp | 29 inline std::ostream &operator <<(std::ostream &sout, Tag const &) \ 31 return sout << BOOST_PP_STRINGIZE(Tag); \ 89 ostream_wrapper(std::ostream &sout) in ostream_wrapper() 90 : sout_(sout) in ostream_wrapper() 119 explicit display_expr_impl(std::ostream &sout, int depth = 0) in display_expr_impl() 122 , sout_(sout) in display_expr_impl() 185 explicit display_expr(std::ostream &sout = std::cout, int depth = 0) in display_expr() 187 , sout_(sout) in display_expr() 212 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() argument 214 functional::display_expr(sout, 0)(expr); in display_expr() local
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inffast.c | 240 unsigned short *sout; in inflate_fast() local 250 sout = (unsigned short *)(out); in inflate_fast() 258 *sout++ = *sfrom++; in inflate_fast() 260 *sout++ = get_unaligned16(sfrom++); in inflate_fast() 263 out = (unsigned char *)sout; in inflate_fast() 268 pat16 = *(sout-1); in inflate_fast() 278 *sout++ = pat16; in inflate_fast() 280 out = (unsigned char *)sout; in inflate_fast()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inffast.c | 256 unsigned short *sout; in inflate_fast() local 266 sout = (unsigned short *)(out - OFF); in inflate_fast() 273 PUP(sout) = get_unaligned(++sfrom); in inflate_fast() 275 out = (unsigned char *)sout + OFF; in inflate_fast() 280 pat16 = *(sout-2+2*OFF); in inflate_fast() 291 PUP(sout) = pat16; in inflate_fast() 293 out = (unsigned char *)sout + OFF; in inflate_fast()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | bsynz.c | 22 int bsynz_(real *coef, integer *ip, integer *iv, real *sout, real *rms, real *ratio, real *g2pass, … 92 real *sout, real *rms, real *ratio, real *g2pass, in bsynz_() argument 221 if (sout) { in bsynz_() 222 --sout; in bsynz_() 341 sout[i__] = gain * exc2[contrl_1.order + i__ - 1]; in bsynz_()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | stream_sched_prio.c | 153 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set() local 154 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set() 315 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all() local 323 sout = SCTP_SO(stream, sid); in sctp_sched_prio_sched_all() 324 if (sout->ext) in sctp_sched_prio_sched_all() 325 sctp_sched_prio_sched(stream, sout->ext); in sctp_sched_prio_sched_all()
|
| H A D | stream_sched.c | 237 struct sctp_stream_out *sout; in sctp_sched_dequeue_done() local 245 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done() 246 q->asoc->stream.out_curr = sout; in sctp_sched_dequeue_done()
|
| H A D | stream.c | 951 struct sctp_stream_out *sout; in sctp_process_strreset_resp() local 954 sout = SCTP_SO(stream, ntohs(str_p[i])); in sctp_process_strreset_resp() 955 sout->mid = 0; in sctp_process_strreset_resp() 956 sout->mid_uo = 0; in sctp_process_strreset_resp() 960 sout = SCTP_SO(stream, i); in sctp_process_strreset_resp() 961 sout->mid = 0; in sctp_process_strreset_resp() 962 sout->mid_uo = 0; in sctp_process_strreset_resp()
|
| H A D | outqueue.c | 387 struct sctp_stream_out *sout; in sctp_prsctp_prune_unsent() local 403 sout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_unsent() 404 sout->ext->abandoned_unsent[SCTP_PR_INDEX(PRIO)]++; in sctp_prsctp_prune_unsent() 407 if (asoc->stream.out_curr == sout && in sctp_prsctp_prune_unsent()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | amd_gart_64.c | 325 int nelems, struct scatterlist *sout, in __dma_map_cont() argument 342 sout->dma_address = iommu_bus_base; in __dma_map_cont() 343 sout->dma_address += iommu_page*PAGE_SIZE + s->offset; in __dma_map_cont() 344 sout->dma_length = s->length; in __dma_map_cont() 346 sout->dma_length += s->length; in __dma_map_cont() 364 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont() argument 368 sout->dma_address = start->dma_address; in dma_map_cont() 369 sout->dma_length = start->length; in dma_map_cont() 372 return __dma_map_cont(dev, start, nelems, sout, pages); in dma_map_cont()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | simult_flows.sh | 24 rm -f "$cout" "$sout" 50 sout=$(mktemp) 134 :> "$sout" 160 ip netns exec ${ns3} ./mptcp_connect -jt $timeout -l -p $port 0.0.0.0 < "$sin" > "$sout" & 189 cmp $cin $sout > /dev/null 2>&1 208 ls -l $cin $sout
|
| H A D | mptcp_join.sh | 6 sout="" 66 rm -f "$sin" "$sout" 143 :> "$sout" 168 … ${listener_ns} $mptcp_connect -t $timeout -l -p $port -s ${srv_proto} 0.0.0.0 < "$sin" > "$sout" & 223 check_transfer $cin $sout "file received by server" 404 sout=$(mktemp)
|
| H A D | mptcp_connect.sh | 9 sout="" 125 rm -f "$sin" "$sout" 141 sout=$(mktemp) 382 :> "$sout" 414 …/mptcp_connect -t $timeout -l -p $port -s ${srv_proto} $extra_args $local_addr < "$sin" > "$sout" & 454 check_transfer $cin $sout "file received by server"
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | misc.py | 68 sout = subprocess.PIPE 72 process = subprocess.Popen(cmdln_or_args, stdout=sout, 74 sout, serr = process.communicate() 76 out = ''.join([out.decode('utf-8') for out in [sout, serr] if out])
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | debug.hpp | 32 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() argument 34 boost::proto::display_expr(expr,sout); in display_expr()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.serial_multi | 35 setenv sout serial_scc; setenv baudrate 38400
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/ |
| H A D | vlc_3.0.17-1.bb | 100 …for qtpath in adapters components/epg components/playlist components/sout dialogs managers styles …
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 25394 rldb rbb,rba sout imm16,rs trtib @ra,@rb,rr
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 25394 rldb rbb,rba sout imm16,rs trtib @ra,@rb,rr
|