Home
last modified time | relevance | path

Searched full:biggest (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd/usr.bin/ipcs/
H A Dipcs.c101 #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 Dsahw.c1899 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 Dradixsort.c179 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 Dkmp_collapse.h170 // 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 Da1.t658 static int biggest = 0x7fffffff;
660 return ((float)rand(seed) / (float)biggest);
/freebsd/lib/geom/mirror/
H A Dgmirror.8155 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 DREADME.md33 work on that, the biggest problem you'll (probably) have is the part
/freebsd/usr.bin/dtc/
H A DHACKING37 Currently, the biggest weakness of this version of the tool is that it lacks
/freebsd/usr.sbin/ppp/
H A Dphysical.c649 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 Dblist.h75 daddr_t bm_bighint; /* biggest contiguous block hint*/
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.h72 /// picking the biggest register class of the right type that contains this
/freebsd/usr.sbin/cron/doc/
H A DCONVERSION6 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 Dzvol_stress.ksh52 # Crude calculation: take the biggest zvol size we could possibly
/freebsd/crypto/libecc/src/nn/
H A Dnn_mul_redc1.c87 * 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 Dillumos-crypto.c85 * to make architecture specific assembly compile. The biggest change
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp40 // assume the biggest allowed page size.
/freebsd/share/doc/usd/contents/
H A Dcontents.ms295 which is one of the biggest known users of VAX cycles.
/freebsd/sys/kern/
H A Dsubr_busdma_bufalloc.c59 * 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 Dbaikal,bt1-ccu-pll.yaml50 biggest system interfaces in fact include nearly all of the rest SoC
/freebsd/sbin/rcorder/
H A Drcorder.8204 Start with files having biggest counter when fighting with broken dependencies.
/freebsd/sys/geom/label/
H A Dg_label_gpt.c119 * Create sbuf with biggest possible size. in g_label_gpt_taste()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c33 * the criterion indicates, so the biggest harm is that we cache more in cache_objects()
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi34 not always trivial either, but usually easier}. The biggest problem is
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c61 txcmd_size += 36; /* biggest possible 802.11 header */ in iwl_trans_init()
/freebsd/usr.bin/number/
H A Dnumber.c39 #define MAXNUM 65 /* Biggest number we handle. */

12345