Searched defs:one (Results 26 - 40 of 40) sorted by relevance

12

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c6 * If you look for one, check:
599 * Read one line in the HTTP server output, usually for extracting
836 u_long one = 1; local
838 status = ioctlsocket(s, FIONBIO, &one) == SOCKET_ERROR ? -1 : 0;
1055 * and one want to enable it, send me the defined(foobar) needed
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c34 * the terms of any one of the MPL, the GPL or the LGPL.
127 PRInt64 one; local
129 LL_I2L(one, 1L);
130 LL_SUB(sec, sec, one);
1180 /* already got one... */
1453 else if ((end - rest) == 1) /* one digit - date */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_consume.c211 * subtrahend right by one bit for the next comparison.
269 * and searching for the appropriate decimal to fill the one's place.)
314 uint64_t one[2] = { 1, 0 }; local
342 dt_add_128(next_try, one, next_try);
347 dt_add_128(result, one, result);
742 * We define a "printable character" to be one for which
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c355 one of these warnings, the output may be wrong, so you should check
932 /* The program has received a signal where it wasn't expecting one */
1879 /* Minimum value: assume either two's or one's complement *********/
2131 I never make a change to one that I forget to make to the other.
2527 /* Minimum value: assume either two's or one's complement *********/
3284 Volatile Number d, oldd, dbase, one, zero; local
3305 eprec=0; d=1.0; dbase=base; one=1.0; zero=0.0;
3308 while ((((d+one)-d)-one) == zero && d>oldd);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c60 of the algorithms used, this could save at most be one word anyway. */
698 * make sure at least one sign bit gets stored. */
739 loop below wouldn't add one either. Make sure a sign bit
838 #define IS_LITTLE_ENDIAN (int)*(unsigned char*)&one
917 int one = 1; local
928 int one = 1; local
940 int one = 1; local
992 int one = 1; local
1396 /* pout should have at least one digit, so that the case when a = 0
1430 /* pout[size-1]: always produce at least one decima
3022 PyLongObject *one; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c791 /* Note the WINED3DRS value applies to all textures, but GL has one
3281 /* The number of the mapped stages increases monotonically, so it's fine to use the last used one. */
3471 /* Vertex and pixel shader states will call a shader upload, don't do anything as long one of them
3671 * and untransformed draws. It *may* happen that the world matrix is set 2 times during one
3800 /* D3D adds one more matrix which has weight (1 - sum(weights)). This is enabled at context
3933 As a consequence if you want to correctly draw one line exactly from
4284 static const GLbyte one = 1; local
4285 GL_EXTCALL(glWeightbvARB(1, &one));
5799 /* Only use the first matching state with the available extension from one template.
H A Darb_program_shader.c122 /* We use one PARAM for the pos fixup, and in some cases one to load
678 * subtract one from the number of constants. If the shader uses indirect addressing,
1172 DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup)
1219 shader_addline(buffer, "MAD %s%s, %s, %s, -%s;\n", reg, reg_mask, reg, two, one);
1370 "one", "coefmul.x", priv->cur_ps_args->super.color_fixup[sampler_idx]);
1409 shader_addline(buffer, "MAD T%c, %s, coefmul.x, -one.x;\n", 'A' + tmpreg, regstr);
1412 shader_addline(buffer, "MAD T%c, %s, -coefmul.x, one.x;\n", 'A' + tmpreg, regstr);
1415 shader_addline(buffer, "SUB T%c, one.x, %s;\n", 'A' + tmpreg, regstr);
1737 * with more than one componen
1171 gen_color_correction(struct wined3d_shader_buffer *buffer, const char *reg, DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c34 * the terms of any one of the MPL, the GPL or the LGPL.
959 * create one. The socket will be passed to AcceptEx() as the
1037 u_long one = 1; local
1039 rv = ioctlsocket((SOCKET)file, FIONBIO, &one);
1095 /* Close the socket if there is one */
1224 int one = 1;
1240 (const char *)&one,
1241 sizeof(one));
2965 /* The 'server' part should have at least one character. */
2979 /* The 'share' part should have at least one characte
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c34 * the terms of any one of the MPL, the GPL or the LGPL.
756 return PR_TRUE; /* this one is cooked */
768 return PR_FALSE; /* do nothing - this one ain't finished */
1419 /* this one's not done yet */
1424 bytes -= osiov->iov_len; /* this one's done cooked */
3301 PRIntn one = 1; local
3302 (void)ioctl(osfd, FIOSNBIO, &one);
3811 /* this one is ready right now */
3818 * this one.
4069 /* this one i
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c788 /* Note the WINED3D_RS value applies to all textures, but GL has one
3422 /* The number of the mapped stages increases monotonically, so it's fine to use the last used one. */
3790 * and untransformed draws. It *may* happen that the world matrix is set 2 times during one
3909 /* D3D adds one more matrix which has weight (1 - sum(weights)).
4392 static const GLbyte one = 1; local
4393 GL_EXTCALL(glWeightbvARB(1, &one));
6021 /* Only use the first matching state with the available extension from one template.
H A Darb_program_shader.c380 /* We use one PARAM for the pos fixup, and in some cases one to load
792 * subtract one from the number of constants. If the shader uses indirect addressing,
1292 DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup)
1339 shader_addline(buffer, "MAD %s%s, %s, %s, -%s;\n", reg, reg_mask, reg, two, one);
1510 const char *one = arb_get_helper_value(ins->ctx->reg_maps->shader_version.type, ARB_ONE); local
1537 shader_addline(buffer, "MAD T%c, %s, %s, -%s;\n", 'A' + tmpreg, regstr, two, one);
1540 shader_addline(buffer, "MAD T%c, %s, -%s, %s;\n", 'A' + tmpreg, regstr, two, one);
1543 shader_addline(buffer, "SUB T%c, %s, %s;\n", 'A' + tmpreg, one, regstr);
1798 const char *one local
1291 gen_color_correction(struct wined3d_shader_buffer *buffer, const char *reg, DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup) argument
2312 const char *one = arb_get_helper_value(ins->ctx->reg_maps->shader_version.type, ARB_ONE); local
2398 const char *one = arb_get_helper_value(ins->ctx->reg_maps->shader_version.type, ARB_ONE); local
2556 const char *one = arb_get_helper_value(ins->ctx->reg_maps->shader_version.type, ARB_ONE); local
2825 const char *one = arb_get_helper_value(ins->ctx->reg_maps->shader_version.type, ARB_ONE); local
3197 const char *one = arb_get_helper_value(reg_maps->shader_version.type, ARB_ONE); local
4280 const char *one = arb_get_helper_value(WINED3D_SHADER_TYPE_VERTEX, ARB_ONE); local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp531 uint32_t one:1; /**< exactly one retry was needed to transmit a frame */ member in struct:TMD::__anon14869
611 (T)->tmd1.ltint, (T)->tmd1.one, (T)->tmd1.def, \
2397 * zero length if it is not the last one in the chain. */
2562 /** @todo according to the specs we're supposed to clear the own bit and move on to the next one. */
4118 tmd.tmd1.one,
4719 N_("A Domain Name Server (DNS) for NAT networking could not be determined. Please check your /etc/resolv.conf for <tt>nameserver</tt> entries. Either add one manually (<i>man resolv.conf</i>) or ensure that your host is correctly connected to an ISP. If you ignore this warning the guest will not be able to perform nameserver lookups and it will probably observe delays if trying so"));
5062 N_("A Domain Name Server (DNS) for NAT networking could not be determined. Please check your /etc/resolv.conf for <tt>nameserver</tt> entries. Either add one manually (<i>man resolv.conf</i>) or ensure that your host is correctly connected to an ISP. If you ignore this warning the guest will not be able to perform nameserver lookups and it will probably observe delays if trying so"));

Completed in 217 milliseconds

12