Home
last modified time | relevance | path

Searched refs:times_found (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dres.py59 energy=None, spacegroup=None, times_found=None): argument
67 if times_found is None:
68 times_found = atoms.info.get('times_found')
73 self.times_found = times_found
269 if self.times_found:
270 tokens.append('n - ' + str(self.times_found))
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_arrays.php79 $times_found = 1;
85 $times_found++;
89 $item = ($times_found > 1 ? $times_found . ' x ' : null) . $items_formatted[$i];
/dports/shells/bash/bash-5.1/
H A Dhashlib.c117 n->times_found = e->times_found;
267 list->times_found++;
287 list->times_found = 0;
363 item->times_found = 0;
525 if (tt->times_found) in main()
H A Dhashlib.h39 int times_found; /* Number of times this item has been found. */ member
H A Dhashcmd.c118 item->times_found = found;
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dhashlib.h39 int times_found; /* Number of times this item has been found. */ member
/dports/shells/bash/bash-5.1/builtins/
H A Dhash.def239 printf ("%4d\t%s\n", item->times_found, pathdata(item)->path);