Home
last modified time | relevance | path

Searched defs:range2 (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/third_party/utf8_range/
Drange2-sse.c82 __m128i shift1, pos, range2; in utf8_range2() local
Drange-sse.c168 __m128i shift1, pos, range2; in utf8_range() local
Drange-avx2.c193 __m256i shift1, pos, range2; in utf8_range_avx2() local
Dutf8_range.c403 __m128i range2; in utf8_range_Validate() local
/third_party/grpc/third_party/utf8_range/
Drange-sse.c168 __m128i shift1, pos, range2; in utf8_range() local
Drange2-sse.c82 __m128i shift1, pos, range2; in utf8_range2() local
Drange-avx2.c193 __m256i shift1, pos, range2; in utf8_range_avx2() local
Dutf8_range.c403 __m128i range2; in utf8_range_Validate() local
/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexAttrib.cpp182 const deUint32 range2 = (deUint32)((1ull << 2)-1); in readUnorm2101010RevOrder() local
198 const deUint32 range2 = (deUint32)((1ull << ( 2-1))-1); in readSnorm2101010RevClampOrder() local
214 const deUint32 range2 = (deUint32)((1ull << 2)-1); in readSnorm2101010RevScaleOrder() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dcle_strategy.cc127 std::vector<float> range2; in CalcScaleWithTwoLayer() local
170 std::vector<float> range2; in CalcScaleWithThreeLayer() local
/third_party/ffmpeg/libavcodec/
Dralf.c222 VLC *code_vlc; int range, range2, add_bits; in decode_channel() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DOS2Table.java484 public static EnumSet<UnicodeRange> asSet(long range1, long range2, long range3, long range4) { in asSet()
682 public static EnumSet<CodePageRange> asSet(long range1, long range2) { in asSet()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dto_proto.rs257 let range2 = source_range; in completion_item() localVariable
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1702 TIoRange range2(locationRange2, componentRange2, type.getBasicType(), 0); in addUsedLocation() local
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3524 const DescriptorProto::ExtensionRange& range2 = in TEST_F() local
3558 const DescriptorProto::ReservedRange& range2 = in TEST_F() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc6385 const DescriptorProto_ReservedRange& range2 = proto.reserved_range(j); in BuildMessage() local
6454 const Descriptor::ReservedRange* range2 = result->reserved_range(j); in BuildMessage() local
6468 const Descriptor::ExtensionRange* range2 = result->extension_range(j); in BuildMessage() local
7076 const EnumDescriptorProto_EnumReservedRange& range2 = in BuildEnum() local
/third_party/typescript/lib/
DtypingsInstaller.js11908 function rangeStartPositionsAreOnSameLine(range1, range2, sourceFile) { argument
11915 function rangeEndPositionsAreOnSameLine(range1, range2, sourceFile) { argument
11918 function rangeStartIsOnSameLineAsRangeEnd(range1, range2, sourceFile) { argument
11921 function rangeEndIsOnSameLineAsRangeStart(range1, range2, sourceFile) { argument
11924 function getLinesBetweenRangeEndAndRangeStart(range1, range2, sourceFile, includeSecondRangeComment… argument
Dtsc.js16358 function rangeStartPositionsAreOnSameLine(range1, range2, sourceFile) { argument
16365 function rangeEndPositionsAreOnSameLine(range1, range2, sourceFile) { argument
16368 function rangeStartIsOnSameLineAsRangeEnd(range1, range2, sourceFile) { argument
16371 function rangeEndIsOnSameLineAsRangeStart(range1, range2, sourceFile) { argument
16374 function getLinesBetweenRangeEndAndRangeStart(range1, range2, sourceFile, includeSecondRangeComment… argument
16378 function getLinesBetweenRangeEndPositions(range1, range2, sourceFile) { argument