Searched defs:fa (Results 1 - 25 of 42) sorted by relevance

12

/external/syslinux/com32/hdt/
H A Dhdt-menu-acpi.c106 s_facs *fa = &hardware->acpi.facs; local
110 snprintf(buffer, sizeof buffer, "%-4s", fa->signature);
111 snprintf(statbuffer, sizeof statbuffer, "%-4s @ 0x%p", fa->signature, fa->address);
H A Dhdt-cli-acpi.c126 s_facs *fa = &hardware->acpi.facs; local
129 fa->address);
H A Dhdt-dump-acpi.c395 s_facs *fa = &acpi->facs; local
397 snprintf(address,sizeof(address),"%p",fa->address);
/external/testng/src/test/java/test/configuration/
H A DConfigurationGroups1SampleTest.java29 public void fa() { method in class:ConfigurationGroups1SampleTest
30 log("fa");
H A DConfigurationGroups2SampleTest.java32 public void fa() { method in class:ConfigurationGroups2SampleTest
33 log("fa");
H A DConfigurationGroups3SampleTest.java30 public void fa() { method in class:ConfigurationGroups3SampleTest
31 log("fa");
/external/valgrind/memcheck/tests/solaris/
H A Dspawn.c40 posix_spawn_file_actions_t fa; local
41 ret = posix_spawn_file_actions_init(&fa);
44 ret = posix_spawn_file_actions_addopen(&fa, 10, "/dev/null", O_RDONLY, 0);
47 ret = posix_spawn(&child, EXE_NAME, &fa, NULL, argv_exe, envp);
51 ret = posix_spawn_file_actions_destroy(&fa);
/external/clang/test/CodeGenCXX/
H A Dtype-metadata.cpp199 } fa; local
200 af(&fa);
/external/clang/test/Sema/
H A Dattr-flag-enum.c23 fa = 0x1, enumerator in enum:flag3
/external/harfbuzz_ng/test/api/
H A Dtest-common.c182 hb_language_t fa = hb_language_from_string ("fa", -1); local
184 hb_language_t fa_ir = hb_language_from_string ("fa-ir", -1);
189 g_assert (fa != NULL);
194 g_assert (en != fa);
/external/syslinux/com32/gpllib/acpi/
H A Dacpi.c112 s_facs *fa = &acpi->facs; local
122 if (fa->valid == false) {
123 fa->address = (uint64_t *)f->x_firmware_ctrl;
124 parse_facs(fa);
125 if (fa->valid == false) {
127 fa->address = (uint64_t *)f->firmware_ctrl;
128 parse_facs(fa);
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_listbox.cpp138 PDFSDK_FieldAction& fa) {
142 fa.sValue = L"";
148 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
155 fa.sValue = L"";
159 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
136 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
H A Dcffl_textfield.cpp164 PDFSDK_FieldAction& fa) {
168 fa.bFieldFull = pWnd->IsTextFull();
170 fa.sValue = pWnd->GetText();
172 if (fa.bFieldFull) {
173 fa.sChange = L"";
174 fa.sChangeEx = L"";
180 fa.sValue = pWnd->GetText();
185 fa.sValue = m_pWidget->GetValue();
194 const PDFSDK_FieldAction& fa) {
199 pEdit->SetSel(fa
162 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
192 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
[all...]
H A Dcffl_combobox.cpp129 PDFSDK_FieldAction& fa) {
135 fa.bFieldFull = pEdit->IsTextFull();
139 fa.nSelEnd = nSelEnd;
140 fa.nSelStart = nSelStart;
141 fa.sValue = pEdit->GetText();
142 fa.sChangeEx = GetSelectExportText();
144 if (fa.bFieldFull) {
145 fa.sChange = L"";
146 fa.sChangeEx = L"";
155 fa
127 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
168 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
[all...]
H A Dcffl_formfiller.cpp552 PDFSDK_FieldAction& fa) {
553 fa.sValue = m_pWidget->GetValue();
558 const PDFSDK_FieldAction& fa) {}
550 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
556 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
H A Dcffl_interactiveformfiller.cpp124 PDFSDK_FieldAction fa; local
125 fa.bModifier = m_pFormFillEnv->IsCTRLKeyDown(nFlag);
126 fa.bShift = m_pFormFillEnv->IsSHIFTKeyDown(nFlag);
127 pWidget->OnAAction(CPDF_AAction::CursorEnter, fa, pPageView);
158 PDFSDK_FieldAction fa; local
159 fa.bModifier = m_pFormFillEnv->IsCTRLKeyDown(nFlag);
160 fa.bShift = m_pFormFillEnv->IsSHIFTKeyDown(nFlag);
161 pWidget->OnAAction(CPDF_AAction::CursorExit, fa, pPageView);
195 PDFSDK_FieldAction fa; local
196 fa
273 PDFSDK_FieldAction fa; local
395 PDFSDK_FieldAction fa; local
436 PDFSDK_FieldAction fa; local
615 PDFSDK_FieldAction fa; local
647 PDFSDK_FieldAction fa; local
714 PDFSDK_FieldAction fa; local
749 PDFSDK_FieldAction fa; local
812 PDFSDK_FieldAction fa; local
847 PDFSDK_FieldAction fa; local
914 PDFSDK_FieldAction fa; local
[all...]
/external/valgrind/coregrind/
H A Dlauncher-darwin.c135 struct fat_arch *fa = (struct fat_arch *)(fh+1); local
139 if (ntohl(fa[i].cputype) == cputype) return 1;
180 struct fat_arch *fa = (struct fat_arch *)(fh+1); local
181 return name_for_cputype(ntohl(fa->cputype));
/external/valgrind/memcheck/tests/amd64/
H A Dmore_x87_fp.c96 float fa; local
105 fa = a;
107 printf("(float)%e = %e\n", a, fa);
/external/valgrind/memcheck/tests/x86/
H A Dmore_x86_fp.c86 float fa; local
95 fa = a;
97 printf("(float)%f = %f\n", a, fa);
/external/harfbuzz_ng/util/
H A Dhelper-cairo.cc388 unsigned int fr, fg, fb, fa, br, bg, bb, ba; local
393 fr = fg = fb = 0; fa = 255;
395 sscanf (color + (*color=='#'), "%2x%2x%2x%2x", &fr, &fg, &fb, &fa);
429 (fr / 255.) * (fa / 255.) + (br / 255) * (1 - (fa / 255.)));
438 cairo_set_source_rgba (cr, fr / 255., fg / 255., fb / 255., fa / 255.);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp526 // float fa = (float)ia;
527 SDValue fa = DAG.getNode(ISD::SINT_TO_FP, DL, FLTTY, ia); local
532 // float fq = native_divide(fa, fb);
533 SDValue fq = DAG.getNode(AMDGPUISD::DIV_INF, DL, FLTTY, fa, fb);
541 // float fr = mad(fqneg, fb, fa);
542 SDValue fr = DAG.getNode(AMDGPUISD::MAD, DL, FLTTY, fqneg, fb, fa);
/external/clang/test/OpenMP/
H A Dtarget_map_codegen.cpp2757 float fa; member in struct:ST
2766 T fa; member in struct:STT
2862 { sa.fa+=1; }
2876 { sc[3].fa+=1; }
2890 { sd[3].fa+=1; }
2904 { sc[3].fa+=1; }
2923 { sd[3].fa+=1; }
2937 { sta.fa+=1; }
2951 { stc[3].fa+=1; }
2965 { std[3].fa
[all...]
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp286 fa, fb, fc, fd, fe, ff enumerator in enum:test1::A::Foo
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c431 const struct table_entry *fa = a, *fb = b; local
433 if (fa->start_ip_offset > fb->start_ip_offset)
435 else if (fa->start_ip_offset < fb->start_ip_offset)
/external/mesa3d/src/mesa/main/
H A Dcontext.c348 gl_frag_attrib fa = FRAG_ATTRIB_WPOS; local
358 (void) fa;

Completed in 601 milliseconds

12