HomeSort by relevance Sort by last modified time
    Searched refs:da (Results 201 - 225 of 595) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/compiler/glsl/
ir_constant_expression.cpp 396 const ir_dereference_array *const da = local
400 da->array_index->constant_expression_value(variable_context);
412 const ir_dereference *const deref = da->array->as_dereference();
419 const glsl_type *const vt = da->array->type;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
flow2.d 62 76: da 17 IF !CC JUMP 0x2a <MY_LABEL1> \(BP\);
106 da: 82 e0 03 00 LSETUP\(0xde <bottom_of_FIR_filter\+0x10>, 0xe0 <bottom_of_FIR_filter\+0x12>\) LC0;
load.d 94 d4: da 82 R3.L = W\[P2 \+\+ P3\];
99 da: 90 98 R0 = B\[P2--\] \(Z\);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
cbitb_test.d 11 4: da 6b cd ab cbitb \$0x5,0xaabcd <main\+0xaabcd>:m
72 da: 10 00 39 44 cbitb \$0x3,0xabcd:l\(r9\)
sbitb_test.d 11 4: da 73 cd ab sbitb \$0x5,0xaabcd <main\+0xaabcd>:m
72 da: 10 00 39 84 sbitb \$0x3,0xabcd:l\(r9\)
tbitb_test.d 11 4: da 7b cd ab tbitb \$0x5,0xaabcd <main\+0xaabcd>:m
72 da: 10 00 39 c4 tbitb \$0x3,0xabcd:l\(r9\)
  /external/clang/test/OpenMP/
for_lastprivate_messages.cpp 158 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
218 #pragma omp for lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
for_simd_lastprivate_messages.cpp 155 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
215 #pragma omp for simd lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
parallel_for_firstprivate_messages.cpp 147 const int da[5] = {0}; local
193 #pragma omp parallel for firstprivate(da) // OK
parallel_for_lastprivate_messages.cpp 138 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
184 #pragma omp parallel for lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
parallel_for_simd_lastprivate_messages.cpp 140 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
186 #pragma omp parallel for simd lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
simd_lastprivate_messages.cpp 132 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
177 #pragma omp simd lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
target_parallel_for_lastprivate_messages.cpp 138 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
184 #pragma omp target parallel for lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
target_parallel_for_simd_lastprivate_messages.cpp 138 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
184 #pragma omp target parallel for simd lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
taskloop_lastprivate_messages.cpp 158 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}} local
218 #pragma omp taskloop lastprivate(da) // expected-error {{shared variable cannot be lastprivate}}
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 69 da, enumerator in enum:llvm::ARM_AM::AMSubMode
78 case ARM_AM::da: return "da";
467 // DA - Decrement after
  /external/webp/src/dsp/
upsampling_sse2.c 51 #define PACK_AND_STORE(a, b, da, db, out) do { \
52 const __m128i t_a = _mm_avg_epu8(a, da); /* (9a + 3b + 3c + d + 8) / 16 */ \
  /external/wpa_supplicant_8/src/ap/
beacon.c 413 os_memcpy(resp->da, req->sa, ETH_ALEN);
741 mgmt->sa, mgmt->da, mgmt->bssid,
844 if (!(mgmt->da[0] & 0x01)) {
846 " for foreign SSID '%s' (DA " MACSTR ")%s",
849 MAC2STR(mgmt->da),
901 is_multicast_ether_addr(mgmt->da) &&
913 is_multicast_ether_addr(mgmt->da) &&
943 is_broadcast_ether_addr(mgmt->da));
1077 os_memset(head->da, 0xff, ETH_ALEN);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
arch-10-lzcnt.d 36 [ ]*[a-f0-9]+: 0f 01 da vmload
arch-10-prefetchw.d 36 [ ]*[a-f0-9]+: 0f 01 da vmload
arch-10.d 35 [ ]*[a-f0-9]+: 0f 01 da vmload
nops-1-k8.d 156 [ ]*da:[ ]+90[ ]+nop[ ]*
x86-64-arch-2-lzcnt.d 37 [ ]*[a-f0-9]+: 0f 01 da vmload
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-arch-2.d 37 [ ]*[a-f0-9]+: 0f 01 da vmload
x86-64-nops-1-k8.d 156 [ ]*da:[ ]+90[ ]+nop[ ]*

Completed in 547 milliseconds

1 2 3 4 5 6 7 891011>>