Home
last modified time | relevance | path

Searched refs:use_hash (Results 1 – 25 of 134) sorted by relevance

123456

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dflow_util.c32 static hashmap_t use_hash = NULL; variable
40 use_hash = hashmap_alloc(hash_functions_direct); in use_hash_alloc()
49 if (use_hash) { in use_hash_free()
50 hashmap_clear(use_hash); in use_hash_free()
51 hashmap_free(use_hash); in use_hash_free()
52 use_hash = NULL; in use_hash_free()
62 if (use_hash) { in use_hash_reset()
115 hashmap_replace(use_hash, key, &data); in use_hash_insert()
132 if (hashmap_lookup(use_hash, key, &usex)) { in use_hash_lookup()
157 hashmap_iterate(use_hash, use_hash_dump_one, NULL); in use_hash_dump()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/jni_generator/
H A Djni_registration_generator.py89 proxy_opts.use_hash),
107 use_hash=use_proxy_hash)
119 def _SetProxyRegistrationFields(registration_dict, use_hash): argument
159 jni_generator.ProxyHelpers.GetQualifiedClass(use_hash)),
161 jni_generator.ProxyHelpers.GetQualifiedClass(use_hash),
166 jni_generator.ProxyHelpers.GetQualifiedClass(use_hash)),
217 jni_generator.ProxyHelpers.GetClass(proxy_opts.use_hash),
226 def CreateFromDict(registration_dict, use_hash): argument
282 _SetProxyRegistrationFields(registration_dict, use_hash)
528 self.use_hash = kwargs.get('use_hash', False)
[all …]
H A Djni_generator.py978 def GetClass(use_hash): argument
979 if use_hash:
984 def GetPackage(use_hash): argument
985 if use_hash:
990 def GetQualifiedClass(use_hash): argument
991 return '%s/%s' % (ProxyHelpers.GetPackage(use_hash),
992 ProxyHelpers.GetClass(use_hash))
1009 def CreateProxyMethodName(fully_qualified_class, old_name, use_hash=False): argument
1011 if use_hash:
1028 use_hash=False): argument
[all …]
/dports/devel/py-frictionless/frictionless-4.18.2/frictionless/steps/
H A Dtable.py136 use_hash=False, argument
140 self.setinitial("useHash", use_hash)
149 use_hash = self.get("useHash")
159 if use_hash and not ignore_order:
183 self.setinitial("useHash", use_hash)
191 use_hash = self.get("useHash")
225 use_hash=False, argument
231 self.setinitial("useHash", use_hash)
241 use_hash = self.get("useHash")
255 join = petl.hashjoin if use_hash else petl.join
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/jni_generator/
H A Djni_registration_generator.py87 if proxy_opts.use_hash:
121 use_hash=use_proxy_hash)
133 def _SetProxyRegistrationFields(registration_dict, use_hash): argument
173 jni_generator.ProxyHelpers.GetQualifiedClass(use_hash)),
175 jni_generator.ProxyHelpers.GetQualifiedClass(use_hash),
223 is_natives_class = not forwarding and proxy_opts.use_hash
227 if forwarding or not proxy_opts.use_hash:
251 def CreateFromDict(registration_dict, use_hash): argument
307 _SetProxyRegistrationFields(registration_dict, use_hash)
583 self.use_hash = kwargs.get('use_hash', False)
[all …]
H A Djni_generator.py860 def GetClass(use_hash): argument
861 return 'N' if use_hash else 'GEN_JNI'
864 def GetPackage(use_hash): argument
865 return 'J' if use_hash else 'org/chromium/base/natives'
868 def GetQualifiedClass(use_hash): argument
869 return '%s/%s' % (ProxyHelpers.GetPackage(use_hash),
870 ProxyHelpers.GetClass(use_hash))
889 if use_hash:
905 use_hash=False): argument
914 fully_qualified_class, name, use_hash)
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dthumbs.c325 const bool use_hash, in thumb_create_ex() argument
458 if (use_hash) { in thumb_create_ex()
487 const bool use_hash, in thumb_create_or_fail() argument
495 file_path, uri, thumb, use_hash, hash, blen_group, blen_id, size, source, NULL); in thumb_create_or_fail()
500 file_path, uri, thumb, use_hash, hash, blen_group, blen_id, THB_FAIL, source, NULL); in thumb_create_or_fail()
620 const bool use_hash = thumbhash_from_path(file_path, source, thumb_hash); in IMB_thumb_manage() local
630 if (use_hash && !regenerate) { in IMB_thumb_manage()
648 file_path, uri, thumb_name, use_hash, thumb_hash, blen_group, blen_id, size, source); in IMB_thumb_manage()
653 const bool use_hash = thumbhash_from_path(file_path, source, thumb_hash); in IMB_thumb_manage() local
656 file_path, uri, thumb_name, use_hash, thumb_hash, blen_group, blen_id, size, source); in IMB_thumb_manage()
/dports/net-im/folks/folks-0.15.3/tests/folks/
H A Dsmall-set.vala74 public void test_objects (bool use_hash)
79 Set<UInt> objects = (use_hash ? hash as Set<UInt> : small as Set<UInt>);
106 if (!use_hash)
168 public void test_iter (bool use_hash)
173 Set<UInt> objects = (use_hash ? hash as Set<UInt> : small as Set<UInt>);
325 public void test_readonly (bool use_hash)
363 if (!use_hash)
375 public void test_direct (bool use_hash)
380 Set<DirectEq> objects = (use_hash ?
396 public void test_strings (bool use_hash)
[all …]
/dports/biology/wise/wise2.4.1/src/dnaindex/assembly/
H A Dbadkmer.c40 boolean use_hash = 1; in main() local
63 strip_out_boolean_def_argument(&argc,argv,"hash",&use_hash); in main()
76 if( use_hash == 0 ) { in main()
H A Dtest_assemblygraph.c8 void test_basic_graph(char * filename,int kmer,int use_hash) in test_basic_graph() argument
25 if( use_hash == 0 ) { in test_basic_graph()
H A Dpathwise.c58 boolean use_hash = 1; in main() local
85 strip_out_boolean_def_argument(&argc,argv,"hash",&use_hash); in main()
114 if( use_hash == 0 ) { in main()
H A Dtest_graphtangle.c9 void test_basic_tangle(char * filename,int kmer,int use_hash) in test_basic_tangle() argument
30 if( use_hash == 0 ) { in test_basic_tangle()
/dports/biology/wise/wise2.4.1/src/corba/
H A Dscanwise_protein_index.c76 boolean use_hash = 0; in main() local
82 use_hash = strip_out_boolean_argument(&argc,argv,"hash"); in main()
118 } else if( use_hash == 1 ) { in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dcmp_varlen_keys.h44 Bounds_checked_array<st_sort_field> sort_field_array, bool use_hash, in cmp_varlen_keys() argument
92 if (use_hash) { in cmp_varlen_keys()
H A Dfilesort_utils.cc112 : sort_field_array(sfa.array(), sfa.size()), use_hash(use_hash_arg) {} in Mem_compare_varlen_key()
115 return cmp_varlen_keys(sort_field_array, use_hash, s1, s2); in operator ()()
120 bool use_hash; member in __anon57b8ec370111::Mem_compare_varlen_key
150 const Mem_compare_varlen_key comp(param->local_sortorder, param->use_hash); in sort_buffer()
/dports/mail/libsrs_alt/libsrs_alt-1.0/src/
H A Dsrs_alt.c70 srs->use_hash = 1; in srs_open()
243 if(mode != 0 || srs->use_hash) in srs_forward()
270 if(srs->use_hash) in srs_forward()
367 if(mode != 0 || srs->use_hash) in srs_reverse()
454 if(mode != 0 || srs->use_hash) in srs_reverse()
537 srs->use_hash = (value ? 1 : 0); in srs_set_option()
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/lookup/drivers/
H A Dredis.py78 password=None, socket_timeout=None, use_hash=False): argument
86 if use_hash:
/dports/biology/wise/wise2.4.1/src/network/
H A Dwise_proteinindex_server.c97 boolean use_hash = 0; in main() local
125 use_hash = strip_out_boolean_argument(&argc,argv,"hash"); in main()
170 } else if( use_hash == 1 ) { in main()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dstore.c422 int use_hash = 0; in fz_store_item() local
439 use_hash = type->make_hash_key(ctx, &hash, key); in fz_store_item()
458 if (use_hash) in fz_store_item()
560 int use_hash = 0; in fz_find_item() local
571 use_hash = type->make_hash_key(ctx, &hash, key); in fz_find_item()
575 if (use_hash) in fz_find_item()
617 int use_hash = 0; in fz_remove_item() local
622 use_hash = type->make_hash_key(ctx, &hash, key); in fz_remove_item()
626 if (use_hash) in fz_remove_item()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subliminal_patch/providers/
H A Dopensubtitlescom.py131 def __init__(self, username=None, password=None, use_hash=True, api_key=None): argument
149 self.use_hash = use_hash
248 if self.use_hash:
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dderive_hash_xor_eq.rs43 mod use_hash { module
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DColorUtils.h26 Display *dpy, Colormap cmap, Pixel pixel, char *output, Bool use_hash);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DColorUtils.h27 Display *dpy, Colormap cmap, Pixel pixel, char *output, Bool use_hash, int adj);
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dfilesort.h88 bool *multi_byte_charset, bool *use_hash);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dfilesort.h88 bool *multi_byte_charset, bool *use_hash);

123456