| /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 | 72 sort_by_side::rank_with_rings const& incoming = aggregation.front(); in intersection_pattern_common_interior1() local 76 incoming.all_from() in intersection_pattern_common_interior1() 77 && incoming.rings.size() == 1 in intersection_pattern_common_interior1() 78 && incoming.has_only(operation_intersection); in intersection_pattern_common_interior1() 89 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior1() 96 if (check_pairs(aggregation, incoming.region_id(), 1, n - 2)) in intersection_pattern_common_interior1() 129 sort_by_side::rank_with_rings const& incoming = aggregation.front(); in intersection_pattern_common_interior2() local 133 incoming.all_from() in intersection_pattern_common_interior2() 134 && incoming.rings.size() == 2 in intersection_pattern_common_interior2() 135 && incoming.has_unique_region_id(); in intersection_pattern_common_interior2() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfsroot.c | 192 static int __init root_nfs_parse_options(char *incoming, char *exppath, in root_nfs_parse_options() argument 200 p = strsep(&incoming, ","); in root_nfs_parse_options() 209 if (incoming != NULL && *incoming != '\0') in root_nfs_parse_options() 210 if (root_nfs_cat(nfs_root_options, incoming, in root_nfs_parse_options()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | devlink.h | 18 TP_PROTO(const struct devlink *devlink, bool incoming, 21 TP_ARGS(devlink, incoming, type, buf, len), 27 __field(bool, incoming) 37 __entry->incoming = incoming; 45 __get_str(driver_name), __entry->incoming, __entry->type, 224 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | get_left_turns.hpp | 100 if (p.incoming != q.incoming) in operator ()() 102 return int(p.incoming) < int(q.incoming); in operator ()() 166 if (it->incoming) in get_left_turns() 234 if (it->incoming) in block_turns()
|
| H A D | occupation_info.hpp | 50 bool incoming; member 97 info.incoming = true; in add() 102 info.incoming = false; in add()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammu-smsdrc | 18 # incoming sms only from numbers written here (incoming sms from all other 24 # incoming sms from all numbers not written here (incoming sms from numbers
|
| /OK3568_Linux_fs/kernel/drivers/iio/buffer/ |
| H A D | industrialio-buffer-dma.c | 323 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_request_update() 349 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_request_update() 408 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable() 451 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_enqueue() 619 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_init() 651 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_exit()
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_req.c | 1428 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument 1434 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path() 1455 struct list_head *incoming, in prepare_al_transaction_nonblock() argument 1464 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) { in prepare_al_transaction_nonblock() 1500 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit() 1506 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1513 list_splice_init(&busy, &incoming); in do_submit() 1514 submit_fast_path(device, &incoming); in do_submit() 1515 if (list_empty(&incoming)) in do_submit() 1521 list_splice_init(&busy, &incoming); in do_submit() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-streamon.rst | 44 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON`` 47 succeed when at least one output buffer is in the incoming queue. 57 and it removes all buffers from the incoming and outgoing queues. That 67 the incoming queue and all are returned to the same state as after
|
| H A D | userp.rst | 111 the incoming buffer queue, and perhaps by maintaining caches assuming 115 the pages of empty buffers in the incoming queue need not be saved to 116 disk. Output buffers must be saved on the incoming and outgoing queue
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xdmauth.c | 71 XdmAuthKeyPtr incoming; in XdmAuthenticationValidator() local 78 incoming = (XdmAuthKeyPtr) incomingData->data; in XdmAuthenticationValidator() 79 XdmcpDecrementKey(incoming); in XdmAuthenticationValidator() 80 return XdmcpCompareKeys(incoming, &global_rho); in XdmAuthenticationValidator()
|
| /OK3568_Linux_fs/buildroot/package/libserial/ |
| H A D | 0001-SerialPort.cpp-fix-build-when-size_t-is-an-unsigned-.patch | 27 // Clear the data buffer and reserve enough space in the buffer to store the incoming data. 36 // Clear the data buffer and reserve enough space in the buffer to store the incoming data.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | CVE-2021-3611_1.patch | 19 the incoming responses to memory before additional incoming 31 incoming responses to memory" and raise the Overrun Interrupt flag
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0001-xtensa-fix-PR-target-91880.patch | 34 - if (!single_succ_p (entry_bb) || vec_safe_length (loop->incoming) > 1) 36 + if (!single_succ_p (entry_bb) || vec_safe_length (loop->incoming) > 1
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-service-time.c | 213 size_t incoming) in st_compare_load() argument 251 sz1 += incoming; in st_compare_load() 252 sz2 += incoming; in st_compare_load()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/ |
| H A D | procmail_3.22.bb | 3 incoming mail into separate folders/files (real convenient when subscribing\ 7 forward certain incoming mail automatically to someone."
|
| /OK3568_Linux_fs/buildroot/package/sane-backends/ |
| H A D | saned.socket | 2 Description=saned incoming socket
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | Kconfig | 88 Enabling broadcast filtering will drop any incoming wireless 90 patterns (e.g. incoming arp requests). 93 expect incoming broadcasts for their normal operations.
|
| /OK3568_Linux_fs/kernel/Documentation/netlabel/ |
| H A D | lsm_interface.rst | 35 on outgoing packets as well as read the labels on incoming packets. Functions 51 when a incoming packet matches a cached value not only are the internal
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | S50smsd | 15 mkdir -p $SPOOL/incoming
|
| H A D | 0002-fix-build-with-gcc-10.x.patch | 78 -int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess… 83 -int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set. 89 -char priviledged_numbers[SIZE_PRIVILEDGED_NUMBERS]; // Priviledged numbers in incoming messages. 140 … date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming message. 145 +extern int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set. 151 +extern char priviledged_numbers[SIZE_PRIVILEDGED_NUMBERS]; // Priviledged numbers in incoming mess… 337 -int translate_incoming; // 0 if incoming message headers are NOT transtaled. 346 +extern int translate_incoming; // 0 if incoming message headers are NOT transtaled. 432 +int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess… 437 +int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set. [all …]
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_sock.c | 231 if (!bt_cb(skb)->incoming) in hci_send_to_sock() 329 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 335 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 341 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 737 bt_cb(skb)->incoming = 1; in hci_si_event() 1421 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local 1422 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg() 1423 &incoming); in hci_sock_cmsg()
|
| /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 | hw-doloop.h | 49 vec<edge, va_gc> *incoming; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ct.h | 57 struct list_head incoming; /* incoming requests */ member
|
| /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 | hw-doloop.h | 49 vec<edge, va_gc> *incoming; member
|