Searched refs:mib (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dlast.s3 {.mib
6 {.mib
H A Ddv-branch.s8 { .mib
13 { .mib
H A Dslot2.s3 {.mib
6 {.mib
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dlast.s3 {.mib
6 {.mib
H A Ddv-branch.s8 { .mib
13 { .mib
H A Dslot2.s3 {.mib
6 {.mib
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000403-1.c9 int mib[2], rval; local
13 if (sysctl(mib, 2, &name->sysname, &len, 0 , 0) == -1)
/haiku-buildtools/binutils/libiberty/
H A Dphysmem.c139 static int mib[2] = { CTL_HW, HW_PHYSMEM }; local
141 if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0
245 static int mib[2] = { CTL_HW, HW_USERMEM }; local
247 if (sysctl (mib, ARRAY_SIZE (mib), &usermem, &len, NULL, 0) == 0
/haiku-buildtools/gcc/libiberty/
H A Dphysmem.c139 static int mib[2] = { CTL_HW, HW_PHYSMEM }; local
141 if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0
245 static int mib[2] = { CTL_HW, HW_USERMEM }; local
247 if (sysctl (mib, ARRAY_SIZE (mib), &usermem, &len, NULL, 0) == 0
/haiku-buildtools/legacy/binutils/libiberty/
H A Dphysmem.c139 static int mib[2] = { CTL_HW, HW_PHYSMEM }; local
141 if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0
245 static int mib[2] = { CTL_HW, HW_USERMEM }; local
247 if (sysctl (mib, ARRAY_SIZE (mib), &usermem, &len, NULL, 0) == 0
/haiku-buildtools/gcc/libgcc/config/i386/
H A Ddragonfly-unwind.h46 int mib[2]; local
49 mib[0] = CTL_KERN;
50 mib[1] = KERN_PS_STRINGS;
52 sysctl (mib, 2, &ps_strings, &len, NULL, 0);
126 int mib[2]; local
129 mib[0] = CTL_KERN;
130 mib[1] = KERN_PS_STRINGS;
132 sysctl (mib, 2, &ps_strings, &len, NULL, 0);
/haiku-buildtools/binutils/ld/testsuite/ld-ia64/
H A Derror1.s26 .mib
H A Dundefined.s28 .mib
40 .mib
H A Dtlsbinpic.s44 .mib
H A Dtlspic1.s42 .mib
/haiku-buildtools/gcc/gmp/tune/
H A Dfreq.c281 int mib[2]; local
287 mib[0] = CTL_HW;
288 mib[1] = HW_CPU_FREQ;
290 if (sysctl (mib, 2, &val, &size, NULL, 0) == 0)
315 int mib[2]; local
324 mib[0] = CTL_HW;
325 mib[1] = HW_MODEL;
327 if (sysctl (mib, 2, str, &size, NULL, 0) == 0)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dmap.go48 mib := make(map[int]bool)
84 mib[i] = (i != 0)
104 if len(mib) != count {
105 panic(fmt.Sprintf("len(mib) = %d\n", len(mib)))
153 if mib[i] != (i != 0) {
154 panic(fmt.Sprintf("mib[%d] = %t\n", i, mib[i]))
205 _, b := mib[i]
207 panic(fmt.Sprintf("tuple existence decl: mib[
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dthread.cc45 int mib[] = { CTL_HW, HW_NCPU }; local
46 if (!sysctl(mib, 2, &count, &size, NULL, 0))
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dcrtend.S69 { .mib
H A Dcrtbegin.S97 { .mib
115 { .mib
H A Dlib1funcs.S605 { .mib
657 .L0: { .mib
710 .L0: { .mib
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc282 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; local
287 CHECK_NE(sysctl(mib, 2, 0, &len, 0, 0), -1);
289 CHECK_NE(sysctl(mib, 2, version, &len, 0, 0), -1);
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-ia64/
H A Dtlsbinpic.s44 .mib
H A Dtlspic1.s42 .mib
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dbdiv_dbm1c.asm354 C .mib
374 C .mib
394 C .mib
414 C .mib

Completed in 236 milliseconds

12