Searched defs:neg (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Runtime/common/math/gcc/
H A Ddivdi3.c56 int neg = 0; local
62 ua = -ua, neg ^= 1;
64 ub = -ub, neg ^= 1;
67 if (neg)
H A Dmoddi3.c57 int neg = 0; local
63 ua = -ua, neg ^= 1;
67 if (neg)
H A Dmuldi3.c197 int neg; local
211 udiff = u1 - u0, neg = 0;
213 udiff = u0 - u1, neg = 1;
217 vdiff = v1 - v0, neg ^= 1;
226 /* if (neg) prod -= mid << N; else prod += mid << N; */
227 if (neg) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A Dstrtoimax.c65 int neg, any, cutlim; local
85 neg = 1;
88 neg = 0;
111 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
119 cutoff = neg ? INTMAX_MIN : INTMAX_MAX;
122 if (neg) {
140 if (neg) {
H A Dstrtoumax.c74 int neg, any, cutlim; local
87 neg = 1;
90 neg = 0;
136 if (neg && any > 0)
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-kernel.asm334 neg di define
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A D_wcstol.h66 int neg, any, cutlim; local
91 neg = 1;
94 neg = 0;
110 cutoff = neg ? __wINT_MIN : __wINT_MAX;
113 if (neg) {
128 if (neg) {
H A D_wcstoul.h68 int neg, any, cutlim; local
88 neg = 1;
91 neg = 0;
128 if (neg && any > 0)
/vbox/src/VBox/Devices/PC/BIOS/
H A Dprint.c78 void put_int(uint16_t action, short val, short width, bx_bool neg) argument
82 put_int(action, nval, width - 1, neg);
86 if (neg)
92 void put_uint(uint16_t action, unsigned short val, short width, bx_bool neg) argument
96 put_uint(action, nval, width - 1, neg);
100 if (neg)
106 void put_luint(uint16_t action, unsigned long val, short width, bx_bool neg) argument
110 put_luint(action, nval, width - 1, neg);
114 if (neg)
H A DVBoxBiosAlternative.asm1645 neg cx ; f7 d9
1646 neg ax ; f7 d8
1703 neg dx ; f7 da define
2506 neg al ; f6 d8
6043 neg cl ; f6 d9
6099 neg al ; f6 d8
8055 neg word [bp-075h] ; f7 5e 8b
8061 neg word [bp+046h] ; f7 5e 46
8377 neg ch ; f6 dd
8434 neg c
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c243 register int neg = 0; local
246 neg = 1;
253 if (neg)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dstring.c538 bool neg = false; local
556 if (neg)
559 neg = true;
588 return !neg ? result : -result;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c1351 int r=0, neg=0; local
1356 neg= 1;
1370 if (neg) *fract= -x;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c192 int i, ndig, expo, neg; local
193 neg = 0;
205 neg = 1;
222 if (neg)
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c167 int neg; /* 0 normal, 1 not, 2 exclude */ member in struct:_xmlRegRange
189 int neg; member in struct:_xmlRegAtom
241 int neg; member in struct:_xmlAutomata
354 int neg, int start, int end, const xmlChar *blockName);
684 ret->neg = 0;
694 * @neg: is that negative
705 int neg, xmlRegAtomType type, int start, int end) {
713 ret->neg = neg;
751 ret = xmlRegNewRange(ctxt, range->neg, rang
704 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, int neg, xmlRegAtomType type, int start, int end) argument
1206 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, int neg, xmlRegAtomType type, int start, int end, xmlChar *blockName) argument
2073 int neg = 0; local
2722 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
5078 int neg = ctxt->neg; local
5085 int neg = ctxt->neg; local
[all...]
H A Dxmlschemastypes.c2254 unsigned int len, neg, integ, hasLeadingZeroes; local
2270 neg = 0;
2272 neg = 1;
2360 v->value.decimal.sign = neg;
2394 int neg = 0; local
2426 neg = 1;
2437 if (neg)
2448 if (neg)
2461 if ((neg == 0) && (*cur == '+'))
H A Dxmlschemas.c13751 const xmlChar *neg; local
13754 neg = completeWild->negNsSet->value;
13758 neg = curWild->negNsSet->value;
13776 if (neg != NULL) {
13780 if (cur->value == neg) {

Completed in 227 milliseconds