Home
last modified time | relevance | path

Searched full:consume (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dpbf_reader.hpp450 * Consume the current field.
481 * Consume and return value of current "bool" field.
496 * Consume and return value of current "enum" field.
508 * Consume and return value of current "int32" varint field.
520 * Consume and return value of current "sint32" varint field.
532 * Consume and return value of current "uint32" varint field.
544 * Consume and return value of current "int64" varint field.
556 * Consume and return value of current "sint64" varint field.
568 * Consume and return value of current "uint64" varint field.
580 * Consume and return value of current "fixed32" field.
[all …]
/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H A Dtascam-transaction.c63 int i, len, consume; in fill_message() local
71 consume = snd_rawmidi_transmit_peek(substream, msg, 3); in fill_message()
72 if (consume == 0) in fill_message()
78 for (i = 0; i < consume; ++i) { in fill_message()
87 consume = i + 1; in fill_message()
90 } else if (consume == 3) { in fill_message()
97 len = consume; in fill_message()
111 /* Calculate consume bytes. */ in fill_message()
119 if (consume < len - 1) in fill_message()
121 consume = len - 1; in fill_message()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dreader.h564 while (RAPIDJSON_UNLIKELY(Consume(is, '/'))) { in SkipWhitespaceAndComments()
565 if (Consume(is, '*')) { in SkipWhitespaceAndComments()
569 else if (Consume(is, '*')) { in SkipWhitespaceAndComments()
570 if (Consume(is, '/')) in SkipWhitespaceAndComments()
577 else if (RAPIDJSON_LIKELY(Consume(is, '/'))) in SkipWhitespaceAndComments()
599 if (Consume(is, '}')) { in ParseObject()
615 if (RAPIDJSON_UNLIKELY(!Consume(is, ':'))) in ParseObject()
667 if (Consume(is, ']')) { in ParseArray()
681 if (Consume(is, ',')) { in ParseArray()
685 else if (Consume(is, ']')) { in ParseArray()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtrace_pipe.tc9 : "trace interface never consume the ring buffer"
13 : "trace interface never consume the ring buffer"
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/sdio/
H A Drtl8822cs_xmit.c174 u32 consume; in xmit_xmitframes() local
216 consume = 0; in xmit_xmitframes()
287 consume--; in xmit_xmitframes()
305 consume++; in xmit_xmitframes()
389 if (consume) in xmit_xmitframes()
390 RTW_INFO(FUNC_ADPT_FMT" acq[%u], consume:%u\n", FUNC_ADPT_ARG(adapter), inx[idx], consume); in xmit_xmitframes()
392 while (consume--) in xmit_xmitframes()
/OK3568_Linux_fs/kernel/include/linux/
H A Dptr_ring.h39 int batch; /* number of entries to consume in a batch */
121 * consume in interrupt or BH context, you must disable interrupts/BH when
188 * re-test __ptr_ring_empty and/or consume the ring enteries
251 * Doing it naively at each consume would be as simple as: in __ptr_ring_discard_one()
508 * In particular if you consume ring in interrupt or BH context, you must
587 * In particular if you consume ring in interrupt or BH context, you must
616 * In particular if you consume ring in interrupt or BH context, you must
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/sdio/
H A Drtl8189fs_xmit.c296 u32 consume; in xmit_xmitframes() local
324 consume = 0; in xmit_xmitframes()
395 consume--; in xmit_xmitframes()
409 consume++; in xmit_xmitframes()
477 if (consume) in xmit_xmitframes()
478 RTW_INFO(FUNC_ADPT_FMT" acq[%u], consume:%u\n", FUNC_ADPT_ARG(padapter), inx[idx], consume); in xmit_xmitframes()
480 while (consume--) in xmit_xmitframes()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/sdio/
H A Drtl8723ds_xmit.c295 u32 consume; in xmit_xmitframes() local
333 consume = 0; in xmit_xmitframes()
404 consume--; in xmit_xmitframes()
418 consume++; in xmit_xmitframes()
484 if (consume) in xmit_xmitframes()
485 RTW_INFO(FUNC_ADPT_FMT" acq[%u], consume:%u\n", FUNC_ADPT_ARG(padapter), inx[idx], consume); in xmit_xmitframes()
487 while (consume--) in xmit_xmitframes()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/sdio/
H A Drtl8723ds_xmit.c296 u32 consume; in xmit_xmitframes() local
323 consume = 0; in xmit_xmitframes()
394 consume--; in xmit_xmitframes()
408 consume++; in xmit_xmitframes()
474 if (consume) in xmit_xmitframes()
475 RTW_INFO(FUNC_ADPT_FMT" acq[%u], consume:%u\n", FUNC_ADPT_ARG(padapter), inx[idx], consume); in xmit_xmitframes()
477 while (consume--) in xmit_xmitframes()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/sdio/
H A Drtl8189fs_xmit.c295 u32 consume; in xmit_xmitframes() local
323 consume = 0; in xmit_xmitframes()
394 consume--; in xmit_xmitframes()
408 consume++; in xmit_xmitframes()
476 if (consume) in xmit_xmitframes()
477 RTW_INFO(FUNC_ADPT_FMT" acq[%u], consume:%u\n", FUNC_ADPT_ARG(padapter), inx[idx], consume); in xmit_xmitframes()
479 while (consume--) in xmit_xmitframes()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dprobes.h43 * We assume one instruction can consume at most 64 bytes stack, which is
44 * 'push {r0-r15}'. Instructions consume more or unknown stack space like
/OK3568_Linux_fs/kernel/drivers/iio/
H A Diio_core_trigger.h11 * @indio_dev: iio_dev associated with the device that will consume the trigger
31 * @indio_dev: iio_dev associated with the device that will consume the trigger
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-tegra114.c404 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local
407 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_client_txbuf_to_spi_txbuf()
408 consume = t->len - tspi->cur_pos; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
409 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
413 for (i = 0; consume && (i < tspi->bytes_per_word); in tegra_spi_copy_client_txbuf_to_spi_txbuf()
414 i++, consume--) in tegra_spi_copy_client_txbuf_to_spi_txbuf()
444 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() local
447 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
448 consume = t->len - tspi->cur_pos; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
449 read_bytes = consume; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Damlogic,gxbb-aoclkc.txt26 to specify the clock which they consume. All available clocks are defined as
33 to specify the reset which they consume. All available resets are defined as
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h1000 * that ILK packets may consume. When the threshold is
1003 * that NPS packets may consume. When the threshold is
1006 * that the sum of ILK and NPS packets may consume.
1008 * flows may consume before ILK_XOFF is sent to the BMI_X2P_ARB.
1010 * flows may consume before NPS XOFF is sent to the BMI_X2p_ARB.
1012 * packet flows may consume before both NPS_XOFF and ILK_XOFF
1108 * ILK packet flows may consume before ILK XOFF is
1111 * NPS_SLC packet flow may consume before NPS_SLC XOFF is
1114 * NPS_UNS packet flow may consume before NPS_UNS XOFF is
1117 * NPS_SLC packet flows may consume before NPS_UNS XOFF, NSP_SLC and
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmwifi_channels.c400 a++; /* consume the char */ in wf_chspec_aton()
429 a ++; /* consume the 'u','l', or '/' */ in wf_chspec_aton()
476 a ++; /* consume the u/l char */ in wf_chspec_aton()
488 * check and consume this string. in wf_chspec_aton()
492 a ++; /* consume the char '+' */ in wf_chspec_aton()
494 /* consume the '80/' string */ in wf_chspec_aton()
508 a ++; /* consume the char */ in wf_chspec_aton()
516 * check and consume this string. in wf_chspec_aton()
520 a ++; /* consume the char '.' */ in wf_chspec_aton()
522 /* consume the '5' string */ in wf_chspec_aton()
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dacpi-info.rst45 describe all the address space they consume.  This includes all the windows
127 Play system determines what resources the device should consume and
130 In ACPI, devices can consume resources (for example, legacy keyboards),
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c284 /* consume uninteresting buffer */ in gssx_dec_option_array()
331 /* we assume we have no options for now, so simply consume them */ in gssx_dec_status()
509 /* we assume we have no attributes for now, so simply consume them */ in gssx_dec_name()
515 /* we assume we have no options for now, so simply consume them */ in gssx_dec_name()
682 /* we assume we have no options for now, so simply consume them */ in gssx_dec_ctx()
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_types.h62 /* This does not consume the kref on uobj */
69 /* This does not consume the kref on uobj */
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dqed_chain.h77 * as produce / consume.
80 /* Point to next element to produce/consume */
134 * for fastpath operation [consume/produce] but only for the SINGLE
492 * call to qed_chain_produce/consume. Instead, the indices in qed_chain_reset()
/OK3568_Linux_fs/kernel/arch/powerpc/
H A DKconfig18 # is 2^47 (128TB). As a maximum, allow randomisation to consume up to
21 # consume "normal" amounts of address space. Book3S 64 only supports 64K
27 # address space is 2^46 (64TB). Allow randomisation to consume up to 16T
35 # Allow randomisation to consume up to 1GB of address space (2^30).
44 # Allow randomisation to consume up to 512MB of address space (2^29).
52 # Allow randomisation to consume up to 8MB of address space (2^23).
/OK3568_Linux_fs/kernel/drivers/dma/qcom/
H A Dhidma_ll.c235 * Return 0 if there is nothing to consume or no pending TREs/EVREs found.
255 * may not match. Only consume the ones that hardware told us. in hidma_handle_tre_completion()
355 * The interrupt handler for HIDMA will try to consume as many pending
364 * be delivered while we are working. It will try to consume incoming
419 * Try to consume as many EVREs as possible. in hidma_ll_int_handler_internal()
/OK3568_Linux_fs/external/xserver/doc/
H A Dsmartsched163 two purposes -- first, it allows the server to consume no CPU cycles
185 1. Clients which consume their entire slice are penalized
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c154 /* Consume 'bootelf' */ in do_bootelf()
161 /* Consume flag. */ in do_bootelf()
166 /* Consume address */ in do_bootelf()
/OK3568_Linux_fs/buildroot/package/qt5/qt5websockets/
H A DConfig.in11 consume data received from the server, or both.

12345678910>>...30