/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ArabicShaping.java | 71 * @param dest The destination array that will receive the result. 89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape() 98 if (dest == null && destSize != 0) { in shape() 99 throw new IllegalArgumentException("null dest requires destSize == 0"); in shape() 102 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) { in shape() 103 throw new IllegalArgumentException("bad dest start (" + destStart + in shape() 105 ") for buffer of length " + dest.length); in shape() 132 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize); in shape() 162 char[] dest = src; in shape() 166 dest in shape() 88 shape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) shape() argument 878 shapeToArabicDigitsWithContext(char[] dest, int start, int length, char digitBase, boolean lastStrongWasAL) shapeToArabicDigitsWithContext() argument 990 countSpacesLeft(char[] dest, int start, int count) countSpacesLeft() argument 1001 countSpacesRight(char[] dest, int start, int count) countSpacesRight() argument 1197 countSpaceSub(char [] dest,int length, char subChar) countSpaceSub() argument 1213 shiftArray(char [] dest,int start, int e, char subChar) shiftArray() argument 1231 flipArray(char [] dest, int start, int e, int w) flipArray() argument 1255 handleTashkeelWithTatweel(char[] dest, int sourceLength) handleTashkeelWithTatweel() argument 1287 handleGeneratedSpaces(char[] dest, int start, int length) handleGeneratedSpaces() argument 1406 expandCompositCharAtBegin(char[] dest,int start, int length, int lacount) expandCompositCharAtBegin() argument 1436 expandCompositCharAtEnd(char[] dest,int start, int length, int lacount) expandCompositCharAtEnd() argument 1463 expandCompositCharAtNear(char[] dest,int start, int length, int yehHamzaOption, int seenTailOption, int lamAlefOption) expandCompositCharAtNear() argument 1518 expandCompositChar(char[] dest, int start, int length, int lacount, int shapingMode) expandCompositChar() argument 1612 normalize(char[] dest, int start, int length) normalize() argument 1635 deshapeNormalize(char[] dest, int start, int length) deshapeNormalize() argument 1669 shapeUnicode(char[] dest, int start, int length, int destSize, int tashkeelFlag) shapeUnicode() argument 1822 deShapeUnicode(char[] dest, int start, int length, int destSize) deShapeUnicode() argument 1840 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) internalShape() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ArabicShaping.java | 72 * @param dest The destination array that will receive the result. 89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape() 98 if (dest == null && destSize != 0) { in shape() 99 throw new IllegalArgumentException("null dest requires destSize == 0"); in shape() 102 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) { in shape() 103 throw new IllegalArgumentException("bad dest start (" + destStart + in shape() 105 ") for buffer of length " + dest.length); in shape() 132 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize); in shape() 160 char[] dest = src; in shape() 164 dest in shape() 88 shape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) shape() argument 830 shapeToArabicDigitsWithContext(char[] dest, int start, int length, char digitBase, boolean lastStrongWasAL) shapeToArabicDigitsWithContext() argument 942 countSpacesLeft(char[] dest, int start, int count) countSpacesLeft() argument 953 countSpacesRight(char[] dest, int start, int count) countSpacesRight() argument 1149 countSpaceSub(char [] dest,int length, char subChar) countSpaceSub() argument 1165 shiftArray(char [] dest,int start, int e, char subChar) shiftArray() argument 1183 flipArray(char [] dest, int start, int e, int w) flipArray() argument 1207 handleTashkeelWithTatweel(char[] dest, int sourceLength) handleTashkeelWithTatweel() argument 1239 handleGeneratedSpaces(char[] dest, int start, int length) handleGeneratedSpaces() argument 1358 expandCompositCharAtBegin(char[] dest,int start, int length, int lacount) expandCompositCharAtBegin() argument 1388 expandCompositCharAtEnd(char[] dest,int start, int length, int lacount) expandCompositCharAtEnd() argument 1415 expandCompositCharAtNear(char[] dest,int start, int length, int yehHamzaOption, int seenTailOption, int lamAlefOption) expandCompositCharAtNear() argument 1470 expandCompositChar(char[] dest, int start, int length, int lacount, int shapingMode) expandCompositChar() argument 1564 normalize(char[] dest, int start, int length) normalize() argument 1587 deshapeNormalize(char[] dest, int start, int length) deshapeNormalize() argument 1621 shapeUnicode(char[] dest, int start, int length, int destSize, int tashkeelFlag) shapeUnicode() argument 1774 deShapeUnicode(char[] dest, int start, int length, int destSize) deShapeUnicode() argument 1792 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) internalShape() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vc1_loopfilter.c | 206 static av_always_inline void vc1_i_h_loop_filter(VC1Context *v, uint8_t *dest, in vc1_i_h_loop_filter() argument 218 dst = dest; in vc1_i_h_loop_filter() 220 dst = dest + (block_num & 2) * 4 * s->linesize + (block_num & 1) * 8; in vc1_i_h_loop_filter() 238 static av_always_inline void vc1_i_v_loop_filter(VC1Context *v, uint8_t *dest, in vc1_i_v_loop_filter() argument 251 dst = dest; in vc1_i_v_loop_filter() 253 dst = dest + (block_num & 2) * 4 * s->linesize + (block_num & 1) * 8; in vc1_i_v_loop_filter() 276 uint8_t *dest, fieldtx; in ff_vc1_i_loop_filter() local 289 dest = s->dest[0] - 16 * s->linesize - 16; in ff_vc1_i_loop_filter() 294 vc1_i_v_loop_filter(v, i > 3 ? s->dest[ in ff_vc1_i_loop_filter() 363 vc1_p_h_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, uint8_t *is_intra, int16_t (*mv)[2], uint8_t *mv_f, int *ttblk, uint32_t flags, int block_num) vc1_p_h_loop_filter() argument 416 vc1_p_v_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, uint8_t *is_intra, int16_t (*mv)[2], uint8_t *mv_f, int *ttblk, uint32_t flags, int block_num) vc1_p_v_loop_filter() argument 474 uint8_t *dest; ff_vc1_p_loop_filter() local 802 vc1_p_h_intfr_loop_filter(VC1Context *v, uint8_t *dest, int *ttblk, uint32_t flags, uint8_t fieldtx, int block_num) vc1_p_h_intfr_loop_filter() argument 852 vc1_p_v_intfr_loop_filter(VC1Context *v, uint8_t *dest, int *ttblk, uint32_t flags, uint8_t fieldtx, int block_num) vc1_p_v_intfr_loop_filter() argument 914 uint8_t *dest; ff_vc1_p_intfr_loop_filter() local 1112 vc1_b_h_intfi_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, int *ttblk, uint32_t flags, int block_num) vc1_b_h_intfi_loop_filter() argument 1144 vc1_b_v_intfi_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, int *ttblk, uint32_t flags, int block_num) vc1_b_v_intfi_loop_filter() argument 1176 uint8_t *dest; ff_vc1_b_intfi_loop_filter() local [all...] |
H A D | eaidct.c | 36 #define IDCT_TRANSFORM(dest,s0,s1,s2,s3,s4,s5,s6,s7,d0,d1,d2,d3,d4,d5,d6,d7,munge,src) {\ 49 (dest)[d0] = munge(a0+a2+a6+b0); \ 50 (dest)[d1] = munge(a4+a6 +b1); \ 51 (dest)[d2] = munge(a4-a6 +b2); \ 52 (dest)[d3] = munge(a0-a2-a6+b3); \ 53 (dest)[d4] = munge(a0-a2-a6-b3); \ 54 (dest)[d5] = munge(a4-a6 -b2); \ 55 (dest)[d6] = munge(a4+a6 -b1); \ 56 (dest)[d7] = munge(a0+a2+a6-b0); \ 61 #define IDCT_COL(dest,sr 66 ea_idct_col(int16_t *dest, const int16_t *src) ea_idct_col() argument 80 ff_ea_idct_put_c(uint8_t *dest, ptrdiff_t linesize, int16_t *block) ff_ea_idct_put_c() argument [all...] |
H A D | simple_idct.c | 69 static inline void idct4col_put(uint8_t *dest, ptrdiff_t line_size, const int16_t *col) in idct4col_put() argument 81 dest[0] = av_clip_uint8((c0 + c1) >> C_SHIFT); in idct4col_put() 82 dest += line_size; in idct4col_put() 83 dest[0] = av_clip_uint8((c2 + c3) >> C_SHIFT); in idct4col_put() 84 dest += line_size; in idct4col_put() 85 dest[0] = av_clip_uint8((c2 - c3) >> C_SHIFT); in idct4col_put() 86 dest += line_size; in idct4col_put() 87 dest[0] = av_clip_uint8((c0 - c1) >> C_SHIFT); in idct4col_put() 105 void ff_simple_idct248_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_simple_idct248_put() argument 131 idct4col_put(dest in ff_simple_idct248_put() 148 idct4col_add(uint8_t *dest, ptrdiff_t line_size, const int16_t *col) idct4col_add() argument 194 ff_simple_idct84_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_simple_idct84_add() argument 209 ff_simple_idct48_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_simple_idct48_add() argument 224 ff_simple_idct44_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_simple_idct44_add() argument [all...] |
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | test-lower-parallel-copy.cpp | 65 { .dest = 0, .src = 2, .size = AGX_SIZE_32 }, in TEST_F() 66 { .dest = 4, .src = 6, .size = AGX_SIZE_32 }, in TEST_F() 75 { .dest = 0, .src = 1, .size = AGX_SIZE_16 }, in TEST_F() 76 { .dest = 4, .src = 5, .size = AGX_SIZE_16 }, in TEST_F() 88 { .dest = 0, .src = 2, .size = AGX_SIZE_32 }, in TEST_F() 89 { .dest = 4, .src = 2, .size = AGX_SIZE_32 }, in TEST_F() 98 { .dest = 0, .src = 1, .size = AGX_SIZE_16 }, in TEST_F() 99 { .dest = 4, .src = 1, .size = AGX_SIZE_16 }, in TEST_F() 111 { .dest = 0, .src = 2, .size = AGX_SIZE_32 }, in TEST_F() 112 { .dest in TEST_F() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UTS46.java | 42 public StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info) { in labelToASCII() argument 43 return process(label, true, true, dest, info); in labelToASCII() 47 public StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info) { in labelToUnicode() argument 48 return process(label, true, false, dest, info); in labelToUnicode() 52 public StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info) { in nameToASCII() argument 53 process(name, false, true, dest, info); in nameToASCII() 54 if( dest.length()>=254 && !info.getErrors().contains(Error.DOMAIN_NAME_TOO_LONG) && in nameToASCII() 55 isASCIIString(dest) && in nameToASCII() 56 (dest.length()>254 || dest in nameToASCII() 64 nameToUnicode(CharSequence name, StringBuilder dest, Info info) nameToUnicode() argument 81 isASCIIString(CharSequence dest) isASCIIString() argument 114 process(CharSequence src, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) process() argument 203 processUnicode(CharSequence src, int labelStart, int mappingStart, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) processUnicode() argument 265 mapDevChars(StringBuilder dest, int labelStart, int mappingStart) mapDevChars() argument 318 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, CharSequence label, int labelLength) replaceLabel() argument 330 processLabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) processLabel() argument 503 markBadACELabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) markBadACELabel() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-fs-copyfile.js | 15 const dest = path.join(tmpdir.path, 'copyfile.out'); 25 function verify(src, dest) { 28 const destData = fs.readFileSync(dest, 'utf8'); 29 const destStat = fs.statSync(dest); 50 fs.writeFileSync(dest, '', 'utf8'); 51 const result = fs.copyFileSync(src, dest); 53 verify(src, dest); 56 fs.copyFileSync(src, dest, 0); 57 verify(src, dest); 60 fs.unlinkSync(dest); [all...] |
H A D | test-stream2-pipe-error-handling.js | 38 source.unpipe = function(dest) { 39 unpipedDest = dest; 40 stream.Readable.prototype.unpipe.call(this, dest); 43 const dest = new stream.Writable(); 44 dest._write = function(chunk, encoding, cb) { 48 source.pipe(dest); 51 dest.on('error', function(err) { 56 dest.on('unpipe', function(src) { 61 dest.emit('error', err); 64 assert.strictEqual(unpipedDest, dest); [all...] |
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | strptime.c | 11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local 35 dest = &tm->tm_wday; in strptime() 40 dest = &tm->tm_mon; in strptime() 49 dest = ¢ury; in strptime() 54 dest = &tm->tm_mday; in strptime() 63 dest = &tm->tm_hour; in strptime() 68 dest = &tm->tm_hour; in strptime() 73 dest = &tm->tm_yday; in strptime() 79 dest = &tm->tm_mon; in strptime() 85 dest in strptime() [all...] |
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | strptime.c | 11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local 35 dest = &tm->tm_wday; in strptime() 40 dest = &tm->tm_mon; in strptime() 49 dest = ¢ury; in strptime() 54 dest = &tm->tm_mday; in strptime() 63 dest = &tm->tm_hour; in strptime() 68 dest = &tm->tm_hour; in strptime() 73 dest = &tm->tm_yday; in strptime() 79 dest = &tm->tm_mon; in strptime() 85 dest in strptime() [all...] |
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | strptime.c | 11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local 35 dest = &tm->tm_wday; in strptime() 40 dest = &tm->tm_mon; in strptime() 49 dest = ¢ury; in strptime() 54 dest = &tm->tm_mday; in strptime() 63 dest = &tm->tm_hour; in strptime() 68 dest = &tm->tm_hour; in strptime() 73 dest = &tm->tm_yday; in strptime() 79 dest = &tm->tm_mon; in strptime() 85 dest in strptime() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UTS46.java | 43 public StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info) { in labelToASCII() argument 44 return process(label, true, true, dest, info); in labelToASCII() 48 public StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info) { in labelToUnicode() argument 49 return process(label, true, false, dest, info); in labelToUnicode() 53 public StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info) { in nameToASCII() argument 54 process(name, false, true, dest, info); in nameToASCII() 55 if( dest.length()>=254 && !info.getErrors().contains(Error.DOMAIN_NAME_TOO_LONG) && in nameToASCII() 56 isASCIIString(dest) && in nameToASCII() 57 (dest.length()>254 || dest in nameToASCII() 65 nameToUnicode(CharSequence name, StringBuilder dest, Info info) nameToUnicode() argument 82 isASCIIString(CharSequence dest) isASCIIString() argument 115 process(CharSequence src, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) process() argument 204 processUnicode(CharSequence src, int labelStart, int mappingStart, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) processUnicode() argument 266 mapDevChars(StringBuilder dest, int labelStart, int mappingStart) mapDevChars() argument 319 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, CharSequence label, int labelLength) replaceLabel() argument 331 processLabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) processLabel() argument 494 markBadACELabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) markBadACELabel() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ubidiwrt.cpp | 60 UChar *dest, int32_t destSize, in doWriteForward() 73 *dest++=*src++; in doWriteForward() 89 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 112 *dest++=c; in doWriteForward() 143 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 153 UChar *dest, int32_t destSize, in doWriteReverse() 203 *dest++=src[j++]; in doWriteReverse() 233 *dest++=src[j++]; in doWriteReverse() 294 U16_APPEND_UNSAFE(dest, k, c); in doWriteReverse() 295 dest in doWriteReverse() 59 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument 152 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument 309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument 357 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiwrt.cpp | 60 char16_t *dest, int32_t destSize, in doWriteForward() 73 *dest++=*src++; in doWriteForward() 89 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 112 *dest++=c; in doWriteForward() 143 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 153 char16_t *dest, int32_t destSize, in doWriteReverse() 203 *dest++=src[j++]; in doWriteReverse() 233 *dest++=src[j++]; in doWriteReverse() 294 U16_APPEND_UNSAFE(dest, k, c); in doWriteReverse() 295 dest in doWriteReverse() 59 doWriteForward(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument 152 doWriteReverse(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument 309 ubidi_writeReverse(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument 357 ubidi_writeReordered(UBiDi *pBiDi, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiwrt.cpp | 60 UChar *dest, int32_t destSize, in doWriteForward() 73 *dest++=*src++; in doWriteForward() 89 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 112 *dest++=c; in doWriteForward() 143 U16_APPEND_UNSAFE(dest, j, c); in doWriteForward() 153 UChar *dest, int32_t destSize, in doWriteReverse() 203 *dest++=src[j++]; in doWriteReverse() 233 *dest++=src[j++]; in doWriteReverse() 294 U16_APPEND_UNSAFE(dest, k, c); in doWriteReverse() 295 dest in doWriteReverse() 59 doWriteForward(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument 152 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument 309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument 357 ubidi_writeReordered(UBiDi *pBiDi, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument [all...] |
/third_party/skia/src/images/ |
H A D | SkJPEGWriteUtility.cpp | 14 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_init_destination() local 16 dest->next_output_byte = dest->fBuffer; in sk_init_destination() 17 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize; in sk_init_destination() 21 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; in sk_empty_output_buffer() local 23 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest in sk_empty_output_buffer() 36 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; sk_term_destination() local [all...] |
/third_party/python/PC/layout/ |
H A D | main.py | 68 def copy_if_modified(src, dest): 70 dest_stat = os.stat(dest) 81 shutil.copy2(src, dest) 102 for dest, src in rglob(ns.source / "Lib", "**/*", _c): 103 yield dest, src 121 for dest, src in rglob(Path(tcl_lib).parent, "**/*"): 122 yield "tcl/{}".format(dest), src 126 def in_build(f, dest="", new_name=None): 136 yield dest + n + "." + x, src 140 yield dest [all...] |
/third_party/bounds_checking_function/src/ |
H A D | securecutil.h | 129 #define SECUREC_MEMORY_NO_OVERLAP(dest, src, count) \ 130 (((src) < (dest) && ((const char *)(src) + (count)) <= (char *)(dest)) || \ 131 ((dest) < (src) && ((char *)(dest) + (count)) <= (const char *)(src))) 133 #define SECUREC_MEMORY_IS_OVERLAP(dest, src, count) \ 134 (((src) < (dest) && ((const char *)(src) + (count)) > (char *)(dest)) || \ 135 ((dest) < (src) && ((char *)(dest) [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 70 ptn_src_for_dest(struct ptn_compile *c, nir_alu_dest *dest) in ptn_src_for_dest() argument 77 if (dest->dest.is_ssa) in ptn_src_for_dest() 78 src.src = nir_src_for_ssa(&dest->dest.ssa); in ptn_src_for_dest() 80 assert(!dest->dest.reg.indirect); in ptn_src_for_dest() 81 src.src = nir_src_for_reg(dest->dest.reg.reg); in ptn_src_for_dest() 82 src.src.reg.base_offset = dest in ptn_src_for_dest() 94 nir_alu_dest dest; ptn_get_dest() local 247 ptn_alu(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) ptn_alu() argument 261 ptn_move_dest_masked(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def, unsigned write_mask) ptn_move_dest_masked() argument 280 ptn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) ptn_move_dest() argument 286 ptn_arl(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_arl() argument 298 ptn_exp(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_exp() argument 315 ptn_log(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_log() argument 337 ptn_dst(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_dst() argument 352 ptn_lit(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_lit() argument 383 ptn_scs(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_scs() argument 394 ptn_slt(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_slt() argument 400 ptn_sge(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_sge() argument 406 ptn_xpd(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_xpd() argument 421 ptn_dp2(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_dp2() argument 427 ptn_dp3(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_dp3() argument 433 ptn_dp4(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_dp4() argument 439 ptn_dph(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_dph() argument 445 ptn_cmp(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_cmp() argument 453 ptn_lrp(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src) ptn_lrp() argument 510 ptn_tex(struct ptn_compile *c, nir_alu_dest dest, nir_ssa_def **src, struct prog_instruction *prog_inst) ptn_tex() argument 689 nir_alu_dest dest = ptn_get_dest(c, &prog_inst->DstReg); ptn_emit_instruction() local [all...] |
/third_party/lzma/CPP/Common/ |
H A D | StringConvert.cpp | 51 void MultiByteToUnicodeString2(UString &dest, const AString &src, UINT codePage)
in MultiByteToUnicodeString2() argument 53 dest.Empty();
in MultiByteToUnicodeString2() 58 wchar_t *d = dest.GetBuf(src.Len());
in MultiByteToUnicodeString2() 81 dest.ReleaseBuf_SetLen(i);
in MultiByteToUnicodeString2() 91 len = (unsigned)MultiByteToWideChar(codePage, 0, src, (int)src.Len(), dest.GetBuf(len), (int)len);
in MultiByteToUnicodeString2() 94 dest.ReleaseBuf_SetEnd(len);
in MultiByteToUnicodeString2() 117 static void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
in UnicodeStringToMultiByte2() argument 119 dest.Empty();
in UnicodeStringToMultiByte2() 126 char *d = dest.GetBuf(numRequiredBytes);
in UnicodeStringToMultiByte2() 155 dest in UnicodeStringToMultiByte2() 262 MultiByteToUnicodeString2(UString &dest, const AString &src, UINT codePage) MultiByteToUnicodeString2() argument 373 UnicodeStringToMultiByte2_Native(AString &dest, const UString &src) UnicodeStringToMultiByte2_Native() argument 393 UnicodeStringToMultiByte2(AString &dest, const UString &src2, UINT codePage, char defaultChar, bool &defaultCharWasUsed) UnicodeStringToMultiByte2() argument 502 UString dest; MultiByteToUnicodeString() local 513 UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage) UnicodeStringToMultiByte2() argument 521 AString dest; UnicodeStringToMultiByte() local 528 AString dest; UnicodeStringToMultiByte() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_vec_to_movs.c | 42 src_matches_dest_reg(nir_dest *dest, nir_src *src) in src_matches_dest_reg() argument 44 if (dest->is_ssa || src->is_ssa) in src_matches_dest_reg() 47 return (dest->reg.reg == src->reg.reg && in src_matches_dest_reg() 48 dest->reg.base_offset == src->reg.base_offset && in src_matches_dest_reg() 49 !dest->reg.indirect && in src_matches_dest_reg() 55 * the vec instruction, insert a MOV to the vec instruction's dest of all the 72 nir_alu_dest_copy(&mov->dest, &vec->dest); in insert_mov() 74 mov->dest.write_mask = (1u << start_idx); in insert_mov() 80 if (!(vec->dest in insert_mov() [all...] |
H A D | nir_opt_comparison_pre.c | 162 nir_imm_floatN_t(bld, 0.0, orig_add->dest.dest.ssa.bit_size); in rewrite_compare_instruction() 174 mov_add->dest.write_mask = orig_add->dest.write_mask; in rewrite_compare_instruction() 175 nir_ssa_dest_init(&mov_add->instr, &mov_add->dest.dest, in rewrite_compare_instruction() 176 orig_add->dest.dest.ssa.num_components, in rewrite_compare_instruction() 177 orig_add->dest.dest in rewrite_compare_instruction() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_valuefactory_test.cpp | 60 sfn_log << SfnLog::reg << "Search (test) " << &alu->dest << "\n"; in TEST_F() 61 auto dest_value = factory->dest(alu->dest, 0, pin_none); in TEST_F() 112 mov->dest.write_mask = 3; in TEST_F() 113 mov->dest.dest.is_ssa = false; in TEST_F() 114 mov->dest.dest.reg.reg = dst.reg.reg; in TEST_F() 115 mov->dest.dest in TEST_F() [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/ |
H A D | lima_nir_split_load_input.c | 41 if (!alu->dest.dest.is_ssa) in lima_nir_split_load_input_instr() 58 for (i = 1; i < nir_dest_num_components(alu->dest.dest); i++) in lima_nir_split_load_input_instr() 62 if (i != nir_dest_num_components(alu->dest.dest)) in lima_nir_split_load_input_instr() 66 if (nir_dest_num_components(alu->dest.dest) == 3 && swizzle > 0) in lima_nir_split_load_input_instr() 70 if (nir_dest_num_components(alu->dest.dest) in lima_nir_split_load_input_instr() [all...] |