Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/freebsd-9-stable/sys/dev/glxsb/
Dglxsb_hash.c64 axf->Update(ses->ses_ictx, key, klen); in glxsb_hash_key_setup()
65 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup()
71 axf->Update(ses->ses_octx, key, klen); in glxsb_hash_key_setup()
72 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup()
93 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in glxsb_authcompute()
99 axf->Update(&ctx, hash, axf->hashsize); in glxsb_authcompute()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DRegisterClassInfo.cpp36 bool Update = false; in runOnMachineFunction() local
46 Update = true; in runOnMachineFunction()
51 if (Update || CSR != CalleeSaved) { in runOnMachineFunction()
59 Update = true; in runOnMachineFunction()
66 Update = true; in runOnMachineFunction()
71 if (Update) in runOnMachineFunction()
/freebsd-9-stable/contrib/gcc/
DChangeLog.tree-ssa3 * tree-cfg.c (delete_tree_cfg): Update call to
22 Update documentation for -ftree-pre.
38 (build_cdtor): ...here. Update to construct a complete tree
70 (operand_equal_p): Update argument list.
97 * tree-cfg.c (tree_cfg2vcg): Rename from tree_cfg2dot. Update all
103 * doc/invoke.texi: Update documentation to describe
197 (rewrite_initialize_block): Update call to register_new_def.
334 * flags.h (flag_tree_loop): Remove. Update all users.
352 (struct lang_hooks): Update.
407 (dump_dominator_optimization_stats): Update to reflect that the
[all …]
DChangeLog-200151 (cfg_layout_initialize, cfg_layout_finalize): Update to match.
596 * config/alpha/alpha.md (prologue_mcount): Update for explicit relocs.
653 * 1750a/1750a-protos.h: Update.
752 * config/sparc/sparc-protos.h (mems_ok_for_ldd_peep): Update.
886 * Makefile.in: Update dependencies.
898 * Make-lang.in: Update dependencies.
911 * doc/cppinternals.texi: Update.
942 * Makefile.in (info, $(docdir)/gcc.info, dvi, gcc.dvi): Update
945 (maintainer-clean, install-info, uninstall): Update.
954 Update for separate user and internals manuals.
[all …]
DChangeLog-20023 * config/h8300/h8300-protos.h: Update the prototypes.
7 * config/h8300/h8300.md (two peepholes): Update the function
53 * doc/gcc.texi, doc/gccint.texi: Update last modification dates.
59 (compute_logical_op_length): Update to reflect the change in
79 (compute_logical_op_length): Update to reflect the change in
109 * doc/install.texi: Update Texinfo version requirement.
127 * doc/include/texinfo.tex: Update to version 2002-12-26.16.
136 Update copyright.
165 * rtl.h (struct rtx_def): Update comments for in_struct usage
225 * doc/include/texinfo.tex: Update to version 2002-11-25.11.
[all …]
DChangeLog.apple23 * stmt.c (expand_label): Update and correct documentation.
33 (expand_label): Update documentation.
DChangeLog-200348 * doc/include/texinfo.tex: Update to version 2003-12-21.10.
229 * cfg.c {exit_entry_blocks): Update initializer.
434 * function.c (assign_parms): Update max_parm_reg and
492 * doc/invoke.texi: Update documentation for -fabi-version.
574 (rtx_alloc, rtvec_alloc): Update them.
793 * builtins.c (expand_builtin_expect_jump): Update
895 * calls.c (expand_call): Update comments.
999 push_parm_decl, grokfield, start_function): Update calls to
1157 (PREDICATE_CODES): Update for new and deleted predicates.
1195 br_loc[7]. Update comment.
[all …]
/freebsd-9-stable/contrib/gperf/
DChangeLog49 * Makefile.devel: Update.
50 * INSTALL: Update.
75 tests/permutc2.exp, tests/test-4.exp: Update.
86 * doc/gperf.texi: Update copyright to be 1989-2006.
89 * configure.in: Update copyright years.
91 * src/Makefile.in: Update copyright years.
122 * src/options.cc (Options::parse_options): Update years in --version
143 tests/permutc2.exp, tests/test-4.exp: Update.
154 * tests/test-6.exp: Update.
167 (Options::~Options): Update.
[all …]
/freebsd-9-stable/lib/libz/
DChangeLog5 - Update contrib/minizip/iowin32.c for Windows RT [Vollant]
46 - Update inflateBack() comments, since inflate() can be faster
106 - Update ./configure for Solaris, support --64 [Mooney]
124 - Update make_vms.com [Zinser]
130 - Update the Pascal interface in contrib/pascal
159 - Update win32/Makefile.msc to build test/*.c [Truta]
161 - Update AS400 build files and documentation [Monnerat]
162 - Update win32/Makefile.gcc to build test/*.c [Truta]
177 - Update python link in README
190 - Update zconf.h.cmakein on make distclean
[all …]
DFREEBSD-upgrade33 To Update:
42 6) Update this file with any changes to the file list or update procedure.
/freebsd-9-stable/sys/crypto/via/
Dpadlock_hash.c264 axf->Update(ses->ses_ictx, key, klen); in padlock_hash_key_setup()
265 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in padlock_hash_key_setup()
271 axf->Update(ses->ses_octx, key, klen); in padlock_hash_key_setup()
272 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in padlock_hash_key_setup()
294 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in padlock_authcompute()
302 axf->Update(&ctx, hash, axf->hashsize); in padlock_authcompute()
/freebsd-9-stable/contrib/cvs/tools/
DChangeLog5 * README: Update links.
9 * Makefile.am: Update copyright notices.
21 * Makefile.am: Update copyright notice.
80 * README: Update now that pcl-cvs is no longer here.
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog.apple23 * cp-tree.h (begin_while_stmt): Update prototype.
29 * init.c (build_vec_init): Update for change to begin_for_stmt.
/freebsd-9-stable/contrib/ofed/libibverbs/debian/
Dchangelog12 * Update control file to talk about generic RDMA and iWARP, not just
44 * Update libtool during build to avoid setting RPATH in binaries on amd64.
70 * Update to Standards-Version: 3.7.2.
/freebsd-9-stable/contrib/gcclibs/libcpp/
DChangeLog132 a token. Update the line number correctly if so.
185 * errors.c (cpp_error): Update call to callback.
252 * all files: Update FSF address in copyright headers.
253 * makeucnid.c (write_copyright): Update outputted FSF address.
421 * charset.c: Update for new format of ucnid.h.
422 (ucn_valid_in_identifier): Update for new format of ucnid.h.
449 * directives.c (glue_header_name): Update call to cpp_spell_token.
459 (cpp_token_as_text): Update call to cpp_spell_token.
461 (stringify_arg): Update call to cpp_spell_token.
503 traditional.c: Update copyright.
[all …]
/freebsd-9-stable/share/i18n/csmapper/APPLE/
DROMANIAN%UCS.src29 # c02 2005-Apr-05 Update header comments. Matches internal xml
31 # b3,c1 2002-Dec-19 Update mappings for 0xAF, 0xBF, 0xDE, 0xDF
33 # Unicode 3.0. Update URLs, notes. Matches
37 # SIGN. Update contact e-mail address. Matches
41 # n03 1997-Dec-14 Update to match internal utom<n5>, ufrm<n16>:
137 # - Update the mappings for 0xAF, 0xBF, 0xDE, 0xDF to use new
DUCS%ROMANIAN.src29 # c02 2005-Apr-05 Update header comments. Matches internal xml
31 # b3,c1 2002-Dec-19 Update mappings for 0xAF, 0xBF, 0xDE, 0xDF
33 # Unicode 3.0. Update URLs, notes. Matches
37 # SIGN. Update contact e-mail address. Matches
41 # n03 1997-Dec-14 Update to match internal utom<n5>, ufrm<n16>:
137 # - Update the mappings for 0xAF, 0xBF, 0xDE, 0xDF to use new
DSYMBOL%UCS.src24 # c02 2005-Apr-05 Change mappings for 0xBD, 0xE0. Update
27 # b4,c1 2002-Dec-19 Update mappings for encoded glyph fragments
30 # involving corporate-use characters. Update
32 # b03 1999-Sep-22 Update contact e-mail address. Matches
38 # n05 1998-Feb-05 Update to match internal utom<n5>, ufrm<n15>
197 # - Update mappings for 0xBD from 0xF8E6 to 0x23D0 (use new Unicode
203 # - Update mappings for encoded glyph fragments 0xBE, 0xE6-EF, 0xF4,
DUCS%SYMBOL.src24 # c02 2005-Apr-05 Change mappings for 0xBD, 0xE0. Update
27 # b4,c1 2002-Dec-19 Update mappings for encoded glyph fragments
30 # involving corporate-use characters. Update
32 # b03 1999-Sep-22 Update contact e-mail address. Matches
38 # n05 1998-Feb-05 Update to match internal utom<n5>, ufrm<n15>
197 # - Update mappings for 0xBD from 0xF8E6 to 0x23D0 (use new Unicode
203 # - Update mappings for encoded glyph fragments 0xBE, 0xE6-EF, 0xF4,
DUCS%THAI.src29 # c02 2005-Apr-05 Update header comments. Matches internal xml
31 # b3,c1 2002-Dec-19 Update mapping for 0xDB to use new Unicode
33 # Update URLs. Matches internal utom<b3>.
34 # b02 1999-Sep-22 Update contact e-mail address. Matches
37 # n07 1998-Feb-05 Update to match internal utom<n5>, ufrm<n13>
165 # - Update mapping for 0xDB to use new Unicode 3.2 character U+2060
/freebsd-9-stable/contrib/ofed/libmthca/debian/
Dchangelog8 * Update libtool during build to avoid setting RPATH in binaries on amd64.
37 * Update to Standards-Version: 3.7.2.
/freebsd-9-stable/sbin/md5/
Dmd5.c64 DIGEST_Update *Update; member
260 alg->Update(&context, block, TEST_BLOCK_LEN); in MDTimeTrial()
366 alg->Update(&context, buffer, len); in MDFilter()
/freebsd-9-stable/crypto/openssh/
DTODO3 - Update the docs
4 - Update README
5 - Update INSTALL
/freebsd-9-stable/sys/contrib/dev/acpica/utilities/
Dutstate.c277 State->Update.Object = Object; in AcpiUtCreateUpdateState()
278 State->Update.Value = Action; in AcpiUtCreateUpdateState()
/freebsd-9-stable/sys/opencrypto/
Dcryptosoft.c469 axf->Update(sw->sw_ictx, key, klen); in swcr_authprepare()
470 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen); in swcr_authprepare()
476 axf->Update(sw->sw_octx, key, klen); in swcr_authprepare()
477 axf->Update(sw->sw_octx, hmac_opad_buffer, axf->blocksize - klen); in swcr_authprepare()
500 axf->Update(sw->sw_ictx, key, klen); in swcr_authprepare()
533 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in swcr_authcompute()
549 axf->Update(&ctx, aalg, axf->hashsize); in swcr_authcompute()
566 axf->Update(&ctx, sw->sw_octx, sw->sw_klen); in swcr_authcompute()

12345678910>>...13