Searched refs:ee (Results 1 - 25 of 177) sorted by relevance

12345678

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_eeprom.c72 static u16 ath5k_eeprom_bin2freq(struct ath5k_eeprom_info *ee, u16 bin, argument
81 if (ee->ee_version > AR5K_EEPROM_VERSION_3_2)
87 if (ee->ee_version > AR5K_EEPROM_VERSION_3_2)
102 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
129 if (ee->ee_version >= AR5K_EEPROM_VERSION_4_3)
132 if (ee->ee_version >= AR5K_EEPROM_VERSION_5_0) {
141 ee->ee_ob[AR5K_EEPROM_MODE_11B][0] = val & 0x7;
142 ee->ee_db[AR5K_EEPROM_MODE_11B][0] = (val >> 3) & 0x7;
145 ee->ee_ob[AR5K_EEPROM_MODE_11G][0] = val & 0x7;
146 ee
170 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
230 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
411 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
461 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
509 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
547 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
600 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
666 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
737 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
847 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
952 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1086 ath5k_pdgains_size_2413(struct ath5k_eeprom_info *ee, unsigned int mode) argument
1100 ath5k_cal_data_offset_2413(struct ath5k_eeprom_info *ee, int mode) argument
1132 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1210 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1401 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1495 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1527 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1584 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
[all...]
H A Dath5k_reset.c548 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
554 ((ee->ee_cck_ofdm_power_delta -
555 ee->ee_scaled_cck_delta) * 2) / 10;
558 (ee->ee_cck_ofdm_power_delta * 2) / 10;
565 AR5K_REG_SM((ee->ee_cck_ofdm_gain_delta * -1),
577 ee->ee_cck_ofdm_gain_delta;
594 AR5K_PHY_NF_SVAL(ee->ee_noise_floor_thr[ee_mode]),
602 ee->ee_switch_settling_turbo[ee_mode]);
607 ee->ee_atn_tx_rx_turbo[ee_mode]);
612 ee
[all...]
H A Dath5k_phy.c397 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
422 ee->ee_cck_ofdm_gain_delta;
526 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
631 * in eeprom on ee->ee_ob[ee_mode][0]
635 * 802.11a on ee->ee_ob[ee_mode][1] */
642 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_ob[ee_mode][obdb],
645 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_db[ee_mode][obdb],
663 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_ob[ee_mode][obdb],
666 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_db[ee_mode][obdb],
699 ath5k_hw_rfb_op(ah, rf_regs, !ee
1590 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1669 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
1756 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
2202 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
[all...]
/external/libhevc/common/
H A Dihevc_itrans_recon_8x8.c110 WORD32 ee[2], eo[2]; local
156 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0];
157 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0];
160 e[0] = ee[0] + eo[0];
161 e[3] = ee[0] - eo[0];
162 e[1] = ee[1] + eo[1];
163 e[2] = ee[1] - eo[1];
194 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0];
195 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0];
198 e[0] = ee[
[all...]
H A Dihevc_chroma_itrans_recon_8x8.c119 WORD32 ee[2], eo[2]; local
169 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]
171 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]
175 e[0] = ee[0] + eo[0];
176 e[3] = ee[0] - eo[0];
177 e[1] = ee[1] + eo[1];
178 e[2] = ee[1] - eo[1];
211 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0];
212 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0];
215 e[0] = ee[
[all...]
H A Dihevc_chroma_itrans_recon_16x16.c120 WORD32 ee[4], eo[4]; local
176 ee[k] = eee[k] + eeo[k];
177 ee[k + 2] = eee[1 - k] - eeo[1 - k];
181 e[k] = ee[k] + eo[k];
182 e[k + 4] = ee[3 - k] - eo[3 - k];
225 ee[k] = eee[k] + eeo[k];
226 ee[k + 2] = eee[1 - k] - eeo[1 - k];
230 e[k] = ee[k] + eo[k];
231 e[k + 4] = ee[3 - k] - eo[3 - k];
277 ee[
[all...]
H A Dihevc_itrans_recon_16x16.c110 WORD32 ee[4], eo[4]; local
166 ee[k] = eee[k] + eeo[k];
167 ee[k + 2] = eee[1 - k] - eeo[1 - k];
171 e[k] = ee[k] + eo[k];
172 e[k + 4] = ee[3 - k] - eo[3 - k];
216 ee[k] = eee[k] + eeo[k];
217 ee[k + 2] = eee[1 - k] - eeo[1 - k];
221 e[k] = ee[k] + eo[k];
222 e[k + 4] = ee[3 - k] - eo[3 - k];
268 ee[
[all...]
H A Dihevc_itrans.c331 WORD32 ee[2], eo[2]; local
361 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]
363 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]
367 e[0] = ee[0] + eo[0];
368 e[3] = ee[0] - eo[0];
369 e[1] = ee[1] + eo[1];
370 e[2] = ee[1] - eo[1];
410 WORD32 ee[2], eo[2]; local
470 ee[0] = 64 *pi2_src[ 0 ] + 64 *pi2_src[ 4*8 ];
471 ee[
554 WORD32 ee[4], eo[4]; local
649 WORD32 ee[4], eo[4]; local
854 WORD32 ee[8], eo[8]; local
[all...]
H A Dihevc_itrans_recon_32x32.c111 WORD32 ee[8], eo[8]; local
179 ee[k] = eee[k] + eeo[k];
180 ee[k + 4] = eee[3 - k] - eeo[3 - k];
184 e[k] = ee[k] + eo[k];
185 e[k + 8] = ee[7 - k] - eo[7 - k];
239 ee[k] = eee[k] + eeo[k];
240 ee[k + 4] = eee[3 - k] - eeo[3 - k];
244 e[k] = ee[k] + eo[k];
245 e[k + 8] = ee[7 - k] - eo[7 - k];
299 ee[
[all...]
/external/kernel-headers/original/uapi/linux/
H A Derrqueue.h25 #define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1))
/external/testng/src/main/java/org/testng/internal/thread/
H A DFutureResultAdapter.java24 catch(ExecutionException ee) {
25 throw new ThreadExecutionException(ee.getCause()); // NOTE there is no need to keep the EE
/external/webrtc/webrtc/base/
H A Dsignalthread.cc36 EnterExit ee(this);
43 EnterExit ee(this);
55 EnterExit ee(this);
78 EnterExit ee(this);
91 EnterExit ee(this);
97 EnterExit ee(this);
138 EnterExit ee(this);
146 EnterExit ee(this);
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli44 engine is not garbage collected and must be destroyed with [dispose ee].
51 (** [dispose ee] releases the memory used by the execution engine and must be
55 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
58 (** [remove_module m ee] removes the module [m] from the execution engine
59 [ee]. Raises [Error msg] if an error occurs. *)
62 (** [run_static_ctors ee] executes the static constructors of each module in
63 the execution engine [ee]. *)
66 (** [run_static_dtors ee] executes the static destructors of each module in
67 the execution engine [ee]
[all...]
H A Dllvm_executionengine.ml53 let add_global_mapping llval ptr ee =
54 add_global_mapping_ llval (Ctypes.raw_address_of_ptr (Ctypes.to_voidp ptr)) ee
56 let get_global_value_address name typ ee =
57 let vptr = get_global_value_address_ name ee in
63 let get_function_address name typ ee =
64 let fptr = get_function_address_ name ee in
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml50 let ee = create m in
60 add_module m2 ee;
67 add_global_mapping g cg ee;
70 let cg' = get_pointer_to_global g (ptr void) ee in
77 run_static_ctors ee;
80 let varh = get_global_value_address "globvar" int32_t ee in
85 let cplus = get_function_address "plus" cplusty ee in
90 let cgetglobal = get_pointer_to_global getglobal cgetglobalty ee in
94 remove_module m2 ee;
98 run_static_dtors ee;
[all...]
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dexecutionengine.ml68 let ee = ExecutionEngine.create m in
69 ExecutionEngine.add_module m2 ee;
72 ExecutionEngine.run_static_ctors ee;
75 let res = ExecutionEngine.run_function_as_main main [|"test"|] [||] ee in
79 ExecutionEngine.free_machine_code main ee;
82 match ExecutionEngine.find_function "dne" ee with
86 match ExecutionEngine.find_function "plus" ee with
94 ee in
98 Llvm.dispose_module (ExecutionEngine.remove_module m2 ee);
101 ExecutionEngine.run_static_dtors ee;
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli92 is not garbage collected and must be destroyed with [dispose ee].
99 [dispose ee].
106 engine is not garbage collected and must be destroyed with [dispose ee].
110 (** [dispose ee] releases the memory used by the execution engine and must be
114 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
117 (** [remove_module m ee] removes the module [m] from the execution engine
118 [ee], disposing of [m] and the module referenced by [mp]. Raises
123 (** [find_function n ee] finds the function named [n] defined in any of the
124 modules owned by the execution engine [ee]
[all...]
/external/apache-http/src/org/apache/commons/codec/
H A DStringEncoderComparator.java82 catch (EncoderException ee) {
/external/clang/test/Sema/
H A Dconditional-expr.c31 enum {xxx,yyy,zzz} e, *ee; local
33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}}
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DProcessImplicitDefs.cpp154 for (int j = MI->getNumOperands() - 1, ee = 0; j > ee; --j)
230 for (unsigned j = 0, ee = DeadImpDefs.size(); j != ee; ++j)
253 for (unsigned j = 0, ee = RMI->getNumOperands(); j != ee; ++j) {
262 for (unsigned j = 0, ee = Ops.size(); j != ee; ++j) {
279 for (unsigned j = 0, ee = RMI->getNumOperands(); j != ee;
[all...]
/external/clang/test/OpenMP/
H A Dparallel_sections_ast_print.cpp115 Enum ee; local
116 // CHECK: Enum ee;
125 #pragma omp parallel sections default(none), private(argc, b) firstprivate(argv) if (argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(| : c, d) reduction(* : e) lastprivate(argv)
126 // CHECK-NEXT: #pragma omp parallel sections default(none) private(argc,b) firstprivate(argv) if(argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(|: c,d) reduction(*: e) lastprivate(argv)
/external/guava/guava-bootstrap/src/java/util/concurrent/
H A DAbstractExecutorService.java51 ExecutionException ee = null;
87 ee = eex;
89 ee = new ExecutionException(rex);
94 if (ee == null)
95 ee = new ExecutionException();
96 throw ee;
/external/guice/core/src/com/google/inject/internal/
H A DProvisionListenerStackCallback.java119 } catch(ErrorsException ee) {
120 exceptionDuringProvision = ee;
121 throw new ProvisionException(errors.merge(ee.getErrors()).getMessages());
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppengineimpl.cc89 EnterExit ee(this);
99 EnterExit ee(this);
206 EnterExit ee(this);
223 EnterExit ee(this);
240 EnterExit ee(this);
255 EnterExit ee(this);
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp159 ExecutionEngine *ee = EngineBuilder(std::move(Mod)).create(); local
162 GenericValue gv = ee->runFunction(brainf_func, args);

Completed in 654 milliseconds

12345678