Home | History | Annotate | Download | only in src

Lines Matching defs:equal

683 /* Returns 1 if the specified values are equal.  If the values are not equal
687 const int equal = left == right;
688 if (!equal) {
691 return equal;
694 /* Returns 1 if the specified values are not equal. If the values are equal
769 /* Determine whether the specified strings are equal. If the strings are equal
770 * 1 is returned. If they're not equal an error is displayed and 0 is
782 /* Determine whether the specified strings are equal. If the strings are not
783 * equal 1 is returned. If they're not equal an error is displayed and 0 is
795 /* Determine whether the specified areas of memory are equal. If they're equal
818 /* Determine whether the specified areas of memory are not equal. If they're
819 * not equal 1 is returned otherwise an error is displayed and 0 is
829 print_error("equal at offset %d 0x%02x 0x%02x\n", i, l, r);
952 /* CheckParameterValue callback to check whether a value is equal to an
969 /* CheckParameterValue callback to check whether a value is not equal to an
976 // Add an event to check a parameter is not equal to an expected value.
992 // Add an event to check whether a parameter is equal to a string.
1009 // Add an event to check whether a parameter is not equal to a string.
1056 /* CheckParameterValue callback to check whether a parameter is not equal to