Searched refs:BYTES (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/common/constants/
H A Dvalueunit.py42 BYTES = 0x02; variable
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h74 /** Allocate \p BYTES bytes */
75 #define MALLOC(BYTES) _mesa_malloc(BYTES)
76 /** Allocate and zero \p BYTES bytes */
77 #define CALLOC(BYTES) _mesa_calloc(BYTES)
85 /** Allocate \p BYTES aligned at \p N bytes */
86 #define ALIGN_MALLOC(BYTES, N) _mesa_align_malloc(BYTES, N)
87 /** Allocate and zero \p BYTES byte
[all...]

Completed in 1678 milliseconds