Searched defs:def (Results 26 - 50 of 106) sorted by relevance

12345

/external/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp109 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill>
110 // %R0<def> = KILL %R0, %D0<imp-use,kill>
111 // %P0<def> = CMPEQri %R0<kill>, 0
117 // Make sure there there is no 'def' or 'use' of any of the uses of
172 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill>
173 // %R0<def> = KILL %R0, %D0<imp-use,kill>
174 // %P0<def> = CMPEQri %R0<kill>, 0
182 // The following pseudo Hexagon instructions sets "use" and "def"
236 MachineInstr *def = MRI.getVRegDef(cmpOp2); local
237 if (def
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc60 string def = field->DebugString(); local
61 printer->Print("// $def$\n",
62 "def", def.substr(0, def.find_first_of('\n')));
/external/qemu/target-mips/
H A Dtranslate_init.c474 static void no_mmu_init (CPUMIPSState *env, const mips_def_t *def) argument
480 static void fixed_mmu_init (CPUMIPSState *env, const mips_def_t *def) argument
486 static void r4k_mmu_init (CPUMIPSState *env, const mips_def_t *def) argument
488 env->tlb->nb_tlb = 1 + ((def->CP0_Config1 >> CP0C1_MMU) & 63);
496 static void mmu_init (CPUMIPSState *env, const mips_def_t *def) argument
500 switch (def->mmu_type) {
502 no_mmu_init(env, def);
505 r4k_mmu_init(env, def);
508 fixed_mmu_init(env, def);
519 static void fpu_init (CPUMIPSState *env, const mips_def_t *def) argument
529 mvp_init(CPUMIPSState *env, const mips_def_t *def) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dproblem.c1905 int ask (e2fsck_t ctx, const char * string, int def) argument
H A Dutil.c134 int ask_yn(const char * string, int def) argument
152 if (def == 1)
154 else if (def == 0)
176 def = 1;
180 def = 0;
183 else if ((c == ' ' || c == '\n') && (def != -1))
186 if (def)
193 return def;
196 int ask (e2fsck_t ctx, const char * string, int def) argument
207 printf ("%s? %s\n\n", string, def
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java89 private MaterialDef def; field in class:Material
101 public Material(MaterialDef def) { argument
102 if (def == null) {
105 this.def = def;
108 for (MatParam param : def.getMaterialParams()){
330 return def;
372 MatParam paramDef = def.getMaterialParam(name);
377 paramDef = def.getMaterialParam(newName);
410 MatParam paramDef = def
[all...]
/external/linux-tools-perf/util/
H A Dconfig.c383 static int perf_env_bool(const char *k, int def) argument
386 return v ? perf_config_bool(k, v) : def;
/external/llvm/lib/Target/NVPTX/
H A DVectorElementize.cpp174 unsigned def; local
180 def = i;
186 unsigned regnum = Instr->getOperand(def).getReg();
193 && "Only 0 def instruction supported is vector store");
/external/openssh/
H A Dssh-pkcs11.c309 const RSA_METHOD *def = RSA_get_default_method(); local
319 k11->orig_finish = def->finish;
320 memcpy(&k11->rsa_method, def, sizeof(k11->rsa_method));
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc63 string def = field->DebugString(); local
64 printer->Print("// $def$\n",
65 "def", def.substr(0, def.find_first_of('\n')));
/external/qemu/hw/
H A Dqdev.c312 uint64_t qdev_get_prop_int(DeviceState *dev, const char *name, uint64_t def) argument
318 return def;
H A Dbt-sdp.c698 struct sdp_def_service_s *def, int handle)
705 while (def->attributes[record->attributes].data.type) {
707 len += sdp_attr_max_size(&def->attributes[record->attributes ++].data,
719 while (def->attributes[record->attributes].data.type) {
724 data[len ++] = def->attributes[record->attributes].id >> 8;
725 data[len ++] = def->attributes[record->attributes].id & 0xff;
727 &def->attributes[record->attributes].data, &uuid);
730 if (def->attributes[record->attributes].id == SDP_ATTR_RECORD_HANDLE)
731 def->attributes[record->attributes].data.value.uint = handle;
697 sdp_service_record_build(struct sdp_service_record_s *record, struct sdp_def_service_s *def, int handle) argument
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_winreg.c475 int def)
480 if (val == def) {
645 static void write_int(HKEY hk, const char *field, int value, int def) argument
648 if (value == def)
817 #define INT_DEF(t, def) write_int(netw, #t, ssid->t, def)
818 #define INT_DEFe(t, def) write_int(netw, #t, ssid->eap.t, def)
474 wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, int def) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c457 static void write_int(FILE *f, const char *field, int value, int def) argument
459 if (value == def)
616 #define INT_DEF(t, def) write_int(f, #t, ssid->t, def)
617 #define INT_DEFe(t, def) write_int(f, #t, ssid->eap.t, def)
H A Dconfig_winreg.c482 int def)
487 if (val == def) {
675 static void write_int(HKEY hk, const char *field, int value, int def) argument
678 if (value == def)
847 #define INT_DEF(t, def) write_int(netw, #t, ssid->t, def)
848 #define INT_DEFe(t, def) write_int(netw, #t, ssid->eap.t, def)
481 wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, int def) argument
/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/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc85 size_t index, const std::string& def) {
89 return def;
93 int GetInt(const std::vector<std::string>& words, size_t index, int def) { argument
98 return def;
84 GetWord(const std::vector<std::string>& words, size_t index, const std::string& def) argument
/external/dbus/bus/
H A Dpolicy.c377 list_allows_user (dbus_bool_t def, argument
386 allowed = def;
/external/icu4c/test/cintltst/
H A Dcdtrgtst.c129 UDateFormat *def; local
163 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL, NULL, 0, pat, u_strlen(pat), &status);
170 udat_set2DigitYearStart(def, start, &status);
173 if( (udat_get2DigitYearStart(def, &status) != start))
180 got = udat_parse(def, s, u_strlen(s), 0, &status);
181 gotdate=myFormatit(def, got);
182 expdate=myFormatit(def, exp);
193 udat_close(def);
204 UDateFormat* def; local
214 def
[all...]
H A Dcnmdptst.c680 UNumberFormat *def; local
683 def=unum_open(style, NULL,0,NULL,NULL, &status);
689 dvalue=unum_getDoubleAttribute(def, attr);
693 unum_setDoubleAttribute(def, attr, dvalue);
694 if(unum_getDoubleAttribute(def,attr)!=mydata[i])
701 unum_close(def);
/external/libxml2/
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
/external/libxslt/libxslt/
H A Dvariables.c1255 xsltStackElemPtr def; local
1260 def = (xsltStackElemPtr)
1263 if (def == NULL) {
1265 def = xsltCopyStackElem(elem);
1267 elem->name, elem->nameURI, def);
1275 (def->comp != NULL) && (def->comp->inst != NULL) &&
1276 (elem->comp->inst->doc == def->comp->inst->doc))
/external/qemu/target-arm/
H A Dop_helper.c31 uint32_t HELPER(neon_tbl)(uint32_t ireg, uint32_t def, argument
47 val |= def & (0xff << shift);
/external/quake/quake/src/QW/server/
H A Dpr_edict.c146 ddef_t *def; local
151 def = &pr_globaldefs[i];
152 if (def->ofs == ofs)
153 return def;
165 ddef_t *def; local
170 def = &pr_fielddefs[i];
171 if (def->ofs == ofs)
172 return def;
184 ddef_t *def; local
189 def
204 ddef_t *def; local
238 ddef_t *def = NULL; local
277 ddef_t *def; local
329 ddef_t *def; local
379 ddef_t *def; local
404 ddef_t *def; local
610 ddef_t *def; local
724 ddef_t *def; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dpr_edict.cpp150 ddef_t *def; local
155 def = &pr_globaldefs[i];
156 if (def->ofs == ofs)
157 return def;
169 ddef_t *def; local
174 def = &pr_fielddefs[i];
175 if (def->ofs == ofs)
176 return def;
188 ddef_t *def; local
193 def
208 ddef_t *def; local
243 ddef_t *def = NULL; local
283 ddef_t *def; local
335 ddef_t *def; local
385 ddef_t *def; local
410 ddef_t *def; local
618 ddef_t *def; local
732 ddef_t *def; local
[all...]

Completed in 1564 milliseconds

12345