/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-viperboard.c | 126 len2 = 0x00; in vprbrd_i2c_read() 129 rmsg->header.len2 = 0x00; in vprbrd_i2c_read() 136 len2 = 0x00; in vprbrd_i2c_read() 139 rmsg->header.len2 = 0x00; in vprbrd_i2c_read() 146 len2 = 0x00; in vprbrd_i2c_read() 149 rmsg->header.len2 = 0xff; in vprbrd_i2c_read() 156 len2 = remain_len - 512; in vprbrd_i2c_read() 166 len2 = remain_len - 512; in vprbrd_i2c_read() 176 len2 = remain_len - 512; in vprbrd_i2c_read() 186 len2 = 512; in vprbrd_i2c_read() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | levenshtein.c | 47 int len1 = strlen(string1), len2 = strlen(string2); in levenshtein() local 48 int *row0 = malloc(sizeof(int) * (len2 + 1)); in levenshtein() 49 int *row1 = malloc(sizeof(int) * (len2 + 1)); in levenshtein() 50 int *row2 = malloc(sizeof(int) * (len2 + 1)); in levenshtein() 53 for (j = 0; j <= len2; j++) in levenshtein() 59 for (j = 0; j < len2; j++) { in levenshtein() 81 i = row1[len2]; in levenshtein()
|
/openbmc/linux/fs/hfsplus/ |
H A D | unicode.c | 35 u16 len1, len2, c1, c2; in hfsplus_strcasecmp() local 39 len2 = be16_to_cpu(s2->length); in hfsplus_strcasecmp() 51 while (len2 && !c2) { in hfsplus_strcasecmp() 54 len2--; in hfsplus_strcasecmp() 68 u16 len1, len2, c1, c2; in hfsplus_strcmp() local 86 return len1 < len2 ? -1 : in hfsplus_strcmp() 87 len1 > len2 ? 1 : 0; in hfsplus_strcmp() 453 len2 = name->len; in hfsplus_compare_dentry() 476 len2 -= size; in hfsplus_compare_dentry() 515 if (len1 < len2) in hfsplus_compare_dentry() [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | sys_ppc32.c | 95 unsigned long, len1, unsigned long, len2) in PPC32_SYSCALL_DEFINE4() argument 97 return ksys_truncate(path, merge_64(len1, len2)); in PPC32_SYSCALL_DEFINE4() 102 unsigned long, len1, unsigned long, len2) in PPC32_SYSCALL_DEFINE4() argument 104 return ksys_ftruncate(fd, merge_64(len1, len2)); in PPC32_SYSCALL_DEFINE4() 129 u32, offset1, u32, offset2, u32, len1, u32, len2) in SYSCALL_DEFINE6() argument 133 merge_64(len1, len2)); in SYSCALL_DEFINE6()
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_util.h | 32 size_t *len2, in dfltcc() argument 39 size_t t5 = len2 ? *len2 : 0; in dfltcc() 68 if (len2) in dfltcc() 69 *len2 = t5; in dfltcc()
|
/openbmc/linux/fs/hfs/ |
H A D | string.c | 77 const unsigned char *s2, unsigned int len2) in hfs_strcmp() argument 81 len = (len1 > len2) ? len2 : len1; in hfs_strcmp() 88 return len1 - len2; in hfs_strcmp()
|
/openbmc/linux/include/linux/ |
H A D | crc32.h | 34 static inline u32 crc32_le_combine(u32 crc1, u32 crc2, size_t len2) in crc32_le_combine() argument 36 return crc32_le_shift(crc1, len2) ^ crc2; in crc32_le_combine() 61 static inline u32 __crc32c_le_combine(u32 crc1, u32 crc2, size_t len2) in __crc32c_le_combine() argument 63 return __crc32c_le_shift(crc1, len2) ^ crc2; in __crc32c_le_combine()
|
/openbmc/linux/arch/ia64/lib/ |
H A D | clear_user.S | 32 #define len2 r21 macro 165 mov len2=len // for parallelization of error handling 170 (p6) adds len3=-8,len2 174 (p7) adds len2=-4,len3 178 (p6) adds len3=-2,len2 200 (p6) mov len=len2
|
/openbmc/linux/lib/ |
H A D | crc32test.c | 721 u32 len1 = j, len2 = test[i].length - j; in crc32c_combine_test() local 726 len1, len2); in crc32c_combine_test() 728 if (!(crc_full == __crc32c_le_combine(crc1, crc2, len2) && in crc32c_combine_test() 809 u32 len1 = j, len2 = test[i].length - j; in crc32_combine_test() local 814 len1, len2); in crc32_combine_test() 816 if (!(crc_full == crc32_le_combine(crc1, crc2, len2) && in crc32_combine_test()
|
/openbmc/linux/fs/udf/ |
H A D | directory.c | 330 static void udf_copy_to_bufs(void *buf1, int len1, void *buf2, int len2, in udf_copy_to_bufs() argument 345 if (WARN_ON_ONCE(off + len > len2 || !buf2)) in udf_copy_to_bufs() 366 if (WARN_ON_ONCE(off + len > len2 || !buf2)) in udf_crc_fi_bufs() 384 udf_copy_to_bufs(buf1, len1, buf2, len2, off, fi, in udf_copy_fi_to_bufs() 388 udf_copy_to_bufs(buf1, len1, buf2, len2, off, impuse, in udf_copy_fi_to_bufs() 392 udf_copy_to_bufs(buf1, len1, buf2, len2, off, name, in udf_copy_fi_to_bufs() 395 udf_copy_to_bufs(buf1, len1, buf2, len2, off, zeros, in udf_copy_fi_to_bufs() 399 crc = udf_crc_fi_bufs(buf1, len1, buf2, len2, crcoff, crclen); in udf_copy_fi_to_bufs() 411 int len1, len2 = 0, off; in udf_fiiter_write_fi() local 423 len2 = blksize; in udf_fiiter_write_fi() [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | syscalls.h | 102 unsigned long len1, unsigned long len2); 104 unsigned long len1, unsigned long len2); 113 u32 len1, u32 len2); 128 unsigned long len1, unsigned long len2); 130 unsigned long len1, unsigned long len2);
|
/openbmc/linux/drivers/parport/ |
H A D | probe.c | 218 size_t idlen, len2; in parport_read_device_id() local 229 len2 = len; in parport_read_device_id() 230 while(len2 < idlen && retval > 0) { in parport_read_device_id() 233 min(sizeof tmp, idlen-len2)); in parport_read_device_id() 236 len2 += retval; in parport_read_device_id()
|
/openbmc/linux/drivers/media/tuners/ |
H A D | tda18218.c | 16 int ret = 0, len2, remaining; in tda18218_wr_regs() local 35 len2 = remaining; in tda18218_wr_regs() 36 if (len2 > (priv->cfg->i2c_wr_max - 1)) in tda18218_wr_regs() 37 len2 = (priv->cfg->i2c_wr_max - 1); in tda18218_wr_regs() 39 msg[0].len = 1 + len2; in tda18218_wr_regs() 41 memcpy(&buf[1], &val[len - remaining], len2); in tda18218_wr_regs()
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 544 int len1, len2; in kdb_search_string() local 548 len2 = strlen(searchfor); in kdb_search_string() 549 if (len1 < len2) in kdb_search_string() 551 if (kdb_grep_leading && kdb_grep_trailing && len1 != len2) in kdb_search_string() 554 if (!strncmp(searched, searchfor, len2)) in kdb_search_string() 557 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string() 563 if (!strncmp(cp, searchfor, len2)) in kdb_search_string()
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-hwbreak.c | 439 int len1, len2; in test_multi_sethwdebug_range() local 445 len2 = B_LEN; in test_multi_sethwdebug_range() 447 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2); in test_multi_sethwdebug_range() 459 check_success(child_pid, name2, "RO", wp_addr2, len2); in test_multi_sethwdebug_range() 470 int len1, len2; in test_multi_sethwdebug_range_dawr_overlap() local 476 len2 = A_LEN; in test_multi_sethwdebug_range_dawr_overlap() 478 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2); in test_multi_sethwdebug_range_dawr_overlap() 490 check_success(child_pid, name, "RO", wp_addr2, len2); in test_multi_sethwdebug_range_dawr_overlap()
|
/openbmc/linux/include/linux/mfd/ |
H A D | viperboard.h | 52 u8 len2; member 63 u8 len2; member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 308 | 98 len2=$(stat -c '%s' "$2") 100 if [ "$len1" != "$len2" ]; then 102 echo "$len1 != $len2" >&2
|
/openbmc/linux/fs/ntfs3/ |
H A D | lznt.c | 51 size_t len1 = 0, len2 = 0; in longest_match_std() local 70 len2 = 3; in longest_match_std() 72 len2 += get_match_len(src + 3, ctx->unc_end, in longest_match_std() 77 if (len1 < len2) { in longest_match_std() 79 len1 = len2; in longest_match_std()
|
/openbmc/qemu/hw/net/ |
H A D | tulip.c | 168 int len2 = (desc->control >> RDES1_BUF2_SIZE_SHIFT) & RDES1_BUF2_SIZE_MASK; in tulip_copy_rx_bytes() local 183 if (s->rx_frame_len && len2) { in tulip_copy_rx_bytes() 184 if (s->rx_frame_len > len2) { in tulip_copy_rx_bytes() 185 len = len2; in tulip_copy_rx_bytes() 582 int len2 = (desc->control >> TDES1_BUF2_SIZE_SHIFT) & TDES1_BUF2_SIZE_MASK; in tulip_copy_tx_buffers() local 596 if (s->tx_frame_len + len2 > sizeof(s->tx_frame)) { in tulip_copy_tx_buffers() 599 __func__, s->tx_frame_len, len2, sizeof(s->tx_frame)); in tulip_copy_tx_buffers() 602 if (len2) { in tulip_copy_tx_buffers() 604 s->tx_frame + s->tx_frame_len, len2); in tulip_copy_tx_buffers() 605 s->tx_frame_len += len2; in tulip_copy_tx_buffers() [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | nxt200x.c | 143 u8 attr, len2, buf; in nxt200x_writereg_multibyte() local 154 len2 = len; in nxt200x_writereg_multibyte() 166 len2 = ((attr << 4) | 0x10) | len; in nxt200x_writereg_multibyte() 174 nxt200x_writebytes(state, 0x34, &len2, 1); in nxt200x_writereg_multibyte() 202 u8 buf, len2, attr; in nxt200x_readreg_multibyte() local 211 len2 = len & 0x80; in nxt200x_readreg_multibyte() 212 nxt200x_writebytes(state, 0x34, &len2, 1); in nxt200x_readreg_multibyte() 227 len2 = (attr << 4) | len; in nxt200x_readreg_multibyte() 228 nxt200x_writebytes(state, 0x34, &len2, 1); in nxt200x_readreg_multibyte()
|
/openbmc/linux/fs/nfs/blocklayout/ |
H A D | extent_tree.c | 181 sector_t len1 = 0, len2 = 0; in __ext_tree_remove() local 197 len2 = ext_f_end(be) - end; in __ext_tree_remove() 199 if (len2 > 0) { in __ext_tree_remove() 212 orig_v_offset + orig_len - len2; in __ext_tree_remove() 214 new->be_length = len2; in __ext_tree_remove() 224 orig_v_offset + orig_len - len2; in __ext_tree_remove() 226 be->be_length = len2; in __ext_tree_remove()
|
/openbmc/qemu/audio/ |
H A D | dsoundaudio.c | 326 DWORD blen1, blen2, len1, len2; in dsound_clear_sample() local 343 len2 = blen2 / hw->info.bytes_per_frame; in dsound_clear_sample() 348 p2, blen2, len2); in dsound_clear_sample() 355 if (p2 && len2) { in dsound_clear_sample() 356 audio_pcm_info_clear_buf (&hw->info, p2, len2); in dsound_clear_sample()
|
/openbmc/linux/tools/accounting/ |
H A D | getdelays.c | 281 int c, rc, rep_len, aggr_len, len2; in main() local 499 len2 = 0; in main() 502 while (len2 < aggr_len) { in main() 537 len2 += NLA_ALIGN(na->nla_len); in main()
|
H A D | procacct.c | 227 int len2 = 0; in handle_aggr() local 231 while (len2 < aggr_len) { in handle_aggr() 256 len2 += NLA_ALIGN(na->nla_len); in handle_aggr()
|
/openbmc/qemu/include/qemu/ |
H A D | range.h | 214 uint64_t first2, uint64_t len2) in ranges_overlap() argument 217 uint64_t last2 = range_get_last(first2, len2); in ranges_overlap()
|