| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <remarks>All the other <c>Update</c> methods are implemented in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utstate.c | 107 /* Update the list head */ 181 /* Init fields specific to the update struct */ 203 * Action - Update action to be performed 207 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used 208 * to update reference counts and delete complex objects such 232 /* Init fields specific to the update struct */ 235 State->Update.Object = Object; 236 State->Update.Value = Action; 246 * Action - Update action to be performed 274 /* Init fields specific to the update struct * [all...] |
| utdelete.c | 236 * Update AddressRange list. However, only permanent regions 585 * Update the notify objects for these types (if present) 602 * We must update all the sub-objects of the package, 624 * update the reference count here and continue. 696 * Now we can update the count in the main object. This can only 697 * happen after we update the sub-objects in case this causes the 713 Object = State->Update.Object; 724 "Could not update object reference count")); 726 /* Free any stacked Update State objects */
|
| /src/lib/libc/md/ |
| mdXhl.c | 87 MDNAME(Update)(&ctx, buffer, (unsigned int)i); 107 MDNAME(Update)(&ctx, data, len);
|
| /src/lib/libc/hash/ |
| hashhl.c | 115 FNPREFIX(Update)(&ctx, buffer, (unsigned int)nr); 140 FNPREFIX(Update)(&ctx, data, (unsigned int)len);
|
| /src/sys/opencrypto/ |
| cryptosoft.c | 482 axf->Update(&ctx, (char *)buf + crd->crd_skip, crd->crd_len); 486 (int (*)(void*, void *, unsigned int))(void *)axf->Update, 494 (int (*)(void *, void *, unsigned int))(void *)axf->Update, 519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize); 528 axf->Update(&ctx, sw->sw_octx, sw->sw_klen); 650 axf->Update(&ctx, blk, len); 661 axf->Update(&ctx, blk, len); 663 axf->Update(&ctx, blk, len); 680 axf->Update(&ctx, blk, blksz); 906 axf->Update((*swd)->sw_ictx, cri->cri_key [all...] |
| cryptosoft_xform.c | 69 int (*Update)(void *, const uint8_t *, uint16_t);
|
| /src/sys/arch/x86/x86/ |
| via_padlock.c | 277 axf->Update(swd->sw_ictx, c->cri_key, c->cri_klen / 8); 278 axf->Update(swd->sw_ictx, hmac_ipad_buffer, 286 axf->Update(swd->sw_octx, c->cri_key, c->cri_klen / 8); 287 axf->Update(swd->sw_octx, hmac_opad_buffer,
|
| /src/usr.sbin/sysinst/ |
| msg.pm.en | 53 message updpmlist {Update device list}
|
| /src/sys/arch/m68k/060sp/dist/ |
| isp.s | 589 # changed. we don't have to update a7 for supervisor mouse because that case 2751 # Decode the instruction and fetch the appropriate Update and # 2866 tst.b %d4 # update compare reg? 2897 tst.b %d4 # update compare reg? 2973 # instruction word and fetch the "compare" (DC) and "update" (Du) # 3037 mov.l (EXC_DREGS,%a6,%d0.w*4),%d2 # get update operand 3069 tst.b %d1 # update compare reg? 3090 tst.b %d1 # update compare reg? 3223 # (11)Unequal. No update occurs. But, we do write the DST1 op # 3227 # (13)Write update operand to the DST locations. Use BUSCR to [all...] |
| /src/common/lib/libc/arch/sparc64/string/ |
| memcpy.S | 128 inc 1, %l1 ! Update address 423 inc 1, %l1 ! Update address 576 inc 1, %o1 ! Update address 1561 inc 1, %o1 ! Update address
|
| /src/sys/arch/mac68k/obio/ |
| iwm.s | 782 subqw #3,%d4 | Update byte counter (four 6&2 encoded 848 subqw #3,%d4 | Update byte counter 1131 subqw #3,%d4 | Update counter
|
| /src/sbin/restore/ |
| tape.c | 178 do_##alg##Update(union digest_context *ctx, \ 181 alg##Update(&ctx->dc_##alg, buf, len); \
|
| /src/sys/external/bsd/acpica/dist/include/ |
| aclocal.h | 701 * Update state - used to traverse complex objects such as packages 833 ACPI_UPDATE_STATE Update;
|
| /src/sys/arch/sparc64/sparc64/ |
| locore.s | 1771 or %g4, SUN4U_TTE_MODIFY|SUN4U_TTE_ACCESS|SUN4U_TTE_W, %g7 ! Update the modified bit 1798 or %g4, SUN4U_TTE_MODIFY|SUN4U_TTE_ACCESS|SUN4U_TTE_W, %g4 ! Update the modified bit 1799 stx %g1, [%g2] ! Update TSB entry tag 1801 stx %g4, [%g2+8] ! Update TSB entry data 1902 or %g4, SUN4U_TTE_ACCESS, %g7 ! Update the access bit 1904 btst SUN4U_TTE_ACCESS, %g4 ! Need to update access git? 1910 or %g4, SUN4U_TTE_ACCESS, %g4 ! Update the access bit 1913 stx %g1, [%g2] ! Update TSB entry tag 1914 stx %g4, [%g2+8] ! Update TSB entry data 2681 or %g4, SUN4U_TTE_ACCESS, %g7 ! Update accessed bi [all...] |
| /src/sys/dev/pci/qat/ |
| qat.c | 1114 "update intr mask for bank %d " 1384 sah->Update(ctx, ipad, blklen); 1394 sah->Update(ctx, opad, blklen);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| cpplint.py | 1528 """Update preprocessor stack. 1584 def Update(self, filename, clean_lines, linenum, error): 1585 """Update nesting state with current line. 1595 # Update pp_stack first 1678 # Update access control if we are inside a class/struct 2097 # Found an operator, update nesting stack 2159 # Found an operator, update nesting stack 3798 nesting_state.Update(filename, clean_lines, line, error)
|
| /src/sys/dev/pci/ |
| if_dge.c | 642 #error Update dge_txseg_evcnt_names 1630 /* Update the dirty transmit buffer pointer. */ 1755 * If an error occurred, update stats and drop the packet. 1804 /* Update the receive pointer. */
|