Searched refs:references (Results 76 - 100 of 328) sorted by relevance

1234567891011>>

/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp71 virtual void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) = DE_NULL;
106 void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength);
274 void GetBooleanVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) argument
286 const GLboolean expectedGLState = references[ndx] ? GL_TRUE : GL_FALSE;
329 void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength);
442 void GetIntegerVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) argument
454 const GLint expectedGLState = references[ndx];
497 void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength);
612 void GetFloatVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) argument
624 const GLfloat expectedGLState = GLfloat(references[nd
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drsa.h435 int references; member in struct:rsa_st
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c261 CRYPTO_add(&cpk->privatekey->references, 1,
349 CRYPTO_add(&cert->verify_store->references, 1, CRYPTO_LOCK_X509_STORE);
355 CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE);
1164 CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE);
/external/openssl/crypto/dsa/
H A Ddsa.h181 int references; member in struct:dsa_st
/external/openssl/crypto/evp/
H A Dpmeth_fn.c347 CRYPTO_add(&peer->references,1,CRYPTO_LOCK_EVP_PKEY);
/external/openssl/crypto/ocsp/
H A Docsp_cl.c133 CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
H A Docsp_srv.c204 CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
/external/openssl/crypto/store/
H A Dstr_mem.c83 int references; member in struct:mem_object_data_st
/external/openssl/include/openssl/
H A Ddsa.h181 int references; member in struct:dsa_st
H A Dx509.h246 int references; member in struct:X509_req_st
285 int references; member in struct:x509_st
467 int references; member in struct:X509_crl_st
507 int references; member in struct:private_key_st
521 int references; member in struct:X509_info_st
/external/openssl/ssl/
H A Dssl_lib.c346 CRYPTO_add(&ctx->references,1,CRYPTO_LOCK_SSL_CTX);
358 CRYPTO_add(&ctx->references,1,CRYPTO_LOCK_SSL_CTX);
383 s->references=1;
531 i=CRYPTO_add(&s->references,-1,CRYPTO_LOCK_SSL);
867 CRYPTO_add(&r->references,1,CRYPTO_LOCK_X509);
908 CRYPTO_add(&f->cert->references,1,CRYPTO_LOCK_SSL_CERT);
1893 ret->references=1;
2074 i=CRYPTO_add(&a->references,-1,CRYPTO_LOCK_SSL_CTX);
2596 CRYPTO_add(&s->session->references,1,CRYPTO_LOCK_SSL_SESSION);
3157 CRYPTO_add(&ctx->references,
[all...]
/external/fio/
H A Dfilesetup.c1332 dprint(FD_FILE, "get file %s, ref=%d\n", f->file_name, f->references);
1334 f->references++;
1341 dprint(FD_FILE, "put file %s, ref=%d\n", f->file_name, f->references);
1348 assert(f->references);
1349 if (--f->references)
/external/openssl/crypto/x509/
H A Dx509.h246 int references; member in struct:X509_req_st
285 int references; member in struct:x509_st
467 int references; member in struct:X509_crl_st
507 int references; member in struct:private_key_st
521 int references; member in struct:X509_info_st
H A Dx509_vfy.c180 CRYPTO_add(&ctx->cert->references,1,CRYPTO_LOCK_X509);
220 CRYPTO_add(&xtmp->references,1,CRYPTO_LOCK_X509);
437 CRYPTO_add(&(*issuer)->references,1,CRYPTO_LOCK_X509);
863 CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL);
970 CRYPTO_add(&delta->references, 1, CRYPTO_LOCK_X509_CRL);
1884 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
/external/iptables/libiptc/
H A Dlibiptc.c119 unsigned int references; /* how many jumps reference us */ member in struct:chain_head
801 r->jump->references--;
1081 lc->references++;
1729 c->references++;
1991 /* iptcc_map_target increment target chain references
1993 * the chain references count is decremented again.
1997 r->jump->references--;
2295 /* Get the number of references to this chain. */
2308 *ref = c->references;
2317 unsigned int references; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp72 virtual void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) = DE_NULL;
108 void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength);
306 void GetBooleanVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) argument
318 const GLboolean expectedGLState = references[ndx] ? GL_TRUE : GL_FALSE;
362 void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength);
493 void GetIntegerVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) argument
505 const GLint expectedGLState = references[ndx];
549 void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength);
679 void GetInteger64Verifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) argument
691 const GLint64 expectedGLState = GLint64(references[nd
868 verifyIntegerAnyOf(tcu::TestContext& testCtx, GLenum name, const GLint references[], size_t referencesLength) argument
[all...]
/external/oprofile/events/i386/nehalem/
H A Dunit_masks14 0x01 load Counts the number of misaligned load references
15 0x02 store Counts the number of misaligned store references
16 0x03 any Counts the number of misaligned memory references
94 0xFF references Counts all L2 requests for both code and data
128 0x41 miss This event counts each cache miss condition for references to the last level cache
150 0x01 any Counts all references (uncached, speculated and retired) to the L1 data cache, including all loads and stores with any memory types
/external/chromium_org/crypto/
H A Dcrypto.target.darwin-arm.mk273 # Enable grouping to fix circular references
H A Dcrypto.target.darwin-arm64.mk249 # Enable grouping to fix circular references
H A Dcrypto.target.darwin-mips.mk257 # Enable grouping to fix circular references
H A Dcrypto.target.darwin-mips64.mk257 # Enable grouping to fix circular references
H A Dcrypto.target.darwin-x86.mk261 # Enable grouping to fix circular references
H A Dcrypto.target.darwin-x86_64.mk259 # Enable grouping to fix circular references
H A Dcrypto.target.linux-arm.mk273 # Enable grouping to fix circular references
H A Dcrypto.target.linux-arm64.mk249 # Enable grouping to fix circular references

Completed in 2275 milliseconds

1234567891011>>