/third_party/boost/boost/numeric/ublas/ |
D | storage_sparse.hpp | 198 template<class I, class T, class ALLOC> 199 class map_std : public std::map<I, T, std::less<I>, ALLOC> { 204 …:make_nvp("base", boost::serialization::base_object< std::map<I, T, std::less<I>, ALLOC> >(*this)); in serialize() 213 template<class I, class T, class ALLOC> 216 typedef ALLOC allocator_type; 217 typedef typename ALLOC::size_type size_type; 218 typedef typename ALLOC::difference_type difference_type; 239 map_array (const ALLOC &a = ALLOC()): in map_array() 523 ALLOC alloc_; 535 template<class I, class T, class ALLOC> [all …]
|
D | fwd.hpp | 27 template<class T, class ALLOC = std::allocator<T> > 30 template<class T, std::size_t N, class ALLOC = std::allocator<T> > 42 template<class I, class T, class ALLOC = std::allocator<std::pair<const I, T> > > 44 template<class I, class T, class ALLOC = std::allocator<std::pair<I, T> > > 102 template<class T = int, class ALLOC = std::allocator<T> > 104 template<class T = int, class ALLOC = std::allocator<T> > 106 template<class T = int, class ALLOC = std::allocator<T> > 143 template<class T = int, class ALLOC = std::allocator<T> > 145 template<class T = int, class ALLOC = std::allocator<T> > 147 template<class T = int, class ALLOC = std::allocator<T> >
|
D | vector.hpp | 1684 template<class T, class ALLOC> 1686 public vector_container<zero_vector<T, ALLOC> > { 1689 typedef zero_vector<T, ALLOC> self_type; 1694 typedef typename ALLOC::size_type size_type; 1695 typedef typename ALLOC::difference_type difference_type; 1895 template<class T, class ALLOC> 1896 typename zero_vector<T, ALLOC>::const_value_type zero_vector<T, ALLOC>::zero_ = T(/*zero*/); 1905 template<class T, class ALLOC> 1907 public vector_container<unit_vector<T, ALLOC> > { 1910 typedef unit_vector<T, ALLOC> self_type; [all …]
|
D | storage.hpp | 41 template<class T, class ALLOC> 43 public storage_array<unbounded_array<T, ALLOC> > { 45 typedef unbounded_array<T, ALLOC> self_type; 47 typedef ALLOC allocator_type; 48 typedef typename ALLOC::size_type size_type; 49 typedef typename ALLOC::difference_type difference_type; 60 unbounded_array (const ALLOC &a = ALLOC()): in unbounded_array() 65 unbounded_array (size_type size, const ALLOC &a = ALLOC()): in unbounded_array() 87 unbounded_array (size_type size, const value_type &init, const ALLOC &a = ALLOC()): in unbounded_array() 98 storage_array<unbounded_array<T, ALLOC> >(), in unbounded_array() [all …]
|
D | matrix.hpp | 3453 template<class T, class ALLOC> 3455 public matrix_container<zero_matrix<T, ALLOC> > { 3458 typedef zero_matrix<T, ALLOC> self_type; 3463 typedef typename ALLOC::size_type size_type; 3464 typedef typename ALLOC::difference_type difference_type; 3916 template<class T, class ALLOC> 3917 const typename zero_matrix<T, ALLOC>::value_type zero_matrix<T, ALLOC>::zero_ = T(/*zero*/); 3928 template<class T, class ALLOC> 3930 public matrix_container<identity_matrix<T, ALLOC> > { 3933 typedef identity_matrix<T, ALLOC> self_type; [all …]
|
/third_party/mbedtls/library/ |
D | md.c | 350 #define ALLOC( type ) \ macro 372 ALLOC( md5 ); in mbedtls_md_setup() 377 ALLOC( ripemd160 ); in mbedtls_md_setup() 382 ALLOC( sha1 ); in mbedtls_md_setup() 387 ALLOC( sha256 ); in mbedtls_md_setup() 392 ALLOC( sha256 ); in mbedtls_md_setup() 397 ALLOC( sha512 ); in mbedtls_md_setup() 402 ALLOC( sha512 ); in mbedtls_md_setup() 421 #undef ALLOC
|
/third_party/libjpeg-turbo/ |
D | tjbenchtest.in | 30 ALLOC=0 66 ALLOC=1 118 if [ $ALLOC = 1 ]; then 131 if [ $ALLOC = 1 ]; then 146 if [ $ALLOC = 1 ]; then 159 if [ $ALLOC = 1 ]; then 197 if [ $ALLOC = 1 ]; then 211 if [ $ALLOC = 1 ]; then 228 if [ $ALLOC = 1 ]; then
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | tjbenchtest.in | 30 ALLOC=0 66 ALLOC=1 118 if [ $ALLOC = 1 ]; then 131 if [ $ALLOC = 1 ]; then 146 if [ $ALLOC = 1 ]; then 159 if [ $ALLOC = 1 ]; then 197 if [ $ALLOC = 1 ]; then 211 if [ $ALLOC = 1 ]; then 228 if [ $ALLOC = 1 ]; then
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | tjbenchtest.in | 30 ALLOC=0 66 ALLOC=1 118 if [ $ALLOC = 1 ]; then 131 if [ $ALLOC = 1 ]; then 146 if [ $ALLOC = 1 ]; then 159 if [ $ALLOC = 1 ]; then 197 if [ $ALLOC = 1 ]; then 211 if [ $ALLOC = 1 ]; then 228 if [ $ALLOC = 1 ]; then
|
/third_party/mksh/ |
D | var.c | 473 if ((vq->flag&ALLOC)) { in setstr() 491 vq->val.s = aresizeif(cursz, (vq->flag & ALLOC) ? in setstr() 494 vq->flag |= ALLOC; in setstr() 644 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) { in setint_n() 645 vq->flag &= ~ALLOC; in setint_n() 743 char *cp = (vp->flag & ALLOC) ? vp->val.s : NULL; in exportprep() 747 vp->flag |= ALLOC; in exportprep() 929 if (tmp->flag & ALLOC) in vtypeset() 977 free_me = (t->flag & ALLOC) ? t->val.s : in vtypeset() 980 t->flag &= ~ALLOC; in vtypeset() [all …]
|
D | exec.c | 789 if (tp->flag & ALLOC) { in comexec() 790 tp->flag &= ~ALLOC; in comexec() 1087 if (tp->flag & ALLOC) { in define() 1088 tp->flag &= ~(ISSET|ALLOC|FKSH); in define() 1099 tp->flag |= (ISSET|ALLOC); in define() 1209 if (tp->flag & ALLOC) { in findcom() 1210 tp->flag &= ~ALLOC; in findcom() 1238 tp->flag |= ISSET|ALLOC; in findcom() 1271 if (tp->flag&ALLOC) { in flushcom() 1272 tp->flag &= ~(ALLOC|ISSET); in flushcom()
|
/third_party/elfio/tests/elf_examples/ |
D | write_exe_i386_32_work_dump.txt | 17 CONTENTS, ALLOC, LOAD, READONLY, CODE 19 CONTENTS, ALLOC, LOAD, DATA
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 388 DescriptorPool* self = ALLOC(DescriptorPool); in DescriptorPool_alloc() 513 Descriptor* self = ALLOC(Descriptor); in Descriptor_alloc() 688 FileDescriptor* self = ALLOC(FileDescriptor); in FileDescriptor_alloc() 782 FieldDescriptor* self = ALLOC(FieldDescriptor); in FieldDescriptor_alloc() 1178 OneofDescriptor* self = ALLOC(OneofDescriptor); in OneofDescriptor_alloc() 1265 EnumDescriptor* self = ALLOC(EnumDescriptor); in EnumDescriptor_alloc() 1423 MessageBuilderContext* self = ALLOC(MessageBuilderContext); in MessageBuilderContext_alloc() 1865 OneofBuilderContext* self = ALLOC(OneofBuilderContext); in OneofBuilderContext_alloc() 1941 EnumBuilderContext* self = ALLOC(EnumBuilderContext); in EnumBuilderContext_alloc() 2049 FileBuilderContext* self = ALLOC(FileBuilderContext); in FileBuilderContext_alloc() [all …]
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 173 0000 0000 c200 ALLOC POSITION SIZE(0x0) 176 0000 0000 c400 ALLOC PARAM/PIXEL SIZE(0x0) 187 0000 0000 c400 ALLOC PARAM/PIXEL SIZE(0x0) 547 0000 0000 c200 ALLOC POSITION SIZE(0x0) 550 0000 0000 c400 ALLOC PARAM/PIXEL SIZE(0x0) 561 0000 0000 c400 ALLOC PARAM/PIXEL SIZE(0x0) 921 0000 0000 c200 ALLOC POSITION SIZE(0x0) 924 0000 0000 c400 ALLOC PARAM/PIXEL SIZE(0x0) 935 0000 0000 c400 ALLOC PARAM/PIXEL SIZE(0x0) 1295 0000 0000 c200 ALLOC POSITION SIZE(0x0) [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 61 #ifndef ALLOC 62 # define ALLOC(size) (malloc(size)) macro 193 ALLOC(sizeof(linkedlist_datablock_internal)); in allocate_new_datablock() 497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir() 560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir64() 801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord() 815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() 883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); in zipOpen3() 1136 …zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFre… in zipOpenNewFileInZip4_64() 1965 pNewHeader = (char*)ALLOC(*dataLen); in zipRemoveExtraInfoBlock()
|
D | unzip.c | 111 #ifndef ALLOC 112 # define ALLOC(size) (malloc(size)) macro 430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir() 498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir64() 755 s=(unz64_s*)ALLOC(sizeof(unz64_s)); in unzOpenInternal() 1500 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); in unzOpenCurrentFile3() 1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()
|
/third_party/zlib/contrib/minizip/ |
D | zip.c | 61 #ifndef ALLOC 62 # define ALLOC(size) (malloc(size)) macro 193 ALLOC(sizeof(linkedlist_datablock_internal)); in allocate_new_datablock() 497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir() 560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir64() 801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord() 815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() 883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); in zipOpen3() 1136 …zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFre… in zipOpenNewFileInZip4_64() 1965 pNewHeader = (char*)ALLOC((unsigned)*dataLen); in zipRemoveExtraInfoBlock()
|
D | unzip.c | 111 #ifndef ALLOC 112 # define ALLOC(size) (malloc(size)) macro 430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir() 498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir64() 755 s=(unz64_s*)ALLOC(sizeof(unz64_s)); in unzOpenInternal() 995 s=(unz64_s *)ALLOC(sizeof(unz64_s)); in unzOpenFile() 1818 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); in unzOpenCurrentFile3() 1822 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 61 #ifndef ALLOC 62 # define ALLOC(size) (malloc(size)) macro 193 ALLOC(sizeof(linkedlist_datablock_internal)); in allocate_new_datablock() 497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir() 560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir64() 801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord() 815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() 883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); in zipOpen3() 1136 …zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFre… in zipOpenNewFileInZip4_64() 1965 pNewHeader = (char*)ALLOC(*dataLen); in zipRemoveExtraInfoBlock()
|
D | unzip.c | 111 #ifndef ALLOC 112 # define ALLOC(size) (malloc(size)) macro 430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir() 498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir64() 755 s=(unz64_s*)ALLOC(sizeof(unz64_s)); in unzOpenInternal() 1500 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); in unzOpenCurrentFile3() 1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 61 #ifndef ALLOC 62 # define ALLOC(size) (malloc(size)) macro 193 ALLOC(sizeof(linkedlist_datablock_internal)); in allocate_new_datablock() 497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir() 560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir64() 801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord() 815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() 883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); in zipOpen3() 1136 …zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFre… in zipOpenNewFileInZip4_64() 1965 pNewHeader = (char*)ALLOC(*dataLen); in zipRemoveExtraInfoBlock()
|
D | unzip.c | 107 #ifndef ALLOC 108 # define ALLOC(size) (malloc(size)) macro 426 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir() 494 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir64() 751 s=(unz64_s*)ALLOC(sizeof(unz64_s)); in unzOpenInternal() 1496 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); in unzOpenCurrentFile3() 1500 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 61 #ifndef ALLOC 62 # define ALLOC(size) (malloc(size)) macro 193 ALLOC(sizeof(linkedlist_datablock_internal)); in allocate_new_datablock() 497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir() 560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir64() 801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord() 815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() 883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); in zipOpen3() 1136 …zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFre… in zipOpenNewFileInZip4_64() 1965 pNewHeader = (char*)ALLOC(*dataLen); in zipRemoveExtraInfoBlock()
|
D | unzip.c | 107 #ifndef ALLOC 108 # define ALLOC(size) (malloc(size)) macro 426 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir() 494 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir64() 751 s=(unz64_s*)ALLOC(sizeof(unz64_s)); in unzOpenInternal() 1496 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); in unzOpenCurrentFile3() 1500 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_server_credentials.c | 93 grpc_rb_server_credentials* wrapper = ALLOC(grpc_rb_server_credentials); in grpc_rb_server_credentials_alloc()
|