Home
last modified time | relevance | path

Searched defs:and (Results 1 – 25 of 53) sorted by relevance

123

/third_party/rust/crates/memchr/src/memmem/
Dvector.rs31 unsafe fn and(self, vector2: Self) -> Self; in and() method
61 unsafe fn and(self, vector2: Self) -> __m128i { in and() method
94 unsafe fn and(self, vector2: Self) -> __m256i { in and() method
127 unsafe fn and(self, vector2: Self) -> v128 { in and() method
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dbool-same-args.c2 static int and(int a) { return a && a; } in and() function
Dcse-not01.c1 int and(int a) { return (~a & a) == 0; } in and() function
Dcse-not02.c1 int and(int a, int b) { return ((a == b) & (a != b)) == 0; } in and() function
Dcse-commutativity.c3 static int and(int a, int b) { return (a & b) == (b & a); } in and() function
Dbinops-same-args.c28 u32 and(u32 a) { return a & a; } in and() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dlogical.c10 static int and(void) in and() function
/third_party/typescript/tests/cases/compiler/
DspyComparisonChecking.ts5 and: Function; property
/third_party/node/test/parallel/
Dtest-error-format-list.js11 const and = new Intl.ListFormat('en', { style: 'long', type: 'conjunction' }); constant
/third_party/musl/include/
Diso646.h6 #define and && macro
/third_party/typescript/src/lib/
Des2020.sharedmemory.d.ts14 and(typedArray: BigInt64Array | BigUint64Array, index: number, value: bigint): bigint; method
Des2017.sharedmemory.d.ts41and(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… method
/third_party/musl/porting/liteos_m/kernel/include/
Diso646.h6 #define and && macro
/third_party/typescript/lib/
Dlib.es2020.sharedmemory.d.ts34 and(typedArray: BigInt64Array | BigUint64Array, index: number, value: bigint): bigint; method
Dlib.es2017.sharedmemory.d.ts61and(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… method
/third_party/musl/porting/uniproton/kernel/include/
Diso646.h6 #define and && macro
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dbitwise-ops.c21 static int and(int x, int y) in and() function
/third_party/typescript/tests/cases/conformance/enums/
DenumClassification.ts73 // Examples of numeric enum types with constant and computed members enumerator
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_dataAbility.js47 this.and = function (...args) { method
205 this.and = function (...args) { method
Dohos_data_dataSharePredicates.js45 this.and = function (...args) { method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DPeriod.java81 public Period and(float count, TimeUnit unit) { in and() method in Period
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DPeriod.java83 public Period and(float count, TimeUnit unit) { in and() method in Period
/third_party/openh264/codec/common/x86/
Dsatd_sad.asm1920 and %1, 0x1f|(%3>>1) label
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_lower.proto7 and = 1; enumerator
Dtest_reserved_message_lower.proto6 message and {} message

123