Searched refs:neg (Results 1 - 25 of 42) sorted by relevance

12

/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/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/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/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)
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dlcp.c490 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
491 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
492 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)
493 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0)
494 #define LENCILQR(neg) ((neg)
[all...]
H A Dipcp.c325 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
326 #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0)
327 #define LENCIDNS(neg) (neg ? (CILEN_ADDR) : 0)
368 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
369 if (neg) { \
381 neg = 0; \
384 #define ADDCIADDR(opt, neg, ol
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dlcp.c536 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
537 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
538 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)
539 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0)
540 #define LENCILQR(neg) ((neg)
[all...]
H A Dipcp.c309 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
310 #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0)
311 #define LENCIDNS(neg) (neg ? (CILEN_ADDR) : 0)
353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
354 if (neg) { \
366 neg = 0; \
370 #define ADDCIADDR(opt, neg, ol
[all...]
/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/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 == '+'))
/vbox/src/VBox/Runtime/common/string/
H A Dstrlen.asm51 neg xCX
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_ppc_linux.s65 neg r0,r0
H A Dxptcinvoke_asm_ppc_netbsd.s64 neg r0,r0
/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/libs/zlib-1.2.6/contrib/masmx86/
H A Dinffas32.asm197 neg ebp
548 neg ecx
830 neg ecx
1042 neg esi
1061 neg edi
/vbox/src/libs/zlib-1.2.6/contrib/gcc_gvmat64/
H A Dgvmat64.S260 neg r13
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c1015 neg ecx /* nbytes = -nbytes */
/vbox/src/libs/libpng-1.2.8/
H A Dpngvcrd.c2418 neg eax // reverse sign of neg values
2424 neg ecx // reverse sign of neg values
2431 neg eax // reverse sign of neg values
3123 neg eax // reverse sign of neg values
3129 neg ecx // reverse sign of neg value
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm989 IEMIMPL_UNARY_OP neg, (X86_EFL_OF | X86_EFL_SF | X86_EFL_ZF | X86_EFL_AF | X86_EFL_PF | X86_EFL_CF), 0
1348 neg T0_16
1362 neg A1_8
1365 neg T0_16
1411 neg T0_32
1425 neg T1_16
1428 neg T0_32
1500 neg A2_32
1580 neg A2
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffasx64.asm269 neg ecx ; /* nbytes = -nbytes */

Completed in 254 milliseconds

12