Searched refs:tomap (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
D | iconv.c | 238 const unsigned char *tomap = charmaps+to+1; in iconv() local 245 unsigned char totype = tomap[-1]; in iconv() 549 if (c<256 && c==legacy_map(tomap, c)) { in iconv() 558 if (d == legacy_map(tomap, c)) { in iconv()
|
/third_party/musl/src/locale/ |
D | iconv.c | 238 const unsigned char *tomap = charmaps+to+1; in iconv() local 245 unsigned char totype = tomap[-1]; in iconv() 548 if (c<256 && c==legacy_map(tomap, c)) { in iconv() 557 if (d == legacy_map(tomap, c)) { in iconv()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
D | iconv.c | 238 const unsigned char *tomap = charmaps+to+1; in iconv() local 245 unsigned char totype = tomap[-1]; in iconv() 549 if (c<256 && c==legacy_map(tomap, c)) { in iconv() 558 if (d == legacy_map(tomap, c)) { in iconv()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 1158 GstMapInfo tomap; in gst_qt_mux_prepare_tx3g_buffer() local 1173 gst_buffer_map (newbuf, &tomap, GST_MAP_WRITE); in gst_qt_mux_prepare_tx3g_buffer() 1175 GST_WRITE_UINT16_BE (tomap.data, size); in gst_qt_mux_prepare_tx3g_buffer() 1176 memcpy (tomap.data + 2, frommap.data, size); in gst_qt_mux_prepare_tx3g_buffer() 1178 gst_buffer_unmap (newbuf, &tomap); in gst_qt_mux_prepare_tx3g_buffer()
|