| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | hexdump.c | 58 int j, lx = 0; in hex_dump_to_buffer() local 85 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 88 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 90 lx += ret; in hex_dump_to_buffer() 96 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 99 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 101 lx += ret; in hex_dump_to_buffer() 107 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 110 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 112 lx += ret; in hex_dump_to_buffer() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | hexdump.c | 141 int j, lx = 0; in hex_dump_to_buffer() local 168 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 171 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 173 lx += ret; in hex_dump_to_buffer() 179 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 182 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 184 lx += ret; in hex_dump_to_buffer() 190 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 193 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 195 lx += ret; in hex_dump_to_buffer() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/ |
| H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 38 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n" 39 + "SP:%08lx PC:%08lx A0:%08lx A1:%08lx\n" 40 + "A2 :%08lx A3:%08lx A4:%08lx", 59 "EAX:%08lx EBX:%08lx ECX:%08lx EDX:%08lx\n"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | 0006-Define-correct-gregs-for-RISCV32.patch | 38 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n" 39 + "SP:%08lx PC:%08lx A0:%08lx A1:%08lx\n" 40 + "A2 :%08lx A3:%08lx A4:%08lx", 59 "EAX:%08lx EBX:%08lx ECX:%08lx EDX:%08lx\n"
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | rtlx.c | 245 struct rtlx_channel *lx; in rtlx_read() local 251 lx = &rtlx->channel[index]; in rtlx_read() 255 lx_write = lx->lx_write; in rtlx_read() 259 (size_t)(lx_write + lx->buffer_size - lx->lx_read) in rtlx_read() 260 % lx->buffer_size); in rtlx_read() 263 fl = min(count, (size_t)lx->buffer_size - lx->lx_read); in rtlx_read() 265 failed = copy_to_user(buff, lx->lx_buffer + lx->lx_read, fl); in rtlx_read() 271 failed = copy_to_user(buff + fl, lx->lx_buffer, count - fl); in rtlx_read() 277 lx->lx_read = (lx->lx_read + count) % lx->buffer_size; in rtlx_read()
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A D | err_inject.rst | 395 printf("Please remove semaphore with key=0x%lx, then run the tool.\n", 400 vbprintf("semid[%d]=0x%lx, key[%d]=%lx\n",cpu,(u64)semid[cpu],cpu, 446 sprintf(buf, "%lx", *data); 448 sprintf(buf, "%lx,%lx,%lx", data[0], data[1], data[2]); 521 printf("err_type_info=%lx\n", err_type_info); 528 printf("err_struct_info=%lx\n", err_struct_info); 535 printf("err_data_buffer=%lx\n", err_data_buffer); 549 printf("capabilities=%lx\n", capabilities); 556 printf("resources=%lx\n", resources); 623 printf("capabilities 0x%lx\n", capabilities); [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/ |
| H A D | 0001-Fix-compile-errors-on-Linux-32bit-system.patch | 16 'self->priv->thread_id' is 'unsigned long int' which should match '%lx' 19 So we should recovery the <0x%" G_GSIZE_MODIFIER "x"> to <0x%lx">. 40 + red_channel_debug(self, "thread_id 0x%lx", (unsigned long)self->priv->thread_id); 50 + "channel->thread_id (0x%lx) != " 51 + "pthread_self (0x%lx)." 65 + spice_warning("client->thread_id (0x%lx) != " 66 + "pthread_self (0x%lx)." 76 + spice_warning("client->thread_id (0x%lx) != " 77 + "pthread_self (0x%lx)."
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0018-CVE-2022-38128-1.patch | 110 - warn (_("Debug info is corrupted, abbrev size (%lx) is larger than " 111 - "abbrev section size (%lx)\n"), 118 - warn (_("Debug info is corrupted, abbrev offset (%lx) is larger than " 119 - "abbrev section size (%lx)\n"), 188 + warn (_("Debug info is corrupted, abbrev size (%lx) is larger than " 189 + "abbrev section size (%lx)\n"), 196 + warn (_("Debug info is corrupted, abbrev offset (%lx) is larger than " 197 + "abbrev section size (%lx)\n"), 336 - printf (_(" Number TAG (0x%lx)\n"), (long) offset); 338 + printf (_(" Number TAG (0x%lx)\n"), (long) offset);
|
| H A D | 0018-CVE-2022-38128-2.patch | 126 warn (_("Unable to resolve ref form: uvalue %lx + cu_offset %lx > CU size %lx\n"), 144 warn (_("Unrecognized form: 0x%lx\n"), form); 263 printf (_("\n Offset Entries starting at 0x%lx:\n"),
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 219 short lx, lw, rx, rw; member 413 span->lx = dy - x; in miComputeCircleSpans() 417 span->rw = span->lx + slw; in miComputeCircleSpans() 469 span->lx = 0; in miComputeEllipseSpans() 567 span->lx = ICEIL(xorg - outx); in miComputeEllipseSpans() 570 span->lw = ICEIL(xorg + outx) - span->lx; in miComputeEllipseSpans() 576 span->lw = ICEIL(xorg - inx) - span->lx; in miComputeEllipseSpans() 593 span->lx = ICEIL(xorg - outx); in miComputeEllipseSpans() 595 span->lw = ICEIL(xorg + outx) - span->lx; in miComputeEllipseSpans() 600 span->lw = ICEIL(xorg - inx) - span->lx; in miComputeEllipseSpans() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 72 (gdb) lx-symbols 107 (gdb) lx-dmesg 164 (gdb) apropos lx 170 lx-dmesg -- Print Linux kernel log buffer 171 lx-lsmod -- List currently loaded modules 172 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
|
| H A D | kcov.rst | 91 printf("0x%lx\n", cover[i + 1]); 190 printf("ip: 0x%lx type: 0x%lx, arg1: 0x%lx, arg2: 0x%lx, " 326 printf("0x%lx\n", cover[i + 1]);
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | events-kmem.rst | 21 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s 22 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d 23 kfree call_site=%lx ptr=%p 36 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s 37 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d 38 kmem_cache_free call_site=%lx ptr=%p
|
| H A D | kprobetrace.rst | 208 print fmt: "(%lx) dfd=%lx filename=%lx flags=%lx mode=%lx", REC->__probe_ip,
|
| H A D | uprobetracer.rst | 153 print fmt: "(%lx) arg1=%lx arg2=%lx", REC->__probe_ip, REC->arg1, REC->arg2
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
| H A D | 0001-Add-correct-printf-qualifier-for-off_t.patch | 19 - fwts_passed(fw, "EBDA region mapped at 0x%lx and reserved as a %" PRId64 31 - "EBDA region mapped at 0x%lx but not reserved in the %s table.",
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/xev/ |
| H A D | diet-x11.patch | 99 printf("Outer window is 0x%lx, inner window is 0x%lx\n", w, subw);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | distance_projected_point_ax.hpp | 99 value_type const lx = left.xtd > m_max_distance.xtd ? left.xtd - m_max_distance.xtd : 0; in operator ()() local 104 value_type const l = (std::max)(lx, la); in operator ()()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | lxdm-pam | 2 # taken from http://aur.archlinux.org/packages/lx/lxdm-git/lxdm-git.tar.gz
|
| H A D | lxdm-pam-debug | 2 # taken from http://aur.archlinux.org/packages/lx/lxdm-git/lxdm-git.tar.gz
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deftree.c | 972 unsigned lx = 0; /* running index in l_buf */ local 977 dist = s->d_buf[lx]; 978 lc = s->l_buf[lx++]; 1004 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow"); 1006 } while (lx < s->last_lit);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 304 "added stub entry for symbol %u at %#lx, GOT @%p\n", 339 + fprintf(stderr, "%s: failed %s(%#lx): %s\n", __func__, 989 + printf("nr=%d pc=%lx\n", nr, pc); 990 + printf("pc=%lx %lx\n", newpc[0], newpc[1]); 1067 debug(2,"ret = %#lx",addr); 1073 debug(2,"ret = %#lx",ret); 1076 debug(2,"ret = %#lx",addr); 1082 debug(2,"ret = %#lx",ret);
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-wiimote-modules.c | 1046 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local 1095 lx = digital_to_analog[1 - !(ext[4] & 0x80) in wiimod_classic_in_ext() 1100 lx = (ext[0] & 0x3e) - 0x20; in wiimod_classic_in_ext() 1105 lx = digital_to_analog[1 - !(ext[4] & 0x80) in wiimod_classic_in_ext() 1110 lx = (ext[0] & 0x3f) - 0x20; in wiimod_classic_in_ext() 1129 input_report_abs(wdata->extension.input, ABS_HAT1X, lx); in wiimod_classic_in_ext() 1625 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local 1668 lx = (ext[0] & 0xff) | ((ext[1] & 0x0f) << 8); in wiimod_pro_in_ext() 1674 lx -= 0x800; in wiimod_pro_in_ext() 1686 if (abs(lx) < 500) in wiimod_pro_in_ext() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 318 - unsigned lx = 0; /* running index in l_buf */ 324 - dist = s->d_buf[lx]; 325 - lc = s->l_buf[lx++]; 338 - Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx, 343 - } while (lx < s->last_lit);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0002-Mark-glibc-specific-code-so.patch | 18 INFO("setup_morecore(): heapaddr = 0x%lx\n", heapaddr);
|