Searched refs:wcs (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 156 if (wcs != NULL) 158 - size_t nwcs = wcslen ((wchar_t *) wcs); 159 + size_t nwcs = wcslen_uint32 (wcs); 167 - int c = wmemcmp ((wchar_t *) (*eptr)->wcs, 168 - (wchar_t *) runp->wcs, runp->nwcs); 169 + int c = wmemcmp_uint32 ((*eptr)->wcs, runp->wcs, runp->nwcs); 177 - && wmemcmp ((wchar_t *) runp->wcs, 178 - (wchar_t *)runp->wcnext->wcs, 180 + && wmemcmp_uint32 (runp->wcs, 181 + runp->wcnext->wcs, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | cq.c | 93 static int __ib_process_cq(struct ib_cq *cq, int budget, struct ib_wc *wcs, in __ib_process_cq() argument 106 budget - completed), wcs)) > 0) { in __ib_process_cq() 108 struct ib_wc *wc = &wcs[i]; in __ib_process_cq() 141 struct ib_wc wcs[IB_POLL_BATCH_DIRECT]; in ib_process_cq_direct() local 143 return __ib_process_cq(cq, budget, wcs, IB_POLL_BATCH_DIRECT); in ib_process_cq_direct()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | wd719x.rst | 15 d719x-wcs.bin files. Put them in /lib/firmware/:: 23 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | ib_cm.c | 294 struct ib_wc *wcs) in poll_scq() argument 299 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_scq() 301 wc = wcs + i; in poll_scq() 338 struct ib_wc *wcs, in poll_rcq() argument 344 while ((nr = ib_poll_cq(cq, RDS_IB_WC_MAX, wcs)) > 0) { in poll_rcq() 346 wc = wcs + i; in poll_rcq()
|
| /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-2 | 5189 strings have names beginning with ‘str’ and ‘wcs’ respectively (such as 5198 In many cases, there are both ‘mem’ and ‘str’/‘wcs’ versions of a 5203 convenient to use the ‘str’/‘wcs’ functions, unless you already know the
|
| H A D | libc.info-9 | 5044 ‘wcs’ are declared in ‘wchar.h’. One might wonder about the use of 5367 ‘wcs’ are declared in ‘wchar.h’. One might wonder about the use of
|
| H A D | libc.info-1 | 4565 • Names beginning with ‘str’, ‘mem’, or ‘wcs’ followed by a lowercase
|
| /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-2 | 5189 strings have names beginning with ‘str’ and ‘wcs’ respectively (such as 5198 In many cases, there are both ‘mem’ and ‘str’/‘wcs’ versions of a 5203 convenient to use the ‘str’/‘wcs’ functions, unless you already know the
|
| H A D | libc.info-9 | 5044 ‘wcs’ are declared in ‘wchar.h’. One might wonder about the use of 5367 ‘wcs’ are declared in ‘wchar.h’. One might wonder about the use of
|
| H A D | libc.info-1 | 4565 • Names beginning with ‘str’, ‘mem’, or ‘wcs’ followed by a lowercase
|