Home
last modified time | relevance | path

Searched refs:mvalue (Results 1 – 3 of 3) sorted by relevance

/external/ply/ply/ply/
Dcpp.py846 mvalue = self.tokenstrip(linetok[1+tokcount:])
848 while i < len(mvalue):
849 if i+1 < len(mvalue):
850 if mvalue[i].type in self.t_WS and mvalue[i+1].value == '##':
851 del mvalue[i]
853 elif mvalue[i].value == '##' and mvalue[i+1].type in self.t_WS:
854 del mvalue[i+1]
856 m = Macro(name.value,mvalue,[x[0].value for x in args],variadic)
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc107 MapValue* mvalue = &(*global_pool_map)[name]; in NewThreadPoolFromThreadPoolOptions() local
108 if (mvalue->second == nullptr) { in NewThreadPoolFromThreadPoolOptions()
109 mvalue->first = thread_pool_options.num_threads(); in NewThreadPoolFromThreadPoolOptions()
110 mvalue->second = new thread::ThreadPool( in NewThreadPoolFromThreadPoolOptions()
113 if (mvalue->first != thread_pool_options.num_threads()) { in NewThreadPoolFromThreadPoolOptions()
116 " configured previously with num_threads=", mvalue->first, in NewThreadPoolFromThreadPoolOptions()
122 *pool = mvalue->second; in NewThreadPoolFromThreadPoolOptions()
/external/libxaac/decoder/
Dixheaacd_env_calc.c594 WORD32 num_sf_bands, WORD32 mvalue, WORD32 env, in ixheaacd_calc_subband_gains() argument
612 WORD16 *ptr_env_sf_arr = &ptr_frame_data->int_env_sf_arr[mvalue]; in ixheaacd_calc_subband_gains()