OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbool
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Analysis/
casts.c
35
int *
tbool
= ((void*)0);
local
38
tbool
= (int *)pval; // use the cast-to type 'int *' to create element region.
39
char c = (unsigned char) *
tbool
; // Should use cast-to type to create symbol.
40
if (*
tbool
== -1) // here load the element region with the correct type 'int'
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_enc.c
568
ASN1_BOOLEAN *
tbool
= NULL;
local
619
tbool
= (ASN1_BOOLEAN *)pval;
620
if (*
tbool
== -1)
625
if (*
tbool
&& (it->size > 0))
627
if (!*
tbool
&& !it->size)
630
c = (unsigned char)*
tbool
;
tasn_dec.c
976
ASN1_BOOLEAN *
tbool
;
local
977
tbool
= (ASN1_BOOLEAN *)pval;
978
*
tbool
= *cont;
/external/openssl/crypto/asn1/
tasn_enc.c
568
ASN1_BOOLEAN *
tbool
= NULL;
local
619
tbool
= (ASN1_BOOLEAN *)pval;
620
if (*
tbool
== -1)
625
if (*
tbool
&& (it->size > 0))
627
if (!*
tbool
&& !it->size)
630
c = (unsigned char)*
tbool
;
tasn_dec.c
976
ASN1_BOOLEAN *
tbool
;
local
977
tbool
= (ASN1_BOOLEAN *)pval;
978
*
tbool
= *cont;
Completed in 231 milliseconds