/third_party/node/deps/v8/src/objects/ |
H A D | allocation-site-inl.h | 51 void AllocationSite::set_boilerplate(JSObject value, ReleaseStoreTag tag, in set_boilerplate() argument
|
H A D | contexts-inl.h | 38 void ScriptContextTable::set_used(int used, ReleaseStoreTag tag) { in set_used() argument 110 set(int index, Object value, WriteBarrierMode mode, ReleaseStoreTag tag) set() argument [all...] |
H A D | hash-table-inl.h | 228 KeyAt(InternalIndex entry, RelaxedLoadTag tag) KeyAt() argument 235 KeyAt(PtrComprCageBase cage_base, InternalIndex entry, RelaxedLoadTag tag) KeyAt() argument
|
H A D | visitors.h | 103 virtual void Synchronize(VisitorSynchronization::SyncTag tag) {} in Synchronize() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | constant-array-builder.h | 161 explicit Entry(Tag tag) : tag_(tag) {} in Entry() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_graph.h | 142 int tag; // for temporary use member in nv50_ir::Graph::Node
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_hilog.cpp | 62 char tag[]; /* shall be end with '\0' */ member 104 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t fmtLen) in SendMessage() argument 152 int HiLogAdapterPrint1(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint1() argument 131 HiLogAdapterPrintArgs1( const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterPrintArgs1() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_int.c | 402 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
|
H A D | asn1_lib.c | 52 int tag, xclass, inf; in ASN1_get_object() local 160 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument 222 ASN1_object_size(int constructed, int length, int tag) ASN1_object_size() argument [all...] |
H A D | tasn_enc.c | 83 ASN1_item_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) ASN1_item_ex_i2d() argument 216 asn1_template_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) asn1_template_ex_i2d() argument 468 asn1_i2d_ex_primitive(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) asn1_i2d_ex_primitive() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 518 unsigned char *tag = NULL; in gcm_tls_cipher() local
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_name.c | 138 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) x509_name_ex_d2i() argument 211 x509_name_ex_i2d(const ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) x509_name_ex_i2d() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aria.c | 678 unsigned char tag[16]; in aria_ccm_tls_cipher() local 744 unsigned char tag[16]; aria_ccm_cipher() local [all...] |
H A D | e_chacha20_poly1305.c | 156 unsigned char tag[POLY1305_BLOCK_SIZE]; member [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ocb128.c | 509 static int ocb_finish(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len, in ocb_finish() argument 537 int CRYPTO_ocb128_finish(OCB128_CONTEXT *ctx, const unsigned char *tag, in CRYPTO_ocb128_finish() argument 546 int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len) in CRYPTO_ocb128_tag() argument [all...] |
H A D | siv128.c | 344 int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag, size_t len) in ossl_siv128_set_tag() argument 357 int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_ argument [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | jsval_layout_opaque.rs | 235 pub fn tag(&self) -> JSValueTag { in tag() functions
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | CodedOutputStream.cs | 422 WriteTag(uint tag) WriteTag() argument [all...] |
H A D | ParsingPrimitives.cs | 132 public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint tag) in MaybeConsumeTag() argument [all...] |
H A D | WritingPrimitives.cs | 480 WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) WriteTag() argument [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ArrayDecoders.java | 270 decodeVarint32List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeVarint32List() argument 287 decodeVarint64List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeVarint64List() argument 304 decodeFixed32List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeFixed32List() argument 321 decodeFixed64List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeFixed64List() argument 338 decodeFloatList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeFloatList() argument 355 decodeDoubleList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeDoubleList() argument 372 decodeBoolList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeBoolList() argument 389 decodeSInt32List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeSInt32List() argument 406 decodeSInt64List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeSInt64List() argument 569 decodeStringList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeStringList() argument 608 decodeStringListRequireUtf8( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeStringListRequireUtf8() argument 651 decodeBytesList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeBytesList() argument 694 decodeMessageList( Schema<?> schema, int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeMessageList() argument 723 decodeGroupList( Schema schema, int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeGroupList() argument 747 decodeExtensionOrUnknownField( int tag, byte[] data, int position, int limit, Object message, MessageLite defaultInstance, UnknownFieldSchema<UnknownFieldSetLite, UnknownFieldSetLite> unknownFieldSchema, Registers registers) decodeExtensionOrUnknownField() argument 768 decodeExtension( int tag, byte[] data, int position, int limit, GeneratedMessageLite.ExtendableMessage<?, ?> message, GeneratedMessageLite.GeneratedExtension<?, ?> extension, UnknownFieldSchema<UnknownFieldSetLite, UnknownFieldSetLite> unknownFieldSchema, Registers registers) decodeExtension() argument 983 decodeUnknownField( int tag, byte[] data, int position, int limit, UnknownFieldSetLite unknownFields, Registers registers) decodeUnknownField() argument 1041 skipField(int tag, byte[] data, int position, int limit, Registers registers) skipField() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | pdispatch.c | 219 uint32_t tag; member 282 uint32_t tag; in run_action() local 302 uint32_t tag, command; in pa_pdispatch_run() local 387 pa_pdispatch_register_reply(pa_pdispatch *pd, uint32_t tag, int timeout, pa_pdispatch_cb_t cb, void *userdata, pa_free_cb_t free_cb) pa_pdispatch_register_reply() argument [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_int.c | 402 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
|
/third_party/openssl/crypto/evp/ |
H A D | e_aria.c | 678 unsigned char tag[16]; in aria_ccm_tls_cipher() local 744 unsigned char tag[16]; aria_ccm_cipher() local [all...] |
H A D | e_chacha20_poly1305.c | 156 unsigned char tag[POLY1305_BLOCK_SIZE]; member [all...] |