Searched refs:s16 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_endian.h113 static inline s16 sle16_to_cpu(sle16 x)
115 return (s16)le16_to_cpu((le16)x);
128 static inline s16 sle16_to_cpup(sle16 *x)
130 return (s16)le16_to_cpu(*(le16*)x);
143 static inline sle16 cpu_to_sle16(s16 x)
158 static inline sle16 cpu_to_sle16p(s16 *x)
185 #define const_sle16_to_cpu(x) ((s16)(OSSwapLittleToHostConstInt16(((u16)(x)))))
H A Dntfs_types.h51 typedef int16_t s16; typedef
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunisetspan.cpp230 const UChar *s16=string.getBuffer(); local
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
243 int32_t length8=getUTF8Length(s16, length16);
310 const UChar *s16=string.getBuffer(); local
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
354 U16_NEXT(s16, len, length16, c);
359 U16_PREV(s16, 0, len, c);
367 int32_t length8=appendUTF8(s16, length1
657 const UChar *s16=string.getBuffer(); local
696 const UChar *s16=string.getBuffer(); local
821 const UChar *s16=string.getBuffer(); local
862 const UChar *s16=string.getBuffer(); local
1365 const UChar *s16=string.getBuffer(); local
1408 const UChar *s16=string.getBuffer(); local
[all...]
H A Duresbund.cpp1185 ures_toUTF8String(const UChar *s16, int32_t length16, argument
1219 return u_strToUTF8(NULL, 0, pLength, s16, length16, status);
1242 return u_strToUTF8(dest, capacity, pLength, s16, length16, status);
1252 const UChar *s16 = ures_getString(resB, &length16, status); local
1253 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1574 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status); local
1575 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1939 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status); local
1940 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dusettest.c603 static const UChar s16[2]={ 0xe01, 0x3000 }; local
614 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
615 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
616 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
617 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
634 1!=uset_span(idSet, s16, 2, USET_SPAN_CONTAINED) ||
635 0!=uset_span(idSet, s16, 2, USET_SPAN_NOT_CONTAINED) ||
636 2!=uset_spanBack(idSet, s16, 2, USET_SPAN_CONTAINED) ||
637 1!=uset_spanBack(idSet, s16, 2, USET_SPAN_NOT_CONTAINED)
H A Dcreststn.c2816 const UChar *s16; local
2826 s16 = ures_getStringByIndex(resB, idx, length, status);
2828 s16 = ures_getStringByKey(resB, key, length, status);
2830 s16 = ures_getString(resB, length, status);
2833 return s16;
2850 return s16;
2856 return s16;
2871 return s16;
2887 U16_NEXT(s16, i16, length16, c16);
2909 return s16;
[all...]
/macosx-10.9.5/gpt-12/
H A Dgpt.c122 utf16_to_utf8(uint16_t *s16) argument
131 while (s16[s16len++] != 0)
141 utfchar = le16toh(s16[s16idx++]);
143 c = le16toh(s16[s16idx]);
169 utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len) argument
186 s16[s16idx++] = htole16(0xfffd);
188 s16[--s16idx] = 0;
217 s16[s16idx++] = htole16(0xd800 | ((utfchar>>10)-0x40));
218 s16[s16idx++] = htole16(0xdc00 | (utfchar & 0x3ff));
220 s16[s16id
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.h175 const UChar *s16, int32_t length16,
H A Dusettest.cpp3115 const UChar *s16=(const UChar *)s; local
3122 string.setTo(FALSE, s16+prev, length); // read-only alias
3193 const UChar *s16, int32_t length16,
3202 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index);
3208 // Convert s16[] and expectLimits[] to UTF-8.
3212 const UChar *s16Limit=s16+length16;
3219 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, TRUE, &errorCode); local
3772 const UChar *s16=string16.getBuffer(); local
3774 if( set.span(s16, 8, USET_SPAN_NOT_CONTAINED)!=4 ||
3775 set.span(s16,
3192 testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], const UChar *s16, int32_t length16, uint32_t whichSpans, const char *testName, int32_t index) argument
[all...]
/macosx-10.9.5/file-46/file/src/
H A Dcdf.c702 int16_t s16; local
782 (void)memcpy(&s16, &q[o], sizeof(s16));
783 inp[i].pi_s16 = CDF_TOLE2(s16);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore2.cpp293 B(s16, Add after removed ints, 0)W(s16a);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_compat.h693 # define s16 __s16
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp3524 UInt16 s16; local
3654 s16 = *(cursPtr16++);
3655 alpha = s16 & AMASK16;
3657 red = (s16 & RMASK16) >> 8;
3659 green = (s16 & GMASK16) >> 4;
3661 blue = s16 & BMASK16;
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h76 s16, enumerator in enum:JSC::ARMRegisters::__anon2646

Completed in 319 milliseconds