Searched defs:value (Results 26 - 50 of 457) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCrUtil.cpp30 DECLEXPORT(void) crMemset( void *ptr, int value, unsigned int bytes );
59 DECLEXPORT(void) crMemset( void *ptr, int value, unsigned int bytes ) argument
61 memset(ptr, value, bytes);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddlltest.c79 PRIntn value; local
111 value = (*getFcn)();
112 if (value != 888) {
113 fprintf(stderr, "Test 1 failed: set value to 888, but got %d\n", value);
131 value = (*getFcn)();
132 if (value != 888) {
133 fprintf(stderr, "Test 2 failed: value should be 888, but got %d\n",
134 value);
138 value
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djsr250-api.jar ... annotation.Annotation { public abstract java.lang.String[] value () public abstract java.lang.String date () public abstract
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Opt.h67 ValueUnion value; member in struct:__anon7542
80 pointer xf86NewOption(char *name, char *value );
100 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
104 OptFreqUnits expectedUnits, double *value);
105 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Opt.h67 ValueUnion value; member in struct:__anon7907
80 pointer xf86NewOption(char *name, char *value );
100 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
104 OptFreqUnits expectedUnits, double *value);
105 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Opt.h67 ValueUnion value; member in struct:__anon8263
80 pointer xf86NewOption(char *name, char *value );
100 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
104 OptFreqUnits expectedUnits, double *value);
105 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Opt.h67 ValueUnion value; member in struct:__anon8578
80 pointer xf86NewOption(char *name, char *value );
100 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
104 OptFreqUnits expectedUnits, double *value);
105 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Opt.h67 ValueUnion value; member in struct:__anon8899
80 extern _X_EXPORT pointer xf86NewOption(char *name, char *value );
100 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 extern _X_EXPORT Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 extern _X_EXPORT Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
104 OptFreqUnits expectedUnits, double *value);
105 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Opt.h67 ValueUnion value; member in struct:__anon9214
80 extern _X_EXPORT pointer xf86NewOption(char *name, char *value );
100 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 extern _X_EXPORT Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 extern _X_EXPORT Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
104 OptFreqUnits expectedUnits, double *value);
105 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c111 Finally, control is returned to the host environment. If the value of
112 status is zero, or EXIT_SUCCESS, status is returned unchanged. If the value
120 longjmp(gMD->MainExit, 0x55); // Get out of here. longjmp can't return 0. Use 0x55 for a non-zero value.
194 @param value Address of a zero terminated value string
212 register const char * value,
242 AsciiStrToUnicodeStr ( value, UValue );
210 setenv( register const char * name, register const char * value, int rewrite ) argument
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dasn1_dec.c231 * @param value return host order integer
235 * as 0x00,0xFF,0xFF. Note the leading sign octet. A positive value
239 snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value) argument
256 *value = 0;
285 /* OR octets with value */
289 *value |= *msg_ptr;
290 *value <<= 8;
306 *value |= *msg_ptr;
326 * @param value return host order integer
332 snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dasn1_dec.c232 * @param value return host order integer
236 * as 0x00,0xFF,0xFF. Note the leading sign octet. A positive value
240 snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value) argument
257 *value = 0;
286 /* OR octets with value */
290 *value |= *msg_ptr;
291 *value <<= 8;
307 *value |= *msg_ptr;
327 * @param value return host order integer
333 snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value) argument
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevLPC.cpp82 uint32_t value = 0; local
89 value = 0xf0; /* enabled at 0xfed00000 */
94 value = 0;
101 return value;
104 static void rcba_ram_writel(LPCState* s, RTGCPHYS addr, uint32_t value) argument
106 Log(("rcba_write %llx = %#x\n", (uint64_t)addr, value));
148 * @param pv Where to fetch the value.
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmem.c122 DECLEXPORT(void) crMemset( void *ptr, int value, unsigned int bytes ) argument
125 memset( ptr, value, bytes );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dnvo_cmd.c78 /* Print setting value */
93 "<setting> <value>" );
106 * @v get_value Method to obtain setting value
111 int ( * get_value ) ( char **args, char **value ) ) {
114 char *value; local
124 /* Parse setting value */
125 if ( ( rc = get_value ( &argv[ optind + 1 ], &value ) ) != 0 )
129 if ( ( rc = storef_named_setting ( name, value ) ) != 0 ) {
135 free ( value );
139 free ( value );
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dhmac_drbg.h219 /** Current value
221 * "The value V of outlen bits, which is updated each time
224 uint8_t value[HMAC_DRBG_MAX_OUTLEN_BYTES]; member in struct:hmac_drbg_state
H A Dlinux.h104 char *value; member in struct:linux_setting
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGlobalSettings.cpp154 * If an error occurs while setting the value of some property, the method
164 QString value = vbox.GetExtraData(gPropertyMap[i].publicName); local
168 if ( value.isEmpty()
170 value = vbox.GetExtraData("GUI/Input/HostKey");
171 /* Empty value means the key is absent. It is OK, the default will
173 if (value.isEmpty())
176 setPropertyPrivate(i, value);
193 QVariant value = property (gPropertyMap [i].name); local
194 Assert (value.isValid() && value
212 QVariant value = property (gPropertyMap [i].name); local
238 setPublicProperty(const QString &publicName, const QString &value) argument
252 setPropertyPrivate(size_t index, const QString &value) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIFilmContainer.cpp45 QVector<BOOL> UIFilmContainer::value() const function in class:UIFilmContainer
48 QVector<BOOL> value; local
50 value << static_cast<BOOL>(pWidget->checked());
52 /* Return value: */
53 return value;
56 void UIFilmContainer::setValue(const QVector<BOOL> &value) argument
72 for (int iScreenIndex = 0; iScreenIndex < value.size(); ++iScreenIndex)
75 UIFilm *pWidget = new UIFilm(iScreenIndex, value[iScreenIndex]);
101 /* Append with 'default' value: */
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Opt.h41 ValueUnion value; member in struct:__anon3030
50 pointer xf86NewOption(char *name, char *value );
70 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
71 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
72 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
74 OptFreqUnits expectedUnits, double *value);
75 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Opt.h68 ValueUnion value; member in struct:__anon4687
81 pointer xf86NewOption(char *name, char *value );
101 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
102 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
103 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
105 OptFreqUnits expectedUnits, double *value);
106 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_spantemp.h158 const void *value, const GLubyte mask[] )
163 const RB_TYPE *src = (const RB_TYPE *) value;
208 const void *value, const GLubyte mask[] )
213 const RB_TYPE *src = (const RB_TYPE *) value;
156 put_mono_row( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *value, const GLubyte mask[] ) argument
206 put_mono_values( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *value, const GLubyte mask[] ) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Opt.h68 ValueUnion value; member in struct:__anon4254
81 pointer xf86NewOption(char *name, char *value );
101 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
102 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
103 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
105 OptFreqUnits expectedUnits, double *value);
106 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32ipcsem.c72 * Arguments, return value, and error code for WaitForSingleObject
129 const char *osname, PRIntn flags, PRIntn mode, PRUintn value)
150 sem->sem = CreateSemaphore(lpSA, value, 0x7fffffff, osname);
128 _PR_MD_OPEN_SEMAPHORE( const char *osname, PRIntn flags, PRIntn mode, PRUintn value) argument
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsProperties.cpp68 nsISupports* value = (nsISupports*)data; local
69 NS_IF_RELEASE(value);
103 nsISupports* value = (nsISupports*)nsHashtable::Get(&key); local
104 if (value) {
105 rv = value->QueryInterface(uuid, result);
114 nsProperties::Set(const char* prop, nsISupports* value) argument
118 nsISupports* prevValue = (nsISupports*)Put(&key, value);
120 NS_IF_ADDREF(value);

Completed in 344 milliseconds

1234567891011>>