HomeSort by: relevance | last modified time | path
    Searched defs:alignof (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/sys/
stdalign.h 50 #define alignof _Alignof macro
stdalign.h 50 #define alignof _Alignof macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdalign.h 15 #define alignof _Alignof macro
stdalign.h 15 #define alignof _Alignof macro
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdalign.h 33 #define alignof _Alignof macro
stdalign.h 33 #define alignof _Alignof macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdalign.h 32 #define alignof _Alignof macro
stdalign.h 32 #define alignof _Alignof macro
  /src/external/gpl3/gdb/dist/gnulib/import/
stdalign.in.h 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment
41 alignof (double) and alignof (long long) are 4 unless the option
65 # define _Alignof(type) alignof (type)
75 # define alignof _Alignof macro
100 - alignas (TYPE) is equivalent to alignas (alignof (TYPE)).
stdalign.in.h 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment
41 alignof (double) and alignof (long long) are 4 unless the option
65 # define _Alignof(type) alignof (type)
75 # define alignof _Alignof macro
100 - alignas (TYPE) is equivalent to alignas (alignof (TYPE)).
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdalign.in.h 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment
41 alignof (double) and alignof (long long) are 4 unless the option
65 # define _Alignof(type) alignof (type)
75 # define alignof _Alignof macro
100 - alignas (TYPE) is equivalent to alignas (alignof (TYPE)).
stdalign.in.h 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment
41 alignof (double) and alignof (long long) are 4 unless the option
65 # define _Alignof(type) alignof (type)
75 # define alignof _Alignof macro
100 - alignas (TYPE) is equivalent to alignas (alignof (TYPE)).
  /src/external/gpl2/xcvs/dist/lib/
md5.c 250 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
251 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0)
md5.c 250 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
251 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0)
  /src/external/apache2/llvm/dist/libcxx/src/support/win32/
thread_win32.cpp 20 static_assert(alignof(__libcpp_mutex_t) == alignof(SRWLOCK), ""); variable
24 static_assert(alignof(__libcpp_recursive_mutex_t) == alignof(CRITICAL_SECTION), variable
28 static_assert(alignof(__libcpp_condvar_t) == alignof(CONDITION_VARIABLE), ""); variable
31 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), ""); variable
34 static_assert(alignof(__libcpp_thread_id) == alignof(DWORD), "") variable
37 static_assert(alignof(__libcpp_thread_t) == alignof(HANDLE), ""); variable
40 static_assert(alignof(__libcpp_tls_key) == alignof(DWORD), ""); variable
43 static_assert(alignof(__libcpp_semaphore_t) == alignof(HANDLE), ""); variable
    [all...]
thread_win32.cpp 20 static_assert(alignof(__libcpp_mutex_t) == alignof(SRWLOCK), ""); variable
24 static_assert(alignof(__libcpp_recursive_mutex_t) == alignof(CRITICAL_SECTION), variable
28 static_assert(alignof(__libcpp_condvar_t) == alignof(CONDITION_VARIABLE), ""); variable
31 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), ""); variable
34 static_assert(alignof(__libcpp_thread_id) == alignof(DWORD), "") variable
37 static_assert(alignof(__libcpp_thread_t) == alignof(HANDLE), ""); variable
40 static_assert(alignof(__libcpp_tls_key) == alignof(DWORD), ""); variable
43 static_assert(alignof(__libcpp_semaphore_t) == alignof(HANDLE), ""); variable
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
sha1.c 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
sha1.c 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
  /src/external/gpl3/binutils.old/dist/libiberty/
sha1.c 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
sha1.c 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
  /src/external/gpl3/gcc/dist/libiberty/
sha1.c 238 # define alignof(type) __alignof__(type) macro
240 # define alignof(type) offsetof (struct { char c; type x; }, x)
242 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
463 # define alignof(type) offsetof (struct { char c; type x; }, x)
464 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
sha1.c 238 # define alignof(type) __alignof__(type) macro
240 # define alignof(type) offsetof (struct { char c; type x; }, x)
242 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
463 # define alignof(type) offsetof (struct { char c; type x; }, x)
464 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
  /src/external/gpl3/gcc.old/dist/libiberty/
sha1.c 233 # define alignof(type) __alignof__(type) macro
235 # define alignof(type) offsetof (struct { char c; type x; }, x)
237 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
  /src/external/gpl3/gdb.old/dist/libiberty/
sha1.c 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
  /src/external/gpl3/gdb/dist/libiberty/
sha1.c 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)

Completed in 44 milliseconds

1 2