/third_party/boost/tools/build/src/engine/modules/ |
D | sequence.cpp | 34 LISTITER const end = list_end( rank ); in sequence_select_highest_ranked() 44 LISTITER const end = list_end( rank ); in sequence_select_highest_ranked() 62 LISTITER args_begin = list_next( list_begin( function ) ), args_end = list_end( function ); in sequence_transform() 63 LISTITER iter = list_begin( sequence ), end = list_end( sequence ); in sequence_transform()
|
D | order.cpp | 22 LISTITER const end = list_end( arg ); in add_pair() 36 LISTITER const end = list_end( list ); in list_index() 94 LISTITER const end = list_end( arg ); in order() 109 LISTITER const dep_end = list_end( dependencies ); in order()
|
D | property-set.cpp | 36 LISTITER iter = list_begin( key ), end = list_end( key ); in list_hash() 52 lhs_end = list_end( lhs ); in list_equal() 172 for ( iter = list_begin( unique ), end = list_end( unique ); iter != end; ++iter ) in property_set_create() 211 begin = list_begin( props ), end = list_end( props ); in property_set_get() 275 LISTITER features_end = list_end( features ) ; in property_set_contains_features() 284 begin = list_begin( props ), end = list_end( props ); in property_set_contains_features()
|
D | regex.cpp | 165 LISTITER const end = list_end( indices_list ); in regex_transform() 183 LISTITER const end = list_end( l ); in regex_transform()
|
D | set.cpp | 27 LISTITER iter = list_begin( b ), end = list_end( b ); in set_difference()
|
/third_party/boost/tools/build/src/engine/ |
D | lists.cpp | 95 LISTITER list_end( LIST * l ) in list_end() function 224 LISTITER const end = list_end( head ); in list_free() 283 LISTITER const t_end = list_end( t ); in list_cmp() 285 LISTITER const s_end = list_end( s ); in list_cmp() 304 LISTITER const end = list_end( sub ); in list_is_sublist() 317 LISTITER iter = list_begin( l ), end = list_end( l ); in list_print() 341 LISTITER end = list_end( l ); in list_in() 354 LISTITER iter = list_begin( sorted_list ), end = list_end( sorted_list ); in list_unique() 447 LISTITER const end = list_end( l ); in list_to_python()
|
D | builtins.cpp | 514 LISTITER const end = list_end( arg ); in builtin_calc() 557 LISTITER end = list_end( targets ); in builtin_depends() 570 end = list_end( sources ); in builtin_depends() 577 LISTITER const t_end = list_end( targets ); in builtin_depends() 602 LISTITER const end = list_end( targets ); in builtin_rebuilds() 671 LISTITER const end = list_end( targets ); in builtin_flags() 732 end = list_end( globbing->patterns ); in builtin_glob_back() 753 LISTITER const end = list_end( in ); in downcase_list() 794 end = list_end( l ); in builtin_glob() 896 LISTITER const end = list_end( dirs ); in glob_recursive() [all …]
|
D | execcmd.cpp | 51 LISTITER end = list_end( shell ); in argv_from_shell() 104 list_next( list_begin( shell ) ) == list_end( shell ); in is_raw_command_request()
|
D | hcache.cpp | 411 for ( iter = list_begin( c->includes ), end = list_end( c->includes ); in hcache_done() 415 for ( iter = list_begin( c->hdrscan ), end = list_end( c->hdrscan ); in hcache_done() 457 LISTITER const end1 = list_end( l1 ); in hcache() 459 LISTITER const end2 = list_end( l2 ); in hcache()
|
D | lists.h | 94 LISTITER list_end( LIST * ); 160 inline iterator end() { return iterator(list_end(list_obj)); } in end()
|
D | class.cpp | 30 LISTITER const end = list_end( class_names ); in check_defined() 168 LISTITER const end = list_end( bases ); in make_class_module()
|
D | make1.cpp | 210 for ( iter = list_begin( targets ), end = list_end( targets ); in make1() 263 for ( iter = list_begin( targets ), end = list_end( targets ); in make1() 757 list_begin( timing_rule ) ), list_end( timing_rule ) ) ); in call_timing_rule() 816 list_begin( action_rule ) ), list_end( action_rule ) ) ); in call_action_rule() 963 LISTITER const end = list_end( targets ); in make1c_closure() 1347 LISTITER const end = list_end( l ); in make1list() 1372 LISTITER const vars_end = list_end( vars ); in make1settings() 1378 LISTITER const end = list_end( l ); in make1settings()
|
D | function.cpp | 583 LISTITER iter = list_begin( first ), end = list_end( first ); in function_call_member_rule() 863 if ( list_next( iter[ i ] ) != list_end( args[ i ] ) ) in expand_modifiers() 884 list_end( value ) ); in apply_modifiers() 959 LISTITER const indices_end = list_end( indices ); in apply_subscript() 965 LISTITER end = list_end( value ); in apply_subscript() 1103 LISTITER const indices_end = list_end( indices ); in apply_subscript_and_modifiers() 1109 LISTITER end = list_end( value ); in apply_subscript_and_modifiers() 1177 LISTITER const end = list_end( items[ i ].values ); in expand() 1217 if ( list_next( items[ i ].current ) != list_end( items[ i ].values in expand() 1240 LISTITER const end = list_end( values ); in combine_strings() [all …]
|
D | subst.cpp | 45 LISTITER const end = list_end( arg1 ); in builtin_subst()
|
D | headers.cpp | 83 end = list_end( hdrscan ); in headers()
|
D | filesys.cpp | 460 LISTITER const end = list_end( d->files ); in file_dirscan_impl() 502 LISTITER const end = list_end( files_to_remove ); in remove_files_atexit()
|
D | search.cpp | 183 LISTITER const end = list_end( varlist ); in search()
|
D | make.cpp | 117 …for ( iter = list_begin( targets ), end = list_end( targets ); iter != end; iter = list_next( iter… in make() 130 …for ( iter = list_begin( targets ), end = list_end( targets ); iter != end; iter = list_next( iter… in make()
|
D | modules.cpp | 290 end = list_end( module_names ); in import_module()
|
/third_party/ffmpeg/libavcodec/ |
D | bink.c | 647 int list_start = 64, list_end = 64, list_pos; in read_dct_coeffs() local 654 coef_list[list_end] = 4; mode_list[list_end++] = 0; in read_dct_coeffs() 655 coef_list[list_end] = 24; mode_list[list_end++] = 0; in read_dct_coeffs() 656 coef_list[list_end] = 44; mode_list[list_end++] = 0; in read_dct_coeffs() 657 coef_list[list_end] = 1; mode_list[list_end++] = 3; in read_dct_coeffs() 658 coef_list[list_end] = 2; mode_list[list_end++] = 3; in read_dct_coeffs() 659 coef_list[list_end] = 3; mode_list[list_end++] = 3; in read_dct_coeffs() 663 while (list_pos < list_end) { in read_dct_coeffs() 700 coef_list[list_end] = ccoef; in read_dct_coeffs() 701 mode_list[list_end++] = 2; in read_dct_coeffs() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | circular_pool.cc | 69 auto list_end = dp_->mem_segments_.end(); in Reset() local 70 auto it = std::find_if(dp_->mem_segments_.begin(), list_end, in Reset() 72 MS_ASSERT(it != list_end); in Reset()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/pme/ |
D | pme_excluded_force_impl.cu | 29 int list_end = list_start + excluded_numbers; in PME_Excluded_Force_Correction() local 48 for (int i = list_start; i < list_end; i = i + 1) { in PME_Excluded_Force_Correction()
|
D | pme_common.cuh | 318 int list_end = list_start + excluded_number; in PME_Excluded_Energy_Correction() local 335 for (int i = list_start; i < list_end; i = i + 1) { in PME_Excluded_Energy_Correction()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/neighbor_list/ |
D | neighbor_list_impl.cu | 189 int list_end = list_start + excluded_number; in Delete_Excluded_Atoms_Serial_In_Neighbor_List() local 190 int atom_max = excluded_list[list_end - 1]; in Delete_Excluded_Atoms_Serial_In_Neighbor_List() 194 int excluded_atom_numbers_lin = list_end - list_start; in Delete_Excluded_Atoms_Serial_In_Neighbor_List() 201 for (int j = list_start; j < list_end; j = j + 1) { in Delete_Excluded_Atoms_Serial_In_Neighbor_List()
|
/third_party/ffmpeg/libavformat/ |
D | avidec.c | 490 uint64_t list_end = 0; in avi_read_header() local 521 list_end = avio_tell(pb) + size; in avi_read_header() 538 avi_read_nikon(s, list_end); in avi_read_header() 741 if (cur_pos < list_end) in avi_read_header() 742 size = FFMIN(size, list_end - cur_pos); in avi_read_header() 938 if (cur_pos < list_end) in avi_read_header() 939 size = FFMIN(size, list_end - cur_pos); in avi_read_header()
|