| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| utf16-ucs4.h | 23 its 'ucs4_t' representation in *PUC. */ 25 u16_mbtouc_aux (unsigned int *puc, const unsigned short *s, size_t n) 35 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); 43 *puc = 0xfffd; 48 *puc = 0xfffd; 52 u16_mbtouc (unsigned int *puc, const unsigned short *s, size_t n) 58 *puc = c; 62 return u16_mbtouc_aux (puc, s, n);
|
| utf8-ucs4.h | 23 its 'ucs4_t' representation in *PUC. */ 25 u8_mbtouc_aux (unsigned int *puc, const unsigned char *s, size_t n) 37 *puc = ((unsigned int) (c & 0x1f) << 6) 46 *puc = 0xfffd; 57 *puc = ((unsigned int) (c & 0x0f) << 12) 67 *puc = 0xfffd; 83 *puc = ((unsigned int) (c & 0x07) << 18) 94 *puc = 0xfffd; 107 *puc = ((unsigned int) (c & 0x03) << 24) 119 *puc = 0xfffd [all...] |
| linebreak.c | 35 u32_mbtouc (unsigned int *puc, const unsigned int *s, size_t n) 37 *puc = *s;
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| utf16-ucs4.h | 23 its 'ucs4_t' representation in *PUC. */ 25 u16_mbtouc_aux (unsigned int *puc, const unsigned short *s, size_t n) 35 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); 43 *puc = 0xfffd; 48 *puc = 0xfffd; 52 u16_mbtouc (unsigned int *puc, const unsigned short *s, size_t n) 58 *puc = c; 62 return u16_mbtouc_aux (puc, s, n);
|
| utf8-ucs4.h | 23 its 'ucs4_t' representation in *PUC. */ 25 u8_mbtouc_aux (unsigned int *puc, const unsigned char *s, size_t n) 37 *puc = ((unsigned int) (c & 0x1f) << 6) 46 *puc = 0xfffd; 57 *puc = ((unsigned int) (c & 0x0f) << 12) 67 *puc = 0xfffd; 83 *puc = ((unsigned int) (c & 0x07) << 18) 94 *puc = 0xfffd; 107 *puc = ((unsigned int) (c & 0x03) << 24) 119 *puc = 0xfffd [all...] |
| linebreak.c | 35 u32_mbtouc (unsigned int *puc, const unsigned int *s, size_t n) 37 *puc = *s;
|
| /src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| linux-unwind.h | 103 struct gcc_ucontext *puc; member in struct:rt_sigframe 138 struct gcc_ucontext *puc; member in struct:rt_sigframe_24 141 /* Test for magic value in *puc of vdso. */ 142 if ((long) frame24->puc != -21 * 8) 143 return frame24->puc->regs;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| linux-unwind.h | 103 struct gcc_ucontext *puc; member in struct:rt_sigframe 138 struct gcc_ucontext *puc; member in struct:rt_sigframe_24 141 /* Test for magic value in *puc of vdso. */ 142 if ((long) frame24->puc != -21 * 8) 143 return frame24->puc->regs;
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| hwprofile.c | 104 static void collector_sigemt_handler (int sig, siginfo_t *si, void *puc); 575 collector_sigemt_handler (int sig, siginfo_t *si, void *puc) 597 if (puc == NULL || si == NULL || (si->si_code <= 0 && si->si_code != SI_TKILL)) 606 (old_sigemt_handler.sa_sigaction)(sig, si, puc); 627 struct sigcontext *sctx = (struct sigcontext*) puc; 642 ucontext_t *uctx = (ucontext_t*) puc;
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| hwprofile.c | 104 static void collector_sigemt_handler (int sig, siginfo_t *si, void *puc); 575 collector_sigemt_handler (int sig, siginfo_t *si, void *puc) 597 if (puc == NULL || si == NULL || (si->si_code <= 0 && si->si_code != SI_TKILL)) 606 (old_sigemt_handler.sa_sigaction)(sig, si, puc); 627 struct sigcontext *sctx = (struct sigcontext*) puc; 642 ucontext_t *uctx = (ucontext_t*) puc;
|
| /src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| linux-unwind.h | 74 void *puc; member in struct:rt_sigframe
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| linux-unwind.h | 74 void *puc; member in struct:rt_sigframe
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| linux-unwind.h | 144 void *puc; member in struct:rt_sigframe
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| linux-unwind.h | 144 void *puc; member in struct:rt_sigframe
|
| /src/sys/dev/pci/ |
| puc.c | 1 /* $NetBSD: puc.c,v 1.42 2021/08/07 16:19:14 thorpej Exp $ */ 56 __KERNEL_RCSID(0, "$NetBSD: puc.c,v 1.42 2021/08/07 16:19:14 thorpej Exp $"); 326 CFATTACH_DECL_NEW(puc, sizeof(struct puc_softc),
|
| /src/external/gpl3/gcc/dist/libgcc/config/bfin/ |
| linux-unwind.h | 52 void *puc; member in struct:rt_sigframe
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/bfin/ |
| linux-unwind.h | 52 void *puc; member in struct:rt_sigframe
|
| /src/sys/arch/evbarm/conf/ |
| GENERIC64 | 354 puc* at pci? dev ? function ? # PCI "universal" comm. cards 355 com* at puc? port ?
|
| /src/share/man/man4/ |
| Makefile | 56 pseye.4 ptcd.4 ptm.4 pty.4 puc.4 pud.4 puffs.4 pwdog.4 px.4 pxagpio.4 \
|
| /src/external/gpl3/binutils/dist/bfd/ |
| peXXigen.c | 3668 putting its 'ucs4_t' representation in *PUC. */ 3671 u16_mbtouc (wint_t * puc, const unsigned short * s, unsigned int n) 3677 *puc = c; 3687 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); 3694 *puc = 0xfffd; 3700 *puc = 0xfffd;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| peXXigen.c | 3658 putting its 'ucs4_t' representation in *PUC. */ 3661 u16_mbtouc (wint_t * puc, const unsigned short * s, unsigned int n) 3667 *puc = c; 3677 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); 3684 *puc = 0xfffd; 3690 *puc = 0xfffd;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| peXXigen.c | 3651 putting its 'ucs4_t' representation in *PUC. */ 3654 u16_mbtouc (wint_t * puc, const unsigned short * s, unsigned int n) 3660 *puc = c; 3670 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); 3677 *puc = 0xfffd; 3683 *puc = 0xfffd;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| peXXigen.c | 3664 putting its 'ucs4_t' representation in *PUC. */ 3667 u16_mbtouc (wint_t * puc, const unsigned short * s, unsigned int n) 3673 *puc = c; 3683 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); 3690 *puc = 0xfffd; 3696 *puc = 0xfffd;
|