Searched refs:puc (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/unistr/
H A Du16-mbtouc-unsafe.c26 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
45 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
56 *puc = 0xfffd;
H A Du16-mbtouc.c26 u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
41 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
52 *puc = 0xfffd;
H A Du16-mbtouc-aux.c26 u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
36 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
47 *puc = 0xfffd;
H A Du16-mbtouc-unsafe-aux.c26 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
40 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
51 *puc = 0xfffd;
H A Du8-mbtouc.c26 u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) argument
32 *puc = c;
43 *puc = ((unsigned int) (c & 0x1f) << 6)
52 *puc = 0xfffd;
64 *puc = ((unsigned int) (c & 0x0f) << 12)
74 *puc = 0xfffd;
90 *puc = ((unsigned int) (c & 0x07) << 18)
101 *puc = 0xfffd;
114 *puc = ((unsigned int) (c & 0x03) << 24)
126 *puc
[all...]
H A Du8-mbtouc-aux.c26 u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n) argument
38 *puc = ((unsigned int) (c & 0x1f) << 6)
47 *puc = 0xfffd;
59 *puc = ((unsigned int) (c & 0x0f) << 12)
69 *puc = 0xfffd;
85 *puc = ((unsigned int) (c & 0x07) << 18)
96 *puc = 0xfffd;
109 *puc = ((unsigned int) (c & 0x03) << 24)
121 *puc = 0xfffd;
134 *puc
[all...]
H A Du8-mbtouc-unsafe.c26 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) argument
32 *puc = c;
45 *puc = ((unsigned int) (c & 0x1f) << 6)
54 *puc = 0xfffd;
68 *puc = ((unsigned int) (c & 0x0f) << 12)
78 *puc = 0xfffd;
96 *puc = ((unsigned int) (c & 0x07) << 18)
107 *puc = 0xfffd;
122 *puc = ((unsigned int) (c & 0x03) << 24)
134 *puc
[all...]
H A Du8-mbtouc-unsafe-aux.c26 u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n) argument
40 *puc = ((unsigned int) (c & 0x1f) << 6)
49 *puc = 0xfffd;
63 *puc = ((unsigned int) (c & 0x0f) << 12)
73 *puc = 0xfffd;
91 *puc = ((unsigned int) (c & 0x07) << 18)
102 *puc = 0xfffd;
117 *puc = ((unsigned int) (c & 0x03) << 24)
129 *puc = 0xfffd;
144 *puc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/unistr/
H A Du16-mbtouc-unsafe.c26 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
45 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
56 *puc = 0xfffd;
H A Du16-mbtouc.c26 u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) argument
32 *puc = c;
41 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
52 *puc = 0xfffd;
H A Du16-mbtouc-aux.c26 u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
36 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
47 *puc = 0xfffd;
H A Du16-mbtouc-unsafe-aux.c26 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n) argument
40 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
51 *puc = 0xfffd;
H A Du8-mbtouc.c26 u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) argument
32 *puc = c;
43 *puc = ((unsigned int) (c & 0x1f) << 6)
52 *puc = 0xfffd;
64 *puc = ((unsigned int) (c & 0x0f) << 12)
74 *puc = 0xfffd;
90 *puc = ((unsigned int) (c & 0x07) << 18)
101 *puc = 0xfffd;
114 *puc = ((unsigned int) (c & 0x03) << 24)
126 *puc
[all...]
H A Du8-mbtouc-aux.c26 u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n) argument
38 *puc = ((unsigned int) (c & 0x1f) << 6)
47 *puc = 0xfffd;
59 *puc = ((unsigned int) (c & 0x0f) << 12)
69 *puc = 0xfffd;
85 *puc = ((unsigned int) (c & 0x07) << 18)
96 *puc = 0xfffd;
109 *puc = ((unsigned int) (c & 0x03) << 24)
121 *puc = 0xfffd;
134 *puc
[all...]
H A Du8-mbtouc-unsafe.c26 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) argument
32 *puc = c;
45 *puc = ((unsigned int) (c & 0x1f) << 6)
54 *puc = 0xfffd;
68 *puc = ((unsigned int) (c & 0x0f) << 12)
78 *puc = 0xfffd;
96 *puc = ((unsigned int) (c & 0x07) << 18)
107 *puc = 0xfffd;
122 *puc = ((unsigned int) (c & 0x03) << 24)
134 *puc
[all...]
H A Du8-mbtouc-unsafe-aux.c26 u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n) argument
40 *puc = ((unsigned int) (c & 0x1f) << 6)
49 *puc = 0xfffd;
63 *puc = ((unsigned int) (c & 0x0f) << 12)
73 *puc = 0xfffd;
91 *puc = ((unsigned int) (c & 0x07) << 18)
102 *puc = 0xfffd;
117 *puc = ((unsigned int) (c & 0x03) << 24)
129 *puc = 0xfffd;
144 *puc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/momentum/ocelot_3/
H A Dprom.c53 unsigned char *puc, uc; local
57 puc = (unsigned char *)ul;
58 if (puc == 0)
62 uc = *puc++;
64 uc = *puc++;
66 uc = *puc++;
68 uc = *puc++;
71 uc = *puc++;
73 uc = *puc++;
75 uc = *puc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/momentum/ocelot_c/
H A Dprom.c54 unsigned char *puc, uc; local
58 puc = (unsigned char *)ul;
59 if (puc == 0)
63 uc = *puc++;
65 uc = *puc++;
67 uc = *puc++;
69 uc = *puc++;
72 uc = *puc++;
74 uc = *puc++;
76 uc = *puc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsigframe.h16 void __user *puc; member in struct:rt_sigframe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistr.h129 /* Similar to mbtowc(), except that puc and s must not be NULL, n must be > 0,
137 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n);
140 u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n);
142 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) argument
148 *puc = c;
152 return u8_mbtouc_unsafe_aux (puc, s, n);
160 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n);
163 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n);
165 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
171 *puc
186 u32_mbtouc_unsafe(ucs4_t *puc, const uint32_t *s, size_t n) argument
212 u8_mbtouc(ucs4_t *puc, const uint8_t *s, size_t n) argument
235 u16_mbtouc(ucs4_t *puc, const uint16_t *s, size_t n) argument
256 u32_mbtouc(ucs4_t *puc, const uint32_t *s, size_t n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistr.h129 /* Similar to mbtowc(), except that puc and s must not be NULL, n must be > 0,
137 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n);
140 u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n);
142 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) argument
148 *puc = c;
152 return u8_mbtouc_unsafe_aux (puc, s, n);
160 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n);
163 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n);
165 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
171 *puc
186 u32_mbtouc_unsafe(ucs4_t *puc, const uint32_t *s, size_t n) argument
212 u8_mbtouc(ucs4_t *puc, const uint8_t *s, size_t n) argument
235 u16_mbtouc(ucs4_t *puc, const uint16_t *s, size_t n) argument
256 u32_mbtouc(ucs4_t *puc, const uint32_t *s, size_t n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davio.c70 int url_open_protocol (URLContext **puc, struct URLProtocol *up, argument
93 *puc = NULL;
102 *puc = uc;
105 *puc = NULL;
109 int url_open(URLContext **puc, const char *filename, int flags) argument
136 return url_open_protocol (puc, up, filename, flags);
139 *puc = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dia32.h146 u32 puc; member in struct:rt_sigframe32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_signal.c59 int puc; member in struct:rt_sigframe_ia32
812 compat_uptr_t pinfo, puc; local
825 puc = (long __user) &frame->uc;
827 err |= __put_user(puc, &frame->puc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsignal_64.c61 void __user *puc; member in struct:rt_sigframe
381 err |= __put_user(&frame->uc, &frame->puc);
427 err |= get_user(regs->gpr[5], (unsigned long __user *)&frame->puc);

Completed in 103 milliseconds

12