Searched refs:merge (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSet.h532 * @function merge
556 virtual bool merge(const OSArray * array);
560 * @function merge
584 virtual bool merge(const OSSet * set);
H A DOSArray.h486 * @function merge
501 virtual bool merge(const OSArray * otherArray);
H A DOSDictionary.h674 * @function merge
682 * <code>true</code> if the merge succeeds, <code>false</code> otherwise.
691 virtual bool merge(const OSDictionary * aDictionary);
/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp207 bool OSSet::merge(const OSArray * array) function in class:OSSet
228 bool OSSet::merge(const OSSet * set) function in class:OSSet
230 return merge(set->members);
H A DOSArray.cpp256 bool OSArray::merge(const OSArray * otherArray) function in class:OSArray
H A DOSDictionary.cpp397 bool OSDictionary::merge(const OSDictionary *srcDict) function in class:OSDictionary
H A DOSKext.cpp8994 result->merge(personalities);
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s302 add r3, r3, r2 @ merge numsets - 1 with numways - 1
347 orr r3, r3, r2 @ merge set into way/set/level
357 orr r3, r3, ip @ merge way into way/set/level
410 orr r3, r3, r2 @ merge set into way/set/level
420 orr r3, r3, ip @ merge way into way/set/level
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c853 int merge = 0; local
861 merge = 1;
870 merge = 1;
906 if (merge) {
908 /* Need to merge in a previous 'cur' */
909 DPFPRINTF(("fragcache[%d]: adjacent(merge "
920 /* Need to merge in a modified 'frp' */
922 DPFPRINTF(("fragcache[%d]: adjacent(merge "
1382 int merge = 0; local
1391 merge
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp690 allSet->merge((const OSSet *) set);

Completed in 120 milliseconds