Searched refs:VWRN_NEGATIVE_UNSIGNED (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstStrToNum.cpp101 { "-1", 0, VWRN_NEGATIVE_UNSIGNED, ~0ULL },
214 /// @todo { "-1", 0, VWRN_NEGATIVE_UNSIGNED, ~0 }, - no longer true. bad idea?
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp97 * @retval VWRN_NEGATIVE_UNSIGNED
185 rc = VWRN_NEGATIVE_UNSIGNED;
221 * @retval VWRN_NEGATIVE_UNSIGNED
277 * @retval VWRN_NEGATIVE_UNSIGNED
312 * @retval VWRN_NEGATIVE_UNSIGNED
364 * @retval VWRN_NEGATIVE_UNSIGNED
399 * @retval VWRN_NEGATIVE_UNSIGNED
451 * @retval VWRN_NEGATIVE_UNSIGNED
486 * @retval VWRN_NEGATIVE_UNSIGNED
/vbox/include/iprt/
H A Derr.h794 #define VWRN_NEGATIVE_UNSIGNED 57 macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1869 if (rc == VWRN_NUMBER_TOO_BIG || rc == VWRN_NEGATIVE_UNSIGNED)
1978 if (rc == VWRN_NUMBER_TOO_BIG || rc == VWRN_NEGATIVE_UNSIGNED)
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp236 AssertLogRelMsgReturn(RT_SUCCESS(rc) && rc != VWRN_NUMBER_TOO_BIG && rc != VWRN_NEGATIVE_UNSIGNED,

Completed in 1333 milliseconds