| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_image_loader.c | 220 IMAGE_NT_HEADERS32 *nt; in efi_load_pe() local 240 nt = (void *) ((char *)efi + dos->e_lfanew); in efi_load_pe() 241 if (nt->Signature != IMAGE_NT_SIGNATURE) { in efi_load_pe() 247 if (machines[i] == nt->FileHeader.Machine) { in efi_load_pe() 254 __func__, nt->FileHeader.Machine); in efi_load_pe() 259 num_sections = nt->FileHeader.NumberOfSections; in efi_load_pe() 260 sections = (void *)&nt->OptionalHeader + in efi_load_pe() 261 nt->FileHeader.SizeOfOptionalHeader; in efi_load_pe() 270 if (nt->OptionalHeader.Magic == IMAGE_NT_OPTIONAL_HDR64_MAGIC) { in efi_load_pe() 271 IMAGE_NT_HEADERS64 *nt64 = (void *)nt; in efi_load_pe() [all …]
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | test_fibonacci.S | 11 p0 = cmp.gt(r2, #0); if (!p0.new) jump:nt .LBB0_3 22 p0 = cmp.gt(r2, r5); if (p0.new) jump:nt .LBB0_2
|
| H A D | test_reorder.S | 20 if (p0.new) jump:nt skip
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | branch.idef | 41 Q6INSN(TAG##t,"if (Pu4) "OPER":nt "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBOLD(PuV),,SPECUL… 42 Q6INSN(TAG##f,"if (!Pu4) "OPER":nt "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBOLDNOT(PuV),,SP… 53 Q6INSN(TAG##tnew,"if (Pu4.new) "OPER":nt "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBNEW(PuN),… 54 Q6INSN(TAG##fnew,"if (!Pu4.new) "OPER":nt "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBNEWNOT(P… 73 Q6INSN(J2_jumprz,"if (Rs32!=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional ju… 76 Q6INSN(J2_jumprnz,"if (Rs32==#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j… 85 Q6INSN(J2_jumprgtez,"if (Rs32>=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional… 91 Q6INSN(J2_jumprltez,"if (Rs32<=#0) jump:nt #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional… 106 Q6INSN(J4_##TAG##_tp0_jump_nt, "p0="TST"; if (p0.new) jump:nt #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJU… 107 Q6INSN(J4_##TAG##_fp0_jump_nt, "p0="TST"; if (!p0.new) jump:nt #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJ… [all …]
|
| H A D | subinsns.idef | 101 Q6INSN(SL2_return_tnew,"if (p0.new) dealloc_return:nt", ATTRIBS(A_REGWRSIZE_8B,A_JINDIRNEW,A_SUBINS… 105 Q6INSN(SL2_return_fnew,"if (!p0.new) dealloc_return:nt", ATTRIBS(A_REGWRSIZE_8B,A_JINDIRNEW,A_SUBIN… 121 Q6INSN(SL2_jumpr31_tnew,"if (p0.new) jumpr:nt r31",ATTRIBS(A_SUBINSN,A_JINDIRNEW,A_NOTE_CONDITIONAL… 124 Q6INSN(SL2_jumpr31_fnew,"if (!p0.new) jumpr:nt r31",ATTRIBS(A_SUBINSN,A_JINDIRNEW,A_NOTE_CONDITIONA…
|
| H A D | ldst.idef | 185 COND_RETURN_TF(TG,new_pnt,".new",12,0,SPECULATE_NOT_TAKEN,ATTRIBS,fLSBNEW,PvN,":nt") \
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | ap-bridge.h | 24 uint8_t nt; member
|
| H A D | s390-pci-bus.h | 243 uint8_t nt; member
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproj/ |
| H A D | rpath.patch | 14 - library_dirs if os.name != "nt" and sys.platform != "cygwin" else None
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 185 struct ubi_notification nt; in ubi_volume_notify() local 187 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify() 188 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify() 200 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify() 216 struct ubi_notification nt; in ubi_notify_all() local 222 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all() 234 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all() 237 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all() 240 &nt); in ubi_notify_all()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
| H A D | fix_for_mips_with_gcc-4.5.0.patch | 7 http://us.generation-nt.com/answer/bug-568418-libmad0-dev-mpg321-compilation-errors-mips-mipsel-arc…
|
| /openbmc/qemu/po/ |
| H A D | tr.po | 76 msgstr "_Görüntüle"
|
| /openbmc/openbmc/poky/meta/recipes-extended/slang/slang/ |
| H A D | terminfo_fixes.patch | 115 + if [ ! -e lastrun/$$X.sl ] || [ $$X.sl -nt lastrun/$$X.sl ] ; \ 122 + if [ ! -e lastrun/$$X.slc ] || [ $$X.sl -nt lastrun/$$X.slc ] ; \
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | nand.h | 37 #define NAND_MEMORG(bpc, ps, os, ppe, epl, ppl, lpt, nt) \ argument 46 .ntargets = (nt), \
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | psutils | 5 LICENSE Makefile.msc Makefile.nt Makefile.os2
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/ |
| H A D | 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 57 elif os.name == "nt":
|
| /openbmc/qemu/hw/vfio/ |
| H A D | ap.c | 128 nt0_res->nt = NT0_RES_NT_DEFAULT; in ap_chsc_sei_nt0_get_event()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
| H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 209 if s == 'cli' and os.name == 'nt':
|
| /openbmc/qemu/target/hexagon/imported/mmvec/ |
| H A D | encode_ext.def | 65 …_DESC32( ICLASS_NCJ" 1 000 --- ----- PP i --iii ----- ---","[#0] vmem(Rt+#s4)[:nt]") 157 …DESC32( ICLASS_NCJ" 1 001 --- ----- PP - ----- ddddd ---","[#1] vmem(Rx++#s3)[:nt]") 182 …DROW_DESC32( ICLASS_NCJ" 1 011 --- ----- PP - ----- ----- ---","[#3] vmem(Rx++#M)[:nt]")
|
| H A D | ext.idef | 314 …on temporal",ATTRIBS(ATTR_VMEM_NT,A_STORE,A_RESTRICT_SLOT0ONLY,A_CVI_VA),":nt","vmem","=Vs32",fSTO… 315 …on temporal",ATTRIBS(ATTR_VMEM_NT,A_STORE,A_RESTRICT_SLOT0ONLY,A_CVI_VA),":nt","vmem","=Vs32",Pv,f… 317 …TRIBS(ATTR_VMEM_NT,A_STORE,A_CVI_NEW,A_DOTNEWVALUE,A_RESTRICT_SLOT0ONLY),":nt","vmem","=Os8.new",f… 318 …TRIBS(ATTR_VMEM_NT,A_STORE,A_CVI_NEW,A_DOTNEWVALUE,A_RESTRICT_SLOT0ONLY),":nt","vmem","=Os8.new",P… 321 …ctor Store - Non temporal", ATTRIBS(ATTR_VMEM_NT,A_STORE,A_RESTRICT_SLOT0ONLY,A_CVI_VA),":nt") 323 …vL32b_nt, "Aligned Vector Load - Non temporal", ATTRIBS(ATTR_VMEM_NT,A_LOAD,A_CVI_VA),":nt") 324 …, "Aligned Vector Load Cur - Non temporal", ATTRIBS(ATTR_VMEM_NT,A_LOAD,A_CVI_NEW,A_CVI_VA),":nt") 325 …(vL32b_nt, "Aligned Vector Load Tmp - Non temporal", ATTRIBS(ATTR_VMEM_NT,A_LOAD,A_CVI_TMP),":nt") 327 …itional Aligned Vector Load",ATTRIBS(ATTR_VMEM_NT,A_CVI_VA),,"Vd32=vmem",":nt",Pv,fLOADMMV(EA,VdV)… 328 …ctor Load Cur",ATTRIBS(ATTR_VMEM_NT,A_CVI_VA,A_CVI_NEW),,"Vd32.cur=vmem",":nt",Pv,fLOADMMV(EA,VdV)… [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-2.0.3.min.js | 4 …nt,rt),e[3]=(e[4]||e[5]||"").replace(nt,rt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:f… 5 …nt=/<([\w:]+)/,rt=/<|&#?\w+;/,it=/<(?:script|style|link)/i,ot=/^(?:checkbox|radio)$/i,st=/checked\… variable
|
| H A D | jquery.dataTables-1.13.8.min.js | 4 …nt(h,m?m[o]:null);st(h,r.aoColumnDefs,f,function(t,e){at(h,t,e)}),b.length&&(d=function(t,e){retur… function
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 3793 static void la_func_end(TCGContext *s, int ng, int nt) in la_func_end() 3801 for (i = ng; i < nt; ++i) { in la_func_end() 3809 static void la_bb_end(TCGContext *s, int ng, int nt) in la_bb_end() 3813 for (i = 0; i < nt; ++i) { in la_bb_end() 3855 static void la_bb_sync(TCGContext *s, int ng, int nt) in la_bb_sync() 3859 for (int i = ng; i < nt; ++i) { in la_bb_sync() 3893 static void la_cross_call(TCGContext *s, int nt) in la_cross_call() 3898 for (i = 0; i < nt; i++) { in la_cross_call() 3790 la_func_end(TCGContext * s,int ng,int nt) la_func_end() argument 3806 la_bb_end(TCGContext * s,int ng,int nt) la_bb_end() argument 3852 la_bb_sync(TCGContext * s,int ng,int nt) la_bb_sync() argument 3890 la_cross_call(TCGContext * s,int nt) la_cross_call() argument
|
| /openbmc/qemu/hw/s390x/ |
| H A D | s390-pci-bus.c | 60 nt2_res->nt = 2; in pci_chsc_sei_nt2_get_event()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate.c | 3122 int add_long, bool nt, bool mt) in do_coproc_insn() 3134 gen_mulxy(t0, t1, nt, mt); in do_coproc_insn() 3161 #define DO_SMLAX(NAME, add, nt, mt) \ in do_coproc_insn() 3164 return op_smlaxxx(s, a, add, nt, mt); \ in do_coproc_insn() 4404 DO_SMLAX(NAME,add,nt,mt) global() argument
|