Searched refs:DST_UNIT (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-to-u32.c25 #define DST_UNIT uint32_t macro
31 DST_UNIT *
32 FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp)
36 DST_UNIT *result;
74 DST_UNIT *memory;
80 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
83 (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT));
94 length * sizeof (DST_UNIT));
[all...]
H A Du32-to-u16.c25 #define DST_UNIT uint16_t macro
31 DST_UNIT *
32 FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp)
36 DST_UNIT *result;
76 DST_UNIT *memory;
82 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
85 (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT));
96 length * sizeof (DST_UNIT));
[all...]
H A Du32-to-u8.c25 #define DST_UNIT uint8_t macro
31 DST_UNIT *
32 FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp)
36 DST_UNIT *result;
76 DST_UNIT *memory;
82 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
85 (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT));
96 length * sizeof (DST_UNIT));
[all...]
H A Du8-to-u32.c25 #define DST_UNIT uint32_t macro
31 DST_UNIT *
32 FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp)
36 DST_UNIT *result;
74 DST_UNIT *memory;
80 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
83 (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT));
94 length * sizeof (DST_UNIT));
[all...]
H A Du16-to-u8.c25 #define DST_UNIT uint8_t macro
31 DST_UNIT *
32 FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp)
36 DST_UNIT *result;
82 DST_UNIT *memory;
88 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
91 (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT));
102 length * sizeof (DST_UNIT));
[all...]
H A Du8-to-u16.c25 #define DST_UNIT uint16_t macro
31 DST_UNIT *
32 FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp)
36 DST_UNIT *result;
82 DST_UNIT *memory;
88 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
91 (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT));
102 length * sizeof (DST_UNIT));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du16-conv-to-enc.c50 #define DST_UNIT uint8_t macro
52 static DST_UNIT *
53 FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp)
57 DST_UNIT *result;
106 DST_UNIT *memory;
112 memory = (DST_UNIT *) malloc (allocated * sizeof (DST_UNIT));
115 (DST_UNIT *) realloc (result, allocated * sizeof (DST_UNIT));
126 length * sizeof (DST_UNIT));
162 #undef DST_UNIT macro
[all...]

Completed in 116 milliseconds