Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 25 of 62) sorted by relevance

123

/external/libxml2/result/c14n/with-comments/
Dexample-46 …<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;err…
/external/libxml2/result/c14n/without-comments/
Dexample-46 …<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;err…
/external/libxml2/result/c14n/1-1-without-comments/
Dexample-46 …<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;err…
/external/e2fsprogs/po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
12 en@quot.po-update: en@quot.po-update-en
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
45 mostlyclean: mostlyclean-quot
46 mostlyclean-quot:
/external/libexif/po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
12 en@quot.po-update: en@quot.po-update-en
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
45 mostlyclean: mostlyclean-quot
46 mostlyclean-quot:
/external/elfutils/po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
12 en@quot.po-update: en@quot.po-update-en
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
45 mostlyclean: mostlyclean-quot
46 mostlyclean-quot:
DLINGUAS5 en@quot en@boldquot
/external/bison/runtime-po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
12 en@quot.po-update: en@quot.po-update-en
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
45 mostlyclean: mostlyclean-quot
46 mostlyclean-quot:
/external/bison/po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
12 en@quot.po-update: en@quot.po-update-en
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
45 mostlyclean: mostlyclean-quot
46 mostlyclean-quot:
/external/syslinux/dos/
D__udivmoddi4.c5 uint64_t quot = 0, qbit = 1; in __udivmoddi4() local
21 quot += qbit; in __udivmoddi4()
30 return quot; in __udivmoddi4()
/external/syslinux/com32/lib/libgcc/
D__udivmoddi4.c6 uint64_t quot = 0, qbit = 1; in __udivmoddi4() local
22 quot += qbit; in __udivmoddi4()
31 return quot; in __udivmoddi4()
/external/syslinux/gpxe/src/libgcc/
D__udivmoddi4.c5 uint64_t quot = 0, qbit = 1; in __udivmoddi4() local
22 quot += qbit; in __udivmoddi4()
31 return quot; in __udivmoddi4()
/external/libxml2/result/
Dent6.sax12 SAX.entityDecl(quot, 1, (null), (null), ")
13 SAX.getEntity(quot)
Dent6.sax212 SAX.entityDecl(quot, 1, (null), (null), ")
13 SAX.getEntity(quot)
/external/libxml2/result/noent/
Dent6.sax212 SAX.entityDecl(quot, 1, (null), (null), ")
13 SAX.getEntity(quot)
/external/libmtp/logs/
Dmtp-detect-hp-touchpad.txt16 Using kernel interface &quot;usbfs&quot;
35 Interface description contains the string &quot;MTP&quot;
/external/clang/test/Parser/
Dextension.c8 long long int quot; member
/external/python/cpython2/Objects/
Dcomplexobject.c561 Py_complex quot; in complex_div() local
567 quot = c_quot(a, b); in complex_div()
568 PyFPE_END_PROTECT(quot) in complex_div()
573 return PyComplex_FromCComplex(quot); in complex_div()
579 Py_complex quot; in complex_classic_div() local
590 quot = c_quot(a, b); in complex_classic_div()
591 PyFPE_END_PROTECT(quot) in complex_classic_div()
596 return PyComplex_FromCComplex(quot); in complex_classic_div()
/external/aac/libAACenc/src/
Daacenc_pns.cpp509 FIXP_DBL quot = (sfbEnergyLeftLD[sfb]>>1) + (sfbEnergyRightLD[sfb]>>1); in FDKaacEnc_PreProcessPnsChannelPair() local
511 if(quot < FL2FXCONST_DBL(-32.0f/(float)LD_DATA_SCALING)) in FDKaacEnc_PreProcessPnsChannelPair()
518 …ccf = CalcLdData(accu) + FL2FXCONST_DBL((float)1.0f/(float)LD_DATA_SCALING) - quot; /* ld(accu*2… in FDKaacEnc_PreProcessPnsChannelPair()
/external/ImageMagick/scripts/
Dformat_c_api_docs290 <small>&quot;Image manipulation software that works like magick&quot;</small>
/external/elfutils/
D.gitignore51 /po/en@quot.insert-header
52 /po/en@quot.po
/external/icu/icu4c/source/i18n/
DdecNumber.c6660 uInt quot=QUOT10(*up, cut); local
6661 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6752 uInt quot=QUOT10(*source, cut); local
6753 uInt rem=*source-quot*powers[cut];
6754 next+=quot;
6788 Int quot, rem; /* for division */ local
6808 quot=QUOT10(*up, cut);
6810 quot=*up/powers[cut];
6813 *target=(Unit)quot;
6817 quot=*up;
[all …]
/external/llvm/test/CodeGen/X86/
D2007-04-08-InlineAsmCrash.ll10 …vide(%struct.bc_struct* %n1, %struct.bc_struct* %n2, %struct.bc_struct** %quot, i32 %scale) nounwi…
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-04-08-InlineAsmCrash.ll10 …vide(%struct.bc_struct* %n1, %struct.bc_struct* %n2, %struct.bc_struct** %quot, i32 %scale) nounwi…
/external/libdrm/tests/util/
Dpattern.c624 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_yuv_planar()
658 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_yuv_packed()
686 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb16()
711 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb24()
734 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb32()

123