Searched defs:cf (Results 101 - 125 of 134) sorted by relevance

123456

/external/mksh/src/
H A Dsyn.c72 static bool reject; /* token(cf) gets symbol again */
78 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
79 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
80 #define musthave(c,cf) do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0)
101 pipeline(int cf) argument
105 t = get_command(cf);
177 synio(int cf) argument
259 get_command(int cf) argument
[all...]
/external/tcpdump/
H A Dprint-802_11.c663 struct cf_t cf; local
813 memcpy(&cf, p + offset, 8);
824 pbody->cf = cf;
H A Dieee802_11.h244 struct cf_t cf; member in struct:mgmt_body_t
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc2389 CategoryFilter::CategoryFilter(const CategoryFilter& cf) argument
2390 : included_(cf.included_),
2391 disabled_(cf.disabled_),
2392 excluded_(cf.excluded_),
2393 delays_(cf.delays_) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp163 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3); local
166 cf->format((int32_t)1, toAppendTo, status);
171 delete cf;
1741 ChoiceFormat cf(limit, formats, 3);
1743 msgfmt->setFormat("set", cf, status);
1766 // We need to clone the stack-allocated cf so that we do not attempt to delete cf.
1767 Format *cfClone = cf.clone();
1784 msgfmt->setFormat("formatName", cf, status);
H A Dregextst.cpp5217 UnicodeString cf = UnicodeString(c).foldCase(); local
5218 REGEX_ASSERT(cf.length() >= 2);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp1249 ir_rvalue *cf = get_source(p, SRC_PREVIOUS, 0); local
1254 p->emit(assign(spec_result, cf));
1269 cf = new(p->mem_ctx) ir_dereference_variable(spec_result);
1273 cf = emit_fog_instructions(p, cf);
1278 p->emit(assign(frag_color, cf));
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc1955 ChannelFormat cf[] = { local
1960 size_t channel_format_size = sizeof(cf) / sizeof(*cf);
1969 TotalChannelsFromLayout(cf[i].in_layout));
1971 ChannelsFromLayout(cf[i].out_layout));
1979 cf[i].in_layout,
1981 cf[i].out_layout,
2200 ChannelFormat cf[] = { local
2208 size_t channel_format_size = sizeof(cf) / sizeof(*cf);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp163 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3); local
166 cf->format((int32_t)1, toAppendTo, status);
171 delete cf;
1741 ChoiceFormat cf(limit, formats, 3);
1743 msgfmt->setFormat("set", cf, status);
1766 // We need to clone the stack-allocated cf so that we do not attempt to delete cf.
1767 Format *cfClone = cf.clone();
1784 msgfmt->setFormat("formatName", cf, status);
H A Dregextst.cpp5223 UnicodeString cf = UnicodeString(c).foldCase(); local
5224 REGEX_ASSERT(cf.length() >= 2);
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c1887 FILE * cf; local
1895 cf = fopen (context.filename, "r");
1896 if (! cf)
1905 while (fgets (line, CONF_LINE_SIZE, cf))
1913 fclose(cf);
1918 fclose (cf);
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp1249 ir_rvalue *cf = get_source(p, SRC_PREVIOUS, 0); local
1254 p->emit(assign(spec_result, cf));
1269 cf = new(p->mem_ctx) ir_dereference_variable(spec_result);
1273 cf = emit_fog_instructions(p, cf);
1278 p->emit(assign(frag_color, cf));
/external/ppp/pppd/
H A Dsys-solaris.c1544 int cf[2]; local
1559 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1560 cf[1] = COMP_PROT | COMP_AC;
1562 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0)
1594 int cf[2]; local
1609 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
1610 cf[1] = DECOMP_PROT | DECOMP_AC;
1612 strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeo
1639 int cf[2]; local
1719 int cf[2]; local
1737 int cf[2]; local
[all...]
/external/qemu/target-i386/
H A Dops_sse.h1609 uint64_t cf = (s->Q(0) & ~d->Q(0)) | (s->Q(1) & ~d->Q(1)); local
1611 CC_SRC = (zf ? 0 : CC_Z) | (cf ? 0 : CC_C);
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c151 { Int cf, pf, af, zf, sf, of; \
156 cf = (DATA_UTYPE)res < (DATA_UTYPE)argL; \
163 return cf | pf | af | zf | sf | of; \
172 { Int cf, pf, af, zf, sf, of; \
177 cf = (DATA_UTYPE)argL < (DATA_UTYPE)argR; \
184 return cf | pf | af | zf | sf | of; \
193 { Int cf, pf, af, zf, sf, of; \
200 cf = (DATA_UTYPE)res <= (DATA_UTYPE)argL; \
202 cf = (DATA_UTYPE)res < (DATA_UTYPE)argL; \
209 return cf | p
647 UInt of,sf,zf,cf,pf; local
1895 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
1950 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
[all...]
H A Dguest_amd64_helpers.c193 { Long cf, pf, af, zf, sf, of; \
198 cf = (DATA_UTYPE)res < (DATA_UTYPE)argL; \
205 return cf | pf | af | zf | sf | of; \
214 { Long cf, pf, af, zf, sf, of; \
219 cf = (DATA_UTYPE)argL < (DATA_UTYPE)argR; \
226 return cf | pf | af | zf | sf | of; \
235 { Long cf, pf, af, zf, sf, of; \
242 cf = (DATA_UTYPE)res <= (DATA_UTYPE)argL; \
244 cf = (DATA_UTYPE)res < (DATA_UTYPE)argL; \
251 return cf | p
822 ULong of,sf,zf,cf,pf; local
2742 ULong cf=0, of=0, tempcf; local
2810 ULong cf=0, of=0, tempcf; local
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.c693 tcg_target_long val, int cf)
705 if (!cf && (c == ARITH_ADD || c == ARITH_SUB) && (val == 1 || val == -1)) {
692 tgen_arithi(TCGContext *s, int c, int r0, tcg_target_long val, int cf) argument
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jar ... .lang.String getSuperclassName () javassist.bytecode.ClassFile cf public boolean callsSuper () throws javassist.CannotCompileException int index javassist ...
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1028 skia::RefPtr<SkColorFilter> cf; local
1033 cf = skia::AdoptRef(colorfilter_rawptr);
1036 if (cf && cf->asColorMatrix(color_matrix) && !filter->getInput(0)) {
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3374 bool typeOK, cf; local
3378 cf = false;
3381 cf = true;
3386 << Attr.getRange() << Attr.getName() << cf;
3390 if (cf)
3422 bool cf; local
3427 cf = false;
3433 cf = false;
3439 cf = true;
3445 << Attr.getRange() << Attr.getName() << isa<ObjCMethodDecl>(D) << cf;
[all...]
/external/pcre/dist/
H A Dpcre_compile.c1106 the ESC_g code (cf \k). */
1194 be octal 123 (cf \0123, which is octal 012 followed by the literal 3). If
7728 pcre_uint32 cf; local
7744 cf = ptr[1];
7745 if (cf != CHAR_PLUS && cf != CHAR_MINUS && !IS_DIGIT(cf))
7751 /* Signed or unsigned number (cf = ptr[1]) is known to be plus or minus
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c9888 PRFileDesc *cf; local
9915 cf = PR_Open(cfn, PR_RDONLY, 0);
9916 if (!cf) {
9919 prStatus = PR_GetOpenFileInfo(cf, &info);
9921 PR_Close(cf);
9926 numBytes = PR_Read(cf, pCertItem->data, info.size);
9928 PR_Close(cf);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 905 milliseconds

123456