Home
last modified time | relevance | path

Searched refs:hash_label (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/jgraph/jgraph-8.3_1/
H A Dnr.jgr9 yaxis hash_label at -1 : MIPS
28 yaxis hash_label at -2 : SPARC
45 yaxis hash_label at -3 : VAX
56 yaxis hash_label at -4 : 68020
H A Dmab2.jgr19 shell : awk -F'|' '(NR%3 == 1) {printf "hash_at %d hash_label at %d : %s\n",NR,NR,$1}' mab2.times
20 hash_label at 1 :
H A Dwortman.jgr24 hash_label at 1.0 : 1
25 hash_label at 2.0 : 2
26 hash_label at 3.0 : 3
27 hash_label at 4.0 : 4
28 hash_label at 5.0 : 5
29 hash_label at 6.0 : 6
30 hash_label at 7.0 : 7
31 hash_label at 8.0 : 8
/dports/devel/R-cran-vctrs/vctrs/R/
H A Dtype-factor.R61 paste0("factor<", hash_label(levels(x)), ">")
71 paste0("ordered<", hash_label(levels(x)), ">")
222 hash_label <- function(x, length = 5) { function
H A Dpartial-factor.R57 hashes <- map_chr(levels, hash_label)
/dports/games/gtypist/gtypist-2.9.5/src/
H A Dscript.c64 hash_label( char *label ) { in hash_label() function
175 hash = hash_label( SCR_DATA( line )); in build_label_index()
292 hash = hash_label( label ); in seek_label()
H A Dscript.h90 extern int hash_label( char *label );
H A Dgtypist.c1530 i = hash_label( SCR_DATA(line) ); in do_on_failure_label_set()
/dports/security/gpg-gui/GPG-Gui-0.2.2/src/
H A DMainWindow.vala271 private Gtk.Label hash_label;
624 hash_label = new Gtk.Label("Hash Algorithm:");
625 hash_label.set_tooltip_text(hash_help);
626 hash_label.set_hexpand(false);
627 hash_label.set_vexpand(true);
628 hash_label.set_halign(Gtk.Align.END);
629 hash_label.set_valign(Gtk.Align.CENTER);
630 main_grid.add(hash_label);
964 hash_label.set_sensitive(false);
988 hash_label.set_sensitive(true);
[all …]
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/doc/announce/
H A Dannounce_2.0.0.md27 …rted using new field `hash_label`, see _hashdb_ header file `hashdb.hpp`. The _bulk\_extractor_ s…
H A Dannounce_2.0.1.md31 …rted using new field `hash_label`, see _hashdb_ header file `hashdb.hpp`. The _bulk\_extractor_ s…
/dports/sysutils/syslinux/syslinux-6.03/bios/core/
H A Dkwdhash.gen23 hash_label equ 0x06f104cc
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dlabels.c92 PRIVATE unsigned int hash_label(LABEL_t label);
153 PRIVATE unsigned int hash_label(LABEL_t label) { in hash_label() function
565 last_hash_index = (hash_label(label) >> 9) % HASHSIZE; in find_label()
/dports/math/yices/yices-2.6.2/src/model/
H A Dabstract_values.c232 static uint32_t hash_label(label_hobj_t *o) { in hash_label() function
295 label_hobj.m.hash = (hobj_hash_t) hash_label; in get_label_particle()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateDO.h424 SUMA_MaskDO *SUMA_Alloc_MaskDO ( int N_obj, char *Label, char *hash_label,