Searched defs:Array (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellSortTestApp/
H A DShellSortTestApp.c65 INTN Array[10]; local
67 Array[0] = 2;
68 Array[1] = 3;
69 Array[2] = 4;
70 Array[3] = 1;
71 Array[4] = 5;
72 Array[5] = 6;
73 Array[6] = 7;
74 Array[7] = 8;
75 Array[
[all...]
/vbox/src/libs/liblzf-3.4/cs/
H A DCLZF.cs129 UInt32 FRST(byte[] Array,UInt32 ptr) argument
131 return (UInt32)(((Array[ptr]) << 8) | Array[ptr+1]);
134 UInt32 NEXT(UInt32 v,byte[] Array,UInt32 ptr) argument
136 return ((v) << 8) | Array[ptr+2];
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/
H A Dgc1.c71 typedef struct Array { struct
74 } Array; typedef in typeref:struct:Array
96 static Array *NewArray(PRUintn size)
98 Array *a;
100 a = (Array *)PR_AllocMemory(sizeof(Array) + size*sizeof(void*) - 1*sizeof(void*),
127 Array *prev;
134 Array *leak = NewArray(i & 511);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DProcessOptions.c105 Return data element in an Array by its Index.
107 @param Array The data array.
116 IN VOID *Array,
123 ASSERT (Array != NULL);
128 Data = (UINT64) *(((UINT8 *) Array) + Index);
132 Data = (UINT64) *(((UINT16 *) Array) + Index);
136 Data = (UINT64) *(((UINT32 *) Array) + Index);
140 Data = (UINT64) *(((UINT64 *) Array) + Index);
152 Set value of a data element in an Array by its Index.
154 @param Array Th
115 GetArrayData( IN VOID *Array, IN UINT8 Type, IN UINTN Index ) argument
161 SetArrayData( IN VOID *Array, IN UINT8 Type, IN UINTN Index, IN UINT64 Value ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DStatusCodeDataTypeId.h546 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
552 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
558 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
564 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
573 /// overall memory scheme. The Array and Device numbers may indicate a specific DIMM, or they
587 UINT16 Array; member in struct:__anon11369
589 /// The device number within that Array.
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h936 } Array; member in union:_IMAGE_AUX_SYMBOL::__anon16631::__anon16634
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h878 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */
2398 /* Array of all renderbuffer attachments, indexed by BUFFER_* tokens. */
2717 #define _NEW_ARRAY 0x400000 /**< __GLcontextRec::Array */
3002 struct gl_array_attrib Array; /**< Vertex arrays */ member in struct:__GLcontextRec
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h2818 } Array; member in union:_IMAGE_AUX_SYMBOL::__anon14530::__anon14533
3029 /* Array of zero or more IMAGE_BOUND_FORWARDER_REF follows */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h3033 } Array; member in union:_IMAGE_AUX_SYMBOL::__anon1844::__anon1847
3244 /* Array of zero or more IMAGE_BOUND_FORWARDER_REF follows */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 187 milliseconds