/freebsd/usr.bin/ipcs/ |
H A D | ipcs.c | 101 #define BIGGEST 1 macro 121 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; in main() 124 option |= BIGGEST; in main() 326 if (option & BIGGEST) in print_kmsqheader() 361 if (option & BIGGEST) in print_kmsqptr() 406 if (option & BIGGEST) in print_kshmheader() 440 if (option & BIGGEST) in print_kshmptr() 492 if (option & BIGGEST) in print_ksemheader() 519 if (option & BIGGEST) in print_ksemptr()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sahw.c | 1899 bit32 save,i,biggest; in siHDAMode_V() local 1943 for(i=0,biggest = 0,save = 0; i < saRoot->memoryAllocated.count; i++) in siHDAMode_V() 1945 if( saRoot->memoryAllocated.agMemory[i].totalLength > biggest) in siHDAMode_V() 1948 if(biggest < saRoot->memoryAllocated.agMemory[i].totalLength) in siHDAMode_V() 1951 biggest = saRoot->memoryAllocated.agMemory[i].totalLength; in siHDAMode_V() 1968 biggest, in siHDAMode_V() 1969 biggest, in siHDAMode_V() 1979 if(userFwImg->aap1Len > biggest) in siHDAMode_V() 1981 SA_DBG1(("siHDAMode_V: HDA DMA area too small %d < %d aap1Len\n", biggest ,userFwImg->aap1Len)); in siHDAMode_V() 1982 SA_ASSERT( (agNULL != agRoot), "aap1Len > biggest"); in siHDAMode_V() [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | radixsort.c | 179 sp0 = sp1 = sp; /* Stack position of biggest bin. */ in r_sort_a() 180 bigc = 2; /* Size of biggest bin. */ in r_sort_a() 200 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */ in r_sort_a()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_collapse.h | 170 // Biggest possible value of iv (may be bigger than actually possible) 187 // Biggest possible value of iv (may be bigger than actually possible)
|
/freebsd/share/doc/papers/sysperf/ |
H A D | a1.t | 658 static int biggest = 0x7fffffff; 660 return ((float)rand(seed) / (float)biggest);
|
/freebsd/lib/geom/mirror/ |
H A D | gmirror.8 | 155 The component with the biggest priority is used by the 170 Read from the component with the biggest priority.
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | README.md | 33 work on that, the biggest problem you'll (probably) have is the part
|
/freebsd/usr.bin/dtc/ |
H A D | HACKING | 37 Currently, the biggest weakness of this version of the tool is that it lacks
|
/freebsd/usr.sbin/ppp/ |
H A D | physical.c | 649 unsigned biggest, sz, n; in physical_MaxDeviceSize() local 651 biggest = sizeof(struct device); in physical_MaxDeviceSize() 655 if (biggest < sz) in physical_MaxDeviceSize() 656 biggest = sz; in physical_MaxDeviceSize() 659 return biggest; in physical_MaxDeviceSize()
|
/freebsd/sys/sys/ |
H A D | blist.h | 75 daddr_t bm_bighint; /* biggest contiguous block hint*/
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kRegisterInfo.h | 72 /// picking the biggest register class of the right type that contains this
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CONVERSION | 6 but I'll get to that below. The biggest feature of this cron is that you
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_stress/ |
H A D | zvol_stress.ksh | 52 # Crude calculation: take the biggest zvol size we could possibly
|
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_mul_redc1.c | 87 * the biggest prime we use. Thus, we should be able to compute r_square in nn_compute_redc1_coefs() 145 /* Check which one of in1 or in2 is the biggest */ in _nn_mul_redc1()
|
/freebsd/sys/contrib/openzfs/module/icp/ |
H A D | illumos-crypto.c | 85 * to make architecture specific assembly compile. The biggest change
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_dynamic_shadow.cpp | 40 // assume the biggest allowed page size.
|
/freebsd/share/doc/usd/contents/ |
H A D | contents.ms | 295 which is one of the biggest known users of VAX cycles.
|
/freebsd/sys/kern/ |
H A D | subr_busdma_bufalloc.c | 59 * size of 64K. If you up the biggest page size number, up the array size too.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | baikal,bt1-ccu-pll.yaml | 50 biggest system interfaces in fact include nearly all of the rest SoC
|
/freebsd/sbin/rcorder/ |
H A D | rcorder.8 | 204 Start with files having biggest counter when fighting with broken dependencies.
|
/freebsd/sys/geom/label/ |
H A D | g_label_gpt.c | 119 * Create sbuf with biggest possible size. in g_label_gpt_taste()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_store.c | 33 * the criterion indicates, so the biggest harm is that we cache more in cache_objects()
|
/freebsd/crypto/heimdal/doc/ |
H A D | kerberos4.texi | 34 not always trivial either, but usually easier}. The biggest problem is
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-trans.c | 61 txcmd_size += 36; /* biggest possible 802.11 header */ in iwl_trans_init()
|
/freebsd/usr.bin/number/ |
H A D | number.c | 39 #define MAXNUM 65 /* Biggest number we handle. */
|