Searched refs:put (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpufftest.c90 int ret, put = 0, fail = 0; local
101 put = 1;
103 fail = 1, put = 1;
147 if (put && ret == 0) {
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp423 /* We wait only if we were able to put the abort request to a queue */
638 mUser->put(user);
639 mKernel->put(kernel);
640 mIdle->put(idle);
673 mUser->put(0);
674 mKernel->put(0);
675 mIdle->put(0);
679 mUser->put((ULONG)(PM_CPU_LOAD_MULTIPLIER * userDiff / totalDiff));
680 mKernel->put((ULONG)(PM_CPU_LOAD_MULTIPLIER * kernelDiff / totalDiff));
681 mIdle->put((ULON
1252 void CircularBuffer::put(ULONG value) function in class:CircularBuffer
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_mips.s.m451 # we can put our a0-a3 in our callers space.
93 # put the start of a1, a2, a3, and stack
H A Dxptcstubs_asm_openvms_alpha.s54 LINKOFF = LINKOFF + 16 ; we just put 16 bytes into linkage section
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinfback9.c180 put = window; \
183 if (out(out_desc, put, (unsigned)left)) { \
226 unsigned char FAR *put; /* next output */ local
269 put = window;
335 zmemcpy(put, next, copy);
339 put += copy;
495 *put++ = (unsigned char)(length);
567 from = put + copy;
571 from = put - offset;
578 *put
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c503 uint put; local
517 put = (MAX_STORE << 10) - log->stored;
518 if (put > len)
519 put = (uint)len;
520 if (put) {
521 if (write(log->fd, data, put) != put)
524 log->tcrc = crc32(log->tcrc, data, put);
525 log->tlen += put;
526 log->stored += put;
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dinfback.c130 put = strm->next_out; \
141 strm->next_out = put; \
213 put = state->window; \
216 if (out(out_desc, put, left)) { \
259 unsigned char FAR *put; /* next output */ local
286 put = state->window;
347 zmemcpy(put, next, copy);
351 put += copy;
517 *put++ = (unsigned char)(state->length);
590 from = put
[all...]
H A Dinflate.c460 put = strm->next_out; \
471 strm->next_out = put; \
559 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
615 unsigned char FAR *put; /* next output */ local
890 zmemcpy(put, next, copy);
894 put += copy;
1146 *put++ = 0;
1161 from = put - state->offset;
1168 *put++ = *from++;
1174 *put
[all...]
H A Ddeflate.c470 int put; local
477 put = Buf_size - s->bi_valid;
478 if (put > bits)
479 put = bits;
480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
481 s->bi_valid += put;
483 value >>= put; local
484 bits -= put;
622 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
1218 * necessary to put mor
[all...]
H A Dgzwrite.c170 unsigned put = len; local
238 /* input was all buffered or compressed (put will fit in int) */
239 return (int)put;
335 /* do the printf() into the input buffer, put length in len */
414 /* do the printf() into the input buffer, put length in len */
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.cpp116 void nsOutputStream::put(char c) function in class:nsOutputStream
151 put(c);
386 os.put('\r');
388 os.put('\n');
H A DnsFileStream.h266 void put(char c);
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h676 * @param cb The amount to put.
678 void put(void const *pvData, size_t cb) function in class:VBoxNetDhcpWriteCursor
696 put(&IPv4Addr, 4);
745 put(&u8, 1);
771 put(&u32, 4);
797 put(rStr.c_str(), rStr.size());
816 put(rStr.c_str(), cch);
H A DConfig.cpp957 Cursor.put(it->au8RawOpt, it->cbRawOpt);
966 Cursor.put(it->second.au8RawOpt, it->second.cbRawOpt);
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DINIParser.java171 mSections.put(currSection, props);
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-empty.asm45 ; put the code here
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm83 ; resume address in xAX, which we put in the "return" stack position.
208 ; exectuable section of 4KB where we can put jump back code.
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java116 firstValues.put(a.getName(), value);
H A DTestBean.java301 formattedOutput.put(t, "cat");
/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm_pm.asm62 mov ah, 53h ; put back APM function
/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 Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas33 next_out: PChar; (* next output byte should be put there *)
/vbox/src/VBox/Main/include/
H A DPerformance.h60 void put(ULONG value);
532 void collect() { if (mSpeed) mLinkSpeed->put(mSpeed); };
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffasx64.asm367 ; /* put in, out, bits, and hold back into ar and pop esp */

Completed in 130 milliseconds

12