Lines Matching full:int16
52 INT16 size, in ASN1UnmarshalContextInitialize()
72 INT16
78 INT16 value; in ASN1DecodeLength()
93 value = (INT16)NEXT_OCTET(ctx); in ASN1DecodeLength()
94 // Make sure that the result will fit in an INT16 in ASN1DecodeLength()
101 // Sizes larger than will fit in a INT16 are an error in ASN1DecodeLength()
123 INT16
160 INT16 length; in ASN1GetBitStringValue()
251 INT16 length, in ASN1InitialializeMarshalContext()
280 // Return Type: INT16
283 INT16
288 INT16 length; in ASN1EndMarshalContext()
305 // Return Type: INT16
344 INT16
347 INT16 count, in ASN1PushBytes()
372 INT16
383 // Push a length value. This will only handle length values that fit in an INT16.
387 INT16
390 INT16 len in ASN1PushLength()
417 // Return Type: INT16
420 INT16
424 INT16 length in ASN1PushTagAndLength()
427 INT16 bytes; in ASN1PushTagAndLength()
429 bytes += (INT16)ASN1PushByte(ctx, tag); in ASN1PushTagAndLength()
436 // Return Type: INT16
439 INT16
442 INT16 size, in ASN1PushTaggedOctetString()
461 INT16
477 INT16
480 INT16 iLen, // IN: octets of the integer in ASN1PushInteger()
491 iLen += (INT16)ASN1PushByte(ctx, 0); in ASN1PushInteger()
505 INT16