/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
t_bitst.c | 71 if(ASN1_BIT_STRING_get_bit(bs, bnam->bitnum)) { 84 int bitnum; local 85 bitnum = ASN1_BIT_STRING_num_asc(name, tbl); 86 if(bitnum < 0) return 0; 88 if(!ASN1_BIT_STRING_set_bit(bs, bitnum, value)) 99 !strcmp(bnam->lname, name) ) return bnam->bitnum;
|
asn1_gen.c | 835 long bitnum; local 839 bitnum = strtoul(elem, &eptr, 10); 842 if (bitnum < 0) 847 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1))
|
asn1.h | 567 int bitnum; member in struct:BIT_STRING_BITNAME_st [all...] |
/external/openssl/crypto/asn1/ |
t_bitst.c | 71 if(ASN1_BIT_STRING_get_bit(bs, bnam->bitnum)) { 84 int bitnum; local 85 bitnum = ASN1_BIT_STRING_num_asc(name, tbl); 86 if(bitnum < 0) return 0; 88 if(!ASN1_BIT_STRING_set_bit(bs, bitnum, value)) 99 !strcmp(bnam->lname, name) ) return bnam->bitnum;
|
asn1_gen.c | 835 long bitnum; local 839 bitnum = strtoul(elem, &eptr, 10); 842 if (bitnum < 0) 847 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1))
|
asn1.h | 567 int bitnum; member in struct:BIT_STRING_BITNAME_st [all...] |
/sdk/emulator/qtools/ |
parse_options.cpp | 68 int bitnum = atoi(optarg); local 69 pid_exclude_vector.SetBit(bitnum); 87 int bitnum = atoi(optarg); local 88 pid_include_vector.SetBit(bitnum);
|
/external/pixman/test/ |
affine-test.c | 161 int bitnum = prng_rand_n (32); local 162 transform.matrix[i][j] ^= 1 << bitnum;
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
asn1.h | 567 int bitnum; member in struct:BIT_STRING_BITNAME_st [all...] |
/external/openssl/include/openssl/ |
asn1.h | 567 int bitnum; member in struct:BIT_STRING_BITNAME_st [all...] |