Home
last modified time | relevance | path

Searched defs:offsets (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DSimpleFormatterTest.java51 int[] offsets = new int[1]; in TestWithNoArguments() local
147 int[] offsets = new int[6]; in TestWithArguments() local
176 int[] offsets = new int[4]; in TestFormatReplaceNoOptimization() local
194 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingText() local
211 int[] offsets = new int[4]; in TestFormatReplaceOptimization() local
255 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DSimpleFormatterTest.java54 int[] offsets = new int[1]; in TestWithNoArguments() local
150 int[] offsets = new int[6]; in TestWithArguments() local
179 int[] offsets = new int[4]; in TestFormatReplaceNoOptimization() local
197 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingText() local
214 int[] offsets = new int[4]; in TestFormatReplaceOptimization() local
258 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
/third_party/boost/libs/mpi/src/
Doffsets.cpp17 sizes2offsets(int const* sizes, int* offsets, int n) in sizes2offsets()
28 sizes2offsets(std::vector<int> const& sizes, std::vector<int>& offsets) in sizes2offsets()
40 offsets2skipped(int const* sizes, int const* offsets, int* skipped, int n) in offsets2skipped()
60 int* offsets = new int[nproc]; in make_offsets() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java390 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
432 private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in fastSingle()
469 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail()
488 private int regularLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in regularLoop()
794 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop()
844 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in fastSingle()
883 private int getTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in getTrail()
919 private int afterGetTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in afterGetTrail()
1037 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop()
DCharsetSCSU.java236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop()
290 … private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle()
356 … private int singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in singleByteMode()
582 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop()
645 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
689 private byte getWindow(int[] offsets){ in getWindow()
767 private int loop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in loop()
1052 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail()
1077 private int getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrailUnicode()
1150 private void endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in endLoop()
[all …]
DCharsetUTF16.java94 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
194 …final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail()
254 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
290 …te final CoderResult encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) { in encodeChar()
DCharsetEncoderICU.java288 IntBuffer offsets, boolean flush); in encodeLoop()
300 IntBuffer offsets, boolean flush) { in encode()
391 ByteBuffer target, IntBuffer offsets, boolean flush) { in fromUnicodeWithCallback()
700 IntBuffer offsets, int sourceIndex) { in fromUWriteBytes()
777 ByteBuffer target, IntBuffer offsets) { in cbFromUWriteSub()
798 CharBuffer source, ByteBuffer target, IntBuffer offsets) { in cbFromUWriteUChars()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DRuleBasedTimeZone.java99 int[] offsets = new int[2]; in getOffset() local
108 public void getOffset(long time, boolean local, int[] offsets) { in getOffset()
120 int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) { in getOffsetFromLocal()
132 int[] offsets = new int[2]; in getRawOffset() local
142 int[] offsets = new int[2]; in inDaylightTime() local
143 getOffset(date.getTime(), false, offsets); in inDaylightTime() local
167 int[] offsets = new int[2]; in useDaylightTime() local
188 int[] offsets = new int[2]; in observesDaylightTime() local
591 …getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) { in getOffset()
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_crop_parser.cc30 std::vector<int64_t> offsets(2, 0); in Parse() local
44 std::vector<int64_t> offsets; in Parse() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRuleBasedTimeZone.java104 int[] offsets = new int[2]; in getOffset() local
115 public void getOffset(long time, boolean local, int[] offsets) { in getOffset()
125 LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) { in getOffsetFromLocal()
141 int[] offsets = new int[2]; in getRawOffset() local
153 int[] offsets = new int[2]; in inDaylightTime() local
154 getOffset(date.getTime(), false, offsets); in inDaylightTime() local
182 int[] offsets = new int[2]; in useDaylightTime() local
204 int[] offsets = new int[2]; in observesDaylightTime() local
616 …getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) { in getOffset()
/third_party/icu/icu4c/source/test/intltest/
Dsimpleformattertest.cpp77 int32_t offsets[] = { 0 }; in TestNoArguments() local
163 int32_t offsets[6]; in TestManyArguments() local
338 int32_t offsets[3]; in TestTextWithNoArguments() local
357 int32_t offsets[4]; in TestFormatReplaceNoOptimization() local
387 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingText() local
417 int32_t offsets[4]; in TestFormatReplaceOptimization() local
447 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDynamicBufferOffsetTests.cpp217 std::array<uint32_t, 2> offsets = {0, 0}; in TEST_P() local
238 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local
259 std::array<uint32_t, 2> offsets = {0, 0}; in TEST_P() local
278 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local
304 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local
333 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local
361 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local
385 std::array<uint32_t, 2> offsets = {mMinUniformBufferOffsetAlignment, in TEST_P() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDynamicBufferOffsetTests.cpp137 std::array<uint64_t, 2> offsets = {0, 0}; in TEST_P() local
158 std::array<uint64_t, 2> offsets = {kMinDynamicBufferOffsetAlignment, in TEST_P() local
179 std::array<uint64_t, 2> offsets = {0, 0}; in TEST_P() local
198 std::array<uint64_t, 2> offsets = {kMinDynamicBufferOffsetAlignment, in TEST_P() local
/third_party/icu/icu4c/source/common/
Ducnv_cnv.cpp58 int32_t **offsets, in ucnv_fromUWriteBytes()
98 int32_t **offsets, in ucnv_toUWriteUChars()
138 int32_t **offsets, in ucnv_toUWriteCodePoint()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_cnv.cpp58 int32_t **offsets, in ucnv_fromUWriteBytes()
98 int32_t **offsets, in ucnv_toUWriteUChars()
138 int32_t **offsets, in ucnv_toUWriteCodePoint()
/third_party/node/deps/icu-small/source/common/
Ducnv_cnv.cpp58 int32_t **offsets, in ucnv_fromUWriteBytes()
98 int32_t **offsets, in ucnv_toUWriteUChars()
138 int32_t **offsets, in ucnv_toUWriteCodePoint()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_cnv.cpp58 int32_t **offsets, in ucnv_fromUWriteBytes()
98 int32_t **offsets, in ucnv_toUWriteUChars()
138 int32_t **offsets, in ucnv_toUWriteCodePoint()
/third_party/mindspore/mindspore/core/ops/
Dcrop.cc25 void Crop::Init(const int64_t axis, const std::vector<int64_t> &offsets) { in Init()
37 void Crop::set_offsets(const std::vector<int64_t> &offsets) { (void)this->AddAttr(kOffsets, MakeVal… in set_offsets()
/third_party/icu/icu4c/source/test/cintltst/
Dncnvtst.c167 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestSurrogateBehaviour() local
193 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; in TestSurrogateBehaviour() local
218 static const int32_t offsets[] = { in TestSurrogateBehaviour() local
246 static const int32_t offsets[] = {-1, -1, -1, -1, in TestSurrogateBehaviour() local
276 static const int32_t offsets[] = {0,0,0,0, in TestSurrogateBehaviour() local
297 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, in TestSurrogateBehaviour() local
376 static const int32_t offsets[] = { 0x00, 0x00}; in TestErrorBehaviour() local
454 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local
494 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local
545 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; in TestErrorBehaviour() local
[all …]
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage()
211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
296 int[] offsets = new int[nc]; in setBuf() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage()
211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
296 int[] offsets = new int[nc]; in setBuf() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c52 LLVMValueRef offsets, in lp_build_gather_elem_ptr()
86 LLVMValueRef offsets, in lp_build_gather_elem()
171 LLVMValueRef offsets, in lp_build_gather_elem_vec()
284 LLVMValueRef offsets) in lp_build_gather_avx2()
415 LLVMValueRef offsets, in lp_build_gather()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleFormatter.java115 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
136 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSimpleFormatter.java111 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
131 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int… in gather()
84 void scatter(RValue<Pointer<EL>> base, RValue<T> val, RValue<Int4> offsets, RValue<Int4> mask, unsi… in scatter()
130 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne… in Gather()
137 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in… in Gather()
144 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma… in Scatter()
149 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, … in Scatter()

12345678910>>...27