| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | userdict.cpp | 231 uint8 nchar = get_lemma_nchar(offset); in get_lemma_word() local 232 return (uint16 *)(lemmas_ + offset + 2 + (nchar << 1)); in get_lemma_word() 486 uint8 nchar = get_lemma_nchar(offset); in locate_first_in_offsets() local 488 int cmp = fuzzy_compare_spell_id(splids, nchar, searchable); in locate_first_in_offsets() 489 int pre = is_fuzzy_prefix_spell_id(splids, nchar, searchable); in locate_first_in_offsets() 601 uint8 nchar = get_lemma_nchar(offset); in _get_lpis() local 604 if (!cached && 0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) { in _get_lpis() 606 if (0 != fuzzy_compare_spell_id(splids, nchar, &searchable)) { in _get_lpis() 612 if (is_fuzzy_prefix_spell_id(splids, nchar, &searchable)) { in _get_lpis() 614 is_prefix_spell_id(splids, nchar, &searchable)) { in _get_lpis() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pktlog.c | 531 int nchar; in dhd_pktlog_filter_existed() local 543 nchar = snprintf(p, len, "%d ", filter->info[i].offset); in dhd_pktlog_filter_existed() 544 p += nchar; in dhd_pktlog_filter_existed() 545 len -= nchar; in dhd_pktlog_filter_existed() 547 nchar = snprintf(p, len, "0x"); in dhd_pktlog_filter_existed() 548 p += nchar; in dhd_pktlog_filter_existed() 549 len -= nchar; in dhd_pktlog_filter_existed() 552 nchar = snprintf(p, len, "%02x", filter->info[i].mask[j]); in dhd_pktlog_filter_existed() 553 p += nchar; in dhd_pktlog_filter_existed() 554 len -= nchar; in dhd_pktlog_filter_existed() [all …]
|
| H A D | dhd_rtt.c | 984 int nchar; in rtt_prhex() local 993 nchar = snprintf(p, len, " %04d: ", i); /* line prefix */ in rtt_prhex() 994 p += nchar; in rtt_prhex() 995 len -= nchar; in rtt_prhex() 998 nchar = snprintf(p, len, "%02x ", buf[i]); in rtt_prhex() 999 p += nchar; in rtt_prhex() 1000 len -= nchar; in rtt_prhex()
|
| H A D | bcmutils.c | 4656 int nchar; in prhex() local 4665 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in prhex() 4666 p += nchar; in prhex() 4667 len -= nchar; in prhex() 4670 nchar = snprintf(p, len, "%02x ", buf[i]); in prhex() 4671 p += nchar; in prhex() 4672 len -= nchar; in prhex()
|
| H A D | dhd_common.c | 9660 int nchar; in dhd_prhex() local 9675 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in dhd_prhex() 9676 p += nchar; in dhd_prhex() 9677 len -= nchar; in dhd_prhex() 9680 nchar = snprintf(p, len, "%02x ", buf[i]); in dhd_prhex() 9681 p += nchar; in dhd_prhex() 9682 len -= nchar; in dhd_prhex()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pktlog.c | 531 int nchar; in dhd_pktlog_filter_existed() local 543 nchar = snprintf(p, len, "%d ", filter->info[i].offset); in dhd_pktlog_filter_existed() 544 p += nchar; in dhd_pktlog_filter_existed() 545 len -= nchar; in dhd_pktlog_filter_existed() 547 nchar = snprintf(p, len, "0x"); in dhd_pktlog_filter_existed() 548 p += nchar; in dhd_pktlog_filter_existed() 549 len -= nchar; in dhd_pktlog_filter_existed() 552 nchar = snprintf(p, len, "%02x", filter->info[i].mask[j]); in dhd_pktlog_filter_existed() 553 p += nchar; in dhd_pktlog_filter_existed() 554 len -= nchar; in dhd_pktlog_filter_existed() [all …]
|
| H A D | dhd_rtt.c | 984 int nchar; in rtt_prhex() local 993 nchar = snprintf(p, len, " %04d: ", i); /* line prefix */ in rtt_prhex() 994 p += nchar; in rtt_prhex() 995 len -= nchar; in rtt_prhex() 998 nchar = snprintf(p, len, "%02x ", buf[i]); in rtt_prhex() 999 p += nchar; in rtt_prhex() 1000 len -= nchar; in rtt_prhex()
|
| H A D | bcmutils.c | 4656 int nchar; in prhex() local 4665 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in prhex() 4666 p += nchar; in prhex() 4667 len -= nchar; in prhex() 4670 nchar = snprintf(p, len, "%02x ", buf[i]); in prhex() 4671 p += nchar; in prhex() 4672 len -= nchar; in prhex()
|
| H A D | dhd_common.c | 9655 int nchar; in dhd_prhex() local 9670 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in dhd_prhex() 9671 p += nchar; in dhd_prhex() 9672 len -= nchar; in dhd_prhex() 9675 nchar = snprintf(p, len, "%02x ", buf[i]); in dhd_prhex() 9676 p += nchar; in dhd_prhex() 9677 len -= nchar; in dhd_prhex()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0001-Fix-building-with-GCC-10.patch | 52 -export = '#include "local.h"'"\nchar const * const program_name;";
|
| /OK3568_Linux_fs/buildroot/package/fontconfig/ |
| H A D | 0001-Fix-the-build-issue-with-enable-static.patch | 45 int *nchar,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmutils.c | 3315 int nchar; in prhex() local 3324 nchar = snprintf(p, (size_t)len, " %04x: ", i); /* line prefix */ in prhex() 3325 p += nchar; in prhex() 3326 len -= nchar; in prhex() 3329 nchar = snprintf(p, (size_t)len, "%02x ", buf[i]); in prhex() 3330 p += nchar; in prhex() 3331 len -= nchar; in prhex()
|
| H A D | dhd_rtt.c | 926 int nchar; in rtt_prhex() local 935 nchar = snprintf(p, len, " %04d: ", i); /* line prefix */ in rtt_prhex() 936 p += nchar; in rtt_prhex() 937 len -= nchar; in rtt_prhex() 940 nchar = snprintf(p, len, "%02x ", buf[i]); in rtt_prhex() 941 p += nchar; in rtt_prhex() 942 len -= nchar; in rtt_prhex()
|
| H A D | dhd_common.c | 6182 int nchar; in dhd_prhex() local 6197 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in dhd_prhex() 6198 p += nchar; in dhd_prhex() 6199 len -= nchar; in dhd_prhex() 6202 nchar = snprintf(p, len, "%02x ", buf[i]); in dhd_prhex() 6203 p += nchar; in dhd_prhex() 6204 len -= nchar; in dhd_prhex()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmutils.c | 3315 int nchar; in prhex() local 3324 nchar = snprintf(p, (size_t)len, " %04x: ", i); /* line prefix */ in prhex() 3325 p += nchar; in prhex() 3326 len -= nchar; in prhex() 3329 nchar = snprintf(p, (size_t)len, "%02x ", buf[i]); in prhex() 3330 p += nchar; in prhex() 3331 len -= nchar; in prhex()
|
| H A D | dhd_rtt.c | 926 int nchar; in rtt_prhex() local 935 nchar = snprintf(p, len, " %04d: ", i); /* line prefix */ in rtt_prhex() 936 p += nchar; in rtt_prhex() 937 len -= nchar; in rtt_prhex() 940 nchar = snprintf(p, len, "%02x ", buf[i]); in rtt_prhex() 941 p += nchar; in rtt_prhex() 942 len -= nchar; in rtt_prhex()
|
| H A D | dhd_common.c | 6198 int nchar; in dhd_prhex() local 6213 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in dhd_prhex() 6214 p += nchar; in dhd_prhex() 6215 len -= nchar; in dhd_prhex() 6218 nchar = snprintf(p, len, "%02x ", buf[i]); in dhd_prhex() 6219 p += nchar; in dhd_prhex() 6220 len -= nchar; in dhd_prhex()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmutils.c | 2178 int nchar; in prhex() local 2187 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in prhex() 2188 p += nchar; in prhex() 2189 len -= nchar; in prhex() 2192 nchar = snprintf(p, len, "%02x ", buf[i]); in prhex() 2193 p += nchar; in prhex() 2194 len -= nchar; in prhex()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmutils.c | 3315 int nchar; in prhex() local 3324 nchar = snprintf(p, (size_t)len, " %04x: ", i); /* line prefix */ in prhex() 3325 p += nchar; in prhex() 3326 len -= nchar; in prhex() 3329 nchar = snprintf(p, (size_t)len, "%02x ", buf[i]); in prhex() 3330 p += nchar; in prhex() 3331 len -= nchar; in prhex()
|
| H A D | dhd_rtt.c | 926 int nchar; in rtt_prhex() local 935 nchar = snprintf(p, len, " %04d: ", i); /* line prefix */ in rtt_prhex() 936 p += nchar; in rtt_prhex() 937 len -= nchar; in rtt_prhex() 940 nchar = snprintf(p, len, "%02x ", buf[i]); in rtt_prhex() 941 p += nchar; in rtt_prhex() 942 len -= nchar; in rtt_prhex()
|
| H A D | dhd_common.c | 6198 int nchar; in dhd_prhex() local 6213 nchar = snprintf(p, len, " %04x: ", i); /* line prefix */ in dhd_prhex() 6214 p += nchar; in dhd_prhex() 6215 len -= nchar; in dhd_prhex() 6218 nchar = snprintf(p, len, "%02x ", buf[i]); in dhd_prhex() 6219 p += nchar; in dhd_prhex() 6220 len -= nchar; in dhd_prhex()
|
| /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/share/info/ |
| H A D | libc.info-5 | 3294 int nchar; 3295 printf ("%d %s%n\n", 3, "bears", &nchar); 3301 and sets ‘nchar’ to ‘7’, because ‘3 bears’ is seven characters.
|
| /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/share/info/ |
| H A D | libc.info-5 | 3294 int nchar; 3295 printf ("%d %s%n\n", 3, "bears", &nchar); 3301 and sets ‘nchar’ to ‘7’, because ‘3 bears’ is seven characters.
|