| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | regression.py | 125 index2 = gitarchive.rev_find(revs, 'commit', args.commit2) 127 index2 = gitarchive.rev_find(revs, 'commit_number', args.commit_number2) 130 index2 = index1 - 1 134 while index2 > 0 and revs[index2].commit_number > revs[index1].commit_number: 135 index2 = index2 - 1 141 logger.info("Comparing:\n%s\nto\n%s\n" % (revs[index1], revs[index2])) 144 target_results = resultutils.git_get_result(repo, revs[index2][2])
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | rc4.c | 44 unsigned char index2; in prepare_key() local 55 index2 = 0; in prepare_key() 57 index2 = (key_data_ptr[index1] + state[counter] + index2) % 256; in prepare_key() 58 swap_byte(&state[counter], &state[index2]); in prepare_key()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/ |
| H A D | cmd_ddr3.c | 137 u32 index, value, index2, value2; in ddr_memory_compare() local 139 for (index = address1, index2 = address2; in ddr_memory_compare() 141 index += 4, index2 += 4) { in ddr_memory_compare() 143 value2 = __raw_readl(index2); in ddr_memory_compare() 147 index, value, index2, value2); in ddr_memory_compare()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | generic-adc-battery.c | 295 int index2; in gab_probe() local 297 for (index2 = 0; index2 < index; index2++) { in gab_probe() 298 if (properties[index2] == gab_dyn_props[chan]) in gab_probe() 301 if (index2 == index) /* really new */ in gab_probe()
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm_smu_sat.c | 43 int index2; /* used for power sensors */ member 154 if (sens->index2 >= 0) { in wf_sat_sensor_get() 155 i = sens->index2 * 2; in wf_sat_sensor_get() 271 sens->index2 = -1; in wf_sat_probe() 298 sens->index2 = isens[core]; in wf_sat_probe()
|
| /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 | get_turns.hpp | 148 signed_size_type index1, signed_size_type index2) in neighbouring() argument 160 boost::ignore_unused_variable_warning(index2); in neighbouring() 172 && index2 >= n - 2 in neighbouring() 243 signed_size_type index2 = sec2.begin_index; in apply() local 249 index2, ndi2, dir2, sec1.bounding_box, robust_policy); in apply() 255 ++prev2, ++it2, ++index2, ++next2, ++ndi2) in apply() 269 skip = (skip_larger && index1 >= index2) in apply() 271 || neighbouring<Geometry1>(sec1, index1, index2) in apply() 290 sec2.ring_id.ring_index, index2); in apply() 296 … bool const is_2_first = sec2.is_non_duplicate_first && index2 == sec2.begin_index; in apply() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-build-perf-report | 544 index2 = gitarchive.rev_find(revs, 'commit', args.commit2) 546 index2 = gitarchive.rev_find(revs, 'commit_number', args.commit_number2) 549 index2 = index1 - 1 553 while index2 > 0 and revs[index2].commit_number > revs[index1].commit_number: 554 index2 = index2 - 1 560 index_l = min(index1, index2) 561 index_r = max(index1, index2)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | get_piece_turns.hpp | 208 signed_size_type index2 = sec2_first_index; in calculate_turns() local 209 move_begin_iterator<0>(it2_first, it2_beyond, index2, in calculate_turns() 213 move_begin_iterator<1>(it2_first, it2_beyond, index2, in calculate_turns() 230 the_model.operations[1].seg_id.segment_index = index2; // override in calculate_turns()
|
| /OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/ |
| H A D | altera.c | 249 u32 index2; in altera_execute() local 1754 index2 = copy_index2; in altera_execute() 1818 index2 += (count - 1); in altera_execute() 1823 charptr_tmp[index2 >> 3] |= in altera_execute() 1824 (1 << (index2 & 7)); in altera_execute() 1826 charptr_tmp[index2 >> 3] &= in altera_execute() 1827 ~(1 << (index2 & 7)); in altera_execute() 1831 --index2; in altera_execute() 1833 ++index2; in altera_execute() 2014 u32 index2; in altera_execute() local [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 125 BITS32 index2; in ChangeGC() local 135 index2 = (BITS32) lowbit(mask); in ChangeGC() 136 mask &= ~index2; in ChangeGC() 137 pGC->stateChanges |= index2; in ChangeGC() 138 switch (index2) { in ChangeGC() 619 BITS32 index2; in CopyGC() local 629 index2 = (BITS32) lowbit(mask); in CopyGC() 630 mask &= ~index2; in CopyGC() 631 switch (index2) { in CopyGC()
|
| /OK3568_Linux_fs/kernel/lib/842/ |
| H A D | 842_compress.c | 100 int index2[4]; member 267 ret = add_bits(p, p->index2[b >> 1], I2_BITS); in add_template() 449 p->index2[0] = INDEX_NOT_CHECKED; in process_next() 450 p->index2[1] = INDEX_NOT_CHECKED; in process_next() 451 p->index2[2] = INDEX_NOT_CHECKED; in process_next() 452 p->index2[3] = INDEX_NOT_CHECKED; in process_next()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/ |
| H A D | hmm.c | 64 int index2 = 0; in bo_show() local 90 ret = scnprintf(buf + index1 + index2, in bo_show() 91 PAGE_SIZE - index1 - index2, in bo_show() 96 index2 += ret; in bo_show() 101 return index1 + index2 + 1; in bo_show()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 1236 int k, shift, leftover, index, index2; in XineramaGetImageData() local 1253 for (j = 0, index = (pitch * y) + x, index2 = 0; j < h; in XineramaGetImageData() 1254 j++, index += pitch, index2 += ScratchPitch) { in XineramaGetImageData() 1257 memcpy(data + index, ScratchMem + index2, w); in XineramaGetImageData() 1260 ScratchMem + index2, w); in XineramaGetImageData() 1265 SHIFT_L(ScratchMem[index2 + w], shift); in XineramaGetImageData() 1268 SHIFT_R(ScratchMem[index2 + w], in XineramaGetImageData()
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | rsc_dump.h | 38 int index2; member
|
| /OK3568_Linux_fs/buildroot/package/w_scan/ |
| H A D | Config.in | 14 https://www.gen2vdr.de/wirbel/w_scan/index2.html
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | ax-Smedsbole | 3 # (http://wirbel.htpc-forum.de/w_scan/index2.html)
|
| H A D | es-Santander | 2 # (http://wirbel.htpc-forum.de/w_scan/index2.html)
|
| H A D | bg-Sofia | 3 # (http://wirbel.htpc-forum.de/w_scan/index2.html)
|
| H A D | pl-Szczecin | 3 # (http://wirbel.htpc-forum.de/w_scan/index2.html)
|
| H A D | pl-Czestochowa | 3 # (http://wirbel.htpc-forum.de/w_scan/index2.html)
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_ncm.c | 1182 unsigned index, index2; in ncm_unwrap_ntb() local 1269 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb() 1274 index = index2; in ncm_unwrap_ntb() 1310 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb() 1314 if (index2 > block_len - opts->dpe_size) { in ncm_unwrap_ntb() 1316 "Bad index: %#X\n", index2); in ncm_unwrap_ntb() 1336 if (index2 == 0 || dg_len2 == 0) in ncm_unwrap_ntb()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/ |
| H A D | ca-AB-Calgary | 3 # (http://wirbel.htpc-forum.de/w_scan/index2.html)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/ |
| H A D | redistribute_elements.hpp | 197 size_t index2 = 0; in apply() local 203 ::apply(elements, index2, in apply() 219 choosen_index = index2; in apply()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | rsc_dump.c | 147 MLX5_SET(resource_dump, cmd->cmd, index2, key->index2); in mlx5_rsc_dump_cmd_create()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-maxim-cameras-s66.dtsi | 104 * index2: frame num of monitoring cycle 199 * index2: frame num of monitoring cycle
|