/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/icu4c/source/test/cintltst/ |
H A D | custrtrn.c | 889 UChar dest[64]; in Test_FromUTF8() local 923 dest[0]=dest[1]=99; in Test_FromUTF8() 925 destPointer=u_strFromUTF8(dest, UPRV_LENGTHOF(dest), &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8() 926 if(U_FAILURE(errorCode) || destPointer!=dest || destLength!=1 || dest[0]!=0x95c || dest[1]!=0) { in Test_FromUTF8() 988 UChar dest[64]; in Test_FromUTF8Lenient() local 996 dest[ in Test_FromUTF8Lenient() 1544 char dest[200]; Test_strToJavaModifiedUTF8() local 1735 UChar dest[200]; Test_strFromJavaModifiedUTF8() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ushape.cpp | 463 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { in countSpaces() argument 466 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces() 471 while(dest[size-1] == SPACE_CHAR) { in countSpaces() 690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 695 if((isTashkeelOnTatweelChar(dest[i]) == 1)){ in handleTashkeelWithTatweel() 696 dest[i] = TATWEEL_CHAR; in handleTashkeelWithTatweel() 697 }else if((isTashkeelOnTatweelChar(dest[i]) == 2)){ in handleTashkeelWithTatweel() 698 dest[i] = SHADDA_TATWEEL_CHAR; in handleTashkeelWithTatweel() 699 }else if(isIsolatedTashkeelChar(dest[i]) && dest[ in handleTashkeelWithTatweel() 728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument 903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument 963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument 1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument 1083 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument 1196 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument 1368 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument 1421 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument [all...] |
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 | ushape.cpp | 463 countSpaces(char16_t *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { in countSpaces() argument 466 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces() 471 while(dest[size-1] == SPACE_CHAR) { in countSpaces() 690 handleTashkeelWithTatweel(char16_t *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 695 if((isTashkeelOnTatweelChar(dest[i]) == 1)){ in handleTashkeelWithTatweel() 696 dest[i] = TATWEEL_CHAR; in handleTashkeelWithTatweel() 697 }else if((isTashkeelOnTatweelChar(dest[i]) == 2)){ in handleTashkeelWithTatweel() 698 dest[i] = SHADDA_TATWEEL_CHAR; in handleTashkeelWithTatweel() 699 }else if(isIsolatedTashkeelChar(dest[i]) && dest[ in handleTashkeelWithTatweel() 728 handleGeneratedSpaces(char16_t *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument 903 expandCompositCharAtBegin(char16_t *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument 963 expandCompositCharAtEnd(char16_t *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument 1030 expandCompositCharAtNear(char16_t *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument 1083 expandCompositChar(char16_t *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument 1196 shapeUnicode(char16_t *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument 1368 deShapeUnicode(char16_t *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument 1421 u_shapeArabic(const char16_t *source, int32_t sourceLength, char16_t *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument [all...] |
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 | ushape.cpp | 463 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { in countSpaces() argument 466 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces() 471 while(dest[size-1] == SPACE_CHAR) { in countSpaces() 690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument 695 if((isTashkeelOnTatweelChar(dest[i]) == 1)){ in handleTashkeelWithTatweel() 696 dest[i] = TATWEEL_CHAR; in handleTashkeelWithTatweel() 697 }else if((isTashkeelOnTatweelChar(dest[i]) == 2)){ in handleTashkeelWithTatweel() 698 dest[i] = SHADDA_TATWEEL_CHAR; in handleTashkeelWithTatweel() 699 }else if(isIsolatedTashkeelChar(dest[i]) && dest[ in handleTashkeelWithTatweel() 728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument 903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument 963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument 1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument 1083 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument 1196 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument 1368 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument 1421 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument [all...] |
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/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/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/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...] |
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
H A D | securectype.h | 173 #define SECUREC_STRNCPY_SM(dest, destMax, src, count) \ 174 (((void *)dest != NULL && (void *)src != NULL && (size_t)destMax >0 && \ 177 ((count < strlen(src))? (memcpy(dest, src, count), *((char *)dest + count) = '\0', EOK): \ 178 (memcpy(dest, src, strlen(src) + 1), EOK)) : (strncpy_error(dest, destMax, src, count))) 180 #define SECUREC_STRCPY_SM(dest, destMax, src) \ 181 (((void *)dest != NULL && (void *)src != NULL && (size_t)destMax >0 && \ 183 (strlen(src) + 1) <= (size_t)destMax) ? (memcpy(dest, src, strlen(src) + 1), EOK): \ 184 (strcpy_error(dest, destMa [all...] |
/kernel/linux/linux-5.10/fs/udf/ |
H A D | udftime.c | 44 udf_disk_stamp_to_time(struct timespec64 *dest, struct timestamp src) in udf_disk_stamp_to_time() argument 60 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time() 62 dest->tv_sec -= offset * 60; in udf_disk_stamp_to_time() 63 dest->tv_nsec = 1000 * (src.centiseconds * 10000 + in udf_disk_stamp_to_time() 69 dest->tv_nsec %= NSEC_PER_SEC; in udf_disk_stamp_to_time() 73 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts) in udf_time_to_disk_stamp() argument 81 dest->typeAndTimezone = cpu_to_le16(0x1000 | (offset & 0x0FFF)); in udf_time_to_disk_stamp() 85 dest->year = cpu_to_le16(tm.tm_year + 1900); in udf_time_to_disk_stamp() 86 dest->month = tm.tm_mon + 1; in udf_time_to_disk_stamp() 87 dest in udf_time_to_disk_stamp() [all...] |
/kernel/linux/linux-6.6/fs/udf/ |
H A D | udftime.c | 30 udf_disk_stamp_to_time(struct timespec64 *dest, struct timestamp src) in udf_disk_stamp_to_time() argument 46 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time() 48 dest->tv_sec -= offset * 60; in udf_disk_stamp_to_time() 49 dest->tv_nsec = 1000 * (src.centiseconds * 10000 + in udf_disk_stamp_to_time() 55 dest->tv_nsec %= NSEC_PER_SEC; in udf_disk_stamp_to_time() 59 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts) in udf_time_to_disk_stamp() argument 67 dest->typeAndTimezone = cpu_to_le16(0x1000 | (offset & 0x0FFF)); in udf_time_to_disk_stamp() 71 dest->year = cpu_to_le16(tm.tm_year + 1900); in udf_time_to_disk_stamp() 72 dest->month = tm.tm_mon + 1; in udf_time_to_disk_stamp() 73 dest in udf_time_to_disk_stamp() [all...] |
/third_party/node/test/parallel/ |
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/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/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...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/ni_device_routes/ |
H A D | pci-6713.c | 35 .dest = NI_PFI(3), 42 .dest = NI_PFI(4), 49 .dest = NI_PFI(5), 56 .dest = NI_PFI(6), 63 .dest = NI_PFI(8), 70 .dest = NI_PFI(9), 77 .dest = TRIGGER_LINE(0), 89 .dest = TRIGGER_LINE(1), 101 .dest = TRIGGER_LINE(2), 113 .dest [all...] |
H A D | pci-6723.c | 35 .dest = NI_PFI(3), 42 .dest = NI_PFI(4), 49 .dest = NI_PFI(5), 56 .dest = NI_PFI(6), 63 .dest = NI_PFI(8), 70 .dest = NI_PFI(9), 77 .dest = TRIGGER_LINE(0), 89 .dest = TRIGGER_LINE(1), 101 .dest = TRIGGER_LINE(2), 113 .dest [all...] |
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/ni_device_routes/ |
H A D | pci-6713.c | 34 .dest = NI_PFI(3), 41 .dest = NI_PFI(4), 48 .dest = NI_PFI(5), 55 .dest = NI_PFI(6), 62 .dest = NI_PFI(8), 69 .dest = NI_PFI(9), 76 .dest = TRIGGER_LINE(0), 88 .dest = TRIGGER_LINE(1), 100 .dest = TRIGGER_LINE(2), 112 .dest [all...] |
H A D | pci-6723.c | 34 .dest = NI_PFI(3), 41 .dest = NI_PFI(4), 48 .dest = NI_PFI(5), 55 .dest = NI_PFI(6), 62 .dest = NI_PFI(8), 69 .dest = NI_PFI(9), 76 .dest = TRIGGER_LINE(0), 88 .dest = TRIGGER_LINE(1), 100 .dest = TRIGGER_LINE(2), 112 .dest [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...] |
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | multi_arith.h | 81 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src) in fp_addmant() argument 86 asm volatile ("add.b %1,%0" : "=d,g" (dest->lowmant) in fp_addmant() 87 : "g,d" (src->lowmant), "0,0" (dest->lowmant)); in fp_addmant() 88 asm volatile ("addx.l %1,%0" : "=d" (dest->mant.m32[1]) in fp_addmant() 89 : "d" (src->mant.m32[1]), "0" (dest->mant.m32[1])); in fp_addmant() 90 asm volatile ("addx.l %1,%0" : "=d" (dest->mant.m32[0]) in fp_addmant() 91 : "d" (src->mant.m32[0]), "0" (dest->mant.m32[0])); in fp_addmant() 114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() argument 118 asm volatile ("sub.b %1,%0" : "=d,g" (dest->lowmant) in fp_submant() 120 asm volatile ("subx.l %1,%0" : "=d" (dest in fp_submant() 165 fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, struct fp_ext *src2) fp_multiplymant() argument 180 fp_dividemant(union fp_mant128 *dest, struct fp_ext *src, struct fp_ext *div) fp_dividemant() argument 243 fp_putmant128(struct fp_ext *dest, union fp_mant128 *src, int shift) fp_putmant128() argument [all...] |
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | multi_arith.h | 81 static inline int fp_addmant(struct fp_ext *dest, struct fp_ext *src) in fp_addmant() argument 86 asm volatile ("add.b %1,%0" : "=d,g" (dest->lowmant) in fp_addmant() 87 : "g,d" (src->lowmant), "0,0" (dest->lowmant)); in fp_addmant() 88 asm volatile ("addx.l %1,%0" : "=d" (dest->mant.m32[1]) in fp_addmant() 89 : "d" (src->mant.m32[1]), "0" (dest->mant.m32[1])); in fp_addmant() 90 asm volatile ("addx.l %1,%0" : "=d" (dest->mant.m32[0]) in fp_addmant() 91 : "d" (src->mant.m32[0]), "0" (dest->mant.m32[0])); in fp_addmant() 114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() argument 118 asm volatile ("sub.b %1,%0" : "=d,g" (dest->lowmant) in fp_submant() 120 asm volatile ("subx.l %1,%0" : "=d" (dest in fp_submant() 165 fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, struct fp_ext *src2) fp_multiplymant() argument 180 fp_dividemant(union fp_mant128 *dest, struct fp_ext *src, struct fp_ext *div) fp_dividemant() argument 243 fp_putmant128(struct fp_ext *dest, union fp_mant128 *src, int shift) fp_putmant128() argument [all...] |