Searched defs:value (Results 151 - 175 of 457) sorted by relevance

1234567891011>>

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.h82 /* Flag bits in PLHashEnumerator's return value */
95 #define HT_FREE_VALUE 0 /* just free the entry's value */
96 #define HT_FREE_ENTRY 1 /* free value and entire entry */
102 void *value; /* ptr to opaque value */ member in struct:PLHashEntry
111 PLHashComparator valueCompare; /* value comparison function */
136 PL_HashTableAdd(PLHashTable *ht, const void *key, void *value);
172 const void *key, void *value);
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp452 void* value = local
456 NS_ASSERTION(value, "failed to remove from realToProxyMap");
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsThread.cpp205 nsThread::SetPriority(PRThreadPriority value) argument
211 PR_SetThreadPriority(mThread, value);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs223 /// <param name="value">The byte to add to the stream.</param>
226 public override void WriteByte(byte value) argument
231 int result = gzputc(_gzFile, (int)value);
241 /// <param name="value"></param>
243 public override void SetLength(long value) argument
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream.h44 size_t value() const { return val.word; } function in class:zstringlen
77 * and deallocates all the (de)compression state. The return value is
140 ::gzread(zs.fp(), x, len.value());
141 x[len.value()] = '\0';
147 char* x = new char[len.value()+1];
148 ::gzread(zs.fp(), x, len.value());
149 x[len.value()] = '\0';
195 * and deallocates all the (de)compression state. The return value is
213 * _flush is as in the deflate() function. The return value is the zlib
288 ::gzwrite(zs.fp(), (voidp) x, len.value());
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddrmmode_display.h113 uint64_t value; member in struct:__anon7068
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dinput.h170 char *value; member in struct:_InputOption
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dinput.h166 char *value; member in struct:_InputOption
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c179 return NULL; /* illegal value */
183 return NULL; /* illegal value */
481 register time_t value; local
485 INITIALIZE(value);
497 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
499 value += SECSPERDAY;
508 value = janfirst + rulep->r_day * SECSPERDAY;
515 value = janfirst;
517 value += mon_lengths[leapyear][i] * SECSPERDAY;
550 value
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h266 static inline char* ecvt(double value, int ndigit, int* decpt, int* sign) { return _ecvt(value, ndigit, decpt, sign); } argument
267 static inline char* fcvt(double value, int ndigit, int* decpt, int* sign) { return _fcvt(value, ndigit, decpt, sign); } argument
268 static inline char* gcvt(double value, int ndigit, char* buf) { return _gcvt(value, ndigit, buf); } argument
269 static inline char* itoa(int value, char* str, int radix) { return _itoa(value, str, radix); } argument
270 static inline char* ltoa(__msvcrt_long value, char* str, int radix) { return _ltoa(value, st argument
274 ultoa(__msvcrt_ulong value, char* str, int radix) argument
[all...]
/vbox/src/VBox/Devices/Network/testcase/
H A DtstDevEEPROM.cpp88 bool writeTo(uint16_t addr, uint16_t value);
90 void writeData(uint16_t value) { shiftOutBits(value, DATA_BITS); } argument
322 * We need to shift 'count' bits out to the EEPROM. So, the value in the
359 * the EEPROM (setting the SK bit), and then reading the value of the data out
447 * Returns the value of the word specified in 'addr' parameter.
455 uint16_t value = shiftInBits(DATA_BITS); local
458 return value;
464 * @value: value t
472 writeTo(uint16_t addr, uint16_t value) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp50 int value = USBFilterGetNum(aFilter, aIdx); local
51 Assert(value >= 0 && value <= 0xffff);
53 out = Utf8StrFmt("%04RX16", (uint16_t)value);
124 aErrStr = Utf8StrFmt(tr("The %s value '%s' is too big (max 0xFFFF)"),
762 * Generic USB filter field getter; converts the field value to UTF-16.
765 * @param aStr Where to store the value.
781 * @param aStr The new value.
1182 tr("Action value InvalidUSBDeviceFilterAction is not permitted"));
1212 * @param aStr Where to store the value
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lists.c36 # define CRSTATE_SET_CAP(state, value, format) g->state=value
40 # define CRSTATE_SET_CAP(state, value, format) \
41 if (g->state!=value) { \
42 crDebug("crStateQueryHWState fixed %s from "format" to "format, #state, g->state, value); \
43 g->state=value; \
67 GLfloat value[4]; \
68 value[0]=g->state.r; \
69 value[1]=g->state.g; \
70 value[
295 GLboolean value[4]; local
781 GLint value[4]; local
795 GLint value[4]; local
809 GLfloat value[2]; local
924 GLfloat value[2]; local
936 GLfloat value[4]; local
1119 GLfloat value[3]; local
[all...]
H A Dstate_teximage.c78 bitcount(int value) argument
81 for (; value > 0; value >>= 1) {
82 if (value & 0x1)
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dsettings_ui.c61 char value[60]; member in struct:setting_row_text
88 /** Buffer for setting's value */
89 char value[256]; /* enough size for a DHCP string */ member in struct:setting_row_widget
129 snprintf ( widget->row.value, sizeof ( widget->row.value ),
137 snprintf ( widget->row.value,
138 sizeof ( widget->row.value ), "%s/",
150 /* Read current setting value */
152 widget->row.value,
153 sizeof ( widget->row.value ) );
192 char *value; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_srp.c272 * Parse IB SRP root path byte-string value
275 * @v default_value Default value to use if component string is empty
276 * @ret value Value
302 * Parse IB SRP root path integer value
305 * @v default_value Default value to use if component string is empty
306 * @ret value Value
309 int value; local
312 value = strtoul ( rp_comp, &end, 16 );
319 return value;
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dzbin.c70 static unsigned long align ( unsigned long value, unsigned long algn ) { argument
71 return ( ( value + algn - 1 ) & ~( algn - 1 ) );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dhw-ops.h239 static inline void ath9k_hw_set_diversity(struct ath_hw *ah, int value) argument
241 return ath9k_hw_private_ops(ah)->set_diversity(ah, value);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c110 * integer value of each enum element to the specified callback function.
568 * Return a boolean value indicating if two types are compatible integers or
703 * Convert the specified value to the corresponding enum member name, if a
707 ctf_enum_name(ctf_file_t *fp, ctf_id_t type, int value) argument
731 if (ep->cte_value == value)
740 * Convert the specified enum tag name to the corresponding value, if a
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c653 dt_decl_hasmembers(const char *name, int value, void *private) argument
703 int value; local
716 value = dsp->ds_enumval + 1; /* default is previous value plus one */
724 * If the enumerator is being assigned a value, cook and check the node
725 * and then free it after we get the value. We also permit references
730 dsp->ds_ctfp, dsp->ds_type, dnp->dn_string, &value) != 0) {
741 xyerror(D_DECL_ENOFLOW, "enumerator '%s' value "
745 value = (int)dnp->dn_value;
751 name, value)
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXvlib.h114 long value; /* value of attribute */ member in struct:__anon2661
308 int /* value */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstateblock.c252 /* Set all members of a stateblock savedstate to the given value */
966 DWORD value = This->samplerState[stage][state]; local
969 IWineD3DDevice_SetSamplerState(pDevice, stage, state, value);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c253 /* Set all members of a stateblock savedstate to the given value */
1070 DWORD value = stateblock->state.sampler_states[stage][state]; local
1073 wined3d_device_set_sampler_state(device, stage, state, value);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c155 DECLEXPORT(int) VBOXGLXENTRYTAG(glXGetConfig)(Display *dpy, XVisualInfo *vis, int attrib, int *value) argument
157 return glxim.GetConfig(dpy, vis, attrib, value);
218 (Display *dpy, GLXPbuffer pbuf, int attribute, unsigned int *value)
220 return glxim.QueryGLXPbufferSGIX(dpy, pbuf, attribute, value);
265 DECLEXPORT(int) VBOXGLXENTRYTAG(glXGetFBConfigAttribSGIX)(Display *dpy, GLXFBConfig config, int attribute, int *value) argument
267 return glxim.GetFBConfigAttribSGIX(dpy, config, attribute, value);
321 DECLEXPORT(int) VBOXGLXENTRYTAG(glXGetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value) argument
323 return glxim.GetFBConfigAttrib(dpy, config, attribute, value);
346 DECLEXPORT(int) VBOXGLXENTRYTAG(glXQueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value) argument
348 return glxim.QueryContext(dpy, ctx, attribute, value);
217 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, int attribute, unsigned int *value) argument
351 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) argument
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_misc.c60 WARN(("GL_SHARE_LISTS_CR invalid value[%d] %d", i, ai32Values[i]));
67 WARN(("GL_SHARE_LISTS_CR invalid pCtx1 for value[%d] %d", i, ai32Values[i]));
348 * and the function's return value, compute the return value here.
387 * and the function's return value, compute the return value here.
508 void PACKSPU_APIENTRY packspu_ChromiumParameteriCR(GLenum target, GLint value) argument
514 packspuFluchOnThreadSwitch(value);
517 packspuCheckZerroVertAttr(value);
520 crStateShareContext(value);
[all...]

Completed in 119 milliseconds

1234567891011>>