Searched refs:opl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_rhs.c593 unsigned long offset, probes, opl; local
618 opl = probe_limit;
622 if (probe_limit == opl || pr != -1) {
630 probe_limit = opl;
705 unsigned long offset, probes, opl; local
731 opl = probe_limit;
737 if (probe_limit == opl || pr != -1) {
745 probe_limit = opl;
H A Dck_hs.c431 unsigned long offset, j, i, probes, opl; local
451 opl = probe_limit;
462 if (probe_limit == opl || pr != NULL) {
471 probe_limit = opl;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp5024 struct objc_property_list64 opl; local
5035 memset(&opl, '\0', sizeof(struct objc_property_list64));
5037 memcpy(&opl, r, left);
5040 memcpy(&opl, r, sizeof(struct objc_property_list64));
5042 swapStruct(opl);
5043 outs() << " entsize " << opl.entsize << "\n";
5044 outs() << " count " << opl.count << "\n";
5048 for (j = 0; j < opl.count; j++) {
5103 struct objc_property_list32 opl; local
5113 memset(&opl, '\
[all...]

Completed in 125 milliseconds