Searched refs:templ (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_opt.h78 const char *templ; member in struct:fuse_opt
97 #define FUSE_OPT_KEY(templ, key) { templ, -1U, key }
103 #define FUSE_OPT_END { .templ = NULL }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml-index.c592 int templ, /* Temporary left node */ local
608 for (templ = left, tempr = right; templ < tempr;)
614 while ((templ < right) &&
615 index_compare(ind, ind->nodes[templ], pivot) <= 0)
616 templ ++;
630 if (templ < tempr)
632 temp = ind->nodes[templ];
633 ind->nodes[templ] = ind->nodes[tempr];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_opt.c165 for (; opt && opt->templ; opt++)
166 if (match_template(opt->templ, arg, sepp))
205 if (sep && opt->templ[sep + 1]) {
207 if (opt->templ[sep] == '=')
209 if (process_opt_param(var, opt->templ + sep + 1,
249 if (sep && opt->templ[sep] == ' ' && !arg[sep])
H A Dmount_util.c72 char templ[] = "/tmp/fusermountXXXXXX"; local
81 tmp = mkdtemp(templ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dxor.c128 #define xor_speed(templ) do_xor_speed((templ), b1, b2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_ld_str.c565 long templ = 0; local
602 templ = tmp.sigl;
648 templ = (tmp.sigh >> 8) & 0x007fffff;
661 templ = 0x7f800000;
670 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23;
674 templ = 0;
690 templ = 0x7f800000;
696 templ = st0_ptr->sigh >> 8;
702 templ |= (0x40000000 >> 8);
704 templ |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_user.c39 char *templ; local
51 templ = talloc_sub_specified(NULL, in,
55 templ = talloc_sub_specified(NULL, lp_template,
60 if (!templ)
63 safe_strcpy(out, templ, sizeof(fstring) - 1);
64 TALLOC_FREE(templ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c2392 unsigned int templ, datal; local
2439 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth;
2441 datal = templ % MCLK16;
2442 templ = (templ / MCLK16) + 1;
2443 if(datal) templ++;
2445 if(templ > 0x13) {
2452 ThresholdLow = templ;
2481 templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0x50);
2483 templ
[all...]
H A Dsis_main.c2827 u32 tempq = 0, templ; local
2865 if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) {
2878 writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp936 wxDocTemplate *templ = (wxDocTemplate*) node->GetData(); local
938 delete templ;
1738 wxDocTemplate *templ = templates[i]; local
1739 if ( templ->IsVisible() && !templ->GetViewName().empty() )
1752 strings.Add(templ->m_viewTypeName);
1753 data[n] = templ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocument.tex335 \func{void}{SetDocumentTemplate}{\param{wxDocTemplate* }{templ}}

Completed in 404 milliseconds