Searched refs:puc (Results 26 - 50 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
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 Du32-prev.c24 u32_prev (ucs4_t *puc, const uint32_t *s, const uint32_t *start) argument
34 *puc = c_1;
H A Du32-strmbtouc.c24 u32_strmbtouc (ucs4_t *puc, const uint32_t *s) argument
32 *puc = c;
H A Du8-mbtouc-unsafe.c32 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) argument
38 *puc = c;
51 *puc = ((unsigned int) (c & 0x1f) << 6)
60 *puc = 0xfffd;
74 *puc = ((unsigned int) (c & 0x0f) << 12)
84 *puc = 0xfffd;
102 *puc = ((unsigned int) (c & 0x07) << 18)
113 *puc = 0xfffd;
128 *puc = ((unsigned int) (c & 0x03) << 24)
140 *puc
[all...]
H A Du8-mbtouc.c31 u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) argument
37 *puc = c;
48 *puc = ((unsigned int) (c & 0x1f) << 6)
57 *puc = 0xfffd;
69 *puc = ((unsigned int) (c & 0x0f) << 12)
79 *puc = 0xfffd;
95 *puc = ((unsigned int) (c & 0x07) << 18)
106 *puc = 0xfffd;
119 *puc = ((unsigned int) (c & 0x03) << 24)
131 *puc
[all...]
H A Du16-prev.c24 u16_prev (ucs4_t *puc, const uint16_t *s, const uint16_t *start) argument
33 *puc = c_1;
47 *puc = 0x10000 + ((c_2 - 0xd800) << 10) + (c_1 - 0xdc00);
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...]
H A Du8-strmbtouc.c25 u8_strmbtouc (ucs4_t *puc, const uint8_t *s) argument
32 *puc = c;
45 *puc = ((unsigned int) (c & 0x1f) << 6)
60 *puc = ((unsigned int) (c & 0x0f) << 12)
80 *puc = ((unsigned int) (c & 0x07) << 18)
98 *puc = ((unsigned int) (c & 0x03) << 24)
117 *puc = ((unsigned int) (c & 0x01) << 30)
H A Du8-prev.c24 u8_prev (ucs4_t *puc, const uint8_t *s, const uint8_t *start) argument
33 *puc = c_1;
45 *puc = ((unsigned int) (c_2 & 0x1f) << 6)
63 *puc = ((unsigned int) (c_3 & 0x0f) << 12)
82 *puc = ((unsigned int) (c_4 & 0x07) << 18)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/unistr/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/unistr/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsigframe.h28 void *puc; member in struct:rt_sigframe
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunistr.h135 /* Similar to mbtowc(), except that puc and s must not be NULL, n must be > 0,
143 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n);
146 u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n);
148 u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) argument
154 *puc = c;
158 return u8_mbtouc_unsafe_aux (puc, s, n);
166 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n);
169 u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n);
171 u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) argument
177 *puc
192 u32_mbtouc_unsafe(ucs4_t *puc, const uint32_t *s, size_t n _GL_UNUSED_PARAMETER) argument
219 u8_mbtouc(ucs4_t *puc, const uint8_t *s, size_t n) argument
242 u16_mbtouc(ucs4_t *puc, const uint16_t *s, size_t n) argument
263 u32_mbtouc(ucs4_t *puc, const uint32_t *s, size_t n _GL_UNUSED_PARAMETER) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio.c124 static int url_alloc_for_protocol (URLContext **puc, struct URLProtocol *up, argument
157 *puc = uc;
160 *puc = NULL;
187 int url_open_protocol (URLContext **puc, struct URLProtocol *up, argument
192 ret = url_alloc_for_protocol(puc, up, filename, flags, NULL);
195 ret = ffurl_connect(*puc, NULL);
199 ffurl_close(*puc);
200 *puc = NULL;
203 int url_alloc(URLContext **puc, const char *filename, int flags) argument
205 return ffurl_alloc(puc, filenam
211 url_open(URLContext **puc, const char *filename, int flags) argument
266 ffurl_alloc(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb) argument
293 ffurl_open(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options) argument
[all...]
H A Durl.h83 * @param puc pointer to the location where, in case of success, the
92 int ffurl_alloc(URLContext **puc, const char *filename, int flags,
109 * @param puc pointer to the location where, in case of success, the
121 int ffurl_open(URLContext **puc, const char *filename, int flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.c108 static int url_alloc_for_protocol(URLContext **puc, struct URLProtocol *up, argument
180 *puc = uc;
183 *puc = NULL;
249 int ffurl_alloc(URLContext **puc, const char *filename, int flags, argument
261 return url_alloc_for_protocol(puc, p, filename, flags, int_cb);
263 *puc = NULL;
269 int ffurl_open(URLContext **puc, const char *filename, int flags, argument
272 int ret = ffurl_alloc(puc, filename, flags, int_cb);
275 if (options && (*puc)->prot->priv_data_class &&
276 (ret = av_opt_set_dict((*puc)
[all...]
H A Durl.h98 * @param puc pointer to the location where, in case of success, the
107 int ffurl_alloc(URLContext **puc, const char *filename, int flags,
124 * @param puc pointer to the location where, in case of success, the
136 int ffurl_open(URLContext **puc, const char *filename, int flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsigframe.h49 u32 puc; member in struct:rt_sigframe_ia32
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u32-prev.c26 check (const uint32_t *input, size_t input_length, ucs4_t *puc) argument
52 *puc = uc;
H A Dtest-u16-prev.c26 check (const uint16_t *input, size_t input_length, ucs4_t *puc) argument
71 *puc = uc;

Completed in 102 milliseconds

123