/third_party/ntfs-3g/libntfs-3g/ |
D | object_id.c | 141 static int set_object_id_index(ntfs_inode *ni, ntfs_index_context *xo, in set_object_id_index() argument 174 ntfs_index_ctx_reinit(xo); in set_object_id_index() 175 return (ntfs_ie_add(xo,(INDEX_ENTRY*)&indx)); in set_object_id_index() 192 ntfs_index_context *xo; in open_object_id_index() local 204 xo = ntfs_index_ctx_get(ni, objid_index_name, 2); in open_object_id_index() 205 if (!xo) { in open_object_id_index() 209 xo = (ntfs_index_context*)NULL; in open_object_id_index() 210 return (xo); in open_object_id_index() 228 ntfs_index_context *xo; in merge_index_data() local 233 xo = open_object_id_index(ni->vol); in merge_index_data() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_yadif_cuda.cu | 106 int xo = blockIdx.x * blockDim.x + threadIdx.x; in yadif_single() local 109 if (xo >= dst_width || yo >= dst_height) { in yadif_single() 115 dst[yo*dst_pitch+xo] = tex2D<T>(cur, xo, yo); in yadif_single() 120 T a = tex2D<T>(cur, xo - 3, yo - 1); in yadif_single() 121 T b = tex2D<T>(cur, xo - 2, yo - 1); in yadif_single() 122 T c = tex2D<T>(cur, xo - 1, yo - 1); in yadif_single() 123 T d = tex2D<T>(cur, xo - 0, yo - 1); in yadif_single() 124 T e = tex2D<T>(cur, xo + 1, yo - 1); in yadif_single() 125 T f = tex2D<T>(cur, xo + 2, yo - 1); in yadif_single() 126 T g = tex2D<T>(cur, xo + 3, yo - 1); in yadif_single() [all …]
|
D | vf_scale_cuda.cu | 32 int xo = blockIdx.x * blockDim.x + threadIdx.x; in Subsample_Nearest() local 35 if (yo < dst_height && xo < dst_width) in Subsample_Nearest() 39 float xi = (xo + 0.5f) * hscale; in Subsample_Nearest() 42 dst[yo*dst_pitch+xo] = tex2D<T>(tex, xi, yi); in Subsample_Nearest() 53 int xo = blockIdx.x * blockDim.x + threadIdx.x; in Subsample_Bilinear() local 56 if (yo < dst_height && xo < dst_width) in Subsample_Bilinear() 60 float xi = (xo + 0.5f) * hscale; in Subsample_Bilinear() 75 vec_set(dst[yo*dst_pitch+xo], r >> 2); in Subsample_Bilinear()
|
D | vf_chromakey.c | 126 int x, y, xo, yo; in do_chromakey_slice() local 135 for (xo = 0; xo < 3; ++xo) { in do_chromakey_slice() 136 …ixel_uv(frame, ctx->hsub_log2, ctx->vsub_log2, x + xo - 1, y + yo - 1, &u[yo * 3 + xo], &v[yo * 3 … in do_chromakey_slice() 156 int x, y, xo, yo; in do_chromakey16_slice() local 169 for (xo = 0; xo < 3; ++xo) { in do_chromakey16_slice() 170 …el16_uv(frame, ctx->hsub_log2, ctx->vsub_log2, x + xo - 1, y + yo - 1, &u[yo * 3 + xo], &v[yo * 3 … in do_chromakey16_slice()
|
D | vf_scale_cuda_bicubic.cu | 92 int xo = blockIdx.x * blockDim.x + threadIdx.x; in Subsample_Bicubic() local 95 if (yo < dst_height && xo < dst_width) in Subsample_Bicubic() 99 float xi = (xo + 0.5f) * hscale - 0.5f; in Subsample_Bicubic() 113 dst[yo * dst_pitch + xo] = from_floatN<T, floatT>( in Subsample_Bicubic() 135 int xo = blockIdx.x * blockDim.x + threadIdx.x; in Subsample_FastBicubic() local 138 if (yo < dst_height && xo < dst_width) in Subsample_FastBicubic() 142 float xi = (xo + 0.5f) * hscale - 0.5f; in Subsample_FastBicubic() 170 dst[yo * dst_pitch + xo] = from_floatN<T, floatT>( in Subsample_FastBicubic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 206 class SCForm<bits<6> opcode, bits<1> xo, 215 let Inst{30} = xo; 375 class DSForm_1<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr, 386 let Inst{30-31} = xo; 390 class DXForm<bits<6> opcode, bits<5> xo, dag OOL, dag IOL, string asmstr, 401 let Inst{26-30} = xo; 406 class DQ_RD6_RS5_DQ12<bits<6> opcode, bits<3> xo, dag OOL, dag IOL, 418 let Inst{29-31} = xo; 422 class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr, 436 let Inst{21-30} = xo; [all …]
|
D | PPCInstrAltivec.td | 273 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty> 274 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 280 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy, 282 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 288 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy, 290 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 296 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty> 297 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB), 303 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy, 305 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB), [all …]
|
D | PPCInstrSPE.td | 14 class EFXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr, 26 let Inst{21-31} = xo; 29 class EFXForm_2<bits<11> xo, dag OOL, dag IOL, string asmstr, 31 EFXForm_1<xo, OOL, IOL, asmstr, itin, pattern> { 35 class EFXForm_2a<bits<11> xo, dag OOL, dag IOL, string asmstr, 37 EFXForm_1<xo, OOL, IOL, asmstr, itin, pattern> { 41 class EFXForm_3<bits<11> xo, dag OOL, dag IOL, string asmstr, 52 let Inst{21-31} = xo; 55 class EVXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr, 67 let Inst{21-31} = xo; [all …]
|
/third_party/skia/demos.skia.org/demos/path_performance/ |
D | shared.js | 55 for (let xo = 0; xo < PATTERN_BOUNDS; xo += PATTERN_SPACING) { 66 for (let xo = 0; xo < PATTERN_BOUNDS; xo += PATTERN_SPACING) { 68 this.svgElArray[i].style.transform = `translate(${x + xo}px, ${y + yo}px)`; 87 for (let xo = 0; xo < PATTERN_BOUNDS; xo += PATTERN_SPACING) { 90 ctx.translate(x + xo, y + yo); 126 for (let xo = 0; xo < PATTERN_BOUNDS; xo += PATTERN_SPACING) { 129 canvas.translate(x + xo, y + yo);
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_tiled_memcpy.c | 261 uint32_t xo, yo; in linear_to_xtiled() local 276 for (xo = x1; xo < x2; xo += xtile_span) { in linear_to_xtiled() 277 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + xo, xtile_span); in linear_to_xtiled() 280 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); in linear_to_xtiled() 332 uint32_t xo = xo1; in linear_to_ytiled() local 341 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x, ytile_span); in linear_to_ytiled() 342 xo += bytes_per_column; in linear_to_ytiled() 346 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2); in linear_to_ytiled() 353 uint32_t xo = xo1; in linear_to_ytiled() local 367 …mem_copy_align16(dst + ((xo + yo + 0 * column_width) ^ swizzle), src + x + 0 * src_pitch, ytile_sp… in linear_to_ytiled() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | topLevel.types | 17 public move(xo:number,yo:number) { 18 >move : (xo: number, yo: number) => this 19 >xo : number 22 this.x+=xo; 23 >this.x+=xo : any 27 >xo : number 69 >new Point(3,4).move : (xo: number, yo: number) => Point 74 >move : (xo: number, yo: number) => Point 94 >M.origin.move : (xo: number, yo: number) => Point 98 >move : (xo: number, yo: number) => Point
|
D | objectLiteralEnumPropertyNames.types | 19 >{ [Strs.A]: 'xo', [Strs.B]: 'xe'} : { a: string; b: string; } 21 [Strs.A]: 'xo', 26 >'xo' : "xo" 37 >{ [Strs.A]: 'xo', [Strs.B]: 'xe'} : { a: string; b: string; } 39 [Strs.A]: 'xo', 44 >'xo' : "xo"
|
D | topLevel.js | 9 public move(xo:number,yo:number) { 10 this.x+=xo; 36 Point.prototype.move = function (xo, yo) { argument 37 this.x += xo;
|
D | topLevel.symbols | 20 public move(xo:number,yo:number) { 22 >xo : Symbol(xo, Decl(topLevel.ts, 7, 16)) 25 this.x+=xo; 29 >xo : Symbol(xo, Decl(topLevel.ts, 7, 16))
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstrotate.c | 145 gdouble xi, yi, xo, yo; /* positions in/out x/y */ in rotate_map() local 161 xo = x - cox; in rotate_map() 163 ao = atan2 (yo, xo); in rotate_map() 164 r = sqrt (xo * xo + yo * yo); in rotate_map()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim.c | 65 int xo, int yo, int W, int H) { in SSIMGetClipped_C() argument 70 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL; in SSIMGetClipped_C() 71 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1 in SSIMGetClipped_C() 72 : xo + VP8_SSIM_KERNEL; in SSIMGetClipped_C() 78 const uint32_t w = kWeight[VP8_SSIM_KERNEL + x - xo] in SSIMGetClipped_C()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim.c | 65 int xo, int yo, int W, int H) { in SSIMGetClipped_C() argument 70 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL; in SSIMGetClipped_C() 71 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1 in SSIMGetClipped_C() 72 : xo + VP8_SSIM_KERNEL; in SSIMGetClipped_C() 78 const uint32_t w = kWeight[VP8_SSIM_KERNEL + x - xo] in SSIMGetClipped_C()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ifs.c | 290 Transform (SIMI * Simi, F_PT xo, F_PT yo, F_PT * x, F_PT * y) in Transform() argument 294 xo = xo - Simi->Cx; in Transform() 295 xo = (xo * Simi->R) >> FIX; /* / UNIT; */ in Transform() 299 xx = xo - Simi->Cx; in Transform() 304 *x = ((xo * Simi->Ct - yo * Simi->St + xx * Simi->Ct2 - yy * Simi->St2) in Transform() 306 *y = ((xo * Simi->St + yo * Simi->Ct + xx * Simi->St2 + yy * Simi->Ct2) in Transform() 313 Trace (FRACTAL * F, F_PT xo, F_PT yo, IfsData * data) in Trace() argument 320 Transform (Cur, xo, yo, &x, &y); in Trace() 328 if (F->Depth && ((x - xo) >> 4) && ((y - yo) >> 4)) { in Trace() 341 F_PT x, y, xo, yo; in Draw_Fractal() local [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | topLevel.ts | 8 public move(xo:number,yo:number) { 9 this.x+=xo;
|
/third_party/openssl/crypto/md5/asm/ |
D | md5-586.pl | 36 @xo=( 60 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one 71 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 94 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 122 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)); 140 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 165 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
|
/third_party/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 136 int xo, int yo, int W, int H) { in SSIMGetClipped() argument 140 const int xmin = (xo - SSIM_KERNEL < 0) ? 0 : xo - SSIM_KERNEL; in SSIMGetClipped() 141 const int xmax = (xo + SSIM_KERNEL > W - 1) ? W - 1 : xo + SSIM_KERNEL; in SSIMGetClipped() 147 const uint32_t w = kWeight[SSIM_KERNEL + x - xo] in SSIMGetClipped()
|
/third_party/flutter/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 136 int xo, int yo, int W, int H) { in SSIMGetClipped() argument 140 const int xmin = (xo - SSIM_KERNEL < 0) ? 0 : xo - SSIM_KERNEL; in SSIMGetClipped() 141 const int xmax = (xo + SSIM_KERNEL > W - 1) ? W - 1 : xo + SSIM_KERNEL; in SSIMGetClipped() 147 const uint32_t w = kWeight[SSIM_KERNEL + x - xo] in SSIMGetClipped()
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_point_line_texgen.txt | 60 V' is (xo/wo, yo/wo, zo/wo) 65 xo, yo, zo, and wo are the object coordinates of the vertex. 105 V' is (xo/wo, yo/wo, zo/wo) 112 xo, yo, zo, and wo are the object coordinates of the vertex.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_point_line_texgen.txt | 60 V' is (xo/wo, yo/wo, zo/wo) 65 xo, yo, zo, and wo are the object coordinates of the vertex. 105 V' is (xo/wo, yo/wo, zo/wo) 112 xo, yo, zo, and wo are the object coordinates of the vertex.
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 1478 for (int xo = 0; xo < width; xo++) in copyTexImage1D() local 1480 if (!de::inBounds(x+xo, 0, src.raw().getHeight())) in copyTexImage1D() 1483 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y), xo, 0); in copyTexImage1D() 1528 for (int xo = 0; xo < width; xo++) in copyTexImage2D() local 1530 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D() 1533 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y+yo), xo, yo); in copyTexImage2D() 1565 for (int xo = 0; xo < width; xo++) in copyTexImage2D() local 1567 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D() 1570 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y+yo), xo, yo); in copyTexImage2D() 1596 for (int xo = 0; xo < width; xo++) in copyTexSubImage1D() local [all …]
|