Home
last modified time | relevance | path

Searched refs:off0 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Diff.c1453 GetByteContext off0, off1, dgb, ogb; in decode_delta_l() local
1465 bytestream2_init(&off0, buf, buf_end - buf); in decode_delta_l()
1472 poff0 = bytestream2_get_be32(&off0); in decode_delta_l()
/third_party/python/Lib/test/
H A Ddatetimetester.py5450 off0 = dt.replace(fold=0).utcoffset()
5452 if off0 is None or off1 is None or dt.dst() is None:
5454 if off0 == off1:
5455 ldt = dt + off0
5457 if off0 == off1:
5461 for off in [off0, off1]:
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp818 const IVec2& off0 = IVec2(), in GatherArgs()
824 offsets[0] = off0; in GatherArgs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp810 const IVec2& off0 = IVec2(), in GatherArgs()
816 offsets[0] = off0; in GatherArgs()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp822 const IVec2& off0 = IVec2(), in GatherArgs()
828 offsets[0] = off0; in GatherArgs()
/third_party/glfw/deps/
H A Dnuklear.h12974 const int off0 = ((img_dst.x + x) + (img_dst.y + y) * img_width); in nk_font_bake_custom_data() local
12975 const int off1 = off0 + 1 + tex_width; in nk_font_bake_custom_data()
12976 pixels[off0] = (texture_data_mask[n] == white) ? 0xFF : 0x00; in nk_font_bake_custom_data()

Completed in 67 milliseconds