| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | udp_media.c | 162 struct udp_bearer *ub, struct udp_media_addr *src, in tipc_udp_xmit() argument 189 udp_tunnel_xmit_skb(rt, ub->ubsock->sk, skb, src->ipv4.s_addr, in tipc_udp_xmit() 196 .flowi6_oif = ub->ifindex, in tipc_udp_xmit() 202 ub->ubsock->sk, in tipc_udp_xmit() 211 err = udp_tunnel6_xmit_skb(ndst, ub->ubsock->sk, skb, NULL, in tipc_udp_xmit() 232 struct udp_bearer *ub; in tipc_udp_send_msg() local 242 ub = rcu_dereference(b->media_ptr); in tipc_udp_send_msg() 243 if (!ub) { in tipc_udp_send_msg() 249 return tipc_udp_xmit(net, skb, ub, src, dst, in tipc_udp_send_msg() 250 &ub->rcast.dst_cache); in tipc_udp_send_msg() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | tests.bat | 18 .\sox %noise% %file%.wav ub.raw 19 .\sox %noise% -t raw -r 8196 -u -1 -c 1 ub.raw -r 8196 -s -1 sb.raw 25 dir ub.raw 44 del ub.raw 50 .\sox %noise% %file%.au -u -r 8192 -u -1 ub.raw 51 .\sox %noise% -r 8192 -u -1 ub.raw -U -1 ub.au 52 .\sox %noise% ub.au -u ub2.raw 53 .\sox %noise% ub.au -2 ub2.sf 56 del ub.raw 57 del ub.au [all …]
|
| H A D | formats_i.c | 326 #define TWIDDLE_BYTE(ub, type) \ argument 329 ub = cswap[ub]; \ 331 ub = ((ub & 15) << 4) | (ub >> 4); \
|
| H A D | testall.sh | 64 t ub -r 8130
|
| H A D | sox_i.h | 168 int lsx_readb(sox_format_t * ft, uint8_t * ub); 189 int lsx_writeb(sox_format_t * ft, unsigned ub); 203 int lsx_unreadb(sox_format_t * ft, unsigned ub);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | interpolator.hpp | 33 …CubicBezierInterpolator(double x1_, double y1_, double x2_, double y2_) : ub(x1_, y1_, x2_, y2_) {} in CubicBezierInterpolator() 36 return ub.solve(input / (inputLevels.max - inputLevels.min), 1e-6); in interpolationFactor() 40 return ub == rhs.ub; in operator ==() 43 util::UnitBezier ub; member in mbgl::style::expression::CubicBezierInterpolator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | dbgcnt.def | 97 u) ub="$OPTARG";; 112 if [ -z "$ub" ]; then 114 ub=$(($init + $lb)) 117 ub=$(($ub * 10)) 118 #ub=`expr $ub \* 10` 119 $cmd $ub 126 while [ `expr $ub - $lb` -gt 1 ]; do 127 try=$(($lb + ( $ub - $lb ) / 2)) 132 ub=$try 137 echo ubound: $ub
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | dbgcnt.def | 97 u) ub="$OPTARG";; 112 if [ -z "$ub" ]; then 114 ub=$(($init + $lb)) 117 ub=$(($ub * 10)) 118 #ub=`expr $ub \* 10` 119 $cmd $ub 126 while [ `expr $ub - $lb` -gt 1 ]; do 127 try=$(($lb + ( $ub - $lb ) / 2)) 132 ub=$try 137 echo ubound: $ub
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mc6821.h | 35 } ub; member 43 #define pprb ub.prb 44 #define pddrb ub.ddrb
|
| /OK3568_Linux_fs/buildroot/board/avnet/s6lx9_microboard/ |
| H A D | readme.txt | 17 The image file (default name is simpleImage.lx9_mmu.ub) has to be copied 25 $ cp build/linux-<version>/arch/microblaze/boot/simpleImage.lx9_mmu.ub /tftpboot/br12.2a.ub 42 U-Boot-PetaLinux> tftp br12.2a.ub 45 Filename 'br12.2a.ub'.
|
| /OK3568_Linux_fs/kernel/arch/microblaze/boot/ |
| H A D | Makefile | 6 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.* 13 $(obj)/linux.bin.ub: $(obj)/linux.bin FORCE 28 $(obj)/simpleImage.$(DTB).ub: $(obj)/simpleImage.$(DTB) FORCE
|
| /OK3568_Linux_fs/buildroot/package/usbmount/ |
| H A D | 0001-rules-fix.patch | 15 -KERNEL=="ub*", SUBSYSTEMS=="usb", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add" 17 +KERNEL=="ub*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add" 19 KERNEL=="ub*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove"
|
| H A D | 0005-Handle-SD-card-as-well.patch | 59 -KERNEL=="ub*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/share/usbmount/usbmount add" 61 -KERNEL=="ub*", ACTION=="remove", RUN+="/usr/share/usbmount/usbmount remove"
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh4.h | 72 #define mk_pmb_data_val(ppn, ub, v, sz1, sz0, c, wt) \ argument 73 ((ppn << PMB_PPN) | (ub << PMB_UB) | \
|
| /OK3568_Linux_fs/buildroot/boot/arm-trusted-firmware/ |
| H A D | arm-trusted-firmware.mk | 148 $(ARM_TRUSTED_FIRMWARE_IMG_DIR)/atf-uboot.ub 151 $(INSTALL) -m 0644 $(ARM_TRUSTED_FIRMWARE_IMG_DIR)/atf-uboot.ub \ 152 $(BINARIES_DIR)/atf-uboot.ub
|
| /OK3568_Linux_fs/kernel/sound/soc/stm/ |
| H A D | stm32_spdifrx.c | 245 unsigned char ub[SPDIFRX_UB_BYTES_NB]; member 257 u16 *ub_ptr = (short *)spdifrx->ub; in stm32_spdifrx_dma_complete() 486 memset(spdifrx->ub, 0, SPDIFRX_UB_BYTES_NB); in stm32_spdifrx_get_ctrl_data() 548 ucontrol->value.iec958.status[0] = spdifrx->ub[0]; in stm32_spdif_user_bits_get() 549 ucontrol->value.iec958.status[1] = spdifrx->ub[1]; in stm32_spdif_user_bits_get() 550 ucontrol->value.iec958.status[2] = spdifrx->ub[2]; in stm32_spdif_user_bits_get() 551 ucontrol->value.iec958.status[3] = spdifrx->ub[3]; in stm32_spdif_user_bits_get() 552 ucontrol->value.iec958.status[4] = spdifrx->ub[4]; in stm32_spdif_user_bits_get()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | txrx.h | 69 u32 ub:1; member 134 u32 ub:1; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/ |
| H A D | tweak-ptest-script.patch | 44 … if diff -ub $dir/up.$test $dir/up-res.$test && diff -ub $dir/down.$test $dir/down-res.$test; then
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | uaccess_32.h | 172 __get_user_asm(__gu_val, ub, addr, __gu_ret); \ 200 case 1: __get_user_asm(__gu_val, ub, addr, __gu_ret); break; \
|
| /OK3568_Linux_fs/buildroot/board/zynqmp/ |
| H A D | genimage.cfg | 6 "atf-uboot.ub",
|
| H A D | readme.txt | 26 +-- atf-uboot.ub
|
| /OK3568_Linux_fs/buildroot/package/zd1211-firmware/ |
| H A D | zd1211-firmware.mk | 16 cp -dpf $(@D)/zd1211*{ub,uphr,ur} $(TARGET_DIR)/lib/firmware/zd1211
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_h323_asn1.c | 84 unsigned char ub; member 601 if (i >= f->ub) { /* Newer Version? */ in decode_seq() 689 effective_count = count > f->ub ? f->ub : count; in decode_seqof() 775 if (type >= f->ub) { /* Newer version? */ in decode_choice()
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | rack-meter.c | 240 u8 ub = (load > i) ? 0xff : 0; in rackmeter_do_timer() local 241 rm->ubuf[i + offset] = ub; in rackmeter_do_timer() 242 cumm |= ub; in rackmeter_do_timer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | interpolate.cpp | 298 auto p1 = cubicBezier.ub.getP1(); in serialize() 299 auto p2 = cubicBezier.ub.getP2(); in serialize()
|