Searched refs:TYPE (Results 1 - 25 of 798) sorted by relevance

1234567891011>>

/external/syslinux/com32/lib/
H A Datoi.c1 #define TYPE int macro
H A Datol.c1 #define TYPE long macro
H A Datoll.c1 #define TYPE long long macro
H A Dstrtol.c1 #define TYPE signed long macro
H A Dstrtoll.c1 #define TYPE signed long long macro
H A Dstrtoul.c1 #define TYPE unsigned long macro
H A Dstrtoull.c1 #define TYPE unsigned long long macro
H A Dstrtoimax.c1 #define TYPE intmax_t macro
H A Dstrtoumax.c1 #define TYPE uintmax_t macro
/external/clang/test/Sema/
H A Dvarargs_unreachable.c6 #define VA_ARG_RDAR12322000(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN_RDAR12322000)) ? (TYPE)(__builtin_va_arg (Marker, UINTN_RDAR12322000)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
/external/elfutils/libebl/
H A Deblauxvinfo.c42 TYPE (NULL, "") \
43 TYPE (IGNORE, "") \
44 TYPE (EXECFD, "d") \
45 TYPE (EXECFN, "s") \
46 TYPE (PHDR, "p") \
47 TYPE (PHENT, "u") \
48 TYPE (PHNUM, "u") \
49 TYPE (PAGESZ, "u") \
50 TYPE (BASE, "p") \
51 TYPE (FLAG
81 #define TYPE macro
83 #undef TYPE macro
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpvt_arraytemplate.h13 template <class TYPE>
14 class CPVT_ArrayTemplate : public CFX_ArrayTemplate<TYPE> {
16 bool IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; }
18 TYPE GetAt(int nIndex) const {
19 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
20 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex);
25 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
26 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
/external/elfutils/libelf/
H A Dgelf_xlate.h41 TYPE (Ehdr, LIBELFBITS)
42 TYPE (Phdr, LIBELFBITS)
43 TYPE (Shdr, LIBELFBITS)
44 TYPE (Sym, LIBELFBITS)
45 TYPE (Rel, LIBELFBITS)
46 TYPE (Rela, LIBELFBITS)
47 TYPE (Note, LIBELFBITS)
48 TYPE (Dyn, LIBELFBITS)
49 TYPE (Syminfo, LIBELFBITS)
50 TYPE (Mov
[all...]
/external/clang/test/CodeGenCXX/
H A Darm-swiftcall.cpp15 #define TEST(TYPE) \
16 extern "C" SWIFTCALL TYPE return_##TYPE(void) { \
17 TYPE result = {}; \
20 extern "C" SWIFTCALL void take_##TYPE(TYPE v) { \
22 extern "C" void test_##TYPE() { \
23 take_##TYPE(return_##TYPE()); \
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_gentype.hpp48 template <typename> class TYPE
59 typedef TYPE<bool> bool_type;
65 typedef TYPE<VALTYPE> type;
66 typedef TYPE<VALTYPE> * pointer;
67 typedef TYPE<VALTYPE> const * const_pointer;
68 typedef TYPE<VALTYPE> const * const const_pointer_const;
69 typedef TYPE<VALTYPE> * const pointer_const;
70 typedef TYPE<VALTYPE> & reference;
71 typedef TYPE<VALTYPE> const & const_reference;
72 typedef TYPE<VALTYP
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataInformationBox.java30 public static final String TYPE = "dinf"; field in class:DataInformationBox
33 super(TYPE);
H A DEditBox.java28 public static final String TYPE = "edts"; field in class:EditBox
31 super(TYPE);
H A DProtectionSchemeInformationBox.java34 public static final String TYPE = "sinf"; field in class:ProtectionSchemeInformationBox
37 super(TYPE);
H A DSchemeInformationBox.java27 public static final String TYPE = "schi"; field in class:SchemeInformationBox
30 super(TYPE);
H A DTrackReferenceBox.java36 public static final String TYPE = "tref"; field in class:TrackReferenceBox
39 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleAlbumArtistBox.java7 public static final String TYPE = "aART"; field in class:AppleAlbumArtistBox
11 super(TYPE);
H A DAppleAlbumBox.java7 public static final String TYPE = "\u00a9alb"; field in class:AppleAlbumBox
11 super(TYPE);
H A DAppleArtistBox.java7 public static final String TYPE = "\u00a9ART"; field in class:AppleArtistBox
11 super(TYPE);
H A DAppleCommentBox.java7 public static final String TYPE = "\u00a9cmt"; field in class:AppleCommentBox
11 super(TYPE);
H A DAppleCompilationBox.java7 public static final String TYPE = "cpil"; field in class:AppleCompilationBox
11 super(TYPE);

Completed in 485 milliseconds

1234567891011>>