Home
last modified time | relevance | path

Searched +refs:add +refs:hash +refs:code (Results 1 – 25 of 33136) sorted by relevance

12345678910>>...1326

/dports/security/keynote/keynote-2.3/
H A DHOWTO.add.crypto2 hash functions, and ASCII encoding mechanisms in this implementation.
16 and is used as an index into a hash table.
18 - In keynote_free_key(), add code to free any memory allocated for
20 - In keynote_get_sig_algorithm(), add code that checks whether a
25 - In kn_decode_key(), add code that converts a bit string to
29 - In kn_keycompare(), add code that compares two keys and
31 - In keynote_signverify_assertion, add code that verifies a
37 For a hash algorithm:
45 - In keynote_sigverify_assertion(), add code in the switch statement
57 - In keynote_get_sig_algorithm(), add code for detecting signatures
[all …]
/dports/devel/p5-Validation-Class/Validation-Class-7.900057/lib/Validation/Class/
H A DMapping.pm25 $self->add($arguments);
32 sub add { subroutine
89 my ($self, $code) = @_;
91 $code ||= sub {};
95 $code->(@args);
142 sub hash { subroutine
177 return (keys(%{$self->hash}));
202 eval { $self->add($merger->merge($arguments, $self->hash)) };
246 eval { $self->add($merger->merge($arguments, $self->hash)) };
277 my ($self, $code) = @_;
[all …]
H A DPrototype.pm614 my ($self, $hash) = @_;
616 if ($hash) {
618 $hash = Hash::Flatten::flatten($hash);
620 $self->params->add($hash);
1171 my $code;
1183 $code = sub {
1208 $self->configuration->attributes->add($attribute, $code);
1218 $self->configuration->builders->add($code);
1337 $self->configuration->filters->add($name, $code);
1576 $self->configuration->profiles->add($name, $code);
[all …]
/dports/devel/isa-l/isa-l-2.30.0/igzip/aarch64/
H A Digzip_deflate_body_aarch64.S112 declare_generic_reg code, 3,x
169 crc32cw hash,wzr,literal
170 and hash,hash,hash_mask
192 crc32cw hash,wzr,literal
193 and hash,hash,hash_mask
194 add tmp0,tmp0,1
199 crc32cw hash,wzr,literal
200 and hash,hash,hash_mask
201 add tmp0,tmp0,1
214 orr code,code,code2
[all …]
H A Digzip_deflate_finish_aarch64.S66 add w_\tmp0,w_\tmp0,w_\start_in
103 declare_generic_reg hash, 24,w
114 declare_generic_reg code, 3,x
137 add last_seen,stream,65536
171 crc32cw hash,wzr,literal
172 and hash,hash,hash_mask
189 compare_max_258_bytes tmp2,next_in,hash,match_length,tmp0,tmp1
199 orr code,code,code2
200 add code_len,code_len,code_len2
217 add next_in,next_in,1
[all …]
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_finish.asm48 %define code rbx
111 add tmp1, m_out_buf
127 add f_end_i, f_i
206 ; get_len_code(len, &code, &code_len);
211 ; code2 |= code
214 or code2, code
215 add code_len2, rcx
219 add f_i, len
232 add tmp3, 1
257 add f_i, 1
[all …]
H A Digzip_icf_finish.asm48 %define code rbx
122 add tmp1, m_out_buf
137 add f_end_i, f_i
218 lea code, [len + 254]
222 or code2, code
223 inc dword [lit_len_hist + HIST_ELEM_SIZE*code]
227 add f_i, len
240 add tmp3, 1
266 add f_i, 1
307 add file_start, f_i
[all …]
/dports/games/widelands/widelands-build21/data/scripting/
H A Dset.lua38 set:add(v)
49 function Set:add(item) function
53 self[hash] = item
64 if self[hash] then
66 self[hash] = nil
121 local code, res = coroutine.resume(co)
134 if hash ~= "size" then rv:add(item) end
137 if hash ~= "size" then rv:add(item) end
151 if hash ~= "size" then rv:add(value) end
168 if b[hash] and hash ~= "size" then
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/
H A DHTTPHeaders.cpp43 void HTTPHeaders::add(folly::StringPiece name, folly::StringPiece value) { in add() function in proxygen::HTTPHeaders
45 const HTTPHeaderCode code = HTTPCommonHeaders::hash(name.data(), name.size()); in add() local
46 emplace_back(code, in add()
53 void HTTPHeaders::add(HTTPHeaders::headers_initializer_list l) { in add() function in proxygen::HTTPHeaders
56 add(p.first.code_, folly::StringPiece(p.second.data(), p.second.size())); in add()
58 add(p.first.name_, folly::StringPiece(p.second.data(), p.second.size())); in add()
64 add(name, value); in rawAdd()
68 const HTTPHeaderCode code = HTTPCommonHeaders::hash(str, len); in addFromCodec() local
77 const HTTPHeaderCode code = HTTPCommonHeaders::hash(name.data(), name.size()); in exists() local
109 const HTTPHeaderCode code = HTTPCommonHeaders::hash(name.data(), name.size()); in remove() local
[all …]
/dports/audio/festalon/festalon/src/fidlib/
H A Dfidrf_jit.h61 int hash; // Hash of routine member
62 char *code; // Routine itself member
402 int hash; in fid_run_new() local
556 hash= HASH(rout_tmp, rout_cnt); in fid_run_new()
558 if (rout->hash == hash && in fid_run_new()
560 0 == memcmp(rout->code, rout_tmp, rout_cnt)) in fid_run_new()
567 rout->hash= hash; in fid_run_new()
568 rout->code= (char*)(rout+1); in fid_run_new()
570 memcpy(rout->code, rout_tmp, rout_cnt); in fid_run_new()
587 *funcpp= (void*)rout->code; in fid_run_new()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/fidlib/
H A Dfidrf_jit.h61 int hash; // Hash of routine member
62 char *code; // Routine itself member
402 int hash; in fid_run_new() local
556 hash= HASH(rout_tmp, rout_cnt); in fid_run_new()
558 if (rout->hash == hash && in fid_run_new()
560 0 == memcmp(rout->code, rout_tmp, rout_cnt)) in fid_run_new()
567 rout->hash= hash; in fid_run_new()
568 rout->code= (char*)(rout+1); in fid_run_new()
570 memcpy(rout->code, rout_tmp, rout_cnt); in fid_run_new()
587 *funcpp= (void*)rout->code; in fid_run_new()
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_firewall/
H A Ddefinitions.lib.lua83 add = function (self, item) function
100 if opts.hash then
101 …assert(opts.hash:match("^%w+$") and type(hashes[opts.hash]) == "function", "invalid hash function:…
102 self.hash_function = hashes[opts.hash];
123 if code == 200 and body then
131 elseif code == 304 then
133 elseif code == 0 or (code >= 400 and code <=599) then
145 add = function () function
181 add = function (self, item) function
226 add = function (self, item) function
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
207 @code{aout_link_check_ar_symbols}. If the latter decides to add
212 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
207 @code{aout_link_check_ar_symbols}. If the latter decides to add
212 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
207 @code{aout_link_check_ar_symbols}. If the latter decides to add
212 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
207 @code{aout_link_check_ar_symbols}. If the latter decides to add
212 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/print/R-cran-knitr/knitr/R/
H A Dcache.R8 d = dirname(hash)
21 on.exit(rm(list = out0, envir = knit_global()), add = TRUE)
23 path = cache_path(hash)
110 find_globals = function(code) { argument
111 fun = eval(parse_only(c('function(){', code, '}')))
119 find_symbols = function(code) { argument
120 if (is.null(code) || length(p <- parse(text = code, keep.source = TRUE)) == 0) return()
127 cache_meta_name = function(hash) sprintf('.%s_meta', hash) argument
129 cache_output_name = function(hash) sprintf('.%s', hash) argument
231 owd = setwd(dir); on.exit(setwd(owd), add = TRUE)
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
214 @code{aout_link_check_ar_symbols}. If the latter decides to add
219 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
214 @code{aout_link_check_ar_symbols}. If the latter decides to add
219 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/doc/manual/source/
H A Dhash-functions.rst9 hash of a data buffer or string. The default underlying hash function
14 add (or provide at run time) alternative hash function implementations.
16 .. _murmur3: http://code.google.com/p/smhasher/wiki/MurmurHash3
24 #include "ns3/hash.h"
48 #include "ns3/hash.h"
55 Hasher hasher; // Use default hash function
67 want to add to the previously computed hash, you need to ``clear()``
87 To add the hash function ``foo``, follow the ``hash-murmur3.h``/``.cc`` pattern:
92 ``hash-murmur3.h`` is included.
93 * In your own code, instantiate a ``Hasher`` object via the constructor
[all …]
/dports/textproc/p5-CAM-PDF/CAM-PDF-1.60/lib/CAM/PDF/
H A DDecrypt.pm227 $allow{add} = shift;
237 my $perms = join q{}, $allow{print}, $allow{modify}, $allow{copy}, $allow{add};
422 my $hash = Digest::MD5::md5($self->{code} . $objpadding . $genpadding);
467 $hash = Digest::MD5::md5($hash);
475 return substr $hash, 0, $size;
489 $code = substr $code, 0, 16;
490 return $self->_do_iter_crypt($hash, $code) . substr $padding, 0, 16;
510 $hash = Digest::MD5::md5($hash);
515 my $code = substr $hash, 0, $size;
521 my $code = shift;
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
202 @code{aout_link_check_ar_symbols}. If the latter decides to add
207 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/doc/
H A Dlinker.texi71 which defines no additional fields, and then simply add fields
83 object file, BFD must add any relevant symbol information to
107 @code{_bfd_link_add_symbols} function can assume about the hash
119 @code{_bfd_link_add_symbols} function. A hash entry without
129 hash table entry.
134 file, it must add all externally visible symbols in that
151 add, notably symbol flags, a section, and an offset. The
178 @code{add_archive_element} linker callback, and it must add the
202 @code{aout_link_check_ar_symbols}. If the latter decides to add
207 @code{aout_link_add_symbols} to actually add the symbols to the
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/cerberus/
H A Derrors.py101 self.code = code
115 return hash(self) == hash(other)
119 return hash(self.document_path) ^ hash(self.schema_path) ^ hash(self.code)
185 return bool(self.code & LOGICAL.code - ERROR_GROUP.code)
257 def add(self, error): member in ErrorTreeNode
273 node.add(error)
290 self.add(error)
292 def add(self, error): member in ErrorTree
365 def add(self, error): member in BaseErrorHandler
397 self.add(error)
[all …]
/dports/devel/py-cerberus/Cerberus-1.3.4/cerberus/
H A Derrors.py101 self.code = code
115 return hash(self) == hash(other)
119 return hash(self.document_path) ^ hash(self.schema_path) ^ hash(self.code)
187 return bool(self.code & LOGICAL.code - ERROR_GROUP.code)
260 def add(self, error): member in ErrorTreeNode
276 node.add(error)
295 self.add(error)
297 def add(self, error): member in ErrorTree
378 def add(self, error): member in BaseErrorHandler
415 self.add(error)
[all …]

12345678910>>...1326