/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/IntrinsicLib/ |
H A D | CopyMem.c | 20 void * memcpy (void *dest, const void *src, unsigned int count) argument 22 return CopyMem (dest, src, (UINTN)count);
|
H A D | MemoryIntrinsics.c | 24 void * memset (void *dest, char ch, unsigned int count) argument 34 while (count-- != 0) {
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | lowercase.py | 14 count = 0 variable 16 if count%NUM_COLS == 0: 23 count += 1 24 if count%NUM_COLS == 0:
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_test_component.js | 133 var count = new Object(); class 134 count.value = 0; 136 c.DoubleStringArray(count, out);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | XRes.h | 18 unsigned int count; member in struct:__anon2596
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fread.c | 56 fread(void *buf, size_t size, size_t count, FILE *fp) argument 69 * The ANSI standard requires a return value of 0 for a count 73 if ((resid = count * size) == 0) 99 return (count);
|
H A D | fwrite.c | 56 * Write `count' objects (each size `size') from memory to the given file. 60 fwrite(const void *buf, size_t size, size_t count, FILE *fp) argument 73 * SUSv2 requires a return value of 0 for a count or a size of 0. 75 if ((n = count * size) == 0) 91 count = ((n - uio.uio_resid) / size); 93 return (count);
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | ansiesc.c | 36 * @v count Parameter count 40 unsigned int function, int count, 46 handler->handle ( count, params ); 69 if ( ctx->count == 0 ) { 72 ctx->count = 1; 85 int *param = &ctx->params[ctx->count - 1]; 91 ctx->count++; 92 if ( ctx->count > ( sizeof ( ctx->params ) / 95 ctx->count 39 ansiesc_call_handler( struct ansiesc_handler *handlers, unsigned int function, int count, int params[] ) argument 107 int count = ctx->count; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | refcnt.h | 21 * Reference-counted objects are freed when their reference count 27 /** Current reference count 29 * When this count is decremented below zero, the free() 32 int count; member in struct:refcnt 35 * This method is called when the reference count is 94 assert ( (refcnt)->count >= 0 ); \ 108 assert ( (refcnt)->count >= 0 ); \
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/ |
H A D | tst.spin.c | 31 volatile long long count = 0; variable 37 while (count != -1) { 38 count++;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | ntinrval.c | 57 LARGE_INTEGER count; local 59 if (QueryPerformanceFrequency(&count)) { 65 PR_ASSERT(count.HighPart >= 0); 66 while(count.HighPart) { 67 count.LowPart = (count.HighPart << 31) + (count.LowPart >> 1); 68 count.HighPart >>= 1; 71 while(count.LowPart > PR_INTERVAL_MAX) { 72 count 92 LARGE_INTEGER count; local [all...] |
/vbox/src/recompiler/ |
H A D | gen-icount.h | 10 TCGv_i32 count; local 16 count = tcg_temp_local_new_i32(); 17 tcg_gen_ld_i32(count, cpu_env, offsetof(CPUState, icount_decr.u32)); 20 tcg_gen_subi_i32(count, count, 0xdeadbeef); 22 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, icount_label); 23 tcg_gen_st16_i32(count, cpu_env, offsetof(CPUState, icount_decr.u16.low)); 24 tcg_temp_free_i32(count);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | mispans.h | 51 int count; /* number of spans */ member in struct:__anon6820 58 int count; /* Number of *Spans actually in group */ member in struct:__anon6821
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | mispans.h | 50 int count; /* number of spans */ member in struct:__anon7443 57 int count; /* Number of *Spans actually in group */ member in struct:__anon7444
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | mispans.h | 50 int count; /* number of spans */ member in struct:__anon7818 57 int count; /* Number of *Spans actually in group */ member in struct:__anon7819
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | mispans.h | 50 int count; /* number of spans */ member in struct:__anon8171 57 int count; /* Number of *Spans actually in group */ member in struct:__anon8172
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | mispans.h | 50 int count; /* number of spans */ member in struct:__anon8489 57 int count; /* Number of *Spans actually in group */ member in struct:__anon8490
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | mispans.h | 52 int count; /* number of spans */ member in struct:__anon8810 59 int count; /* Number of *Spans actually in group */ member in struct:__anon8811
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | mispans.h | 52 int count; /* number of spans */ member in struct:__anon9124 59 int count; /* Number of *Spans actually in group */ member in struct:__anon9125
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | mispans.h | 52 int count; /* number of spans */ member in struct:__anon9444 59 int count; /* Number of *Spans actually in group */ member in struct:__anon9445
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | mispans.h | 52 int count; /* number of spans */ member in struct:__anon4970 59 int count; /* Number of *Spans actually in group */ member in struct:__anon4971
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | mispans.h | 52 int count; /* number of spans */ member in struct:__anon5282 59 int count; /* Number of *Spans actually in group */ member in struct:__anon5283
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | mispans.h | 52 int count; /* number of spans */ member in struct:__anon5594 59 int count; /* Number of *Spans actually in group */ member in struct:__anon5595
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | mispans.h | 51 int count; /* number of spans */ member in struct:__anon5904 58 int count; /* Number of *Spans actually in group */ member in struct:__anon5905
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | mispans.h | 51 int count; /* number of spans */ member in struct:__anon6207 58 int count; /* Number of *Spans actually in group */ member in struct:__anon6208
|