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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIImageTools.cpp104 int at = 0; local
111 /* First process the horizontal zero line at once */
119 at += qAlpha(rgba);
122 dsl[0] = qRgba(rt / b, gt / b, bt / b, at / b);
136 at -= qAlpha(rgba);
148 at += qAlpha(rgba);
151 dsl[x] = qRgba(rt / b, gt / b, bt / b, at / b);
164 int at = 0; local
166 /* First process the vertical zero line at once */
174 at
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c103 char *at; local
110 if ((at = strchr (code, '@')))
111 language = g_strndup (code, at - code);
/vbox/include/iprt/cpp/
H A Dlist.h136 static inline T1 & at(T2 *p, size_t i) { return p[i]; } function in class:RTCListHelper
162 static inline T1 & at(T1 **p, size_t i) { return *p[i]; } function in class:RTCListHelper
265 * smaller than the previous size, items at the end of the list will be
318 * Inserts an item to the list at position @a i.
320 * @param i The position of the new item. The must be within or at the
346 * Inserts a list to the list at position @a i.
348 * @param i The position of the new item. The must be within or at the
511 * @note No boundary checks are done. Make sure there is at least one
518 GET_CRTYPE res = RTCListHelper<T, ITYPE>::at(m_pArray, 0);
528 * @note No boundary checks are done. Make sure there is at leas
583 GET_CRTYPE at(size_t i) const function in class:RTCListBase
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c341 SRE_AT(SRE_STATE* state, SRE_CHAR* ptr, SRE_CODE at) argument
343 /* check if pointer is at given position */
347 switch (at) {
612 /* check if an SRE_OP_INFO block matches at the current position.
662 * For more information, check the discussion at SF patch #712900.
705 TRACE(("looking up %s at %d\n", SFY(type), pos)); \
792 while (0) /* gcc doesn't like labels at end of scopes */ \
903 /* match at given position */
912 /* match at given category */
1512 /* adjust end point (but make sure we leave at leas
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c9 The full text of the license may be found at
350 SRE_AT(SRE_STATE* state, SRE_CHAR* ptr, SRE_CODE at) argument
352 /* check if pointer is at given position */
356 switch (at) {
621 /* check if an SRE_OP_INFO block matches at the current position.
671 * For more information, check the discussion at SF patch #712900.
714 TRACE(("looking up %s at %d\n", SFY(type), pos)); \
801 while (0) /* gcc doesn't like labels at end of scopes */ \
912 /* match at given position */
921 /* match at give
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib2.c542 /* at .1.3.6.1.2.1.3 */
545 struct mib_ram_array_node at = { variable in typeref:struct:mib_ram_array_node
682 (struct mib_node* const)&at,
942 * Must be called at regular 10 msec interval from a timer interrupt
1130 at.maxlength = 1;
1204 if(arptree_root.count == 0) at.maxlength = 0;
2868 /** @todo can lwIP discard routes at all?? hardwire this to 0?? */
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib2.c554 /* at .1.3.6.1.2.1.3 */
557 struct mib_ram_array_node at = { variable in typeref:struct:mib_ram_array_node
699 (struct mib_node*)&at,
961 * Must be called at regular 10 msec interval from a timer interrupt
1153 at.maxlength = 1;
1225 if(arptree_root.count == 0) at.maxlength = 0;
2970 /** @todo can lwIP discard routes at all?? hardwire this to 0?? */
3124 * but only if receiving one fragmented packet at a time.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h8 * version 2.1 of the License, or (at your option) any later version.
23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
388 double at; member in union:_PV
464 #define TBLTYPE_SNAPSHOT 0U /* Table is fixed at creation time and contents do not change */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h8 * version 2.1 of the License, or (at your option) any later version.
23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
391 double at; member in union:_PV
467 #define TBLTYPE_SNAPSHOT 0U /* Table is fixed at creation time and contents do not change */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h11 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
166 s0, s1, s2, s3, s4, s5, s6, a0, a1, a2, a3, a4, a5, at; } alpha_regs; member in struct:__anon1497::__anon1504::__anon1507
/vbox/src/VBox/Main/webservice/jaxlibs/
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. ...

Completed in 135 milliseconds