| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | dynack.c | 188 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to() 190 INCR(da->st_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to() 192 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to() 269 INCR(da->st_rbf.t_rb, ATH_DYN_BUF); in ath_dynack_sample_tx_ts() 271 INCR(da->st_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_sample_tx_ts() 303 INCR(da->ack_rbf.t_rb, ATH_DYN_BUF); in ath_dynack_sample_ack_ts() 305 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_sample_ack_ts()
|
| H A D | xmit.c | 287 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in ath_tx_update_baw() 288 INCR(tid->baw_head, ATH_TID_MAX_BUFS); in ath_tx_update_baw() 312 INCR(tid->baw_tail, ATH_TID_MAX_BUFS); in ath_tx_addto_baw() 1856 INCR(idx, ATH_TXFIFO_DEPTH); in ath_draintxq() 2007 INCR(txq->txq_headidx, ATH_TXFIFO_DEPTH); in ath_tx_txqaddbuf() 2182 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in ath_tx_setup_buffer() 2722 INCR(txq->txq_tailidx, ATH_TXFIFO_DEPTH); in ath_tx_edma_tasklet()
|
| H A D | ath9k.h | 86 #define INCR(_l, _sz) do { \ macro
|
| H A D | main.c | 875 INCR(idx, ATH_TXFIFO_DEPTH); in ath9k_txq_has_key()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_avx-x86_64.S | 433 vpaddd ONE(%rip), %xmm9, %xmm9 # INCR CNT to get Yn 1012 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1090 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1094 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1098 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1102 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1106 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1110 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1114 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1118 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 [all …]
|
| H A D | aesni-intel_asm.S | 346 paddd ONE(%rip), %xmm0 # INCR CNT to get Yn 806 paddd \TMP1, \XMM0 # INCR Y0 876 paddd \TMP1, \XMM0 # INCR Y0 880 paddd \TMP1, \XMM0 # INCR Y0 884 paddd \TMP1, \XMM0 # INCR Y0 888 paddd \TMP1, \XMM0 # INCR Y0 994 paddd ONE(%rip), \XMM0 # INCR CNT 998 paddd ONE(%rip), \XMM0 # INCR CNT 1000 paddd ONE(%rip), \XMM0 # INCR CNT 1002 paddd ONE(%rip), \XMM0 # INCR CNT [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fotg210.h | 180 # define INCR(x) ((x)++) macro 182 # define INCR(x) do {} while (0) macro
|
| H A D | ehci.h | 245 # define INCR(x) ((x)++) macro 247 # define INCR(x) do {} while (0) macro
|
| H A D | ehci-hcd.c | 767 INCR(ehci->stats.normal); in ehci_irq() 769 INCR(ehci->stats.error); in ehci_irq() 793 INCR(ehci->stats.iaa); in ehci_irq()
|
| H A D | ehci-timer.c | 350 INCR(ehci->stats.lost_iaa); in ehci_iaa_watchdog()
|
| H A D | ehci-q.c | 259 INCR(ehci->stats.unlink); in ehci_urb_done() 264 INCR(ehci->stats.complete); in ehci_urb_done()
|
| H A D | fotg210-hcd.c | 1288 INCR(fotg210->stats.lost_iaa); in fotg210_iaa_watchdog() 2211 INCR(fotg210->stats.unlink); in fotg210_urb_done() 2216 INCR(fotg210->stats.complete); in fotg210_urb_done() 5156 INCR(fotg210->stats.normal); in fotg210_irq() 5158 INCR(fotg210->stats.error); in fotg210_irq() 5183 INCR(fotg210->stats.iaa); in fotg210_irq()
|
| /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 | gimple.def | 238 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY> 243 for (INDEX = INITIAL; INDEX COND FINAL; INDEX {+=,-=} INCR) 265 INCR is the loop index increment. It must be tree node of type 269 INIT, COND, and INCR that are technically part of the OMP_FOR 272 INITIAL, FINAL and INCR are required to be loop invariant integer
|
| H A D | tree.def | 1136 VAR { +=, -= } INCR. 1138 from INIT, COND, and INCR that are technically part of the 1148 private. N1, N2 and INCR are required to be loop invariant integer
|
| /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 | gimple.def | 238 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY> 243 for (INDEX = INITIAL; INDEX COND FINAL; INDEX {+=,-=} INCR) 265 INCR is the loop index increment. It must be tree node of type 269 INIT, COND, and INCR that are technically part of the OMP_FOR 272 INITIAL, FINAL and INCR are required to be loop invariant integer
|
| H A D | tree.def | 1136 VAR { +=, -= } INCR. 1138 from INIT, COND, and INCR that are technically part of the 1148 private. N1, N2 and INCR are required to be loop invariant integer
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/ |
| H A D | ti-edma3.h | 41 INCR = 0, enumerator
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 282 /* Return True if this is an INCR-style transfer. */ 1035 * This is an INCR-style transfer, which means that we 1038 DebugF("is INCR\n"); 1071 /* This is used for INCR transfers. See the ICCCM for the details. */ 1491 atoms->incr = XInternAtom(xpbproxy_dpy, "INCR", False); 1503 /* This is used to get PropertyNotify events when doing INCR transfers. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | binutils.info | 1001 [--adjust-start=INCR] 1002 [--change-addresses=INCR] 1359 '--change-start INCR' 1360 '--adjust-start INCR' 1362 adding INCR. Not all object file formats support setting the start 1365 '--change-addresses INCR' 1366 '--adjust-vma INCR' 1368 start address, by adding INCR. Some object file formats do not
|
| H A D | gccint.info | 11571 {+=,-=} INCR'. 11580 and the increment expression 'INCR' are required to be loop 14373 'INCR' is the increment expression. 14423 Set 'INCR' to be the increment value for 'OMP_FOR' 'G'.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | binutils.info | 1001 [--adjust-start=INCR] 1002 [--change-addresses=INCR] 1359 '--change-start INCR' 1360 '--adjust-start INCR' 1362 adding INCR. Not all object file formats support setting the start 1365 '--change-addresses INCR' 1366 '--adjust-vma INCR' 1368 start address, by adding INCR. Some object file formats do not
|
| H A D | gccint.info | 11571 {+=,-=} INCR'. 11580 and the increment expression 'INCR' are required to be loop 14373 'INCR' is the increment expression. 14423 Set 'INCR' to be the increment value for 'OMP_FOR' 'G'.
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 142229 2 of the paths leaked, when INCR transfers were done. Now we 142553 INCR transfers mixed with a CLIPBOARD change.
|