Searched refs:c2 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c352 // c2 = GetNextValidChar(str2)
354 // if (c1 != c2) break // found a difference
360 // // When we get here, c1 != c2. So, we just need to determine which one is less.
361 // if (c1 < c2)
370 register u_int16_t c1,c2; local
377 /* Set default values for c1, c2 in case there are no more valid chars */
379 c2 = 0;
397 while (length2 && c2 == 0) {
398 c2 = *(str2++);
401 if (c2 <
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.c352 short c2; local
384 c2 = 32;
385 commpage_stuff_swap(_COMM_PAGE_CACHE_LINESIZE,&c2,2,legacy);
388 c2 = 32;
390 c2 = 64;
392 c2 = 128;
393 commpage_stuff(_COMM_PAGE_CACHE_LINESIZE,&c2,2);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c591 short c2; local
623 c2 = 32;
625 c2 = 64;
627 c2 = 128;
628 commpage_stuff(_COMM_PAGE_CACHE_LINESIZE,&c2,2);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A D_types.h130 c2 :1, member in struct:fp_status
H A D_structs.h179 c2 :1,
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_rtmptable.c739 register char c1, c2; local
753 c2 = ZT_table[i].Zone.str[j];
756 if (c2 >= 'a' && c2 <= 'z')
757 c2 += 'A' - 'a';
760 if (c2 & 0x80)
761 c2 = upshift8(c2);
762 if (c1 != c2) {
H A Dddp_r_zip.c818 register char c1, c2; local
826 c2 = zone2->str[i];
829 if (c2 >= 'a' && c2 <= 'z')
830 c2 += 'A' - 'a';
833 if (c2 & 0x80)
834 c2 = upshift8(c2);
835 if (c1 != c2)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c1740 u_int16_t c1, c2; local
1755 c2 = *(str2++);
1757 if (c1 > c2) {
1761 if (c1 < c2) {
H A Dhfs_catalog.c3282 u_int16_t c1, c2; local
3297 c2 = *(str2++);
3299 if (c1 > c2) {
3303 if (c1 < c2) {
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_bond.c1357 make_uint32(u_char c0, u_char c1, u_char c2, u_char c3) argument
1360 | ((uint32_t)c2 << 8) | (uint32_t)c3);
1364 make_uint32(u_char c0, u_char c1, u_char c2, u_char c3) argument
1366 return (((uint32_t)c3 << 24) | ((uint32_t)c2 << 16)
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c739 uint8_t c1, c2; local
754 c2 = '\0';
756 c2 = dtrace_load8((uintptr_t)s2++);
758 if (c1 != c2)
759 return (c1 - c2);

Completed in 502 milliseconds