Searched refs:polarity (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcopy-assign-volatile-synthesis.cpp18 word_t polarity : 1; member in struct:ioapic_redir_t::__anon3469::__anon3470
/external/icu4c/common/
H A Duniset.cpp1630 // polarity = 0, 3 is normal: x xor y
1631 // polarity = 1, 2: x xor ~y == x === y
1633 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) {
1646 if (polarity == 1 || polarity == 2) {
1678 // polarity = 0 is normal: x union y
1679 // polarity = 2: x union ~y
1680 // polarity = 1: ~x union y
1681 // polarity = 3: ~x union ~y
1683 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) {
[all...]
H A Dustring.c460 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
464 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { argument
484 if(polarity) {
510 if(polarity) {
/external/kernel-headers/original/asm-x86/
H A Dio_apic_32.h75 polarity : 1, member in struct:IO_APIC_route_entry
H A Dmpspec_32.h31 extern void mp_override_legacy_irq (u8 bus_irq, u8 polarity, u8 trigger, u32 gsi);
H A Dapicdef_32.h313 polarity : 1, member in struct:local_apic::__anon5587
326 polarity : 1, member in struct:local_apic::__anon5588
/external/qemu/hw/
H A Dioapic.c64 uint8_t polarity; local
75 polarity = (entry >> 13) & 1;
84 vector, polarity, trig_mode);
H A Dapic.c211 uint8_t vector_num, uint8_t polarity,
270 uint8_t polarity, uint8_t trigger_mode)
275 apic_bus_deliver(deliver_bitmask, delivery_mode, vector_num, polarity,
511 uint8_t polarity, uint8_t trigger_mode)
553 apic_bus_deliver(deliver_bitmask, delivery_mode, vector_num, polarity,
209 apic_bus_deliver(const uint32_t *deliver_bitmask, uint8_t delivery_mode, uint8_t vector_num, uint8_t polarity, uint8_t trigger_mode) argument
268 apic_deliver_irq(uint8_t dest, uint8_t dest_mode, uint8_t delivery_mode, uint8_t vector_num, uint8_t polarity, uint8_t trigger_mode) argument
509 apic_deliver(APICState *s, uint8_t dest, uint8_t dest_mode, uint8_t delivery_mode, uint8_t vector_num, uint8_t polarity, uint8_t trigger_mode) argument
H A Dpc.h47 uint8_t vector_num, uint8_t polarity,
/external/icu4c/common/unicode/
H A Duniset.h1512 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);
1514 void add(const UChar32* other, int32_t otherLen, int8_t polarity);
1516 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
/external/icu4c/i18n/
H A Ducol_tok.h81 uint32_t polarity; /* 1 for <, <<, <<<, , ; and -1 for >, >>, >>> */ member in struct:UColToken
H A Ducol_tok.cpp1507 sourceToken->polarity = UCOL_TOK_POLARITY_POSITIVE; /* TODO: this should also handle reverse */
1809 sourceToken->polarity = UCOL_TOK_POLARITY_POSITIVE; /* TODO: this should also handle reverse */
1881 if polarity (LAST) == polarity(relation), insert sourceToken after LAST,
1886 if(lastToken->polarity == sourceToken->polarity) {
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h68 __u8 polarity:1; member in struct:kvm_ioapic_state::__anon7880::__anon7881
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h68 __u8 polarity:1; member in struct:kvm_ioapic_state::__anon7902::__anon7903

Completed in 243 milliseconds