Searched refs:dsti (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | audiodsp.c | 43 uint32_t *dsti = (uint32_t *) dst; in vector_clipf_c_opposite_sign() local 47 dsti[i + 0] = clipf_c_one(srci[i + 0], mini, maxi, maxisign); in vector_clipf_c_opposite_sign() 48 dsti[i + 1] = clipf_c_one(srci[i + 1], mini, maxi, maxisign); in vector_clipf_c_opposite_sign() 49 dsti[i + 2] = clipf_c_one(srci[i + 2], mini, maxi, maxisign); in vector_clipf_c_opposite_sign() 50 dsti[i + 3] = clipf_c_one(srci[i + 3], mini, maxi, maxisign); in vector_clipf_c_opposite_sign() 51 dsti[i + 4] = clipf_c_one(srci[i + 4], mini, maxi, maxisign); in vector_clipf_c_opposite_sign() 52 dsti[i + 5] = clipf_c_one(srci[i + 5], mini, maxi, maxisign); in vector_clipf_c_opposite_sign() 53 dsti[i + 6] = clipf_c_one(srci[i + 6], mini, maxi, maxisign); in vector_clipf_c_opposite_sign() 54 dsti[i + 7] = clipf_c_one(srci[i + 7], mini, maxi, maxisign); in vector_clipf_c_opposite_sign()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | inputext.cpp | 84 int dsti = 0; in MungeInput() local 98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput() 111 fInputBytes[dsti++] = b; in MungeInput() 119 fInputLen = dsti; in MungeInput()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | inputext.cpp | 84 int dsti = 0; in MungeInput() local 98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput() 111 fInputBytes[dsti++] = b; in MungeInput() 119 fInputLen = dsti; in MungeInput()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | inputext.cpp | 84 int dsti = 0; in MungeInput() local 98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput() 111 fInputBytes[dsti++] = b; in MungeInput() 119 fInputLen = dsti; in MungeInput()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CharsetDetector.java | 350 int dsti = 0; in MungeInput() 363 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput() 374 fInputBytes[dsti++] = b; in MungeInput() 382 fInputLen = dsti; in MungeInput()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CharsetDetector.java | 329 int dsti = 0; in MungeInput() 342 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput() 353 fInputBytes[dsti++] = b; in MungeInput() 361 fInputLen = dsti; in MungeInput()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 5163 struct pipe_vertex_buffer *dsti = dst + i; in si_set_vertex_buffers() local 5168 pipe_resource_reference(&dsti->buffer.resource, NULL); in si_set_vertex_buffers() 5182 struct pipe_vertex_buffer *dsti = dst + i; in si_set_vertex_buffers() local 5186 pipe_resource_reference(&dsti->buffer.resource, buf); in si_set_vertex_buffers() 5187 dsti->buffer_offset = src->buffer_offset; in si_set_vertex_buffers() 5188 dsti->stride = src->stride; in si_set_vertex_buffers() 5190 if (dsti->buffer_offset & 3 || dsti->stride & 3) in si_set_vertex_buffers()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 12 milliseconds