Home
last modified time | relevance | path

Searched refs:xo (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ntfs-3g/libntfs-3g/
H A Dobject_id.c141 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 in merge_index_data()
271 remove_object_id_index(ntfs_attr *na, ntfs_index_context *xo, OBJECT_ID_ATTR *old_attr) remove_object_id_index() argument
323 update_object_id(ntfs_inode *ni, ntfs_index_context *xo, const OBJECT_ID_ATTR *value, size_t size) update_object_id() argument
426 ntfs_index_context *xo; ntfs_delete_object_id_index() local
523 ntfs_index_context *xo; ntfs_set_ntfs_object_id() local
576 ntfs_index_context *xo; ntfs_remove_ntfs_object_id() local
[all...]
/third_party/skia/demos.skia.org/demos/path_performance/
H A Dshared.js55 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
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy.c259 * an X offset 'x0' or 'xo' and a Y offset 'yo.' in linear_to_xtiled()
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()
307 * an X offset 'xo0' or 'xo' and a Y offset 'yo.' in linear_to_ytiled()
332 uint32_t xo in linear_to_ytiled() local
353 uint32_t xo = xo1; linear_to_ytiled() local
387 uint32_t xo = xo1; linear_to_ytiled() local
425 uint32_t xo, yo; xtiled_to_linear() local
496 uint32_t xo = xo1; ytiled_to_linear() local
517 uint32_t xo = xo1; ytiled_to_linear() local
551 uint32_t xo = xo1; ytiled_to_linear() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey.c126 int x, y, xo, yo; in do_chromakey_slice() local
135 for (xo = 0; xo < 3; ++xo) { in do_chromakey_slice()
136 get_pixel_uv(frame, ctx->hsub_log2, ctx->vsub_log2, x + xo - 1, y + yo - 1, &u[yo * 3 + xo], &v[yo * 3 + xo]); in do_chromakey_slice()
156 int x, y, xo, yo; in do_chromakey16_slice() local
169 for (xo = 0; xo < in do_chromakey16_slice()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtopLevel.js9 public move(xo:number,yo:number) {
10 this.x+=xo;
36 Point.prototype.move = function (xo, yo) {
37 this.x += xo;
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dssim.c65 int xo, int yo, int W, int H) { in SSIMGetClipped_C()
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()
63 SSIMGetClipped_C(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H) SSIMGetClipped_C() argument
H A Ddsp.h384 int xo, int yo, // center position
/third_party/mbedtls/library/
H A Dconstant_time_impl.h199 const mbedtls_ct_uint_t xo = mbedtls_ct_compiler_opaque(x); in mbedtls_ct_bool()
207 mbedtls_ct_int_t y = (-xo) | -(xo >> 1); in mbedtls_ct_bool()
369 const mbedtls_ct_uint_t xo = mbedtls_ct_compiler_opaque(x); in mbedtls_ct_uint_lt()
375 mbedtls_ct_condition_t cond = mbedtls_ct_bool((xo ^ yo) >> (MBEDTLS_CT_SIZE - 1)); in mbedtls_ct_uint_lt()
387 mbedtls_ct_uint_t ret = mbedtls_ct_if(cond, yo, (mbedtls_ct_uint_t) (xo - yo)); in mbedtls_ct_uint_lt()
/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-586.pl38 @xo=(
62 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
73 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
96 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
124 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
142 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
167 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
/third_party/openssl/crypto/md5/asm/
H A Dmd5-586.pl38 @xo=(
62 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
73 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
96 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
124 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
142 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
167 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c136 int xo, int yo, int W, int H) { in SSIMGetClipped()
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()
134 SSIMGetClipped(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H) SSIMGetClipped() argument
/third_party/zlib/
H A Dzlib2ansi24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1480 for (int xo = 0; xo < width; xo++) in copyTexImage1D()
1482 if (!de::inBounds(x+xo, 0, src.raw().getHeight())) in copyTexImage1D()
1485 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y), xo, 0); in copyTexImage1D() local
1530 for (int xo = 0; xo < width; xo++)
1532 if (!de::inBounds(x+xo,
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp462 for (int xo = 0; xo < width; xo++) in readPixels()
463 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp543 for (int xo = 0; xo < w; xo++) in iterate()
545 const float xf = (float(xo)+0.5f) / float(w); in iterate()
548 const int dx = x0+xo; in iterate()
H A Des2fTextureSpecificationTests.cpp1471 int xo = rnd.getInt(0, levelW-w); in createTexture() local
1477 glCopyTexSubImage2D(GL_TEXTURE_2D, ndx, xo, yo, x, y, w, h); in createTexture()
1555 int xo = rnd.getInt(0, levelW-w); in createTexture() local
1561 glCopyTexSubImage2D(s_cubeMapFaces[face], ndx, xo, yo, x, y, w, h); in createTexture()
/third_party/lame/misc/
H A Dabx.c1029 double xo; in cross_analyze() local
1098 xo = 0.5 * (y1-y3) / (y1+y3); in cross_analyze()
1099 yo = 0.5 * ( (y1+y3)*xo + (y3-y1) ) * xo; in cross_analyze()
1111 ret+xo, (yo+y2)*tmp ); in cross_analyze()
1115 return ret + xo; in cross_analyze()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp567 for (int xo = 0; xo < w; xo++) in iterate()
569 const float xf = (float(xo)+0.5f) / float(w); in iterate()
572 const int dx = x0+xo; in iterate()
H A Des3fFboTestUtil.cpp908 for (int xo = 0; xo < width; xo++) in readPixels()
909 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
/third_party/backends/backend/
H A Dumax1220u-common.c217 int xo; member
1890 const int xo, in UMAX_set_scan_parameters()
1898 int left = xo; in UMAX_set_scan_parameters()
1900 int right = xo + w * 600 / xres; in UMAX_set_scan_parameters()
1905 DBG (2, "xo = %d, yo = %d\n", xo, yo); in UMAX_set_scan_parameters()
1933 scan->xo = xo; in UMAX_set_scan_parameters()
2042 scan->xskip = scan->xo / (600 / scan->xdpi); in UMAX_start_scan()
2117 scan->xskip = scan->xo / (60 in UMAX_start_scan_2100U()
1888 UMAX_set_scan_parameters(UMAX_Handle * scan, const int color, const int xo, const int yo, const int w, const int h, const int xres, const int yres) UMAX_set_scan_parameters() argument
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp1054 const int xo = fragNdx%2; in writeFragmentPackets() local
1057 if (getCoverageAnyFragmentSampleLive(packet.coverage, numSamples, xo, yo)) in writeFragmentPackets()
1061 fragment.pixelCoord = packet.position + tcu::IVec2(xo, yo); in writeFragmentPackets()
1062 fragment.coverage = (deUint32)((packet.coverage & getCoverageFragmentSampleBits(numSamples, xo, yo)) >> getCoverageOffset(numSamples, xo, yo)); in writeFragmentPackets()
1063 fragment.sampleDepths = (depthValues) ? (&depthValues[(packetNdx*4 + yo*2 + xo)*numSamples]) : (DE_NULL); in writeFragmentPackets()
1086 const int xo = fragNdx%2; in writeFragmentPackets() local
1090 if (getCoverageAnyFragmentSampleLive(packet.coverage, numSamples, xo, yo)) in writeFragmentPackets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2082 for (int xo = 0; xo < w; xo++) in iterate()
2084 const int dx = x0+xo; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2082 for (int xo = 0; xo < w; xo++) in iterate()
2084 const int dx = x0+xo; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1463 const deUint32 xo = shiftRight ? 1 : 0; in initBottomAccelerationStructure() local
1464 const float x0 = float(startPos.x() + 0 + xo) / float(m_data.width); in initBottomAccelerationStructure()
1466 const float x1 = float(startPos.x() + 1 + xo) / float(m_data.width); in initBottomAccelerationStructure()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp1474 const deUint32 xo = shiftRight ? 1 : 0; in initBottomAccelerationStructure() local
1475 const float x0 = float(startPos.x() + 0 + xo) / float(m_data.width); in initBottomAccelerationStructure()
1477 const float x1 = float(startPos.x() + 1 + xo) / float(m_data.width); in initBottomAccelerationStructure()

Completed in 50 milliseconds

12