Searched refs:length1 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DHFSUnicodeWrappers.h106 extern int32_t FastUnicodeCompare(register ConstUniCharArrayPtr str1, register ItemCount length1,
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c367 int32_t FastUnicodeCompare ( register ConstUniCharArrayPtr str1, register ItemCount length1, argument
382 while (length1 && c1 == 0) {
384 --length1;
454 int32_t FastUnicodeCompare( void * str1, u_int32_t length1, void * str2, u_int32_t length2 );
458 __unused u_int32_t length1,
457 FastUnicodeCompare( __unused void * str1, __unused u_int32_t length1, __unused void * str2, __unused u_int32_t length2 ) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c1738 int length1 = searchKey->attrNameLen; local
1743 if (length1 < length2) {
1744 length = length1;
1746 } else if (length1 > length2) {
1750 length = length1;
H A Dhfs_catalog.c3280 int length1 = searchKey->nodeName.length; local
3285 if (length1 < length2) {
3286 length = length1;
3288 } else if (length1 > length2) {
3292 length = length1;

Completed in 200 milliseconds