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

1 2 3

  /src/tests/lib/libcurses/director/
returns.h 52 data_enum_t data_type; member in struct:__anon7877
53 void *data_value; /* used if data_type is data_num
58 if data_type is data_var */
  /src/external/cddl/osnet/sys/sys/
kstat.h 91 uchar_t data_type; member in struct:kstat_named
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-aux-info.cc 36 static const char *data_type; variable
88 return concat (data_type, " ", type_or_decl, NULL);
92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
126 : concat (formal_list, data_type, NULL));
242 This routine will also return with the global variable "data_type" set to
244 This "data_type" string can be concatenated onto the front of the returned
267 for the data_type info). Thus, this deepest "seed" value is simply passed
270 to do at this point is for the initial caller to prepend the "data_type"
280 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t)));
328 data_type = IDENTIFIER_POINTER (t)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-aux-info.cc 36 static const char *data_type; variable
88 return concat (data_type, " ", type_or_decl, NULL);
92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
126 : concat (formal_list, data_type, NULL));
242 This routine will also return with the global variable "data_type" set to
244 This "data_type" string can be concatenated onto the front of the returned
267 for the data_type info). Thus, this deepest "seed" value is simply passed
270 to do at this point is for the initial caller to prepend the "data_type"
280 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t)));
328 data_type = IDENTIFIER_POINTER (t)
    [all...]
  /src/external/bsd/elftosb/dist/common/
smart_ptr.h 21 typedef T data_type; typedef in class:smart_ptr
130 typedef T data_type; typedef in class:smart_array_ptr
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 53 using data_type = SmallVector<DeclID, 4>;
56 data_type &Data;
59 data_type_builder(data_type &D) : Data(D) {}
110 static void MergeDataInto(const data_type &From, data_type_builder &To) {
130 /// must provide the \c data_type type and the ReadData operation, only.
169 using data_type = IdentifierInfo *;
175 data_type ReadData(const internal_key_type& k,
196 struct data_type { struct in class:clang::serialization::reader::ASTSelectorLookupTrait
228 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
262 using data_type = HeaderFileInfo
    [all...]
GlobalModuleIndex.cpp 77 typedef SmallVector<unsigned, 2> data_type; typedef in class:__anon962::IdentifierIndexReaderTrait
107 static data_type ReadData(const internal_key_type& k,
112 data_type Result;
516 typedef std::pair<StringRef, bool> data_type; typedef in class:__anon964::InterestingASTIdentifierLookupTrait
518 data_type ReadData(const internal_key_type& k,
724 typedef SmallVector<unsigned, 2> data_type; typedef in class:__anon966::IdentifierIndexWriterTrait
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/gpl3/gcc.old/dist/gcc/
ddg.h 89 dep_data_type data_type; member in struct:ddg_edge
  /src/external/gpl3/gcc/dist/gcc/
ddg.h 89 dep_data_type data_type; member in struct:ddg_edge
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 48 int data_type; field in struct:DotZLib.ZStream
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 53 typedef typename T::data_type data_type; typedef in struct:clang::ento::ProgramStateTrait
54 static inline void *MakeVoidPtr(data_type D) { return (void*) D; }
55 static inline data_type MakeData(void *const* P) {
56 return P ? (data_type) *P : (data_type) 0;
386 typename ProgramStateTrait<T>::data_type
414 set(typename ProgramStateTrait<T>::data_type D) const;
600 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) {
829 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 100 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
202 /* Possible values of the data_type field (though see inflate()) */
314 deflate() may update strm->data_type if it can make a good guess about
404 Also to assist in this, on return inflate() will set strm->data_type to the
412 bit 7 of data_type is set, in which case the number of unused bits will be
  /src/common/dist/zlib/
zlib.h 104 int data_type; /* best guess about the data type: binary or text member in struct:z_stream_s
209 /* Possible values of the data_type field for deflate() */
348 deflate() may update strm->data_type if it can make a good guess about
445 To assist in this, on return inflate() always sets strm->data_type to the
453 data_type is set, in which case the number of unused bits will be less than
454 eight. data_type is set as noted here every time inflate() returns for all
462 256 is added to the value of strm->data_type when inflate() returns
1030 location in the input stream can be determined from avail_in and data_type
  /src/sys/net/
zlib.h 378 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
454 /* Possible values of the data_type field */
567 deflate() may update data_type if it can make a good guess about
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 39 /// typedef ExampleData data_type; // Must be copy constructible
64 typename Info::data_type Data;
245 /// typedef ExampleData data_type;
270 /// data_type ReadData(StringRef Key, const unsigned char *Buffer,
285 typedef typename Info::data_type data_type; typedef in class:llvm::OnDiskChainedHashTable
333 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
438 typedef typename base_type::data_type data_type; typedef in class:llvm::OnDiskIterableChainedHashTable
551 typedef data_type value_type
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 102 int data_type; /* best guess about the data type: binary or text member in struct:z_stream_s
207 /* Possible values of the data_type field for deflate() */
346 deflate() may update strm->data_type if it can make a good guess about
443 To assist in this, on return inflate() always sets strm->data_type to the
451 data_type is set, in which case the number of unused bits will be less than
452 eight. data_type is set as noted here every time inflate() returns for all
460 256 is added to the value of strm->data_type when inflate() returns
1028 location in the input stream can be determined from avail_in and data_type
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 102 int data_type; /* best guess about the data type: binary or text member in struct:z_stream_s
207 /* Possible values of the data_type field for deflate() */
346 deflate() may update strm->data_type if it can make a good guess about
442 To assist in this, on return inflate() always sets strm->data_type to the
450 data_type is set, in which case the number of unused bits will be less than
451 eight. data_type is set as noted here every time inflate() returns for all
459 256 is added to the value of strm->data_type when inflate() returns
1025 location in the input stream can be determined from avail_in and data_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
throw_allocator.h 96 typedef std::pair<size_t, size_t> data_type; typedef in struct:annotate_base
97 typedef std::map<void*, data_type> map_alloc_type;
312 { return std::make_pair(p, data_type(get_label(), size)); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
throw_allocator.h 98 typedef std::pair<size_t, size_t> data_type; typedef in struct:annotate_base
99 typedef std::map<void*, data_type> map_alloc_type;
314 { return std::make_pair(p, data_type(get_label(), size)); }
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 102 int data_type; /* best guess about the data type: binary or text member in struct:z_stream_s
207 /* Possible values of the data_type field for deflate() */
346 deflate() may update strm->data_type if it can make a good guess about
442 To assist in this, on return inflate() always sets strm->data_type to the
450 data_type is set, in which case the number of unused bits will be less than
451 eight. data_type is set as noted here every time inflate() returns for all
459 256 is added to the value of strm->data_type when inflate() returns
1025 location in the input stream can be determined from avail_in and data_type
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 102 int data_type; /* best guess about the data type: binary or text member in struct:z_stream_s
207 /* Possible values of the data_type field for deflate() */
346 deflate() may update strm->data_type if it can make a good guess about
442 To assist in this, on return inflate() always sets strm->data_type to the
450 data_type is set, in which case the number of unused bits will be less than
451 eight. data_type is set as noted here every time inflate() returns for all
459 256 is added to the value of strm->data_type when inflate() returns
1025 location in the input stream can be determined from avail_in and data_type

Completed in 66 milliseconds

1 2 3