/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/gstreamer/gstplugins_good/gst/goom/ |
D | ppc_zoom_ultimate.s | 125 and r8, r25,r12 ; Masks col1 channels 1 & 3 : 0x00XX00XX label 132 and r10,r26,r12 ; Masks col2 channels 1 & 3 : 0x00XX00XX label 140 and r10,r27,r12 ; Masks col3 channels 1 & 3 : 0x00XX00XX label 147 and r10,r28,r12 ; Masks col4 channels 1 & 3 : 0x00XX00XX label 278 and r8, r25,r12 ; Masks col1 channels 1 & 3 : 0x00XX00XX label 287 and r10,r26,r12 ; Masks col2 channels 1 & 3 : 0x00XX00XX label 296 and r10,r27,r12 ; Masks col3 channels 1 & 3 : 0x00XX00XX label 304 and r10,r28,r12 ; Masks col4 channels 1 & 3 : 0x00XX00XX label
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapiutil.h | 42 #define HR_FAILED_AND(hr,func,and) \ argument 56 #define HR_FAILED_ELEMENT_ERROR_AND(hr,func,el,and) \ argument
|
/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/rust/crates/tracing/tracing-subscriber/tests/layer_filters/ |
D | combinators.rs | 8 fn and() { in and() function
|
/third_party/typescript/tests/cases/compiler/ |
D | spyComparisonChecking.ts | 5 and: Function; property
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | iso646.h | 6 #define and && macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | iso646.h | 6 #define and && macro
|
/third_party/musl/ndk_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/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/include/ |
D | iso646.h | 6 #define and && macro
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.h | 36 #define HR_FAILED_AND(hr,func,and) \ argument
|
/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/rust/crates/tracing/tracing-mock/src/ |
D | field.rs | 84 pub fn and(self, other: MockField) -> Expect { in and() method 113 pub fn and(mut self, field: MockField) -> Self { in and() method
|