Home
last modified time | relevance | path

Searched refs:gran (Results 226 – 250 of 3137) sorted by relevance

12345678910>>...126

/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospfd.h486 # define ROUNDUP(val, gran) roundup(val, gran) argument
488 # define ROUNDUP(val, gran) (((val) - 1 | (gran) - 1) + 1) argument
/dports/science/lammps/lammps-stable_29Sep2021/examples/granregion/
H A Dlog.27Nov18.granregion.box.g++.417 pair_style hybrid gran/hooke 4000.0 NULL 100.0 NULL 0.5 1
18 pair_coeff * * gran/hooke
21 fix container all wall/gran/region hooke/history 4000.0 NULL 100.0 NULL 0.5 1 region container
57 (1) pair gran/hooke, perpetual
H A Din.granregion.funnel85 pair_style gran/hertz/history &
120 fix hopper3 all wall/gran/region hertz/history &
154 fix hopper3 all wall/gran/region hertz/history &
H A Dlog.27Nov18.granregion.box.g++.117 pair_style hybrid gran/hooke 4000.0 NULL 100.0 NULL 0.5 1
18 pair_coeff * * gran/hooke
21 fix container all wall/gran/region hooke/history 4000.0 NULL 100.0 NULL 0.5 1 region container
57 (1) pair gran/hooke, perpetual
H A Din.granregion.mixer48 pair_style gran/hertz/history &
77 fix mixwall all wall/gran/region hertz/history &
/dports/science/lammps/lammps-stable_29Sep2021/examples/rigid/
H A Din.rigid.gravity24 pair_style gran/hooke/history 4e5 NULL 1e2 NULL 0.5 0
58 fix zwall all wall/gran hooke/history 4000.0 NULL 100.0 NULL 0.5 0 zplane 0.1 NULL
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/monitor/capacity/
H A DTestProportionalCapacityPreemptionPolicy.java956 int[] gran = queueData[6]; in buildMockRootQueue() local
959 return mockNested(abs, maxCap, used, pending, reserved, apps, gran, queues); in buildMockRootQueue()
963 int[] pending, int[] reserved, int[] apps, int[] gran, int[] queues) { in mockNested() argument
982 q = mockLeafQueue(p, tot, i, abs, used, pending, reserved, apps, gran); in mockNested()
1031 int[] used, int[] pending, int[] reserved, int[] apps, int[] gran) { in mockLeafQueue() argument
1053 mockApp(i, appAlloc, aUsed, aPending, aReserve, gran[i]); in mockLeafQueue()
1070 int gran) { in mockApp() argument
1079 Resource unit = Resource.newInstance(gran, 0); in mockApp()
1081 for (int i = 0; i < reserved; i += gran) { in mockApp()
1089 for (int i = 0; i < used; i += gran) { in mockApp()
/dports/games/klavaro/klavaro-3.11/data/
H A Dgl.paragraphs3 …impado dos grans. Malia que a malla serve para separar a puxa ou gluma do gran, non serve para des…
5 A tarefa de separar a semente da palla é unha operación precisa para a preparación do gran con vist…
7gran da palla. En pinturas exipcias temos constatación de dous métodos: a malla, propiamente dita,…
15 … ou unha pedra aplanada, colocados angularmente. A percusión fai soltar o gran. Este método chamáb…
23 …res colocaban lenzos (linteiros) para impedir que por efecto dos golpes o gran saltase fóra da air…
25 …que acabase de separarse o gran e a puxa ou muíña, varrían a aira e afastaban o gran e a puxa da p…
27 … o muíño en sacos. Alí, na muiñada, o gran será moido, obtendo a muiñada. A fariña e os restos que…
/dports/science/lammps/lammps-stable_29Sep2021/bench/POTENTIALS/
H A Dlog.9Oct20.granular.121 pair_style gran/hooke/history 200000.0 NULL 50.0 NULL 0.5 0
51 (1) pair gran/hooke/history, perpetual
H A Dlog.9Oct20.granular.421 pair_style gran/hooke/history 200000.0 NULL 50.0 NULL 0.5 0
51 (1) pair gran/hooke/history, perpetual
/dports/sysutils/flashrom/flashrom-v1.2/
H A Dflashrom.c829 unsigned int gran, const uint8_t erased_value) in need_erase_gran_bytes() argument
832 for (j = 0; j < len / gran; j++) { in need_erase_gran_bytes()
833 limit = min (gran, len - j * gran); in need_erase_gran_bytes()
835 if (!memcmp(have + j * gran, want + j * gran, limit)) in need_erase_gran_bytes()
839 if (have[j * gran + i] != erased_value) in need_erase_gran_bytes()
860 enum write_granularity gran, const uint8_t erased_value) in need_erase() argument
865 switch (gran) { in need_erase()
937 enum write_granularity gran) in get_next_write() argument
943 switch (gran) { in get_next_write()
1677 erase_len - starthere, &starthere, flashctx->chip->gran))) { in erase_block()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/skycultures/sami/
H A Ddescription.es.utf814 conceptos astrales y celestiales entre los Sami</i>], 1982), quien basó gran
27 subárticas en Eurasia. Una similitud desafortunada es que gran parte de la
63 <p>La cultura estelar Sami no tiene una gran cantidad de constelaciones. Se
66 mantiene bajo el horizonte en gran medida, y que la aurora boreal es con
/dports/x11-themes/gnome-themes/gnome-themes-2.32.1/po/
H A Dca.po80 msgstr "Contrast alt amb impressió gran"
89 msgstr "Contrast alt invertit amb impressió gran"
98 msgstr "Impressió gran"
121 msgstr "Contrast baix amb impressió gran"
H A Dca@valencia.po81 msgstr "Contrast alt amb impressió gran"
90 msgstr "Contrast alt invertit amb impressió gran"
99 msgstr "Impressió gran"
122 msgstr "Contrast baix amb impressió gran"
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c987 ptr_t GC_allocobj(size_t gran, int kind) in GC_allocobj() argument
989 void ** flh = &(GC_obj_kinds[kind].ok_freelist[gran]); in GC_allocobj()
992 if (gran == 0) return(0); in GC_allocobj()
999 GC_continue_reclaim(gran, kind); in GC_allocobj()
1002 GC_new_hblk(gran, kind); in GC_allocobj()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c987 ptr_t GC_allocobj(size_t gran, int kind) in GC_allocobj() argument
989 void ** flh = &(GC_obj_kinds[kind].ok_freelist[gran]); in GC_allocobj()
992 if (gran == 0) return(0); in GC_allocobj()
999 GC_continue_reclaim(gran, kind); in GC_allocobj()
1002 GC_new_hblk(gran, kind); in GC_allocobj()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c987 ptr_t GC_allocobj(size_t gran, int kind) in GC_allocobj() argument
989 void ** flh = &(GC_obj_kinds[kind].ok_freelist[gran]); in GC_allocobj()
992 if (gran == 0) return(0); in GC_allocobj()
999 GC_continue_reclaim(gran, kind); in GC_allocobj()
1002 GC_new_hblk(gran, kind); in GC_allocobj()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c987 ptr_t GC_allocobj(size_t gran, int kind) in GC_allocobj() argument
989 void ** flh = &(GC_obj_kinds[kind].ok_freelist[gran]); in GC_allocobj()
992 if (gran == 0) return(0); in GC_allocobj()
999 GC_continue_reclaim(gran, kind); in GC_allocobj()
1002 GC_new_hblk(gran, kind); in GC_allocobj()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c987 ptr_t GC_allocobj(size_t gran, int kind) in GC_allocobj() argument
989 void ** flh = &(GC_obj_kinds[kind].ok_freelist[gran]); in GC_allocobj()
992 if (gran == 0) return(0); in GC_allocobj()
999 GC_continue_reclaim(gran, kind); in GC_allocobj()
1002 GC_new_hblk(gran, kind); in GC_allocobj()
/dports/comms/wsjtz/wsjtx/lib/
H A Dchkfft.f9067 x=gran()
68 y=gran()
H A Dtimefft.f9043 x=gran()
44 y=gran()
/dports/comms/wsjtz/wsjtx/
H A Dgetfile.h6 float gran();
/dports/games/kmahjongg/kmahjongg-21.12.3/layouts/
H A Darrow.desktop55 Description[ca]=Una gran fletxa apuntant cap a la dreta
56 Description[ca@valencia]=Una gran fletxa apuntant cap a la dreta
62 Description[es]=Una gran flecha que apunta en la dirección correcta
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/tests/
H A Dtc19_shadowmem.stderr.exp-mips327 ---------- char gran, 0 .. 99, skip 0 ----------
46 ---------- char gran, 0 .. 99, skip 1 ----------
81 ---------- char gran, 0 .. 99, skip 2 ----------
116 ---------- char gran, 0 .. 99, skip 3 ----------
151 ---------- char gran, 0 .. 99, skip 4 ----------
186 ---------- char gran, 0 .. 99, skip 5 ----------
221 ---------- char gran, 0 .. 99, skip 6 ----------
256 ---------- char gran, 0 .. 99, skip 7 ----------
291 ---------- char gran, 0 .. 99, skip 8 ----------
326 ---------- char gran, 0 .. 99, skip 9 ----------
[all …]
H A Dtc19_shadowmem.stderr.exp-mips32-BE7 ---------- char gran, 0 .. 99, skip 0 ----------
46 ---------- char gran, 0 .. 99, skip 1 ----------
81 ---------- char gran, 0 .. 99, skip 2 ----------
116 ---------- char gran, 0 .. 99, skip 3 ----------
151 ---------- char gran, 0 .. 99, skip 4 ----------
186 ---------- char gran, 0 .. 99, skip 5 ----------
221 ---------- char gran, 0 .. 99, skip 6 ----------
256 ---------- char gran, 0 .. 99, skip 7 ----------
291 ---------- char gran, 0 .. 99, skip 8 ----------
326 ---------- char gran, 0 .. 99, skip 9 ----------
[all …]

12345678910>>...126