/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/lz4/lib/ |
H A D | lz4hc.c | 837 if ((U32)*srcSizePtr > (U32)LZ4_MAX_INPUT_SIZE) return 0; /* Unsupported input size (too large or negative) */ in LZ4HC_compress_generic_internal() 938 * in which case its size and alignment have already been validate */ 1011 LZ4_streamHC_t* LZ4_initStreamHC (void* buffer, size_t size) in LZ4_initStreamHC() argument 1014 DEBUGLOG(4, "LZ4_initStreamHC(%p, %u)", buffer, (unsigned)size); in LZ4_initStreamHC() 1017 if (size < sizeof(LZ4_streamHC_t)) return NULL; in LZ4_initStreamHC()
|
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 314 return static_cast<uint32_t>(instance->module()->functions.size()); in Count() 338 return static_cast<uint32_t>(instance->module()->globals.size()); in Count() 501 // Creates FixedArray with size |kNumInstanceProxies| as cache on-demand 786 name.write(module_name.begin(), module_name.size()); in GetRefTypeName()
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
H A D | asn1.h | 259 /* size limits: this stuff is taken straight from RFC2459 */ 856 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); 858 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); 860 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.h | 297 // Get the size of the special target encoded at 'instruction_payload'. 325 template <class T, int size, int lo, int hi> 328 DCHECK_GT(size, 0); in getfield() 330 int shift = size * 8 - hi; in getfield() 1301 // Check the code size generated from label to here. 1389 // Each relocation is encoded as a variable size value
|
/third_party/node/deps/v8/src/handles/ |
H A D | global-handles.cc | 98 "Block size must be power of two."); in CellAndBit() 101 "Markbit CellType not matching defined log2 size."); in CellAndBit() 766 size_t NumberOfHandlesForTesting() const { return on_stack_nodes_.size(); } in NumberOfHandlesForTesting() 1456 DCHECK_LE(last, node_list->size()); in UpdateAndCompactListOfYoungNode() 1757 DCHECK_LE(last, young_node_indices_.size()); in PostGarbageCollectionProcessing()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.h | 1594 V8_INLINE PreParserPropertyList NewClassPropertyList(int size) const { in NewClassPropertyList() 1598 V8_INLINE PreParserPropertyList NewClassStaticElementList(int size) const { in NewClassStaticElementList() 1602 V8_INLINE PreParserStatementList NewStatementList(int size) const { in NewStatementList()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.c | 55 * Entry layout looks like (total size, 0x60 bytes): 154 switch (desc->channel[c].size) { in setup_border_colors() 176 assert(!"Unexpected bit size"); in setup_border_colors() 557 /* Limit PKT4 size, because at max count (32) we would overflow the 558 * size of the PKT4 size field: 582 uint32_t size = vb->buffer.resource->width0 - off; variable 585 OUT_RING(ring, size); /* VFD_FETCH[j].SIZE */
|