HomeSort by relevance Sort by last modified time
    Searched refs:PACKED (Results 26 - 42 of 42) sorted by null

12

  /external/cblas/testing/
c_dblat2.f     [all...]
c_sblat2.f     [all...]
c_zblat2.f     [all...]
  /external/eigen/blas/testing/
cblat2.f 781 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
803 PACKED = SNAME( 3: 3 ).EQ.'P'
809 ELSE IF( PACKED )THEN
842 IF( PACKED )THEN
    [all...]
dblat2.f 767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
789 PACKED = SNAME( 3: 3 ).EQ.'P'
795 ELSE IF( PACKED )THEN
828 IF( PACKED )THEN
    [all...]
sblat2.f 767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
789 PACKED = SNAME( 3: 3 ).EQ.'P'
795 ELSE IF( PACKED )THEN
828 IF( PACKED )THEN
    [all...]
zblat2.f 784 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
806 PACKED = SNAME( 3: 3 ).EQ.'P'
812 ELSE IF( PACKED )THEN
845 IF( PACKED )THEN
    [all...]
  /art/runtime/
dex_instruction.h 44 struct PACKED(4) PackedSwitchPayload {
54 struct PACKED(4) SparseSwitchPayload {
72 struct PACKED(4) ArrayDataPayload {
atomic.h 188 class PACKED(sizeof(T)) Atomic : public std::atomic<T> {
thread.h     [all...]
art_method.h 713 // PACKED(4) is necessary for the correctness of
715 struct PACKED(4) PtrSizedFields {
stack.h 489 class PACKED(4) ManagedStack {
class_linker.h 63 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
    [all...]
  /art/runtime/base/
macros.h 146 #define PACKED(x) __attribute__ ((__aligned__(x), __packed__))
  /art/compiler/
oat_test.cc 297 struct PACKED(1) ZipFileHeader {
311 struct PACKED(1) CentralDirectoryFileHeader {
331 struct PACKED(1) EndOfCentralDirectoryRecord {
    [all...]
  /system/bt/stack/include/
bt_types.h 44 # define PACKED __packed
47 # define PACKED
    [all...]
  /art/runtime/mirror/
class.h 50 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
    [all...]

Completed in 534 milliseconds

12