| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | merge_sort.hpp | 72 size_type const half = count/2; in merge_sort_copy() local 73 merge_sort_copy(first + half, last , dest+half , comp); in merge_sort_copy() 74 merge_sort_copy(first , first + half, first + half, comp); in merge_sort_copy() 76 ( first + half, first + half + half in merge_sort_copy() 77 , dest, dest+half, dest + count in merge_sort_copy() 95 size_type const half = count/2; in merge_sort_uninitialized_copy() local 96 merge_sort_uninitialized_copy(first + half, last, uninitialized + half, comp); in merge_sort_uninitialized_copy() 97 destruct_n<value_type, RandItRaw> d(uninitialized+half); in merge_sort_uninitialized_copy() 98 d.incr(count-half); in merge_sort_uninitialized_copy() 99 merge_sort_copy(first, first + half, first + half, comp); in merge_sort_uninitialized_copy() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | signal32.c | 52 /* Load upper half */ in restore_sigcontext32() 66 /* Load upper half */ in restore_sigcontext32() 69 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 74 /* Load upper half */ in restore_sigcontext32() 77 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() 84 /* Load the upper half for iasq */ in restore_sigcontext32() 87 DBG(2,"restore_sigcontext32: upper half of iasq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 90 /* Load the upper half for iasq */ in restore_sigcontext32() 93 DBG(2,"restore_sigcontext32: upper half of iasq[1] = %#lx\n", compat_regt); in restore_sigcontext32() 98 /* Load the upper half for sar */ in restore_sigcontext32() [all …]
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | spellingtrie.h | 48 // Map from half spelling id to single char. 49 // For half ids of Zh/Ch/Sh, map to z/c/s (low case) respectively. 74 // The Yunmu id list for the spelling ids (for half ids of Shengmu, 106 // The full spl_id range for specific half id. 107 // h2f means half to full. 108 // A half id can be a ShouZiMu id (id to represent the first char of a full 110 // [1..kFullSplIdStart-1] is the arrange of half id. 114 // Map from full id to half id. 177 // first given as a half id 1, but because 'A' is a one-char Yunmu and 181 // Test if the given id is a half id. [all …]
|
| H A D | lpicache.h | 26 // Used to cache LmaPsbItem list for half spelling ids. 43 // list for half ids. 49 // Note: splid must be a half id, and lpi_items must be not NULL. The 53 // Get the cached list for the given half id. 55 // Note: splid must be a half id, and lpi_items must be not NULL. The
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | spellingtrie.h | 48 // Map from half spelling id to single char. 49 // For half ids of Zh/Ch/Sh, map to z/c/s (low case) respectively. 74 // The Yunmu id list for the spelling ids (for half ids of Shengmu, 106 // The full spl_id range for specific half id. 107 // h2f means half to full. 108 // A half id can be a ShouZiMu id (id to represent the first char of a full 110 // [1..kFullSplIdStart-1] is the arrange of half id. 114 // Map from full id to half id. 177 // first given as a half id 1, but because 'A' is a one-char Yunmu and 181 // Test if the given id is a half id. [all …]
|
| H A D | lpicache.h | 26 // Used to cache LmaPsbItem list for half spelling ids. 43 // list for half ids. 49 // Note: splid must be a half id, and lpi_items must be not NULL. The 53 // Get the cached list for the given half id. 55 // Note: splid must be a half id, and lpi_items must be not NULL. The
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mii.h | 65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ 67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ 74 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */ 77 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */ 78 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */ 97 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */ 100 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */ 101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ 125 #define ESTATUS_1000_XHALF 0x4000 /* Can do 1000BaseX Half */ 127 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | compare_circular.hpp | 41 static inline double half() { return 180.0; } in half() function 48 static inline double half() { return boost::math::constants::pi<double>(); } in half() function 91 static const double half = full / 2.0; in operator ()() local 92 CoordinateType v1 = put_in_range(c1, -half, half); in operator ()() 93 CoordinateType v2 = put_in_range(c2, -half, half); in operator ()() 96 // at max <= half a circle away from each other. in operator ()() 99 if (diff > half) in operator ()()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_ring.c | 79 unsigned int half = 2048; in igt_ring_direction() local 82 ring = mock_ring(2 * half); in igt_ring_direction() 86 GEM_BUG_ON(ring->size != 2 * half); in igt_ring_direction() 89 for (step = 1; step < half; step <<= 1) { in igt_ring_direction() 91 err |= check_ring_offset(ring, half, step); in igt_ring_direction() 93 err |= check_ring_step(ring, 0, half - 64); in igt_ring_direction() 96 err |= check_ring_offset(ring, 0, 2 * half + 64); in igt_ring_direction() 97 err |= check_ring_offset(ring, 3 * half, 1); in igt_ring_direction()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | voicin.c | 24 extern int voicin_(integer *vwin, real *inbuf, real *lpbuf, integer *buflim, integer *half, real *m… 66 /* VSTATE when HALF .EQ. 1, rather than a garbage value that could change */ 117 /* Voicing Detection (VOICIN) makes voicing decisions for each half */ 119 /* in the future (2F) for each half frame. These decisions are carried */ 122 /* decisions for each half frame. */ 142 /* within one half frame. In this case, the voicing decision transition */ 156 /* HALF - Present analysis half frame number */ 164 /* Indices 1 through 3 read if (HALF .NE. 1), otherwise untouched. 169 /* Index (HALF,3) written. */ 170 /* If (HALF .EQ. 1), skip down to "Read (HALF,3)" below. */ [all …]
|
| H A D | vparms.c | 16 extern int vparms_(integer *vwin, real *inbuf, real *lpbuf, integer *buflim, integer *half, real *d… 73 /* HALF - Half frame (1 or 2) */ 93 /* START - Lower address of current half of voicing window */ 94 /* STOP - Upper address of current half of voicing window */ 108 *buflim, integer *half, real *dither, integer *mintau, integer *zc, in vparms_() argument 130 /* over either the first or the second half of the voicing window, */ in vparms_() 131 /* depending on the variable HALF. */ in vparms_() 153 start = vwin[1] + (*half - 1) * vlen / 2 + 1; in vparms_() 160 /* HALF START STOP */ in vparms_() 165 /* Note that if VLEN is even and HALF is 2, then STOP will be */ in vparms_()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | cirrus,clps711x-intc.txt | 24 12: UTXINT1 UART1 transmit FIFO half empty 25 13: URXINT1 UART1 receive FIFO half full 29 17: SS2RX SSI2 receive FIFO half or greater full 30 18: SS2TX SSI2 transmit FIFO less than half empty 31 28: UTXINT2 UART2 transmit FIFO half empty 32 29: URXINT2 UART2 receive FIFO half full
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | mii.h | 62 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ 64 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ 71 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */ 74 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */ 75 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */ 94 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */ 97 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */ 98 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ 122 #define ESTATUS_1000_XHALF 0x4000 /* Can do 1000BX Half */ 124 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */ [all …]
|
| /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 | mii.h | 65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ 67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ 74 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */ 77 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */ 78 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */ 97 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */ 100 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */ 101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ 125 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */ 134 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex */ [all …]
|
| /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 | mii.h | 65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ 67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ 74 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */ 77 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */ 78 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */ 97 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */ 100 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */ 101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ 125 #define ESTATUS_1000_THALF 0x1000 /* Can do 1000BT Half */ 134 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex */ [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.t1040-l2switch | 53 0 enabled down 10 half 54 1 enabled down 10 half 55 2 enabled down 10 half 57 4 disabled down - half 58 5 disabled down - half 59 6 disabled down - half 60 7 disabled down - half
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/stk1160/ |
| H A D | stk1160-reg.h | 42 * Bit 1 - Decimates Half or More Column 43 * 0 Decimates less than half from original column, 45 * 1 Decimates half or more from original column, 50 * Bit 3 - Vertical Greater or Equal to Half 51 * 0 Decimates less than half from original row, 53 * 1 Decimates half or more from original row,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | main.qml | 146 property real half: e1.width * 0.5 151 property point top: Qt.point(center.x, center.y - half ) 152 property point bottomLeft: Qt.point(center.x - half, center.y + half ) 153 property point bottomRight: Qt.point(center.x + half, center.y + half ) 156 startY: center.y + half 161 PathLine { x: c_sp1.center.x; y: c_sp1.center.y + c_sp1.half }
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | stnic.c | 32 #define half unsigned short macro 100 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE() 190 half buf[2]; in stnic_get_hdr() 226 half val; in stnic_block_input() 248 length -= sizeof (half); in stnic_block_input() 274 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0]; in stnic_block_output() 276 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1]; in stnic_block_output() 279 buf += sizeof (half); in stnic_block_output() 280 length -= sizeof (half); in stnic_block_output()
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | rotary-encoder.rst | 16 a stable state with both outputs high (half-period mode) and some have 37 one step (half-period mode) 49 In half-period mode, state a) and c) above are used to determine the 52 (i.e. the rotation was not reversed half-way). 61 meaning that there it has seen half the way of a one-step transition. 68 should have happened, unless it flipped back on half the way. The
|
| /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/dvb/ |
| H A D | osd.h | 117 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */ 118 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */ 119 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */ 120 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */ 123 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */ 125 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */ 128 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */
|
| /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/dvb/ |
| H A D | osd.h | 117 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */ 118 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */ 119 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */ 120 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */ 123 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */ 125 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */ 128 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/ |
| H A D | atlx.h | 228 /* MAC Half-Duplex Control Register */ 303 #define MII_CR_FULL_DUPLEX 0x0100 /* FDX =1, half duplex =0 */ 327 #define MII_SR_100T2_HD_CAPS 0x0200 /* 100T2 Half Duplex Capable */ 329 #define MII_SR_10T_HD_CAPS 0x0800 /* 10T Half Duplex Capable */ 331 #define MII_SR_100X_HD_CAPS 0x2000 /* 100X Half Duplex Capable */ 337 #define MII_LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */ 339 #define MII_LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ 350 #define MII_AR_10T_HD_CAPS 0x0020 /* 10T Half Duplex Capable */ 352 #define MII_AR_100TX_HD_CAPS 0x0080 /* 100TX Half Duplex Capable */ 438 #define MII_ATLX_PSSR_DPLX 0x2000 /* 1=Duplex 0=Half Duplex */ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/dvb/ |
| H A D | osd.h | 153 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */ 154 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */ 155 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */ 156 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */ 159 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */ 161 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */ 164 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */
|
| /OK3568_Linux_fs/kernel/drivers/soc/ixp4xx/ |
| H A D | ixp4xx-qmgr.c | 187 int i, half = (irq == qmgr_irq_1 ? 0 : 1); in qmgr_irq() local 188 u32 req_bitmap = __raw_readl(&qmgr_regs->irqstat[half]); in qmgr_irq() 192 __raw_writel(req_bitmap, &qmgr_regs->irqstat[half]); /* ACK */ in qmgr_irq() 197 i += half * HALF_QUEUES; in qmgr_irq() 207 int half = queue / 32; in qmgr_enable_irq() local 211 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) | mask, in qmgr_enable_irq() 212 &qmgr_regs->irqen[half]); in qmgr_enable_irq() 219 int half = queue / 32; in qmgr_disable_irq() local 223 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) & ~mask, in qmgr_disable_irq() 224 &qmgr_regs->irqen[half]); in qmgr_disable_irq() [all …]
|