Searched defs:cf (Results 76 - 100 of 134) sorted by relevance

123456

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c156 const ASN1_COMPAT_FUNCS *cf; local
237 cf = it->funcs;
289 ptmpval = cf->asn1_d2i(pval, in, len);
H A Dtasn_enc.c132 const ASN1_COMPAT_FUNCS *cf; local
181 cf = it->funcs;
184 i = cf->asn1_i2d(*pval, out);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp339 ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length); local
343 logln(cf == NULL ? "TRUE" : "FALSE");
348 delete cf;
367 ChoiceFormat *cf = NULL;
369 // cf = new ChoiceFormat(limits, formats, 3);
372 // cf = null;
374 //if (cf != null)
375 // errln(cf->format(5));
377 delete cf;
394 ChoiceFormat *cf local
935 ChoiceFormat *cf = new ChoiceFormat(DATA[i], status); local
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc95 CommonFlags *cf = common_flags(); local
96 ParseCommonFlagsFromString(cf, str);
97 CHECK((uptr)cf->malloc_context_size <= kStackTraceMax);
234 CommonFlags *cf = common_flags(); local
235 SetCommonFlagsDefaults(cf);
236 cf->detect_leaks = CAN_SANITIZE_LEAKS;
237 cf->external_symbolizer_path = GetEnv("ASAN_SYMBOLIZER_PATH");
238 cf->malloc_context_size = kDefaultMallocContextSize;
239 cf->intercept_tls_get_addr = true;
240 cf
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp339 ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length); local
343 logln(cf == NULL ? "TRUE" : "FALSE");
348 delete cf;
367 ChoiceFormat *cf = NULL;
369 // cf = new ChoiceFormat(limits, formats, 3);
372 // cf = null;
374 //if (cf != null)
375 // errln(cf->format(5));
377 delete cf;
394 ChoiceFormat *cf local
935 ChoiceFormat *cf = new ChoiceFormat(DATA[i], status); local
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp308 claimed_file &cf = Modules.back(); local
313 cf.handle = file->handle;
315 cf.syms.reserve(sym_count);
322 cf.syms.push_back(ld_plugin_symbol());
323 ld_plugin_symbol &sym = cf.syms.back();
377 cf.syms.reserve(cf.syms.size());
379 if (!cf.syms.empty()) {
380 if ((*add_symbols)(cf.handle, cf
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_dec.c159 const ASN1_COMPAT_FUNCS *cf; local
244 cf = it->funcs;
298 ptmpval = cf->asn1_d2i(pval, in, len);
H A Dtasn_enc.c136 const ASN1_COMPAT_FUNCS *cf; local
185 cf = it->funcs;
188 i = cf->asn1_i2d(*pval, out);
/external/oprofile/pp/
H A Dopreport.cpp342 format_flags get_format_flags(column_flags const & cf) argument
362 if (cf & cf_image_name)
/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c282 UInt cf = (cc_dep1 >> ARMG_CC_SHIFT_C) & 1; local
283 return cf;
290 UInt cf = res < argL; local
291 return cf;
297 UInt cf = argL >= argR; local
298 return cf;
307 UInt cf = oldC ? (res <= argL) : (res < argL); local
308 return cf;
316 UInt cf = oldC ? (argL >= argR) : (argL > argR); local
317 return cf;
323 UInt cf = shco; local
330 UInt cf = oldC; local
337 UInt cf = oldC; local
476 UInt nf, zf, vf, cf, inv; local
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker_unittest.cc366 const ProductState* cf = local
369 if (cf != NULL) {
371 *cf);
679 // Test scenarios under which the quick-enable-cf command should not exist after
712 L"{4DC8B4CA-1BDA-483e-B5FA-D3C12E15B62D}\\Commands\\quick-enable-cf";
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c177 lua_CFunction cf = p->closef; local
179 return (*cf)(L); /* close it */
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc245 COMPOSITIONFORM cf = {CFS_POINT, {x, y}}; local
246 ::ImmSetCompositionWindow(imm_context, &cf);
/external/ltrace/
H A Dtype.c471 struct { char c; float f; } cf; local
479 static size_t float_alignment = alignof(f, cf);
/external/lzma/C/
H A DPpmd7.c381 UInt32 cf, s0; local
384 cf = s->Freq - 1;
385 s0 = c->SummFreq - c->NumStats - cf;
386 upState.Freq = (Byte)(1 + ((2 * cf <= s0) ? (5 * cf > s0) : ((2 * cf + 3 * s0 - 1) / (2 * s0))));
506 UInt32 cf, sf; local
547 cf = 2 * (UInt32)p->FoundState->Freq * (c->SummFreq + 6);
549 if (cf < 6 * sf)
551 cf
[all...]
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp1128 ConvertFile cf; local
1300 cf.signature = 1;
1302 cf.signature = -1;
1349 cf.setBufferSize(bufsz);
1353 if (!cf.convertFile(
1362 if (!cf.convertFile(
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c216 struct r600_bytecode_cf *cf = CALLOC_STRUCT(r600_bytecode_cf); local
218 if (cf == NULL)
220 LIST_INITHEAD(&cf->list);
221 LIST_INITHEAD(&cf->alu);
222 LIST_INITHEAD(&cf->vtx);
223 LIST_INITHEAD(&cf->tex);
224 return cf;
268 LIST_INITHEAD(&bc->cf);
274 struct r600_bytecode_cf *cf = r600_bytecode_cf(); local
276 if (cf
1808 r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) argument
1817 r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
1903 struct r600_bytecode_cf *cf; local
2199 struct r600_bytecode_cf *cf = NULL, *next_cf; local
2235 struct r600_bytecode_cf *cf = NULL; local
[all...]
H A Dr600_asm.h202 struct list_head cf; member in struct:r600_bytecode
222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf);
242 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf);
/external/compiler-rt/lib/msan/
H A Dmsan.cc111 CommonFlags *cf = common_flags(); local
112 ParseCommonFlagsFromString(cf, str);
160 CommonFlags *cf = common_flags(); local
161 SetCommonFlagsDefaults(cf);
162 cf->external_symbolizer_path = GetEnv("MSAN_SYMBOLIZER_PATH");
163 cf->malloc_context_size = 20;
164 cf->handle_ioctl = true;
166 cf->check_printf = false;
167 cf->intercept_tls_get_addr = true;
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp1128 ConvertFile cf; local
1300 cf.signature = 1;
1302 cf.signature = -1;
1349 cf.setBufferSize(bufsz);
1353 if (!cf.convertFile(
1362 if (!cf.convertFile(
/external/javassist/src/main/javassist/
H A DCtClassType.java190 ClassFile cf = new ClassFile(new DataInputStream(fin));
191 if (!cf.getName().equals(qualifiedName))
193 + cf.getName() + " found in "
196 classfile = cf;
197 return cf;
331 ClassFile cf = getClassFile2();
333 cf.setName(name);
351 ClassFile cf = getClassFile2();
352 cf.renameClass(classnames);
387 ClassFile cf
1456 modifyClassConstructor(ClassFile cf) argument
1481 modifyClassConstructor(ClassFile cf, Bytecode code, int stacksize, int localsize) argument
1528 modifyConstructors(ClassFile cf) argument
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java497 ClassFile cf = make();
499 FactoryHelper.writeFile(cf, writeDirectory);
501 thisClass = FactoryHelper.toClass(cf, cl, getDomain());
684 ClassFile cf = new ClassFile(false, classname, superName);
685 cf.setAccessFlags(AccessFlag.PUBLIC);
686 setInterfaces(cf, interfaces);
687 ConstPool pool = cf.getConstPool();
693 cf.addField(finfo);
699 cf.addField(finfo2);
704 cf
835 setInterfaces(ClassFile cf, Class[] interfaces) argument
851 addMethodsHolder(ClassFile cf, ConstPool cp, String classname, int size) argument
872 addSetter(String classname, ClassFile cf, ConstPool cp) argument
887 addGetter(String classname, ClassFile cf, ConstPool cp) argument
901 overrideMethods(ClassFile cf, ConstPool cp, String className) argument
922 override(String thisClassname, Method meth, String prefix, int index, String desc, ClassFile cf, ConstPool cp) argument
944 makeConstructors(String thisClassName, ClassFile cf, ConstPool cp, String classname) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c216 struct r600_bytecode_cf *cf = CALLOC_STRUCT(r600_bytecode_cf); local
218 if (cf == NULL)
220 LIST_INITHEAD(&cf->list);
221 LIST_INITHEAD(&cf->alu);
222 LIST_INITHEAD(&cf->vtx);
223 LIST_INITHEAD(&cf->tex);
224 return cf;
268 LIST_INITHEAD(&bc->cf);
274 struct r600_bytecode_cf *cf = r600_bytecode_cf(); local
276 if (cf
1808 r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) argument
1817 r600_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
1903 struct r600_bytecode_cf *cf; local
2199 struct r600_bytecode_cf *cf = NULL, *next_cf; local
2235 struct r600_bytecode_cf *cf = NULL; local
[all...]
H A Dr600_asm.h202 struct list_head cf; member in struct:r600_bytecode
222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf);
242 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf);
/external/mksh/src/
H A Dlex.c192 yylex(int cf) argument
214 if (cf & ONEWORD)
216 else if (cf & LETEXPR) {
223 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
237 cf |= ALIAS;
285 if (c == '[' && (cf & (VARASN|ARRAYVAR))) {
342 if ((cf & HEREDOC))
380 if ((cf & HEREDOC))
580 if (cf & LQCHAR) {
627 if ((cf
[all...]

Completed in 417 milliseconds

123456