Searched refs:uvbuf (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 1088 char uvbuf[U_MAX_VERSION_STRING_LENGTH]; in exportUprops() local 1089 u_versionToString(versionInfo, uvbuf); in exportUprops() 1092 uvbuf); in exportUprops() 1166 char uvbuf[U_MAX_VERSION_STRING_LENGTH]; in exportCase() local 1167 u_versionToString(versionInfo, uvbuf); in exportCase() 1170 uvbuf); in exportCase()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 1248 char uvbuf[U_MAX_VERSION_STRING_LENGTH]; in exportUprops() local 1249 u_versionToString(versionInfo, uvbuf); in exportUprops() 1252 uvbuf); in exportUprops() 1330 char uvbuf[U_MAX_VERSION_STRING_LENGTH]; in exportCase() local 1331 u_versionToString(versionInfo, uvbuf); in exportCase() 1334 uvbuf); in exportCase()
|
/third_party/node/src/ |
D | node_file.cc | 2046 uv_buf_t uvbuf = uv_buf_init(buf, len); in WriteBuffer() local 2052 uv_fs_write, fd, &uvbuf, 1, pos); in WriteBuffer() 2058 uv_fs_write, fd, &uvbuf, 1, pos); in WriteBuffer() 2169 uv_buf_t uvbuf = uv_buf_init(*stack_buffer, len); in WriteString() local 2173 &uvbuf, in WriteString() 2201 uv_buf_t uvbuf = uv_buf_init(buf, len); in WriteString() local 2204 uv_fs_write, fd, &uvbuf, 1, pos); in WriteString() 2252 uv_buf_t uvbuf = uv_buf_init(buf, len); in Read() local 2258 uv_fs_read, fd, &uvbuf, 1, pos); in Read() 2264 uv_fs_read, fd, &uvbuf, 1, pos); in Read()
|
/third_party/ffmpeg/libavcodec/ |
D | rv34.c | 753 uint8_t *uvbuf = s->sc.edge_emu_buffer; in rv34_mc() local 755 s->vdsp.emulated_edge_mc(uvbuf, srcU, in rv34_mc() 760 srcU = uvbuf; in rv34_mc() 761 uvbuf += 9*s->uvlinesize; in rv34_mc() 763 s->vdsp.emulated_edge_mc(uvbuf, srcV, in rv34_mc() 768 srcV = uvbuf; in rv34_mc()
|