/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/ |
H A D | xptcinvoke_pa32.cpp | 83 PRInt32 remainder = result & 63; local 84 return (remainder == 0) ? result : (result + 64 - remainder);
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_pixels.c | 86 GLint remainder = bytes_per_row % packstate->alignment; local 87 if (remainder) 88 stride = bytes_per_row + (packstate->alignment - remainder);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsUnicharInputStream.cpp | 322 PRUint32 remainder = mByteData->GetLength() - mByteDataOffset; local 323 mByteDataOffset = remainder; 324 PRInt32 nb = mByteData->Fill(aErrorCode, mInput, remainder); 333 NS_ASSERTION(remainder + nb == mByteData->GetLength(), "bad nb"); 337 CountValidUTF8Bytes(mByteData->GetBuffer(),remainder + nb, srcLen, dstLen); 341 NS_ASSERTION( (remainder+nb >= srcLen), "cannot be longer than out buffer");
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/ |
H A D | rtl818x.c | 178 unsigned int remainder; local 182 remainder = (16 * (len + 4)) % 185 if (remainder > 0 && remainder <= 6)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prinit.c | 601 int remainder; local 634 remainder = newSize % FD_INHERIT_BUFFER_INCR; 635 if (remainder != 0) { 636 newSize += (FD_INHERIT_BUFFER_INCR - remainder);
|
H A D | prtime.c | 125 /* Correct for weird mod semantics so the remainder is always positive */ 171 * adjusting for the remainder. This works because 2000 is a 262 PRInt32 remainder; local 271 remainder = (copy.tm_year - 1970) % 4; 272 if (remainder < 0) { 273 remainder += 4; 277 switch (remainder) { 407 PRInt32 remainder; local 496 remainder = (time->tm_year - 1970) % 4; 497 if (remainder < [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | fset2.c | 2155 set remainder; local 2219 remainder=set_dif(fset[depth],tn->tset); 2221 fset[depth]=remainder;
|
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/ |
H A D | uipc_mbuf.c | 1509 int remainder, space; local 1513 remainder = len; 1519 if (space > remainder) 1520 space = remainder; 1523 cp += space, remainder -= space; 1525 while (remainder > 0) { 1537 n->m_len = min(MLEN, remainder); 1539 cp += n->m_len, remainder -= n->m_len; 1544 m0->m_pkthdr.len += len - remainder; 1545 return (remainder [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | settings.c | 345 char *remainder; local 349 remainder = name_copy; 352 while ( remainder ) { 355 subname = remainder; 356 remainder = strchr ( subname, '.' ); 357 if ( remainder ) 358 *(remainder++) = '\0';
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | dri_util.c | 479 int64_t divisor, int64_t remainder, 486 divisor, remainder, 478 driWaitForMSC(__DRIdrawable *dPriv, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * msc, int64_t * sbc) argument
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_consume.c | 217 uint64_t remainder[2]; local 228 remainder[0] = dividend[0]; 229 remainder[1] = dividend[1]; 242 while (dt_ge_128(remainder, divisor_128)) { 243 if (dt_ge_128(remainder, subtrahend)) { 244 dt_subtract_128(remainder, subtrahend, remainder); 286 * 5 65 (remainder) 759 * remainder of the byte range; if it contains
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | inputstr.h | 470 * remainder supports acceleration 474 float remainder[MAX_VALUATORS]; member in struct:_DeviceIntRec::__anon8478
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | inputstr.h | 522 * remainder supports acceleration 526 float remainder[MAX_VALUATORS]; member in struct:_DeviceIntRec::__anon8799
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | inputstr.h | 530 * remainder supports acceleration 534 float remainder[MAX_VALUATORS]; member in struct:_DeviceIntRec::__anon9113
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | inputstr.h | 540 * remainder supports acceleration 544 float remainder[MAX_VALUATORS]; member in struct:_DeviceIntRec::__anon9433
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | inputstr.h | 541 * remainder supports acceleration 545 float remainder[MAX_VALUATORS]; member in struct:_DeviceIntRec::__anon4962
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | inputstr.h | 518 * remainder supports acceleration 522 float remainder[MAX_VALUATORS]; member in struct:_DeviceIntRec::__anon5274
|
/vbox/include/iprt/nocrt/ |
H A D | math.h | 280 double RT_NOCRT(remainder)(double, double); 637 # define remainder RT_NOCRT(remainder) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | prmsgc.c | 125 * of the remainder, 2 are user defined. Max allocation size = 2^22 -1 2514 PRInt32 chunkSize, remainder; local 2559 remainder = chunkSize - bytes; 2560 if (remainder >= MIN_FREE_CHUNK_BYTES) { 2564 cp->chunkSize = remainder; 2565 InlineBinNumber(newbin, remainder)
|
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | malloc.c | 144 sizeof(size_t) bytes plus the remainder from a system page (the 2134 /* The remainder from the most recent split of a small request */ 2643 mchunkptr remainder; /* remainder from allocation */ 2978 remainder = chunk_at_offset(p, nb); 2979 av->top = remainder; 2981 set_head(remainder, remainder_size | PREV_INUSE); 3089 mchunkptr remainder; /* remainder from a split */ 3174 it is exact fit, or, if a small request, it is the remainder fro 2635 mchunkptr remainder; /* remainder from allocation */ local 3081 mchunkptr remainder; /* remainder from a split */ local 3772 mchunkptr remainder; /* extra space at end of newp */ local 4054 mchunkptr remainder; /* spare room at end to split off */ local [all...] |