Home
last modified time | relevance | path

Searched refs:off0 (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersFuzzTests.cs482 var off0 = builder.EndTable(); in TestTwoFinishTable()
483 builder.Finish(off0); in TestTwoFinishTable()
/third_party/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2650 let off0 = b.create_string("foo"); in layout_06_create_string() localVariable
2651 assert_eq!(8, off0.value()); in layout_06_create_string()
2666 let off0 = b.create_string(uni_str); in layout_06b_create_string_unicode() localVariable
2667 assert_eq!(16, off0.value()); in layout_06b_create_string_unicode()
2675 let off0 = b.create_byte_string(b"foo"); in layout_06c_create_byte_string() localVariable
2676 assert_eq!(8, off0.value()); in layout_06c_create_byte_string()
2687 let off0 = b.start_table(); in layout_07_empty_vtable() localVariable
2689 b.end_table(off0); in layout_07_empty_vtable()
2699 let off0 = b.start_table(); in layout_08_vtable_with_one_true_bool() localVariable
2700 assert_eq!(0, off0.value()); in layout_08_vtable_with_one_true_bool()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c1117 m_copym(struct mbuf *m, int off0, int len, int wait) in m_copym() argument
1120 int off = off0; in m_copym()
1160 n->m_pkthdr.len -= off0; in m_copym()
/third_party/ffmpeg/libavcodec/
Diff.c1453 GetByteContext off0, off1, dgb, ogb; in decode_delta_l() local
1464 bytestream2_init(&off0, buf, buf_end - buf); in decode_delta_l()
1471 poff0 = bytestream2_get_be32(&off0); in decode_delta_l()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c529 guint off0, off1, off2, off3; in GST_START_TEST() local
554 off0 = GST_VIDEO_INFO_COMP_OFFSET (&vinfo, 0); in GST_START_TEST()
559 GST_TRACE ("off0 %d <> %d", off0, GPOINTER_TO_INT (paintinfo.yp)); in GST_START_TEST()
564 fail_unless_equals_int (off0, GPOINTER_TO_INT (paintinfo.yp)); in GST_START_TEST()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp818 const IVec2& off0 = IVec2(), in GatherArgs()
824 offsets[0] = off0; in GatherArgs()
/third_party/python/Lib/test/
Ddatetimetester.py5146 off0 = dt.replace(fold=0).utcoffset()
5148 if off0 is None or off1 is None or dt.dst() is None:
5150 if off0 == off1:
5151 ldt = dt + off0
5153 if off0 == off1:
5157 for off in [off0, off1]:
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp822 const IVec2& off0 = IVec2(), in GatherArgs()
828 offsets[0] = off0; in GatherArgs()