Searched refs:final (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMyAlloc.h49 #define alloc_check(final) MyCheck ((final), __FILE__, __LINE__)
217 #define alloc_check(final)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dmd5.h33 } final; member in union:md5_block
H A Dsha256.h33 } final; member in union:sha256_block
H A Dcrypto.h44 void ( * final ) ( void *ctx, void *out ); member in struct:digest_algorithm
159 void ( * final ) ( void *ctx ); member in struct:pubkey_algorithm
174 digest->final ( ctx, out );
245 pubkey->final ( ctx );
H A Dsha1.h33 } final; member in union:sha1_block
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dcrypto_null.c50 .final = digest_null_final,
135 .final = pubkey_null_final,
H A Dsha1.c241 offsetof ( typeof ( context->ddd.dd.data ), final.len ) );
247 /* Copy out final digest */
260 .final = sha1_final,
H A Dmd5.c267 offsetof ( typeof ( context->ddd.dd.data ), final.len ) );
273 /* Copy out final digest */
286 .final = md5_final,
H A Dsha256.c225 offsetof ( typeof ( context->ddd.dd.data ), final.len ) );
231 /* Copy out final digest */
244 .final = sha256_final,
H A Drsa.c640 .final = rsa_final,
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c49 file are maintained in the final uncompressed file, to the extent that the
214 unsigned final; /* last character written for previous code */ local
250 final = prev = (unsigned)last; /* low 8 bits of code */
260 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
324 match[stack++] = (unsigned char)final;
336 final = code;
342 suffix[end] = (unsigned char)final;
364 /* loop for next code with final and prev as the last match, rem and
/vbox/src/VBox/VMM/VMMSwitcher/
H A DAMD64Stub.asm81 db FIX_THE_END ; final entry.
H A DX86Stub.asm77 db FIX_THE_END ; final entry.
/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c1446 printf("final ");
1663 * the last step will be marked as "final" and only
1664 * "final" nodes are added to the resulting set.
1856 int ret = 0, err = 0, final = 0, tmp, i, m, match, stepNr, desc; local
2045 final = step.flags & XML_STREAM_STEP_FINAL;
2047 if (final) {
2055 if (final) {
2071 ((! match) || final)) {
2160 final = step.flags & XML_STREAM_STEP_FINAL;
2162 if (final)
[all...]
H A Dxmlregexp.c1587 * create the final state now if needed
1756 printf("State %d is final, so %d becomes final\n", tonr, fromnr);
3613 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
3629 * are we at a final state ?
3696 * Returns: 1 if the regexp reached a final state, 0 if non-final, and
3705 int final = 0; local
3721 final
[all...]
H A Dxmlschemas.c7878 * Validates the value of the attribute "final" and "block". The value
8627 } else if ((!xmlStrEqual(attr->name, BAD_CAST "final")) &&
8657 * Attribute "final".
8659 attr = xmlSchemaGetPropNode(node, "final");
9229 (!xmlStrEqual(attr->name, BAD_CAST "final"))) {
9240 * Attribute "final".
9242 attr = xmlSchemaGetPropNode(node, "final");
9251 attrValue = xmlSchemaGetProp(ctxt, node, "final");
12082 int final = 0, block = 0, hasRestrictionOrExtension = 0; local
12170 } else if (xmlStrEqual(attr->name, BAD_CAST "final")) {
14515 xmlSchemaTypeFinalContains(xmlSchemaTypePtr type, int final) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1380 ** final queue get finalized. Since there are no other references
1381 ** (otherwise they would be on the final queue), we have to scan them.
1399 _GCTRACE(GC_FINAL, ("marking 0x%x (on final queue)", fp->object));
2088 " F scanned and final block\n"
2767 GCFinal *final = 0; local
2879 final = AllocFinalNode();
2880 if (!final) {
2894 if (0 != final) {
2895 FreeFinalNode(final);
2957 if (final) {
[all...]
/vbox/src/VBox/Storage/
H A DISCSI.cpp180 /** ISCSI BHS word 0: This is the final PDU for this request/response. */
1465 case 0x0000: /* security negotiation, step 0: receive final authentication. */
1497 case 0x0001: /* security negotiation, step 1: receive final CHAP variant and challenge. */
1830 bool final = false;
1929 * beforehand whether this will be the final PDU or not. */
1938 final = !!(RT_N2H_U32(aResBHS[0]) & ISCSI_FINAL_BIT);
1942 /* This is the final PDU which delivers the status (and may be omitted if
1945 if (!final || ((RT_N2H_U32(aResBHS[0]) & 0x0000ff00) != 0) || (RT_N2H_U32(aResBHS[6]) != pImage->ExpStatSN - 1))
1993 if (final && aISCSIRes[2].cbSeg != 0)
2004 if (final
[all...]
/vbox/src/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm180 mov cUsed, [ebp + 14h] ; Up to three final rounds.
372 ; Shifts an element array one bit to the left, returning the final carry value.
377 ; @returns The final carry value.
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIEproto.h311 BOOL final; member in struct:__anon2366
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm148 mov eax, esi ; restore eax (final, esi released)
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm440 ; first hit, or final hit?
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c162 .final = md5_sha1_final,
383 /* XOR the two portions together into the final output buffer */

Completed in 1041 milliseconds