Home
last modified time | relevance | path

Searched refs:is_last (Results 1 – 25 of 97) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dpop_back.hpp34 static bool const is_last = IsLast; member
43 typedef pop_back_iterator<BaseIterator, is_last> type;
68 (I2::is_last && !I1::is_last)>::type
70 (I1::is_last && !I2::is_last)>::type
81 , mpl::int_<(Last::is_last?1:0)>
129 struct prior : prior_impl<Iterator, Iterator::is_last>
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_hash_cache.c13 u32 data_len, u8 is_last) in hash_cache_calc() argument
39 if (is_last) { in hash_cache_calc()
48 is_last); in hash_cache_calc()
133 u8 is_last = 0; in crypto_hash_update_with_cache() local
139 is_last = hash_cache->left_len == data_len ? 1 : 0; in crypto_hash_update_with_cache()
144 if (IS_ALIGNED(data_len, hash_cache->len_align) || is_last) { in crypto_hash_update_with_cache()
172 &hash_cache->is_started, is_last); in crypto_hash_update_with_cache()
182 cache_data_len, is_last); in crypto_hash_update_with_cache()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddump.c15 int i, is_last; in show_devices() local
24 is_last = (last_flag >> i) & 1; in show_devices()
26 if (is_last) in show_devices()
31 if (is_last) in show_devices()
48 is_last = list_is_last(&child->sibling_node, &dev->child_head); in show_devices()
49 show_devices(child, depth + 1, (last_flag << 1) | is_last); in show_devices()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dextent_map.c402 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
412 if (is_last) in ocfs2_get_clusters_nocache()
413 *is_last = 0; in ocfs2_get_clusters_nocache()
492 if (is_last) { in ocfs2_get_clusters_nocache()
495 *is_last = 1; in ocfs2_get_clusters_nocache()
497 *is_last = 1; in ocfs2_get_clusters_nocache()
505 *is_last = 1; in ocfs2_get_clusters_nocache()
739 int ret, is_last; in ocfs2_fiemap() local
771 is_last = 0; in ocfs2_fiemap()
772 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dkalmia.c245 int is_last; in kalmia_rx_fixup() local
281 is_last = true; in kalmia_rx_fixup()
287 is_last = (memcmp(skb->data + ether_packet_length, in kalmia_rx_fixup()
290 if (!is_last) { in kalmia_rx_fixup()
299 if (is_last) { in kalmia_rx_fixup()
310 if (is_last) { in kalmia_rx_fixup()
H A Dcdc_eem.c257 int is_last; in eem_rx_fixup() local
286 is_last = (len == skb->len); in eem_rx_fixup()
287 if (is_last) in eem_rx_fixup()
313 if (is_last) in eem_rx_fixup()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/io/detail/
H A Dout.hpp60 is_last; in call() local
63 delimiter_out<tuple_delimiter_tag>::print(os, " ", is_last); in call()
64 call(os, fusion::next(first), last, is_last); in call()
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c83 unsigned int size, int is_last, in caam_hash_update() argument
107 if (is_last) { in caam_hash_update()
204 unsigned int size, int is_last) in hw_sha_update() argument
206 return caam_hash_update(ctx, buf, size, is_last, get_hash_type(algo)); in hw_sha_update()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dihs_i2c.c75 bool is_last) in ihs_i2c_transfer() argument
96 | (is_last ? 0 : I2CMB_HOLD_BUS)); in ihs_i2c_transfer()
118 bool is_last = alen <= transfer; in ihs_i2c_address() local
125 hold_bus ? false : is_last)) in ihs_i2c_address()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c297 int is_last; in s3c2410_udc_write_fifo() local
328 is_last = 1; in s3c2410_udc_write_fifo()
330 is_last = 0; in s3c2410_udc_write_fifo()
332 is_last = 2; in s3c2410_udc_write_fifo()
339 is_last, req->req.zero); in s3c2410_udc_write_fifo()
341 if (is_last) { in s3c2410_udc_write_fifo()
360 is_last = 1; in s3c2410_udc_write_fifo()
376 return is_last; in s3c2410_udc_write_fifo()
400 int is_last = 1; in s3c2410_udc_read_fifo() local
455 is_last = 1; in s3c2410_udc_read_fifo()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c155 u32 is_last; member
574 ldr_xfer_ipc_frag->fragment.is_last = 0; in ish_fw_xfer_ishtp()
577 ldr_xfer_ipc_frag->fragment.is_last = 1; in ish_fw_xfer_ishtp()
590 ldr_xfer_ipc_frag->fragment.is_last); in ish_fw_xfer_ishtp()
674 ldr_xfer_dma_frag.fragment.is_last = 0; in ish_fw_xfer_direct_dma()
677 ldr_xfer_dma_frag.fragment.is_last = 1; in ish_fw_xfer_direct_dma()
691 ldr_xfer_dma_frag.fragment.is_last, in ish_fw_xfer_direct_dma()
/OK3568_Linux_fs/kernel/scripts/basic/
H A Dfixdep.c308 int is_last, is_target; in parse_dep_file() local
325 is_last = (*p == '\0'); in parse_dep_file()
366 if (is_last) in parse_dep_file()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-xcomm.c145 bool is_last; in spi_xcomm_transfer_one() local
160 is_last = list_is_last(&t->transfer_list, &msg->transfers); in spi_xcomm_transfer_one()
163 if (cs_change ^ is_last) in spi_xcomm_transfer_one()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-lpc2k.c81 int is_last; member
146 } else if (i2c->is_last) { in i2c_lpc2k_pump_msg()
187 if (i2c->msg_idx >= i2c->msg->len - 1 && i2c->is_last) { in i2c_lpc2k_pump_msg()
313 i2c->is_last = (i == (msg_num - 1)); in i2c_lpc2k_xfer()
H A Di2c-riic.c95 int is_last; member
135 riic->is_last = (i == num - 1); in riic_xfer()
211 if (riic->is_last || riic->err) { in riic_tend_isr()
238 if (riic->is_last) { in riic_rdrf_isr()
H A Di2c-wmt.c298 int i, is_last; in wmt_i2c_xfer() local
302 is_last = ((i + 1) == num); in wmt_i2c_xfer()
306 ret = wmt_i2c_read(adap, pmsg, is_last); in wmt_i2c_xfer()
308 ret = wmt_i2c_write(adap, pmsg, is_last); in wmt_i2c_xfer()
/OK3568_Linux_fs/kernel/net/core/
H A Dtso.c17 int size, bool is_last) in tso_build_hdr() argument
40 if (!is_last) { in tso_build_hdr()
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c43 unsigned int size, int is_last) in hash_update_sha1() argument
71 const void *buf, unsigned int size, int is_last) in hash_update_sha256() argument
98 const void *buf, unsigned int size, int is_last) in hash_update_crc32() argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dtx_tso.c291 bool is_last = st->out_len <= skb_shinfo(skb)->gso_size; in tso_start_new_packet() local
294 if (!is_last) { in tso_start_new_packet()
327 if (is_last) { in tso_start_new_packet()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/
H A Ddpio-service.c683 struct dpaa2_dq *dpaa2_io_store_next(struct dpaa2_io_store *s, int *is_last) in dpaa2_io_store_next() argument
690 *is_last = 0; in dpaa2_io_store_next()
697 *is_last = 1; in dpaa2_io_store_next()
708 *is_last = 0; in dpaa2_io_store_next()
/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 Dget_turn_info_for_endpoint.hpp200 static inline operation_type union_or_blocked_same_dirs(int arrival, bool is_last) in union_or_blocked_same_dirs() argument
207 return is_last ? operation_blocked : operation_union; in union_or_blocked_same_dirs()
212 static inline operation_type union_or_blocked_different_dirs(int arrival, bool is_last) in union_or_blocked_different_dirs() argument
216 return is_last ? operation_blocked : operation_union; in union_or_blocked_different_dirs()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dstream_interleave.c190 int is_last = 0; in sctp_intl_retrieve_partial() local
227 is_last = 1; in sctp_intl_retrieve_partial()
232 is_last = 1; in sctp_intl_retrieve_partial()
248 if (is_last) { in sctp_intl_retrieve_partial()
574 int is_last = 0; in sctp_intl_retrieve_partial_uo() local
614 is_last = 1; in sctp_intl_retrieve_partial_uo()
619 is_last = 1; in sctp_intl_retrieve_partial_uo()
636 if (is_last) { in sctp_intl_retrieve_partial_uo()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dreplay.c592 struct shash_desc *log_hash, int is_last) in authenticate_sleb() argument
641 if (is_last) { in authenticate_sleb()
668 int is_last = is_last_bud(c, b->bud); in replay_bud() local
675 lnum, b->bud->jhead, offs, is_last); in replay_bud()
677 if (c->need_recovery && is_last) in replay_bud()
690 n_nodes = authenticate_sleb(c, sleb, b->bud->log_hash, is_last); in replay_bud()
/OK3568_Linux_fs/kernel/include/net/
H A Dtso.h21 int size, bool is_last);
/OK3568_Linux_fs/u-boot/include/
H A Dhw_sha.h60 unsigned int size, int is_last);

1234