Searched refs:es (Results 76 - 100 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp24 uint32_t es; member in struct:GPR
H A DRegisterContextWindows_x86_64.cpp43 uint16_t es; member in struct:__anon1267::_GPR
113 DEFINE_GPR(es, nullptr, dwarf_es_x86_64, dwarf_es_x86_64, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
H A DRegisterContextDarwin_i386.h61 uint32_t es; member in struct:RegisterContextDarwin_i386::GPR
H A DRegisterContextLinux_x86_64.cpp42 uint64_t es; member in struct:_GPR
H A DRegisterInfos_x86_64.h225 DEFINE_GPR(es, nullptr, dwarf_es_x86_64, dwarf_es_x86_64, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
383 UPDATE_GPR_INFO(es, es);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.cpp70 writeRegister(&context->es,
H A DRegisterContextMinidump_x86_32.h79 llvm::support::ulittle32_t es; member in struct:lldb_private::minidump::MinidumpContext_x86_32
H A DRegisterContextMinidump_x86_64.cpp84 writeRegister(&context->es, result_base, reg_info[lldb_es_x86_64]);
H A DRegisterContextMinidump_x86_64.h84 llvm::support::ulittle16_t es; member in struct:lldb_private::minidump::MinidumpContext_x86_64
/freebsd-11-stable/contrib/apr-util/
H A Dapu-config.in63 --link-ld print link switch(es) for linking to APR-util
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgencode.c981 struct edns_data es = *edns; local
982 es.edns_version = EDNS_ADVERTISED_VERSION;
983 es.udp_size = EDNS_ADVERTISED_SIZE;
984 es.ext_rcode = 0;
985 es.bits &= EDNS_DO;
986 if(sldns_buffer_limit(buf) + calc_edns_field_size(&es) >
989 attach_edns_record(buf, &es);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c146 #define r_es es
168 #define r_es x.es
328 s.es = FP_SEG (&reg);
404 reg.es = RP_SEG (realBase);
410 reg.x.es = rm_mem.rm_segment;
643 reg.x.es = rm_mem.rm_segment;
695 reg.x.es = rm_mem.rm_segment; /* DOS offset to param */
757 ReadRealMem (&pktInfo.majVer, DOS_ADDR(reg.es,reg.edi), PKT_PARAM_SIZE);
760 dosmemget (DOS_ADDR(reg.x.es,reg.x.di), PKT_PARAM_SIZE, &pktInfo.majVer);
/freebsd-11-stable/contrib/tcsh/
H A Dtc.bind.c378 eChar es; local
388 if ((es = parseescape(&p)) == CHAR_ERR) {
392 Strbuf_append1(&b, es);
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.h52 unsigned long es; /* errored seconds */ member in struct:__anon9449
H A Dif_ce.c1428 opte1->currnt.es = c->currnt.es;
1441 opte1->total.es = c->total.es + c->currnt.es;
1454 opte1->interval[s].es = c->interval[s].es;
2166 total.es = c->total.es + c->currnt.es;
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-opc.h33 prefix(es). */
185 #define EsSeg 0x40000000 /* String insn operand with fixed es segment */
247 extern const seg_entry es;
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dstart.s59 movw %ax, %es
/freebsd-11-stable/stand/i386/libi386/
H A Dbiossmap.c75 v86.es = VTOPSEG(&buf);
H A Dbiosmem.c108 v86.es = VTOPSEG(&smap);
/freebsd-11-stable/usr.sbin/kldxref/
H A Def_obj.c358 Elf_Sym *es; local
553 es = &ef->ddbsymtab[j];
554 if (es->st_shndx != i)
556 es->st_value += (Elf_Addr)ef->progtab[pb].addr;
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh177 es) KEYLAYOUT_CONSOLE="spanish.iso" ;;
255 COUNTRY="es"
256 SETLANG="es:ca"
299 es)
300 COUNTRY="es"
301 SETLANG="es"
306 SETLANG="es:en_US"
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dlog.c723 HDB_extensions *es = ent.entry.extensions; local
734 ent.entry.extensions = es;
737 if (es) {
738 free_HDB_extensions(es);
739 free(es);
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1143 opte1->currnt.es = c->currnt.es;
1156 opte1->total.es = c->total.es + c->currnt.es;
1169 opte1->interval[s].es = c->interval[s].es;
1946 total.es = c->total.es + c->currnt.es;
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1357 opte1->currnt.es = c->currnt.es;
1370 opte1->total.es = c->total.es + c->currnt.es;
1383 opte1->interval[s].es = c->interval[s].es;
1885 total.es = c->total.es + c->currnt.es;
[all...]
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in69 --link-ld print link switch(es) for linking to APR

Completed in 176 milliseconds

12345678