Home
last modified time | relevance | path

Searched refs:eep (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/dports/multimedia/jmref/JM/lencod/src/
H A Dbiariencode.c50 return eep; in arienco_create_encoding_environment()
72 eep->Ecodestrm[(*eep->Ecodestrm_len)++] = (byte) b; in put_one_byte_final()
79 eep->Ecodestrm[(*eep->Ecodestrm_len)++] = (byte) ((eep->Ebuffer>>((eep->Epbuf--)<<3))&0xFF); in put_buffer()
83 eep->C-=8; in put_buffer()
84 ++(eep->E); in put_buffer()
151 eep->E = 0; in arienco_reset_EC()
152 eep->C = 0; in arienco_reset_EC()
359 ++(eep->C); in biari_encode_symbol()
442 ++(eep->C); in biari_encode_symbol_eq_prob()
446 low += eep->Erange << eep->Ebits_to_go; in biari_encode_symbol_eq_prob()
[all …]
/dports/multimedia/jmref/JM/lencod/inc/
H A Dbiariencode.h47 extern void set_pic_bin_count (VideoParameters *p_Vid, EncodingEnvironmentPtr eep);
49 extern void arienco_start_encoding(EncodingEnvironmentPtr eep, unsigned char *code_buffer, int *cod…
50 extern void arienco_reset_EC (EncodingEnvironmentPtr eep);
51 extern void arienco_done_encoding (Macroblock *currMB, EncodingEnvironmentPtr eep);
53 extern void biari_encode_symbol (EncodingEnvironmentPtr eep, int symbol, BiContextTypePtr bi_ct );
54 extern void biari_encode_symbol_eq_prob(EncodingEnvironmentPtr eep, int symbol);
55 extern void biari_encode_symbol_final(EncodingEnvironmentPtr eep, int symbol);
63 static inline int arienco_bits_written(EncodingEnvironmentPtr eep) in arienco_bits_written() argument
65 …return (((*eep->Ecodestrm_len) + eep->Epbuf + 1) << 3) + (eep->Echunks_outstanding * BITS_TO_LOAD)… in arienco_bits_written()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Darn9380.c231 modal = &eep->modalHeader2G; in ar9380_swap_rom()
239 modal = &eep->modalHeader5G; in ar9380_swap_rom()
257 modal = &eep->modalHeader2G; in ar9380_get_paprd_masks()
259 modal = &eep->modalHeader5G; in ar9380_get_paprd_masks()
311 modal = &eep->modalHeader2G; in ar9380_init_from_rom()
313 modal = &eep->modalHeader5G; in ar9380_init_from_rom()
729 eep->calTargetFbinCck, eep->calTargetPowerCck, in ar9380_set_txpower()
734 eep->calTargetFbin2G, eep->calTargetPower2G, in ar9380_set_txpower()
739 eep->calTargetFbin2GHT20, eep->calTargetPower2GHT20, in ar9380_set_txpower()
753 eep->calTargetFbin5G, eep->calTargetPower5G, in ar9380_set_txpower()
[all …]
H A Darn9287.c124 if (eep->baseEepHeader.openLoopPwrCntl) in ar9287_setup()
134 struct ar9287_eeprom *eep = sc->sc_eep; in ar9287_swap_rom() local
137 eep->modalHeader.antCtrlCommon = in ar9287_swap_rom()
141 eep->modalHeader.antCtrlChain[i] = in ar9287_swap_rom()
145 eep->modalHeader.spurChans[i].spurChan = in ar9287_swap_rom()
156 return eep->modalHeader.spurChans; in ar9287_get_spur_chans()
276 pierfreq = eep->calFreqPier2G; in ar9287_get_pdadcs()
278 eep->calPierData2G[chain]; in ar9287_get_pdadcs()
317 pierfreq = eep->calFreqPier2G; in ar9287_olpc_get_pdgain()
319 eep->calPierData2G[chain]; in ar9287_olpc_get_pdgain()
[all …]
H A Darn5416.c136 struct ar5416_eeprom *eep = sc->sc_eep; in ar5416_swap_rom() local
141 modal = &eep->modalHeader[i]; in ar5416_swap_rom()
368 pierfreq = eep->calFreqPier2G; in ar5416_get_pdadcs()
373 pierfreq = eep->calFreqPier5G; in ar5416_get_pdadcs()
571 eep->calTargetPower2GHT40, in ar5416_set_txpower()
576 eep->calTargetPowerCck, in ar5416_set_txpower()
581 eep->calTargetPower2G, in ar5416_set_txpower()
600 eep->calTargetPower5GHT40, in ar5416_set_txpower()
605 eep->calTargetPower5G, in ar5416_set_txpower()
790 modal = &eep->modalHeader[0]; in ar5416_rw_bank6tpc()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_run_native.cpp43 Ref<EditorExportPlatform> eep = EditorExport::get_singleton()->get_export_platform(i); in _notification() local
44 if (eep.is_null()) in _notification()
46 Ref<ImageTexture> icon = eep->get_run_icon(); in _notification()
78 int dc = eep->get_options_count(); in _notification()
85 mb->set_tooltip(eep->get_options_tooltip()); in _notification()
88 mb->get_popup()->add_icon_item(eep->get_option_icon(i), eep->get_option_label(i)); in _notification()
108 Ref<EditorExportPlatform> eep = EditorExport::get_singleton()->get_export_platform(p_platform); in _run_native() local
109 ERR_FAIL_COND(eep.is_null()); in _run_native()
112 if (eep->get_options_count() == 1) { in _run_native()
125 if (ep->is_runnable() && ep->get_platform() == eep) { in _run_native()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_run_native.cpp43 Ref<EditorExportPlatform> eep = EditorExport::get_singleton()->get_export_platform(i); in _notification() local
44 if (eep.is_null()) in _notification()
46 Ref<ImageTexture> icon = eep->get_run_icon(); in _notification()
78 int dc = eep->get_options_count(); in _notification()
85 mb->set_tooltip(eep->get_options_tooltip()); in _notification()
88 mb->get_popup()->add_icon_item(eep->get_option_icon(i), eep->get_option_label(i)); in _notification()
108 Ref<EditorExportPlatform> eep = EditorExport::get_singleton()->get_export_platform(p_platform); in _run_native() local
109 ERR_FAIL_COND(eep.is_null()); in _run_native()
112 if (eep->get_options_count() == 1) { in _run_native()
125 if (ep->is_runnable() && ep->get_platform() == eep) { in _run_native()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_run_native.cpp42 …Ref<EditorExportPlatform> eep = EditorImportExport::get_singleton()->get_export_platform(E->get()); in _notification() local
43 if (eep.is_null()) in _notification()
45 Ref<ImageTexture> icon = eep->get_logo(); in _notification()
74 …Ref<EditorExportPlatform> eep = EditorImportExport::get_singleton()->get_export_platform(E->key()); in _notification() local
76 int dc = eep->get_device_count(); in _notification()
84 mb->set_tooltip(eep->get_device_name(0) + "\n\n" + eep->get_device_info(0).strip_edges()); in _notification()
88 mb->get_popup()->add_icon_item(get_icon("Play", "EditorIcons"), eep->get_device_name(i)); in _notification()
102 …Ref<EditorExportPlatform> eep = EditorImportExport::get_singleton()->get_export_platform(p_platfor… in _run_native() local
103 ERR_FAIL_COND(eep.is_null()); in _run_native()
105 if (eep->get_device_count() == 1) { in _run_native()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_run_native.cpp42 …Ref<EditorExportPlatform> eep = EditorImportExport::get_singleton()->get_export_platform(E->get()); in _notification() local
43 if (eep.is_null()) in _notification()
45 Ref<ImageTexture> icon = eep->get_logo(); in _notification()
74 …Ref<EditorExportPlatform> eep = EditorImportExport::get_singleton()->get_export_platform(E->key()); in _notification() local
76 int dc = eep->get_device_count(); in _notification()
84 mb->set_tooltip(eep->get_device_name(0) + "\n\n" + eep->get_device_info(0).strip_edges()); in _notification()
88 mb->get_popup()->add_icon_item(get_icon("Play", "EditorIcons"), eep->get_device_name(i)); in _notification()
102 …Ref<EditorExportPlatform> eep = EditorImportExport::get_singleton()->get_export_platform(p_platfor… in _run_native() local
103 ERR_FAIL_COND(eep.is_null()); in _run_native()
105 if (eep->get_device_count() == 1) { in _run_native()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/eisa/
H A Dif_ep_eisa.c173 const struct ep_eisa_product *eep; in ep_eisa_lookup() local
175 for (eep = ep_eisa_products; eep->eep_name != NULL; eep++) in ep_eisa_lookup()
176 if (strcmp(ea->ea_idstring, eep->eep_eisaid) == 0) in ep_eisa_lookup()
177 return (eep); in ep_eisa_lookup()
204 const struct ep_eisa_product *eep; in ep_eisa_attach() local
230 eep = ep_eisa_lookup(ea); in ep_eisa_attach()
231 if (eep == NULL) { in ep_eisa_attach()
243 printf(": %s\n", eep->eep_name); in ep_eisa_attach()
250 sc->ep_flags = eep->eep_flags; in ep_eisa_attach()
270 epconfig(sc, eep->eep_chipset, NULL); in ep_eisa_attach()
/dports/databases/p5-Class-DBI/Class-DBI-v3.0.17/t/
H A D04-lazy.t21 is_deeply [ sort Lazy->columns('horizon') ], [qw/eep orp/], "horizon";
23 is_deeply [ sort Lazy->columns('All') ], [qw/eep oop opop orp that this/],
38 Lazy->insert({ this => 1, that => 2, oop => 3, opop => 4, eep => 5 });
44 ok(!$obj->_attribute_exists('eep'), " nor eep");
48 ok(my $val = $obj->eep, 'Fetch eep');
54 Lazy->columns(All => qw/this that eep orp oop opop/);
57 my $null = $obj->eep;
59 " Don't have oop - even after getting eep";
65 Lazy->insert(this => 10, that => 20, oop => 30, opop => 40, eep => 50);
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t/
H A D04-lazy.t21 is_deeply [ sort Lazy->columns('horizon') ], [qw/eep orp/], "horizon";
23 is_deeply [ sort Lazy->columns('All') ], [qw/eep oop opop orp that this/],
38 Lazy->insert({ this => 1, that => 2, oop => 3, opop => 4, eep => 5 });
44 ok(!$obj->_attribute_exists('eep'), " nor eep");
48 ok(my $val = $obj->eep, 'Fetch eep');
54 Lazy->columns(All => qw/this that eep orp oop opop/);
57 my $null = $obj->eep;
59 " Don't have oop - even after getting eep";
65 Lazy->insert(this => 10, that => 20, oop => 30, opop => 40, eep => 50);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3206 if (eep == NULL) { in ar9300_compress_decision()
3279 struct ar9300_eeprom *eep; in ar9300_eeprom_restore_internal() local
3449 pBase = &eep->baseEepHeader; in ar9003_dump_cal_data()
3503 &eep->modalHeader2G); in ath9k_hw_ar9003_dump_eeprom()
3511 &eep->modalHeader5G); in ath9k_hw_ar9003_dump_eeprom()
3519 pBase = &eep->baseEepHeader; in ath9k_hw_ar9003_dump_eeprom()
3598 return &eep->modalHeader2G; in ar9003_modal_header()
3600 return &eep->modalHeader5G; in ar9003_modal_header()
5164 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
5165 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3206 if (eep == NULL) { in ar9300_compress_decision()
3279 struct ar9300_eeprom *eep; in ar9300_eeprom_restore_internal() local
3449 pBase = &eep->baseEepHeader; in ar9003_dump_cal_data()
3503 &eep->modalHeader2G); in ath9k_hw_ar9003_dump_eeprom()
3511 &eep->modalHeader5G); in ath9k_hw_ar9003_dump_eeprom()
3519 pBase = &eep->baseEepHeader; in ath9k_hw_ar9003_dump_eeprom()
3598 return &eep->modalHeader2G; in ar9003_modal_header()
3600 return &eep->modalHeader5G; in ar9003_modal_header()
5164 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
5165 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3206 if (eep == NULL) { in ar9300_compress_decision()
3279 struct ar9300_eeprom *eep; in ar9300_eeprom_restore_internal() local
3449 pBase = &eep->baseEepHeader; in ar9003_dump_cal_data()
3503 &eep->modalHeader2G); in ath9k_hw_ar9003_dump_eeprom()
3511 &eep->modalHeader5G); in ath9k_hw_ar9003_dump_eeprom()
3519 pBase = &eep->baseEepHeader; in ath9k_hw_ar9003_dump_eeprom()
3598 return &eep->modalHeader2G; in ar9003_modal_header()
3600 return &eep->modalHeader5G; in ar9003_modal_header()
5164 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
5165 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
H A Dath9k_eeprom_4k.c86 struct ar5416_eeprom_4k *eep = in ath9k_hw_4k_check_eeprom() local
150 eep->baseEepHeader.length = word; in ath9k_hw_4k_check_eeprom()
153 eep->baseEepHeader.checksum = word; in ath9k_hw_4k_check_eeprom()
156 eep->baseEepHeader.version = word; in ath9k_hw_4k_check_eeprom()
159 eep->baseEepHeader.regDmn[0] = word; in ath9k_hw_4k_check_eeprom()
162 eep->baseEepHeader.regDmn[1] = word; in ath9k_hw_4k_check_eeprom()
165 eep->baseEepHeader.rfSilent = word; in ath9k_hw_4k_check_eeprom()
171 eep->baseEepHeader.deviceCap = word; in ath9k_hw_4k_check_eeprom()
717 pModal = &eep->modalHeader; in ath9k_hw_4k_set_addac()
728 struct ar5416_eeprom_4k *eep, in ath9k_hw_4k_set_gain() argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3015 return eep->macAddr[0] << 8 | eep->macAddr[1]; in ath9k_hw_ar9300_get_eeprom()
3017 return eep->macAddr[2] << 8 | eep->macAddr[3]; in ath9k_hw_ar9300_get_eeprom()
3019 return eep->macAddr[4] << 8 | eep->macAddr[5]; in ath9k_hw_ar9300_get_eeprom()
3243 if (eep == NULL) { in ar9300_compress_decision()
3249 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision()
4523 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_indirect_edge_power()
4524 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_indirect_edge_power()
4547 &eep->ctl_freqbin_2G[idx][0] : in ar9003_hw_get_max_edge_power()
4548 &eep->ctl_freqbin_5G[idx][0]; in ar9003_hw_get_max_edge_power()
4839 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower()
[all …]
/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSdaiHeaderSchema.cc635 eep = new SDAI_Entity_extent; in SdaiModel_contents_header_section_schema()
637 _folders.Append( eep ); in SdaiModel_contents_header_section_schema()
639 eep = new SDAI_Entity_extent; in SdaiModel_contents_header_section_schema()
641 _folders.Append( eep ); in SdaiModel_contents_header_section_schema()
643 eep = new SDAI_Entity_extent; in SdaiModel_contents_header_section_schema()
645 _folders.Append( eep ); in SdaiModel_contents_header_section_schema()
647 eep = new SDAI_Entity_extent; in SdaiModel_contents_header_section_schema()
649 _folders.Append( eep ); in SdaiModel_contents_header_section_schema()
651 eep = new SDAI_Entity_extent; in SdaiModel_contents_header_section_schema()
653 _folders.Append( eep ); in SdaiModel_contents_header_section_schema()
[all …]

12345678910>>...20