| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | traversal_intersection_patterns.hpp | 73 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior1() local 86 outgoing.all_to() in intersection_pattern_common_interior1() 87 && outgoing.rings.size() == 1 in intersection_pattern_common_interior1() 88 && outgoing.has_only(operation_intersection) in intersection_pattern_common_interior1() 89 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior1() 130 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior2() local 143 outgoing.all_to() in intersection_pattern_common_interior2() 144 && outgoing.rings.size() == 2 in intersection_pattern_common_interior2() 145 && outgoing.has_unique_region_id() in intersection_pattern_common_interior2() 146 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior2() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
| H A D | gnu-efi-3.0.9-fix-clang-build.patch | 4 clang-9: error: unknown argument: '-maccumulate-outgoing-args' 16 - CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 21 + CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
|
| /OK3568_Linux_fs/kernel/drivers/net/arcnet/ |
| H A D | arcnet.c | 440 skb = lp->outgoing.skb; in arcnet_reply_tasklet() 464 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_tasklet() 465 lp->outgoing.skb = NULL; in arcnet_reply_tasklet() 741 lp->outgoing.skb = skb; in arcnet_send_packet() 750 lp->outgoing.proto = proto; in arcnet_send_packet() 751 lp->outgoing.skb = skb; in arcnet_send_packet() 752 lp->outgoing.pkt = pkt; in arcnet_send_packet() 985 if (lp->outgoing.proto && in arcnet_interrupt() 986 lp->outgoing.proto->ack_tx) { in arcnet_interrupt() 987 lp->outgoing.proto in arcnet_interrupt() [all …]
|
| H A D | capmode.c | 193 lp->outgoing.skb->protocol, acked); in ack_tx() 196 arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx() 210 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx() 225 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx() 226 lp->outgoing.proto = NULL; in ack_tx()
|
| H A D | rfc1201.c | 491 out = &lp->outgoing; in prepare_tx() 494 out->dataleft = lp->outgoing.length; in prepare_tx() 513 struct Outgoing *out = &lp->outgoing; in continue_tx()
|
| /OK3568_Linux_fs/kernel/drivers/iio/buffer/ |
| H A D | industrialio-buffer-dma.c | 202 list_add_tail(&block->head, &queue->outgoing); in _iio_dma_buffer_block_done() 320 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_request_update() 461 block = list_first_entry_or_null(&queue->outgoing, struct in iio_dma_buffer_dequeue() 555 list_for_each_entry(block, &queue->outgoing, head) in iio_dma_buffer_data_available() 620 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_init() 648 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_exit()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-qbuf.rst | 56 (capturing) buffer from the driver's outgoing queue. 61 By default ``DMX_DQBUF`` blocks when no buffer is in the outgoing 78 buffer was in the outgoing queue.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,smp2p.txt | 29 Definition: three entries specifying the outgoing ipc bit used for 70 If not specified this node will denote the outgoing entry 78 Usage: required for outgoing entries
|
| H A D | qcom,smsm.txt | 18 Definition: three entries specifying the outgoing ipc bit used for 80 encompasses one outbound entry and the outgoing interrupt for the wireless
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | nvidia,tegra114-spi.txt | 28 with this tap value. This property is used to tune the outgoing data from 29 Tegra SPI master with respect to outgoing Tegra SPI master clock.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0003-ovmf-Update-to-latest.patch | 28 …64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zon… 30 …CC48_ALL_CC_FLAGS) -m64 "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zon…
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | S50smsd | 14 mkdir -p $SPOOL/outgoing
|
| H A D | 0002-fix-build-with-gcc-10.x.patch | 77 - // outgoing directory to spooler. Works together with keep_filenam… 84 -int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF-8 to I… 139 +// outgoing directory to spooler. Works together with keep_filename. 146 +extern int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF… 360 -char smsd_debug[SIZE_SMSD_DEBUG]; // Header of an outgoing message file. 362 +extern char smsd_debug[SIZE_SMSD_DEBUG]; // Header of an outgoing message file. 431 + // outgoing directory to spooler. Works together with keep_filenam… 438 +int outgoing_utf8; // 1 if outgoing files are automatically converted from UTF-8 to I… 588 +char smsd_debug[SIZE_SMSD_DEBUG]; // Header of an outgoing message file.
|
| /OK3568_Linux_fs/buildroot/package/nload/ |
| H A D | Config.in | 11 outgoing traffic using two graphs and provides additional info
|
| /OK3568_Linux_fs/kernel/include/linux/iio/ |
| H A D | buffer-dma.h | 113 struct list_head outgoing; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | isdn.h | 106 int outgoing; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | isdn.h | 106 int outgoing; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | qcom-pcie2-phy.txt | 23 - clock-output-names: name of the outgoing clock signal from the PHY PLL
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
| H A D | scripts_no_bash.patch | 20 # a sms file in the outgoing queue.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ip_dynaddr.rst | 20 ``actual`` outgoing address is unknown at the moment the link is
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-32205.patch | 84 +/* Maximum size for an outgoing cookie line libcurl will use in an http 146 + infof(data, "Restricted outgoing cookies due to header size, "
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/ |
| H A D | smstools3_3.1.21.bb | 43 install -d "${D}${localstatedir}/spool/sms/outgoing"
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-qbuf.rst | 124 (capturing) or displayed (output) buffer from the driver's outgoing 143 By default ``VIDIOC_DQBUF`` blocks when no buffer is in the outgoing 160 buffer was in the outgoing queue.
|
| H A D | dev-osd.rst | 12 outgoing video signal. Applications can set up such an overlay using 111 the target rectangle an area in the outgoing video signal where the
|
| H A D | userp.rst | 81 <VIDIOC_QBUF>` blocks when no buffer is in the outgoing queue. When the 116 disk. Output buffers must be saved on the incoming and outgoing queue
|