Searched refs:tbool (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 531 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local 580 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c() 581 if (*tbool == -1) in asn1_ex_i2c() 587 if (*tbool && (it->size > 0)) in asn1_ex_i2c() 589 if (!*tbool && !it->size) in asn1_ex_i2c() 592 c = (unsigned char)*tbool; in asn1_ex_i2c()
|
H A D | tasn_dec.c | 878 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local 879 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i() 880 *tbool = *cont; in asn1_ex_c2i()
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 531 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local 580 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c() 581 if (*tbool == -1) in asn1_ex_i2c() 587 if (*tbool && (it->size > 0)) in asn1_ex_i2c() 589 if (!*tbool && !it->size) in asn1_ex_i2c() 592 c = (unsigned char)*tbool; in asn1_ex_i2c()
|
H A D | tasn_dec.c | 878 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local 879 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i() 880 *tbool = *cont; in asn1_ex_c2i()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opcodes.py | 96 tbool = "bool" variable 228 for src_t in [tint, tuint, tfloat, tbool]: 229 if src_t == tbool: 230 dst_types = [tfloat, tint, tbool] 232 dst_types = [tfloat, tint, tbool] 236 dst_types = [tint, tuint, tfloat, tbool] 280 conv_expr = "src0 != 0" if dst_t == tbool else "src0"
|
Completed in 7 milliseconds