Home
last modified time | relevance | path

Searched defs:or (Results 1 – 25 of 1474) sorted by relevance

12345678910>>...59

/aosp_15_r20/external/tremolo/Tremolo/
H A Dframing.c128 ogg_reference *or; in _fetch_ref() local
150 ogg_reference *or=_fetch_ref(bs); in ogg_buffer_alloc() local
156 static void ogg_buffer_realloc(ogg_reference *or,long bytes){ in ogg_buffer_realloc()
166 static void _ogg_buffer_mark_one(ogg_reference *or){ in _ogg_buffer_mark_one()
171 static void ogg_buffer_mark(ogg_reference *or){ in ogg_buffer_mark()
181 static ogg_reference *ogg_buffer_sub(ogg_reference *or,long length){ in ogg_buffer_sub()
206 ogg_reference *ogg_buffer_dup(ogg_reference *or){ in ogg_buffer_dup()
237 ogg_reference *or=*tail; in ogg_buffer_split() local
290 static void ogg_buffer_release_one(ogg_reference *or){ in ogg_buffer_release_one()
311 static void ogg_buffer_release(ogg_reference *or){ in ogg_buffer_release()
[all …]
H A Dbitwise.c367 ogg_reference *or; variable
375 int getbyte(ogg_reference *or,int position){ in getbyte()
393 ogg_reference *or=ogg_buffer_alloc(bs,64); in cliptest() local
503 long ogg_buffer_length(ogg_reference *or){ in ogg_buffer_length()
512 ogg_reference *ogg_buffer_extend(ogg_reference *or,long bytes){ in ogg_buffer_extend()
523 void ogg_buffer_posttruncate(ogg_reference *or,long pos){ in ogg_buffer_posttruncate()
727 ogg_reference *or=NULL,*orl=NULL; in main() local
/aosp_15_r20/external/mockito/src/main/java/org/mockito/
H A DAdditionalMatchers.java758 public static boolean or(boolean first, boolean second) { in or() method in AdditionalMatchers
776 public static <T> T or(T first, T second) { in or() method in AdditionalMatchers
792 public static short or(short first, short second) { in or() method in AdditionalMatchers
808 public static long or(long first, long second) { in or() method in AdditionalMatchers
824 public static int or(int first, int second) { in or() method in AdditionalMatchers
840 public static float or(float first, float second) { in or() method in AdditionalMatchers
856 public static double or(double first, double second) { in or() method in AdditionalMatchers
872 public static char or(char first, char second) { in or() method in AdditionalMatchers
888 public static byte or(byte first, byte second) { in or() method in AdditionalMatchers
/aosp_15_r20/external/coreboot/src/southbridge/intel/common/
H A Drcba.h17 #define RCBA_AND_OR(bits, x, and, or) \ argument
19 #define RCBA8_AND_OR(x, and, or) RCBA_AND_OR(8, x, and, or) argument
20 #define RCBA16_AND_OR(x, and, or) RCBA_AND_OR(16, x, and, or) argument
21 #define RCBA32_AND_OR(x, and, or) RCBA_AND_OR(32, x, and, or) argument
22 #define RCBA32_OR(x, or) RCBA_AND_OR(32, x, ~0UL, or) argument
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/include/soc/
H A Dsoc_util.h53 #define MMIO_AND_OR(bits, x, and, or) \ argument
56 #define MMIO8_AND_OR(x, and, or) MMIO_AND_OR(8, x, and, or) argument
57 #define MMIO16_AND_OR(x, and, or) MMIO_AND_OR(16, x, and, or) argument
58 #define MMIO32_AND_OR(x, and, or) MMIO_AND_OR(32, x, and, or) argument
59 #define MMIO32_OR(x, or) MMIO_AND_OR(32, x, ~0UL, or) argument
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DBenchmarkHelpers.java64 HEX_16(CharMatcher.inRange('0', '9').or(CharMatcher.inRange('A', 'F')), "0123456789ABCDEF"), enumConstant
67 .or(CharMatcher.inRange('A', 'F')) enumConstant
68 .or(CharMatcher.inRange('a', 'f')), enumConstant
72 .or(CharMatcher.inRange('A', 'Z')) enumConstant
73 .or(CharMatcher.anyOf("äöüßÄÖÜ")), enumConstant
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DBenchmarkHelpers.java64 HEX_16(CharMatcher.inRange('0', '9').or(CharMatcher.inRange('A', 'F')), "0123456789ABCDEF"), enumConstant
67 .or(CharMatcher.inRange('A', 'F')) enumConstant
68 .or(CharMatcher.inRange('a', 'f')), enumConstant
72 .or(CharMatcher.inRange('A', 'Z')) enumConstant
73 .or(CharMatcher.anyOf("äöüßÄÖÜ")), enumConstant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/
H A Dvector.rs62 unsafe fn or(self, vector2: Self) -> Self; in or() method
99 fn or(self, other: Self) -> Self; in or() method
163 fn or(self, other: SensibleMoveMask) -> SensibleMoveMask { in or() method
240 unsafe fn or(self, vector2: Self) -> __m128i { in or() method
290 unsafe fn or(self, vector2: Self) -> __m256i { in or() method
346 unsafe fn or(self, vector2: Self) -> uint8x16_t { in or() method
422 fn or(self, other: NeonMoveMask) -> NeonMoveMask { in or() method
511 unsafe fn or(self, vector2: Self) -> v128 { in or() method
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/
Dvector.rs62 unsafe fn or(self, vector2: Self) -> Self; in or() method
99 fn or(self, other: Self) -> Self; in or() method
163 fn or(self, other: SensibleMoveMask) -> SensibleMoveMask { in or() method
240 unsafe fn or(self, vector2: Self) -> __m128i { in or() method
290 unsafe fn or(self, vector2: Self) -> __m256i { in or() method
346 unsafe fn or(self, vector2: Self) -> uint8x16_t { in or() method
422 fn or(self, other: NeonMoveMask) -> NeonMoveMask { in or() method
511 unsafe fn or(self, vector2: Self) -> v128 { in or() method
/aosp_15_r20/external/easymock/src/org/easymock/
H A DEasyMock.java832 public static boolean or(boolean first, boolean second) { in or() method in EasyMock
846 public static byte or(byte first, byte second) { in or() method in EasyMock
860 public static char or(char first, char second) { in or() method in EasyMock
874 public static double or(double first, double second) { in or() method in EasyMock
888 public static float or(float first, float second) { in or() method in EasyMock
902 public static int or(int first, int second) { in or() method in EasyMock
916 public static long or(long first, long second) { in or() method in EasyMock
930 public static short or(short first, short second) { in or() method in EasyMock
946 public static <T> T or(T first, T second) { in or() method in EasyMock
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DFindAnyOpTest.java74 …Optional<Integer> or = withData(data).terminal(fs, s -> s.findAny()).equalator(VALID_ANSWER).exerc… in exerciseStream() local
87 …OptionalInt or = withData(data).terminal(fs, s -> s.findAny()).equalator(INT_VALID_ANSWER).exercis… in exerciseIntStream() local
111 …OptionalLong or = withData(data).terminal(fs, s -> s.findAny()).equalator(LONG_VALID_ANSWER).exerc… in exerciseLongStream() local
135 …OptionalDouble or = withData(data).terminal(fs, s -> s.findAny()).equalator(DOUBLE_VALID_ANSWER).e… in exerciseDoubleStream() local
/aosp_15_r20/external/coreboot/src/include/cpu/power/
H A Dscom.h110 static inline void scom_and_or(uint64_t addr, uint64_t and, uint64_t or) in scom_and_or()
121 static inline void scom_or(uint64_t addr, uint64_t or) in scom_or()
141 uint64_t and, uint64_t or) in scom_and_or_for_chiplet()
152 static inline void scom_or_for_chiplet(chiplet_id_t chiplet, uint64_t addr, uint64_t or) in scom_or_for_chiplet()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DPresent.java45 public T or(T defaultValue) { in or() method in Present
51 public Optional<T> or(Optional<? extends T> secondChoice) { in or() method in Present
57 public T or(Supplier<? extends T> supplier) { in or() method in Present
H A DAbsent.java48 public T or(T defaultValue) { in or() method in Absent
54 public Optional<T> or(Optional<? extends T> secondChoice) { in or() method in Absent
59 public T or(Supplier<? extends T> supplier) { in or() method in Absent
H A DOptional.java181 public abstract T or(T defaultValue); in or() method in Optional
190 public abstract Optional<T> or(Optional<? extends T> secondChoice); in or() method in Optional
202 public abstract T or(Supplier<? extends T> supplier); in or() method in Optional
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DPresent.java45 public T or(T defaultValue) { in or() method in Present
51 public Optional<T> or(Optional<? extends T> secondChoice) { in or() method in Present
57 public T or(Supplier<? extends T> supplier) { in or() method in Present
H A DAbsent.java48 public T or(T defaultValue) { in or() method in Absent
54 public Optional<T> or(Optional<? extends T> secondChoice) { in or() method in Absent
59 public T or(Supplier<? extends T> supplier) { in or() method in Absent
H A DOptional.java223 public abstract T or(T defaultValue); in or() method in Optional
232 public abstract Optional<T> or(Optional<? extends T> secondChoice); in or() method in Optional
244 public abstract T or(Supplier<? extends T> supplier); in or() method in Optional
/aosp_15_r20/external/coreboot/src/include/device/
H A Dpci_ops.h86 void pci_update_config8(pci_devfn_t dev, u16 reg, u8 mask, u8 or) in pci_update_config8()
102 void pci_update_config16(pci_devfn_t dev, u16 reg, u16 mask, u16 or) in pci_update_config16()
118 void pci_update_config32(pci_devfn_t dev, u16 reg, u32 mask, u32 or) in pci_update_config32()
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/
H A DFluentBitSet.java351 public FluentBitSet or(final BitSet set) { in or() method in FluentBitSet
364 public FluentBitSet or(final FluentBitSet... set) { in or() method in FluentBitSet
379 public FluentBitSet or(final FluentBitSet set) { in or() method in FluentBitSet
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/hsio/
H A Dcommon.c12 void hsio_sata_shared_update(const uint32_t addr, const uint32_t and, const uint32_t or) in hsio_sata_shared_update()
32 void hsio_xhci_shared_update(const uint32_t addr, const uint32_t and, const uint32_t or) in hsio_xhci_shared_update()
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/policy/contextrules/
DPolicyContextRuleKt.java22 …ies.pcc.chronicle.api.policy.contextrules.PolicyContextRule or(@org.jetbrains.annotations.NotNull() in or() method in PolicyContextRuleKt
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_plane_cursor.c57 rect_t or; member
118 igt_fb_t *cfb, const rect_t *or, int x, int y) in test_cursor_pos()
169 igt_fb_t *cfb, const rect_t *or, int size) in test_cursor_spots()
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dcxxoperator-selector.mm9 - or; method
21 - (id) or{return 0; }; method
/aosp_15_r20/external/llvm/test/MC/Lanai/
H A Dv11.s409 or %r17, 0, %r21 label
411 or %r17, 0x00001234, %r21 label
413 or %r17, 0x12340000, %r21 label
421 or %r17, %r18, %r21 label

12345678910>>...59