/third_party/rust/crates/memchr/src/memmem/ |
D | vector.rs | 31 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/ |
D | bool-same-args.c | 2 static int and(int a) { return a && a; } in and() function
|
D | cse-not01.c | 1 int and(int a) { return (~a & a) == 0; } in and() function
|
D | cse-not02.c | 1 int and(int a, int b) { return ((a == b) & (a != b)) == 0; } in and() function
|
D | cse-commutativity.c | 3 static int and(int a, int b) { return (a & b) == (b & a); } in and() function
|
D | binops-same-args.c | 28 u32 and(u32 a) { return a & a; } in and() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | logical.c | 10 static int and(void) in and() function
|
/third_party/typescript/tests/cases/compiler/ |
D | spyComparisonChecking.ts | 5 and: Function; property
|
/third_party/node/test/parallel/ |
D | test-error-format-list.js | 11 const and = new Intl.ListFormat('en', { style: 'long', type: 'conjunction' }); constant
|
/third_party/musl/include/ |
D | iso646.h | 6 #define and && macro
|
/third_party/typescript/src/lib/ |
D | es2020.sharedmemory.d.ts | 14 and(typedArray: BigInt64Array | BigUint64Array, index: number, value: bigint): bigint; method
|
D | es2017.sharedmemory.d.ts | 41 …and(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… method
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | iso646.h | 6 #define and && macro
|
/third_party/typescript/lib/ |
D | lib.es2020.sharedmemory.d.ts | 34 and(typedArray: BigInt64Array | BigUint64Array, index: number, value: bigint): bigint; method
|
D | lib.es2017.sharedmemory.d.ts | 61 …and(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array, inde… method
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | iso646.h | 6 #define and && macro
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | bitwise-ops.c | 21 static int and(int x, int y) in and() function
|
/third_party/typescript/tests/cases/conformance/enums/ |
D | enumClassification.ts | 73 // Examples of numeric enum types with constant and computed members enumerator
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_data_dataAbility.js | 47 this.and = function (...args) { method 205 this.and = function (...args) { method
|
D | ohos_data_dataSharePredicates.js | 45 this.and = function (...args) { method
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 81 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/ |
D | Period.java | 83 public Period and(float count, TimeUnit unit) { in and() method in Period
|
/third_party/openh264/codec/common/x86/ |
D | satd_sad.asm | 1920 and %1, 0x1f|(%3>>1) label
|
/third_party/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_lower.proto | 7 and = 1; enumerator
|
D | test_reserved_message_lower.proto | 6 message and {} message
|