Searched defs:def (Results 51 - 75 of 220) sorted by relevance

123456789

/external/toybox/kconfig/
H A Dconfdata.c94 int conf_read_simple(const char *name, int def) argument
138 def_flags = SYMBOL_DEF << def;
148 if (sym->def[def].val)
149 free(sym->def[def].val);
151 sym->def[def].val = NULL;
152 sym->def[def]
[all...]
H A Dsymbol.c38 void sym_add_default(struct symbol *sym, const char *def) argument
42 prop->expr = expr_alloc_symbol(sym_lookup(def, 1));
231 def_sym = sym->def[S_DEF_USER].val;
310 newval.tri = sym->def[S_DEF_USER].tri;
333 newval.val = sym->def[S_DEF_USER].val;
446 cs->def[S_DEF_USER].val = sym;
455 sym->def[S_DEF_USER].tri = val;
600 oldval = sym->def[S_DEF_USER].val;
604 sym->def[S_DEF_USER].val = val = malloc(size);
608 sym->def[S_DEF_USE
[all...]
/external/e2fsprogs/e2fsck/
H A Dproblem.c2338 int ask (e2fsck_t ctx, const char * string, int def) argument
H A Dutil.c190 int ask_yn(e2fsck_t ctx, const char * string, int def) argument
212 if (def == 1)
214 else if (def == 0)
245 def = 1;
250 def = 0;
254 def = 2;
258 } else if ((c == 27 || c == ' ' || c == '\n') && (def != -1)) {
263 if (def == 2)
265 else if (def)
272 return def;
275 ask(e2fsck_t ctx, const char * string, int def) argument
[all...]
/external/fio/
H A Dparse.h62 const char *def; /* default setting */ member in struct:fio_option
/external/flatbuffers/src/
H A Didl_gen_go.cpp763 bool SaveType(const Definition &def, const std::string &classcode, argument
768 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code);
771 NamespaceDir(*def.defined_namespace) + def.name + ".go";
H A Didl_gen_grpc.cpp208 const Definition *def = parser_.services_.vec[i]; local
209 p.package_name = LastNamespacePart(*(def->defined_namespace));
211 std::string filename = NamespaceDir(*def->defined_namespace) + def->name + "_grpc.go";
H A Didl_gen_php.cpp82 bool SaveType(const Definition &def, const std::string &classcode, argument
87 BeginFile(FullNamespace("\\", *def.defined_namespace),
91 std::string filename = NamespaceDir(*def.defined_namespace) +
92 def.name + ".php";
H A Didl_gen_python.cpp87 code += Indent + "def GetRootAs";
283 code += "def Create" + struct_def.name;
351 code += "def " + struct_def.name + "Start";
364 code += "def " + struct_def.name + "Add" + MakeCamel(field.name);
387 code += "def " + struct_def.name + "Start";
402 code += "def " + struct_def.name + "End";
411 code += Indent + "def ";
641 bool SaveType(const Definition &def, const std::string &classcode, argument
655 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code);
657 std::string filename = NamespaceDir(*def
[all...]
/external/libxml2/
H A DtestHTML.c262 int type, int def, const xmlChar *defaultValue,
266 elem, name, type, def, defaultValue);
261 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *elem, const xmlChar *name, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree ATTRIBUTE_UNUSED) argument
H A Dlegacy.c988 * @def: the type of default value
997 int type, int def, const xmlChar * defaultValue,
1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue,
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
H A DtestSAX.c468 const xmlChar * name, int type, int def,
476 elem, name, type, def);
479 elem, name, type, def, defaultValue);
467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp129 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill>
130 // %R0<def> = KILL %R0, %D0<imp-use,kill>
131 // %P0<def> = CMPEQri %R0<kill>, 0
137 // Make sure there there is no 'def' or 'use' of any of the uses of
192 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill>
193 // %R0<def> = KILL %R0, %D0<imp-use,kill>
194 // %P0<def> = CMPEQri %R0<kill>, 0
202 // The following pseudo Hexagon instructions sets "use" and "def"
247 MachineInstr *def = MRI.getVRegDef(cmpOp2); local
248 if (def
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp271 int *def = ralloc_array(mem_ctx, int, virtual_grf_count); local
280 def[i] = MAX_INSTRUCTION;
312 def[reg] = MIN2(loop_start, def[reg]);
316 * later in the loop now, because def[reg] now
326 def[reg] = MIN2(def[reg], ip);
328 def[reg] = MIN2(def[reg], loop_start);
338 this->virtual_grf_def = def;
[all...]
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc284 string def = field->DebugString(); local
285 string::size_type first_line_end = def.find_first_of('\n');
286 printer->Print("// $def$\n",
287 "def", def.substr(0, first_line_end));
291 def.find('\n', second_line_start) - second_line_start;
292 printer->Print("// $def$\n",
293 "def", def.substr(second_line_start, second_line_length));
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXAsmPrinter.cpp252 std::string def = "\t.local .align "; local
253 def += utostr(FrameInfo->getObjectAlignment(i));
254 def += " .b8";
255 def += " __local";
256 def += utostr(i);
257 def += "[";
258 def += utostr(FrameInfo->getObjectSize(i)); // Convert to bits
259 def += "]";
260 def += ";";
261 OutStreamer.EmitRawText(Twine(def));
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c493 int def)
498 if (val == def) {
692 static void write_int(HKEY hk, const char *field, int value, int def) argument
695 if (value == def)
864 #define INT_DEF(t, def) write_int(netw, #t, ssid->t, def)
865 #define INT_DEFe(t, def) write_int(netw, #t, ssid->eap.t, def)
492 wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, int def) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java2133 Dfp def = result;
2137 def = newInstance(getZero());
2138 def.sign = result.sign;
2139 def.nans = QNAN;
2145 def = newInstance(getZero());
2146 def.sign = (byte)(sign*oper.sign);
2147 def.nans = INFINITE;
2152 def = newInstance(getZero());
2153 def.nans = QNAN;
2157 def
2202 trap(int type, String what, Dfp oper, Dfp def, Dfp result) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java379 * @param def String representation of the default value for this attribute.
381 void setDefault(String def) argument
383 m_default = def;
/external/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.c131 UDateFormat *def; local
165 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL, NULL, 0, pat, u_strlen(pat), &status);
172 udat_set2DigitYearStart(def, start, &status);
175 if( (udat_get2DigitYearStart(def, &status) != start))
182 got = udat_parse(def, s, u_strlen(s), 0, &status);
183 gotdate=myFormatit(def, got);
184 expdate=myFormatit(def, exp);
195 udat_close(def);
206 UDateFormat* def; local
216 def
[all...]
H A Dcnmdptst.c683 UNumberFormat *def; local
686 def=unum_open(style, NULL,0,NULL,NULL, &status);
692 dvalue=unum_getDoubleAttribute(def, attr);
696 unum_setDoubleAttribute(def, attr, dvalue);
697 if(unum_getDoubleAttribute(def,attr)!=mydata[i])
704 unum_close(def);
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp490 const char *def = uloc_getDefault(); local
491 return uloc_toLanguageTag(def,target,targetCapacity,FALSE,status);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp110 LValue *def = getScratch(); local
112 insn->setDef(0, def);
118 return def;
246 Value **def, Value **src)
250 for (int d = 0; d < 4 && def[d]; ++d)
251 tex->setDef(d, def[d]);
261 BuildUtil::mkQuadop(uint8_t q, Value *def, uint8_t l, Value *src0, Value *src1) argument
263 Instruction *quadop = mkOp2(OP_QUADOP, TYPE_F32, def, src0, src1);
245 mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, Value **def, Value **src) argument
/external/openssh/
H A Dkex.c202 kex_assemble_names(const char *def, char **list) argument
207 *list = strdup(def);
214 if ((ret = kex_names_cat(def, *list + 1)) == NULL)
H A Dssh-pkcs11.c317 const RSA_METHOD *def = RSA_get_default_method(); local
327 k11->orig_finish = def->finish;
328 memcpy(&k11->rsa_method, def, sizeof(k11->rsa_method));

Completed in 1255 milliseconds

123456789