Home
last modified time | relevance | path

Searched refs:ee (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_eeprom.c72 static u16 ath5k_eeprom_bin2freq(struct ath5k_eeprom_info *ee, u16 bin, in ath5k_eeprom_bin2freq() argument
81 if (ee->ee_version > AR5K_EEPROM_VERSION_3_2) in ath5k_eeprom_bin2freq()
87 if (ee->ee_version > AR5K_EEPROM_VERSION_3_2) in ath5k_eeprom_bin2freq()
102 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; in ath5k_eeprom_init_header() local
129 if (ee->ee_version >= AR5K_EEPROM_VERSION_4_3) in ath5k_eeprom_init_header()
132 if (ee->ee_version >= AR5K_EEPROM_VERSION_5_0) { in ath5k_eeprom_init_header()
141 ee->ee_ob[AR5K_EEPROM_MODE_11B][0] = val & 0x7; in ath5k_eeprom_init_header()
142 ee->ee_db[AR5K_EEPROM_MODE_11B][0] = (val >> 3) & 0x7; in ath5k_eeprom_init_header()
145 ee->ee_ob[AR5K_EEPROM_MODE_11G][0] = val & 0x7; in ath5k_eeprom_init_header()
146 ee->ee_db[AR5K_EEPROM_MODE_11G][0] = (val >> 3) & 0x7; in ath5k_eeprom_init_header()
[all …]
Dath5k_reset.c548 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; in ath5k_hw_commit_eeprom_settings() local
554 ((ee->ee_cck_ofdm_power_delta - in ath5k_hw_commit_eeprom_settings()
555 ee->ee_scaled_cck_delta) * 2) / 10; in ath5k_hw_commit_eeprom_settings()
558 (ee->ee_cck_ofdm_power_delta * 2) / 10; in ath5k_hw_commit_eeprom_settings()
565 AR5K_REG_SM((ee->ee_cck_ofdm_gain_delta * -1), in ath5k_hw_commit_eeprom_settings()
577 ee->ee_cck_ofdm_gain_delta; in ath5k_hw_commit_eeprom_settings()
594 AR5K_PHY_NF_SVAL(ee->ee_noise_floor_thr[ee_mode]), in ath5k_hw_commit_eeprom_settings()
602 ee->ee_switch_settling_turbo[ee_mode]); in ath5k_hw_commit_eeprom_settings()
607 ee->ee_atn_tx_rx_turbo[ee_mode]); in ath5k_hw_commit_eeprom_settings()
612 ee->ee_adc_desired_size_turbo[ee_mode]); in ath5k_hw_commit_eeprom_settings()
[all …]
Dath5k_phy.c397 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; in ath5k_hw_gainf_calibrate() local
422 ee->ee_cck_ofdm_gain_delta; in ath5k_hw_gainf_calibrate()
526 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; in ath5k_hw_rfregs_init() local
642 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_ob[ee_mode][obdb], in ath5k_hw_rfregs_init()
645 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_db[ee_mode][obdb], in ath5k_hw_rfregs_init()
663 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_ob[ee_mode][obdb], in ath5k_hw_rfregs_init()
666 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_db[ee_mode][obdb], in ath5k_hw_rfregs_init()
699 ath5k_hw_rfb_op(ah, rf_regs, !ee->ee_xpd[ee_mode], in ath5k_hw_rfregs_init()
702 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_x_gain[ee_mode], in ath5k_hw_rfregs_init()
705 ath5k_hw_rfb_op(ah, rf_regs, ee->ee_i_gain[ee_mode], in ath5k_hw_rfregs_init()
[all …]
/external/llvm/bindings/go/llvm/
Dexecutionengine.go92 func NewExecutionEngine(m Module) (ee ExecutionEngine, err error) {
94 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg)
96 ee.C = nil
103 func NewInterpreter(m Module) (ee ExecutionEngine, err error) {
105 fail := C.LLVMCreateInterpreterForModule(&ee.C, m.C, &cmsg)
107 ee.C = nil
120 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) {
122 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
124 ee.C = nil
131 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) }
[all …]
/external/libhevc/common/
Dihevc_itrans_recon_8x8.c110 WORD32 ee[2], eo[2]; in ihevc_itrans_recon_8x8() local
156 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]; in ihevc_itrans_recon_8x8()
157 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]; in ihevc_itrans_recon_8x8()
160 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8()
161 e[3] = ee[0] - eo[0]; in ihevc_itrans_recon_8x8()
162 e[1] = ee[1] + eo[1]; in ihevc_itrans_recon_8x8()
163 e[2] = ee[1] - eo[1]; in ihevc_itrans_recon_8x8()
194 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_itrans_recon_8x8()
195 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_itrans_recon_8x8()
198 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8()
[all …]
Dihevc_chroma_itrans_recon_8x8.c119 WORD32 ee[2], eo[2]; in ihevc_chroma_itrans_recon_8x8() local
169 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8()
171 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8()
175 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8()
176 e[3] = ee[0] - eo[0]; in ihevc_chroma_itrans_recon_8x8()
177 e[1] = ee[1] + eo[1]; in ihevc_chroma_itrans_recon_8x8()
178 e[2] = ee[1] - eo[1]; in ihevc_chroma_itrans_recon_8x8()
211 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8()
212 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8()
215 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8()
[all …]
Dihevc_itrans_recon_16x16.c110 WORD32 ee[4], eo[4]; in ihevc_itrans_recon_16x16() local
166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16()
171 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16()
172 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16()
216 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
217 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16()
221 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16()
222 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16()
268 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
[all …]
Dihevc_chroma_itrans_recon_16x16.c120 WORD32 ee[4], eo[4]; in ihevc_chroma_itrans_recon_16x16() local
176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16()
181 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16()
182 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16()
225 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
226 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16()
230 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16()
231 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16()
277 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
[all …]
Dihevc_itrans_recon_32x32.c111 WORD32 ee[8], eo[8]; in ihevc_itrans_recon_32x32() local
179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32()
184 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32()
185 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32()
239 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
240 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32()
244 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32()
245 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32()
299 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
[all …]
Dihevc_itrans.c331 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local
361 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_itrans_8x8()
363 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_itrans_8x8()
367 e[0] = ee[0] + eo[0]; in ihevc_itrans_8x8()
368 e[3] = ee[0] - eo[0]; in ihevc_itrans_8x8()
369 e[1] = ee[1] + eo[1]; in ihevc_itrans_8x8()
370 e[2] = ee[1] - eo[1]; in ihevc_itrans_8x8()
410 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local
480 ee[0] = (pi2_src[0] + pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8()
481 ee[1] = (pi2_src[0] - pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8()
[all …]
/external/valgrind/memcheck/tests/amd64/
Dfxsave-amd64.stdout.exp18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
86 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
89 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
92 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
[all …]
Dxsave-avx.stderr.exp123 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
126 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
129 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
130 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
133 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
134 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
137 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
177 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
180 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
183 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
[all …]
/external/llvm/bindings/ocaml/executionengine/
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]. *)
70 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
[all …]
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/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
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/llvm/test/Bindings/OCaml/
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/bindings/ocaml/executionengine/
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]. Returns [None] if the function
129 (** [run_function f args ee] synchronously executes the function [f] with the
[all …]
/external/webrtc/webrtc/base/
Dsignalthread.cc36 EnterExit ee(this); in SetName() local
43 EnterExit ee(this); in Start() local
55 EnterExit ee(this); in Destroy() local
78 EnterExit ee(this); in Release() local
91 EnterExit ee(this); in ContinueWork() local
97 EnterExit ee(this); in OnMessage() local
138 EnterExit ee(this); in Run() local
146 EnterExit ee(this); in OnMainThreadDestroyed() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DProcessImplicitDefs.cpp154 for (int j = MI->getNumOperands() - 1, ee = 0; j > ee; --j) in runOnMachineFunction() local
230 for (unsigned j = 0, ee = DeadImpDefs.size(); j != ee; ++j) in runOnMachineFunction() local
253 for (unsigned j = 0, ee = RMI->getNumOperands(); j != ee; ++j) { in runOnMachineFunction() local
262 for (unsigned j = 0, ee = Ops.size(); j != ee; ++j) { in runOnMachineFunction() local
279 for (unsigned j = 0, ee = RMI->getNumOperands(); j != ee; ++j) { in runOnMachineFunction() local
/external/icu/icu4c/source/data/locales/
Dsaq.txt116 "Mderot ee are",
117 "Mderot ee kuni",
118 "Mderot ee ong’wan",
119 "Mderot ee inet",
120 "Mderot ee ile",
121 "Mderot ee sapa",
122 "Mderot ee kwe",
/external/guava/guava-bootstrap/src/java/util/concurrent/
DAbstractExecutorService.java51 ExecutionException ee = null; in doInvokeAny() local
87 ee = eex; in doInvokeAny()
89 ee = new ExecutionException(rex); in doInvokeAny()
94 if (ee == null) in doInvokeAny()
95 ee = new ExecutionException(); in doInvokeAny()
96 throw ee; in doInvokeAny()
/external/ImageMagick/PerlMagick/t/reference/ttf/
Dannotate.miff8 …�������������������������������������������������������������������������ee���������������������…
10 …���������������������������������������������������������������rr������HH��ee����tt�������������…
14 …�������yy��??��������������""��99����ff����TT����������������������mm����������ee������77��
48 …i����������������������88�� ��pp����������FF��EE����������ww��00����������ee��������������XX�����…
54 …���������������������������������������������������������������������������ee�������������������…
/external/ImageMagick/PerlMagick/t/reference/write/ttf/
Dannotate.miff8 …�������������������������������������������������������������������������ee���������������������…
10 …���������������������������������������������������������������rr������HH��ee����tt�������������…
14 …�������yy��??��������������""��99����ff����TT����������������������mm����������ee������77��
48 …i����������������������88�� ��pp����������FF��EE����������ww��00����������ee��������������XX�����…
54 …���������������������������������������������������������������������������ee�������������������…
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileEstimatorPass.cpp185 ee = ExitEdges.end(); ei != ee; ++ei) { in recurseBasicBlock() local
219 for (SmallVector<Edge, 8>::iterator ei = Edges.begin(), ee = Edges.end(); in recurseBasicBlock() local
220 ei != ee; ++ei) { in recurseBasicBlock()
222 if (ei != (ee-1)) { in recurseBasicBlock()
292 for (SmallVector<Edge, 8>::iterator ei = Edges.begin(), ee = Edges.end(); in recurseBasicBlock() local
293 ei != ee; ++ei) { in recurseBasicBlock()
294 if (ei != (ee-1)) { in recurseBasicBlock()
/external/clang/test/Sema/
Dconditional-expr.c31 enum {xxx,yyy,zzz} e, *ee; in foo() local
33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}} in foo()

12345678910>>...27