Searched refs:compare (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME54 To compare the output of two or more runs, use multiview in the src
57 % ./multiview reference compare1 compare2 compare2 > compare.html
60 where the reference and compare files contain the output of different
63 The compare.html file will allow quick comparisons to be drawn,
/darwin-on-arm/xnu/bsd/netat/
H A DMakefile6 CWARNFLAGS += -Wno-sign-compare
/darwin-on-arm/xnu/osfmk/kern/
H A Dkalloc.c417 * Cache misses probably more critical than compare-branches!
421 int compare = 0; local
425 compare += 1; /* 'if' (T) */
432 compare += 2; /* 'if' (F), 'if' (T) */
437 compare++; /* 'while' (T) */
439 compare++; /* 'while' (F) */
444 printf("kalloc_init: req size %4lu: %11s took %d compare%s\n",
445 (unsigned long)testsize, z->zone_name, compare,
446 compare == 1 ? "" : "s");
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp973 IODTCompareAddressCellFunc compare; local
1014 compare = persist->compareFunc;
1016 compare = DefaultCompare;
1026 diff = (*compare)( childAddressCells, cell, range );
1043 diff2 = (*compare)( childAddressCells, cell, endCell );
1070 endDiff = (*compare)( childAddressCells, endCell, lookRange );
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_subs.c1023 int error1 = 0, error = 0, compare; local
1030 compare = ((nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE) &&
1064 gp = compare ? &guid1 : guidp;
1081 if (error || compare || !(nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE)) {
1085 gp = compare ? &guid2 : guidp;
1175 if (compare) {
1176 /* compare the results, log if different */
1237 int error1 = 0, error = 0, compare; local
1245 compare = ((nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE) &&
1260 if (compare || (*idle
[all...]
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template55 # Objects that don't want -Wsign-compare
120 $(foreach file,$(OBJS_NO_SIGN_COMPARE),$(eval $(call add_perfile_cflags,$(file),-Wno-sign-compare)))
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s376 cmp r3, ip @ compare
439 cmp r3, ip @ compare

Completed in 51 milliseconds