Lines Matching full:specified
259 /// Unless otherwise specified, aligned on a 64 bit boundary.
691 Returns an argument of a specified type from a variable argument list and updates
694 This function returns an argument of the type specified by TYPE from the beginning
695 of the variable argument list specified by Marker. Marker is then updated to point
703 @return An argument of the type specified by TYPE.
750 Returns an argument of a specified type from a variable argument list and updates
753 This function returns an argument of the type specified by TYPE from the beginning
754 of the variable argument list specified by Marker. Marker is then updated to point
762 @return An argument of the type specified by TYPE.
770 This function returns the offset, in bytes, of field specified by Field from the
771 beginning of the data structure specified by TYPE. If TYPE does not contain Field,
774 @param TYPE The name of the data structure that contains the field specified by Field.
791 Macro that returns a pointer to the data structure that contains a specified field of
796 This function computes the offset, in bytes, of field specified by Field from the beginning
797 of the data structure specified by TYPE. This offset is subtracted from Record, and is
798 used to return a pointer to a data structure of the type specified by TYPE. If the data type
799 specified by TYPE does not contain the field specified by Field, then the module will not compile.
801 @param Record Pointer to the field specified by Field within a data structure of type TYPE.
803 contain the field specified by Field.
804 @param Field The name of the field in the data structure specified by TYPE to which Record points.
812 Rounds a value up to the next boundary using a specified alignment.
814 This function rounds Value up to the next boundary using the specified Alignment.
827 a specified alignment boundary.
829 This function rounds the pointer specified by Pointer to the next alignment boundary
830 specified by Alignment. The pointer to the aligned address is returned.
844 This function rounds the value specified by Value up to the next natural boundary for the
849 @return Rounded value specified by Value.
858 This macro returns the maximum of two operand specified by a and b.
874 This macro returns the minimal of two operand specified by a and b.
889 This macro returns the absolute value of the signed operand specified by a.
910 @return The value specified by StatusCode with the highest bit set.
921 @return The value specified by StatusCode with the highest bit clear.
927 Returns TRUE if a specified RETURN_STATUS code is an error code.
1097 /// The language specified was invalid.
1151 This macro returns a 16-bit value built from the two ASCII characters specified
1157 @return A 16-bit value built from the two ASCII characters specified by A and B.
1165 This macro returns a 32-bit value built from the four ASCII characters specified
1173 @return A 32-bit value built from the two ASCII characters specified by A, B,
1182 This macro returns a 64-bit value built from the eight ASCII characters specified
1194 @return A 64-bit value built from the two ASCII characters specified by A, B,