Searched refs:place (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dargs.d30 probe place(int i, int j);
H A Dargmap.d30 probe place(int i, int j) : (int j, int i, int i, int j);
H A Dtst.argmap.c35 DTRACE_PROBE2(test_prov, place, 10, 4);
H A Dtst.args.c35 DTRACE_PROBE2(test_prov, place, 10, 4);
H A Dtst.args.d43 test_prov$1:::place
49 test_prov$1:::place
H A Dtst.argmap.d39 test_prov$1:::place
47 test_prov$1:::place
55 test_prov$1:::place
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiTypelibGuts.cpp50 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(), local
54 if(!place)
56 return new(place) xptiTypelibGuts(aHeader);
H A DTODO8 leaving the newly installed files in place?
H A DxptiInterfaceInfo.cpp95 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(), local
97 if(!place)
99 return new(place) xptiInterfaceEntry(name, nameLength, iid, typelib);
109 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(), local
111 if(!place)
113 return new(place) xptiInterfaceEntry(r, nameLength, typelib);
H A Dxptiprivate.h462 void* place = XPT_MALLOC(aWorkingSet->GetStructArena(),
464 if(!place)
466 return new(place) xptiInterfaceGuts(aDescriptor, aTypelib, aWorkingSet);
/vbox/src/VBox/Main/include/
H A Dvector.h51 #define VECTOR_TOKEN_HASH_VALUE(token, place, mul) \
52 (sizeof(#token) > place ? #token[place] * mul : 0)
55 #define VECTOR_TOKEN_HASH4(token, place) \
56 VECTOR_TOKEN_HASH_VALUE(token, place, 0x1) \
57 ^ VECTOR_TOKEN_HASH_VALUE(token, place + 1, 0x100) \
58 ^ VECTOR_TOKEN_HASH_VALUE(token, place + 2, 0x10000) \
59 ^ VECTOR_TOKEN_HASH_VALUE(token, place + 3, 0x1000000)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dcompat.c592 int signvalue = 0, place = 0, caps = 0; local
616 convert[place++] =
620 } while (uvalue && (place < 20));
621 if (place == 20)
622 place--;
623 convert[place] = 0;
625 zpadlen = max - place;
626 spadlen = min - PADMAX(max, place) - (signvalue ? 1 : 0);
657 while (place > 0)
658 dopr_outch(buffer, currlen, maxlen, convert[--place]);
[all...]
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh40 do this in a simple and portable manner, we place a number of requirements on
/vbox/src/VBox/Runtime/win/amd64/
H A DASMProbeReadByte.asm37 ; the idea is to do this in a safe place like before acquiring locks
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dtlan.c930 u8 place; local
937 for (place = 0x80; place != 0; place >>= 1) {
938 if (place & data)
987 u8 place; local
996 for (place = 0x80; place; place >>= 1) {
999 *data |= place;
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DTRPMR0A.asm32 ; @param RSP msc:r8 gcc:rdx The interrupt gate RSP. ~0 if no stack switch should take place. (only AMD64)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c647 #define Unexpected(place) if (setjmp(lab)!=0) croak(place)
717 Void croak ARGS((int place));
934 croak(int place) argument
936 printf("*** Unexpected signal at point %d\n", place);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcinvoke_vacpp.asm75 to be allocated at the proper place (order of parameters) in the stack
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1131 BYTE place; /* Top or Bottom */
1128 BYTE place; /* Top or Bottom */ member in struct:_xEvent::__anon9728::__anon9747
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1135 BYTE place; /* Top or Bottom */
1132 BYTE place; /* Top or Bottom */ member in struct:_xEvent::__anon2172::__anon2191
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm1051 push dx ; push eltorito dx in place of sp
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm1032 ; ATM the only place this can happen is when entering a trap handler.

Completed in 3431 milliseconds