Searched refs:bitnum (Results 1 – 13 of 13) sorted by relevance
/external/e2fsprogs/util/ |
D | mkutf8data.c | 367 unsigned char bitnum; member 387 if (*key & (1 << (node->bitnum & 7))) { in lookup() 439 node->bitnum, node->nextbyte, in tree_walk() 447 bitmask = 1 << node->bitnum; in tree_walk() 493 int bitnum; in alloc_node() local 508 bitnum = parent->bitnum; in alloc_node() 509 if ((bitnum & 7) == 0) { in alloc_node() 510 node->bitnum = bitnum + 7 + 8; in alloc_node() 513 node->bitnum = bitnum - 1; in alloc_node() 517 node->bitnum = 7; in alloc_node() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_bitst.c | 102 if (ASN1_BIT_STRING_get_bit(bits, bnam->bitnum)) in STACK_OF() 125 if (!ASN1_BIT_STRING_set_bit(bs, bnam->bitnum, 1)) { in v2i_ASN1_BIT_STRING()
|
D | v3_enum.c | 97 if (strval == enam->bitnum) in i2s_ASN1_ENUMERATED_TABLE()
|
D | v3_crld.c | 214 if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1)) in set_reasons() 236 if (ASN1_BIT_STRING_get_bit(rflags, pbn->bitnum)) { in print_reasons()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_bitst.c | 102 if (ASN1_BIT_STRING_get_bit(bits, bnam->bitnum)) in STACK_OF() 125 if (!ASN1_BIT_STRING_set_bit(bs, bnam->bitnum, 1)) { in v2i_ASN1_BIT_STRING()
|
D | v3_enum.c | 96 if (strval == enam->bitnum) in i2s_ASN1_ENUMERATED_TABLE()
|
D | v3_crld.c | 214 if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1)) in set_reasons() 236 if (ASN1_BIT_STRING_get_bit(rflags, pbn->bitnum)) { in print_reasons()
|
/external/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 826 long bitnum; in bitstr_cb() local 830 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb() 833 if (bitnum < 0) { in bitstr_cb() 837 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) { in bitstr_cb()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 826 long bitnum; in bitstr_cb() local 830 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb() 833 if (bitnum < 0) { in bitstr_cb() 837 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) { in bitstr_cb()
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 630 int bitnum; member
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | asn1.h | 483 int bitnum; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 717 class bitextract_imm<int bitnum> : SDNodeXForm<imm, [{ 719 unsigned Bit = (Imm >> }] # bitnum # [{ ) & 1;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 729 class bitextract_imm<int bitnum> : SDNodeXForm<imm, [{ 731 unsigned Bit = (Imm >> }] # bitnum # [{ ) & 1;
|