/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 | 215 /* Update the list head */ 289 /* Init fields specific to the update struct */ 311 * Action - Update action to be performed 315 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used 316 * to update reference counts and delete complex objects such 340 /* Init fields specific to the update struct */ 343 State->Update.Object = Object; 344 State->Update.Value = Action; 354 * Action - Update action to be performed 382 /* Init fields specific to the update struct * [all...] |
utdelete.c | 344 * Update AddressRange list. However, only permanent regions 693 * Update the notify objects for these types (if present) 710 * We must update all the sub-objects of the package, 732 * update the reference count here and continue. 804 * Now we can update the count in the main object. This can only 805 * happen after we update the sub-objects in case this causes the 821 Object = State->Update.Object; 832 "Could not update object reference count")); 834 /* 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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ast2500-facebook-netbmc-common.dtsi | 13 * Update reset type to "system" (full chip) to fix warm reboot hang issue
|
dra76x-mmc-iodelay.dtsi | 8 * a) Update of this file should typically correspond to a datamanual revision. 10 * If there is no update to datamanual, do not update the values. If you
|
/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/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-gxl-s905d-mecool-kii-pro.dts | 25 label = "Update";
|
meson-gxl-s905d-p230.dts | 25 label = "Update";
|
meson-gxm-mecool-kiii-pro.dts | 30 label = "Update";
|
meson-gxm-q200.dts | 25 label = "Update";
|
/src/sys/arch/x86/x86/ |
via_padlock.c | 272 axf->Update(swd->sw_ictx, c->cri_key, c->cri_klen / 8); 273 axf->Update(swd->sw_ictx, hmac_ipad_buffer, 281 axf->Update(swd->sw_octx, c->cri_key, c->cri_klen / 8); 282 axf->Update(swd->sw_octx, hmac_opad_buffer,
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
hihope-rev4.dtsi | 95 * Update <audio_clk_b> to <cs2000>
|
/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/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm850-lenovo-yoga-c630.dts | 20 * Update following upstream (sdm845.dtsi) reserved
|
/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 | 177 do_##alg##Update(union digest_context *ctx, \ 180 alg##Update(&ctx->dc_##alg, buf, len); \
|
/src/sys/external/bsd/acpica/dist/include/ |
aclocal.h | 809 * Update state - used to traverse complex objects such as packages 941 ACPI_UPDATE_STATE Update;
|
/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);
|