Home
last modified time | relevance | path

Searched refs:base (Results 6451 - 6475 of 6526) sorted by relevance

1...<<251252253254255256257258259260>>...262

/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
H A Dx509v3.h522 GENERAL_NAME *base; member
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dx509v3.h522 GENERAL_NAME *base; member
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dx509v3.h522 GENERAL_NAME *base; member
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dx509v3.h522 GENERAL_NAME *base; member
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dx509v3.h522 GENERAL_NAME *base; member
H A Dx509.h950 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dx509v3.h522 GENERAL_NAME *base; member
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c2626 recv_data.base = ri_data->buf; in uvwasi_sock_recv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp748 angle::base::SHA1HashBytes(reinterpret_cast<const unsigned char *>(hashString.c_str()), in ComputePipelineCacheVkChunkKey()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc113 static int InsertEmptyWeakref(PyTypeObject* base);
265 // Build the arguments to the base metaclass. in New()
291 // Call the base metaclass. in New()
298 // Insert the empty weakref into the base classes. in New()
389 // This is the base Message object, simply raise AttributeError. in GetExtensionsByName()
419 // This is the base Message object, simply raise AttributeError. in GetExtensionsByNumber()
/third_party/python/Lib/test/
H A Dtest_exceptions.py1505 # test with explicit base (without docstring)
1507 base=error2)
1510 # test with explicit base tuple
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs1445 v.visit_expr(&*node.base); in visit_expr_await()
1582 v.visit_expr(&*node.base); in visit_expr_field()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp3276 void GL_APIENTRY GL_ListBase(GLuint base) in GL_ListBase() argument
3279 EVENT(context, GLListBase, "context = %d, base = %u", CID(context), base); in GL_ListBase()
3285 ValidateListBase(context, angle::EntryPoint::GLListBase, base)); in GL_ListBase()
3288 context->listBase(base); in GL_ListBase()
3290 ANGLE_CAPTURE(ListBase, isCallValid, context, base); in GL_ListBase()
/third_party/python/Objects/
H A Dunicodeobject.c4606 /* Three simple macros defining base-64. */
4608 /* Is c a base-64 character? */
4616 /* given that c is a base-64 character, what is its base-64 value? */
4624 /* What is the base-64 character of the bottom 6 bits of n? */
4736 if (inShift) { /* in a base-64 section */ in PyUnicode_DecodeUTF7Stateful()
4737 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4772 else { /* now leaving a base-64 section */ in PyUnicode_DecodeUTF7Stateful()
4776 /* We've seen at least one base-64 character */ in PyUnicode_DecodeUTF7Stateful()
14126 /* If it's a compact object, account for base structur in unicode_sizeof_impl()
14593 int base; mainformatlong() local
[all...]
/third_party/glfw/deps/
H A Dnuklear.h4397 /* command base and header of every command inside the buffer */
4564 struct nk_buffer *base; member
7071 unsigned int base = (*iter == 'o') ? 8: (*iter == 'u')? 10: 16; in nk_vsnprintf() local
7090 int digit = output_format[value % base]; in nk_vsnprintf()
7093 value /= base; in nk_vsnprintf()
8744 cb->base = b; in nk_command_buffer_init()
8774 NK_ASSERT(b->base); in nk_command_buffer_push()
8776 cmd = (struct nk_command*)nk_buffer_alloc(b->base,NK_BUFFER_FRONT,size,align); in nk_command_buffer_push()
8780 b->last = (nk_size)((nk_byte*)cmd - (nk_byte*)b->base->memory.ptr); in nk_command_buffer_push()
8789 cmd->next = b->base in nk_command_buffer_push()
[all...]

Completed in 136 milliseconds

1...<<251252253254255256257258259260>>...262