Searched defs:i16 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprftest.c53 PRInt16 i16; local
61 i16 = -1;
66 PR_snprintf(buf, BUF_SIZE, "%hx %x %lx %llx", i16, n, i32, i64);
82 i16 = -32;
86 PR_snprintf(buf, BUF_SIZE, "%d %hd %lld %ld", n, i16, i64, i32);
H A Dobsints.c72 int16 i16; local
H A Dprftest1.c93 PRInt16 i16; local
126 i16 = -1;
131 PR_snprintf(buf, BUF_SIZE, "%hx %x %lx %llx", i16, n, i32, i64);
H A Dprftest2.c72 PRInt16 i16; local
104 i16 = -32;
108 PR_snprintf(buf, BUF_SIZE, "%d %hd %lld %ld", n, i16, i64, i32);
/vbox/src/VBox/Storage/testcase/
H A DVDScript.h67 int16_t i16; member in union:VDSCRIPTARG::__anon16806
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp821 int16_t i16 = (int16_t)i64; local
822 if (i64 != (int64_t)i16)
855 int16_t i16 = (int16_t)i64; local
856 if (i64 != (int64_t)i16)
876 int16_t i16; local
877 int rc = RTStrToInt16Ex(pszValue, NULL, 0, &i16);
879 return i16;
H A Dstrformatrt.cpp361 int16_t i16; member in union:__anon16583
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/
H A Dxptcall.h107 PRInt16 i16; member in union:nsXPTCMiniVariant::__anon17322
184 case nsXPTType::T_I16: val.i16 = mv.val.i16; break;
/vbox/include/iprt/
H A Dgetopt.h160 int16_t i16; member in union:RTGETOPTUNION
H A Dasm.h346 * @param i16 The 16-bit value to assign to *pi16.
348 DECLINLINE(int16_t) ASMAtomicXchgS16(volatile int16_t *pi16, int16_t i16) argument
350 return (int16_t)ASMAtomicXchgU16((volatile uint16_t *)pi16, (uint16_t)i16);
2059 * @param i16 The 16-bit value to assign to *pi16.
2061 DECLINLINE(void) ASMAtomicWriteS16(volatile int16_t *pi16, int16_t i16) argument
2063 ASMAtomicXchgS16(pi16, i16);
2071 * @param i16 The 16-bit value to assign to *pi16.
2073 DECLINLINE(void) ASMAtomicUoWriteS16(volatile int16_t *pi16, int16_t i16) argument
2076 *pi16 = i16;
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h438 PRInt16 i16; member in union:XPTConstValue
/vbox/include/VBox/
H A Ddis.h415 int32_t i16; member in union:DISOPPARAM::__anon222

Completed in 75 milliseconds