Searched refs:vidx (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUDebug.java | 44 int i = 0, vidx = 0; in getInstanceLenient() local 49 if (vidx == 3) { in getInstanceLenient() 54 vidx++; in getInstanceLenient() 58 ver[vidx] = ver[vidx] * 10 + (c - '0'); in getInstanceLenient() 59 if (ver[vidx] > 255) { in getInstanceLenient() 63 ver[vidx] = 0; in getInstanceLenient() 68 ver[vidx] = c - '0'; in getInstanceLenient()
|
/third_party/skia/modules/skottie/src/animator/ |
D | Vec2KeyframeAnimator.cpp | 61 const auto vidx = lerp_info.vrec0.idx; in onSeek() local 62 if (fRotTarget && vidx == fValues.size() - 1 && vidx > 0) { in onSeek() 63 SkASSERT(!fValues[vidx].cmeasure); in onSeek() 64 SkASSERT(lerp_info.vrec1.idx == vidx); in onSeek() 69 lerp_info.vrec0 = {vidx - 1}; in onSeek()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 131 for (uint32_t vidx = 0; vidx < v_cnt; ++vidx) { in MatConvertCleanup() local 133 orig_vty_id, SpvOpCompositeExtract, orig_mat_id, vidx); in MatConvertCleanup()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 131 for (uint32_t vidx = 0; vidx < v_cnt; ++vidx) { in MatConvertCleanup() local 133 orig_vty_id, SpvOpCompositeExtract, orig_mat_id, vidx); in MatConvertCleanup()
|
/third_party/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 131 for (uint32_t vidx = 0; vidx < v_cnt; ++vidx) { in MatConvertCleanup() local 133 orig_vty_id, SpvOpCompositeExtract, orig_mat_id, vidx); in MatConvertCleanup()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_clip.c | 326 int vidx = cdi ? _idx - 4 : _idx; in getclipdist() local 327 dp = vert->data[draw_current_shader_ccdistance_output(clipper->stage.draw, cdi)][vidx]; in getclipdist()
|
/third_party/ntfs-3g/src/ |
D | lowntfs-3g.c | 3242 uint64_t vidx) in ntfs_fuse_bmap() argument 3279 lcn = ntfs_rl_vcn_to_lcn(na->rl, vidx / cl_per_bl); in ntfs_fuse_bmap() 3280 lidx = (lcn > 0) ? lcn * cl_per_bl + vidx % cl_per_bl : 0; in ntfs_fuse_bmap()
|