Home
last modified time | relevance | path

Searched refs:mid (Results 176 – 200 of 424) sorted by relevance

12345678910>>...17

/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DExtendedIntegerResults.txt19 mid-level optimizers to be able to process this (e.g. eliminate redundant
79 might want the callee to extend 3) the mid-level optimizer doesn't know the
121 and given that it is stuck on the y function, the mid-level optimizer could
/netbsd/sys/rump/dev/lib/libscsipi/
H A DMakefile7 COMMENT=SCSI & ATAPI mid-layer
/netbsd/external/lgpl3/gmp/dist/mpn/arm/
H A Dlogops_n.asm112 b L(mid)
120 L(mid): sub n, n, #4
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dmktime.c246 time_t mid = *t = (bad < 0 in ranged_convert() local
251 ok = mid; in ranged_convert()
253 bad = mid; in ranged_convert()
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c388 uint_t i, mid, lo = 0, hi = dmp->dm_aslen - 1; in dt_module_symaddr32() local
395 mid = (lo + hi) / 2; in dt_module_symaddr32()
396 if (addr >= asmap[mid]->st_value) in dt_module_symaddr32()
397 lo = mid; in dt_module_symaddr32()
399 hi = mid; in dt_module_symaddr32()
430 uint_t i, mid, lo = 0, hi = dmp->dm_aslen - 1; in dt_module_symaddr64() local
437 mid = (lo + hi) / 2; in dt_module_symaddr64()
438 if (addr >= asmap[mid]->st_value) in dt_module_symaddr64()
439 lo = mid; in dt_module_symaddr64()
441 hi = mid; in dt_module_symaddr64()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c179 unsigned int mid = low + (high - low) / 2; in higher_prime_index() local
180 if (n > prime_tab[mid].prime) in higher_prime_index()
181 low = mid + 1; in higher_prime_index()
183 high = mid; in higher_prime_index()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dwm8650-mid.dts3 * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_workarounds.c117 unsigned int mid = start + (end - start) / 2; in _wa_add() local
119 if (i915_mmio_reg_offset(wal->list[mid].reg) < addr) { in _wa_add()
120 start = mid + 1; in _wa_add()
121 } else if (i915_mmio_reg_offset(wal->list[mid].reg) > addr) { in _wa_add()
122 end = mid; in _wa_add()
124 wa_ = &wal->list[mid]; in _wa_add()
/netbsd/sys/arch/news68k/news68k/
H A Dmachdep.c673 u_short mid; in cpu_exec_aout_makecmds() local
678 mid = (midmag >> 16) & 0xffff; in cpu_exec_aout_makecmds()
681 midmag = mid << 16 | magic; in cpu_exec_aout_makecmds()
/netbsd/sys/arch/sparc/sparc/
H A Dintr.c179 setitr(u_int mid) in setitr() argument
188 *((u_int *)ICR_ITR) = CPU_MID2CPUNO(mid); in setitr()
228 cpuinfo.mid, bits, in nmi_hard()
H A Dmsiiep.c219 uint32_t mid; in msiiep_attach() local
221 mid = bus_space_read_4(ma->ma_bustag, hmid, 0); in msiiep_attach()
222 printf("MID: %08x\n", mid); in msiiep_attach()
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cc180 u64 mid = this->AddMutex(d.id); in AddMemoryAccess() local
181 ReportMopMutex mtx = {mid, d.write}; in AddMemoryAccess()
277 u64 mid = id; in AddMutex() local
284 mid = s->uid; in AddMutex()
291 return mid; in AddMutex()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_report.cc182 u64 mid = this->AddMutex(d.id); in AddMemoryAccess() local
183 ReportMopMutex mtx = {mid, d.write}; in AddMemoryAccess()
279 u64 mid = id; in AddMutex() local
286 mid = s->uid; in AddMutex()
293 return mid; in AddMutex()
/netbsd/usr.bin/deroff/
H A Dderoff.c1440 int mid; in comline() local
1480 mid = (ub + lb) / 2; in comline()
1481 mp = &mactab[mid]; in comline()
1483 lb = mid + 1; in comline()
1485 ub = mid - 1; in comline()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cc180 u64 mid = this->AddMutex(d.id); in AddMemoryAccess() local
181 ReportMopMutex mtx = {mid, d.write}; in AddMemoryAccess()
277 u64 mid = id; in AddMutex() local
284 mid = s->uid; in AddMutex()
291 return mid; in AddMutex()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dhashtab.c179 unsigned int mid = low + (high - low) / 2; in higher_prime_index() local
180 if (n > prime_tab[mid].prime) in higher_prime_index()
181 low = mid + 1; in higher_prime_index()
183 high = mid; in higher_prime_index()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c179 unsigned int mid = low + (high - low) / 2; in higher_prime_index() local
180 if (n > prime_tab[mid].prime) in higher_prime_index()
181 low = mid + 1; in higher_prime_index()
183 high = mid; in higher_prime_index()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c179 unsigned int mid = low + (high - low) / 2; in higher_prime_index() local
180 if (n > prime_tab[mid].prime) in higher_prime_index()
181 low = mid + 1; in higher_prime_index()
183 high = mid; in higher_prime_index()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dhashtab.c179 unsigned int mid = low + (high - low) / 2; in higher_prime_index() local
180 if (n > prime_tab[mid].prime) in higher_prime_index()
181 low = mid + 1; in higher_prime_index()
183 high = mid; in higher_prime_index()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c179 unsigned int mid = low + (high - low) / 2; in higher_prime_index() local
180 if (n > prime_tab[mid].prime) in higher_prime_index()
181 low = mid + 1; in higher_prime_index()
183 high = mid; in higher_prime_index()
/netbsd/external/bsd/wpa/dist/src/eap_common/
H A Deap_pax_common.h90 u8 *mk, u8 *ck, u8 *ick, u8 *mid);
/netbsd/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmidl.h150 MDB_ID mid; /**< The ID */ member
/netbsd/external/lgpl3/gmp/dist/mpn/arm64/
H A Dpopcount.asm92 b L(mid)
109 L(mid): ld1 {v0.2d,v1.2d}, [ap], #32 C load 4 limbs
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap_pax.c41 u8 mid[EAP_PAX_MID_LEN]; member
182 data->mid) < 0) { in eap_pax_process_std_1()
535 os_memcpy(sid + 1, data->mid, EAP_PAX_MID_LEN); in eap_pax_get_session_id()
/netbsd/sys/arch/hp300/hp300/
H A Dmachdep.c1140 u_short mid; in cpu_exec_aout_makecmds() local
1145 mid = (midmag >> 16) & 0xffff; in cpu_exec_aout_makecmds()
1148 midmag = mid << 16 | magic; in cpu_exec_aout_makecmds()

12345678910>>...17