Searched defs:count (Results 1 - 25 of 580) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/IntrinsicLib/
H A DCopyMem.c20 void * memcpy (void *dest, const void *src, unsigned int count) argument
22 return CopyMem (dest, src, (UINTN)count);
H A DMemoryIntrinsics.c24 void * memset (void *dest, char ch, unsigned int count) argument
34 while (count-- != 0) {
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlowercase.py14 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 Dtest_test_component.js133 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 DXRes.h18 unsigned int count; member in struct:__anon2596
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfread.c56 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 Dfwrite.c56 * 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 Dansiesc.c36 * @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 Drefcnt.h21 * 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 Dtst.spin.c31 volatile long long count = 0; variable
37 while (count != -1) {
38 count++;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntinrval.c57 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 Dgen-icount.h10 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 Dmispans.h51 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 Dmispans.h50 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 Dmispans.h50 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 Dmispans.h50 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 Dmispans.h50 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 Dmispans.h52 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 Dmispans.h52 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 Dmispans.h52 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 Dmispans.h52 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 Dmispans.h52 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 Dmispans.h52 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 Dmispans.h51 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 Dmispans.h51 int count; /* number of spans */ member in struct:__anon6207
58 int count; /* Number of *Spans actually in group */ member in struct:__anon6208

Completed in 174 milliseconds

1234567891011>>