Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/osfmk/device/
H A Dsubrs.c372 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-11417.101.15/tools/lldbmacros/
H A Dioreg.py748 ca = CastIOKitClass(childArray, 'OSArray *')
749 count = unsigned(ca.count)
750 array = ca.array
795 ca = CastIOKitClass(childArray, 'OSArray *')
796 array = ca.array
797 count = unsigned(ca.count)
837 ca = CastIOKitClass(childArray, 'OSArray *')
838 array = ca.array
839 for idx in range(ca.count):
1110 ca = CastIOKitClass(child_array, 'OSArray *')
[all …]
/xnu-11417.101.15/makedefs/
H A DMakeInc.kernel251 $(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-11417.101.15/libkern/zlib/
H A DREADME48 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is