Searched refs:ca (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.61.5/osfmk/device/ ! |
| H A D | subrs.c | 372 int ca, cb; in strbufcmp_impl() local 377 ca = a[i]; in strbufcmp_impl() 379 if (ca != cb) { in strbufcmp_impl() 380 return ca - cb; /* includes case when in strbufcmp_impl() 384 if (ca == '\0') { in strbufcmp_impl() 473 int ca, cb; in strbufcasecmp_impl() local 478 ca = tolower(a[i]); in strbufcasecmp_impl() 480 if (ca != cb) { in strbufcasecmp_impl() 481 return ca - cb; /* includes case when in strbufcasecmp_impl() 485 if (ca == '\0') { in strbufcasecmp_impl()
|
| /xnu-11215.61.5/tools/lldbmacros/ ! |
| H A D | ioreg.py | 774 ca = CastIOKitClass(childArray, 'OSArray *') 775 count = unsigned(ca.count) 778 …ShowRegistryEntryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), prefix + "| ", printP… 780 …ShowRegistryEntryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), prefix + " ", printP… 821 ca = CastIOKitClass(childArray, 'OSArray *') 822 count = unsigned(ca.count) 824 …if FindRegistryEntryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), search_name, stopA… 863 ca = CastIOKitClass(childArray, 'OSArray *') 864 for idx in range(ca.count): 865 …registry_object = FindRegistryObjectRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), se… [all …]
|
| /xnu-11215.61.5/makedefs/ ! |
| H A D | MakeInc.kernel | 251 $(LIBTOOL) -ca $(TARGET)/justlto.o/*.o -filelist nonltolink.filelist -o $@; \ 253 $(LIBTOOL) -ca $(TARGET)/justlto.o -filelist nonltolink.filelist -o $@; \ 256 …$(_v)$(LIBTOOL) -ca -filelist link.filelist version.o lastkerneldataconst.o lastkernelconstructor.…
|
| /xnu-11215.61.5/libkern/zlib/ ! |
| H A D | README | 48 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
|