Searched refs:space (Results 1 - 25 of 85) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dusbdisk.S11 .space 16
12 .space 16
13 .space 16
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_simplify.h35 const slang_name_space * space,
41 const slang_name_space * space,
46 const slang_name_space * space,
H A Dslang_typeinfo.h61 slang_name_space space; member in struct:slang_assemble_ctx_
75 const slang_name_space *space,
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dstack.S13 .space 4096
H A Dstack16.S13 .space 4096
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_mips.s.m450 NARGSAVE=4 # extra space for the callee to use. gccism
51 # we can put our a0-a3 in our callers space.
H A Dxptcinvoke_asm_openvms_alpha.s40 ; Allocate enough stack space to hold the greater of 6 or "paramCount"+1
48 bic R1,15,R1 ; stack space is rounded up to 0 % 16
H A Dxptcinvoke_asm_sparc_linux.s38 sub %sp,%l0,%sp ! create the additional stack space
H A Dxptcinvoke_asm_sparc_linux_GCC3.s56 sub %sp,%l0,%sp ! create the additional stack space
H A Dxptcinvoke_asm_sparc_solaris_GCC3.s42 sub %sp,%l0,%sp ! create the additional stack space
H A Dxptcinvoke_asm_sparc_solaris_SUNW.s40 sub %sp,%l0,%sp ! create the additional stack space
H A Dxptcinvoke_asm_mips.s36 # the params, and this space must come between the high frame (where ra, gp,
153 # of space for callee-saved args. invoke_count_words allocated space
H A Dxptcinvoke_asm_sparc_netbsd.s38 sub %sp,%l0,%sp ! create the additional stack space
H A Dxptcinvoke_asm_sparc_solaris.s38 sub %sp,%l0,%sp ! create the additional stack space
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxDisplay.cpp140 cBits = get_depth_for_color_space(mode.space);
144 mode.space = get_color_space_for_depth(cBits);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_arena.c124 size_t space; member in struct:XPTArena
166 /* fudge the stats since we are using space in the arena */
208 * so that the 'arena->next' pointer one will point to properly aligned space.
229 if (bytes > arena->space) {
245 arena->space = 0;
260 arena->space = new_space - block_header_size;
264 memset(arena->next, 0xcd, arena->space);
282 arena->space -= bytes;
H A Dxpt_xdr.c71 #define CHECK_COUNT_(cursor, space) \
76 ((cursor)->offset - 1 + (space) > (cursor)->state->data_offset)) \
77 ? (DBG(("no space left in HEADER %d + %d > %d\n", (cursor)->offset, \
78 (space), (cursor)->state->data_offset)) && PR_FALSE) \
81 (CURS_POOL_OFFSET(cursor) + (space) > (cursor)->state->pool->allocated ? \
86 0, CURS_POOL_OFFSET(cursor) + (space)) \
92 #define CHECK_COUNT(cursor, space) \
93 (CHECK_COUNT_(cursor, space) \
96 fprintf(stderr, "FATAL: can't no room for %d in cursor\n", space), \
265 * behind on required space
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.S29 SavedGdt: .space 6
45 ASM_PFX(ThunkAttr): .space 4
66 SavedCr4: .space 4
70 SavedCr0: .space 4
73 SavedSs: .space 2
76 SavedEsp: .space 4
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DSwitchStack.asm44 ; Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,
H A DThunk16.S68 SavedGdt: .space 10
99 L_ThunkAttr: .space 4
129 L_SavedCr4: .space 4
142 L_SavedCr0: .space 4
145 L_64Eip: .space 4
146 L_SavedCs: .space 2
150 L_SavedSp: .space 4 # restore stack
274 sgdt 0x60(%rsp) # save GDT stack in argument space
H A DSwitchStack.S47 # Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh139 will be passed a single parameter which is a space-separated list of the
357 space="" # Hack to put spaces between the pids but not before or after.
368 X_SERVER_PIDS="${X_SERVER_PIDS}${space}$!"
369 X_SERVER_SCREENS="${X_SERVER_SCREENS}${space}${screen}"
370 space=" "
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp245 PRUnichar space = ' '; local
252 space = '0';
255 rv = (*ss->stuff)(ss, &space, 1);
271 rv = (*ss->stuff)(ss, &space, 1);
294 PRUnichar space = ' '; local
339 rv = (*ss->stuff)(ss, &space, 1);
351 rv = (*ss->stuff)(ss, &space, 1);
367 rv = (*ss->stuff)(ss, &space, 1);
715 ** detemine how many legal % I have got, then allocate space
982 PRUnichar space local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86_OSproc.h230 extern unsigned long xf86GetOSOffsetFromPCI(PCITAG tag, int space, unsigned long base);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcp_impl.h202 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\
203 LWIP_EVENT_SENT, NULL, space, ERR_OK)
224 #define TCP_EVENT_SENT(pcb,space,ret) \
227 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \

Completed in 48 milliseconds

1234