Searched refs:setup_list (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/js/
H A Dprologue.js253 var setup_list = typed_array_setup;
255 for ( ; !IS_UNDEFINED(setup_list); setup_list = setup_list.next) {
256 setup_list(rng_state, rempio2result);
/external/libvorbis/lib/
H A Dvorbisenc.c165 static const ve_setup_data_template *const setup_list[]={ variable
639 while(setup_list[i]){
640 if(setup_list[i]->coupling_restriction==-1 ||
641 setup_list[i]->coupling_restriction==ch){
642 if(srate>=setup_list[i]->samplerate_min_restriction &&
643 srate<=setup_list[i]->samplerate_max_restriction){
644 int mappings=setup_list[i]->mappings;
646 setup_list[i]->rate_mapping:
647 setup_list[i]->quality_mapping);
652 if(req>map[setup_list[
[all...]

Completed in 158 milliseconds