Searched defs:bytes (Results 101 - 125 of 386) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRegisterValue.h112 RegisterValue (uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) argument
397 uint8_t bytes[kMaxRegisterByteSize]; // This must be big enough to hold any register for any supported target. member in struct:lldb_private::RegisterValue::__anon3492::__anon3493
H A DValue.h60 uint8_t bytes[kMaxByteSize]; member in struct:lldb_private::Value::Vector
87 SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order) argument
219 SetVectorBytes(uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp228 MultiLineExpressionCallback( void *baton, InputReader &reader, lldb::InputReaderAction notification, const char *bytes, size_t bytes_len ) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp295 Communication::AppendBytesToCache (const uint8_t * bytes, size_t len, bool broadcast, ConnectionStatus status) argument
H A DDataEncoder.cpp156 DataEncoder::SetData (const void *bytes, uint32_t length, ByteOrder endian) argument
[all...]
H A DValue.cpp57 Value::Value(const uint8_t *bytes, int len) : argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp424 IRMemoryMap::WriteMemory (lldb::addr_t process_address, const uint8_t *bytes, size_t size, Error &error) argument
545 IRMemoryMap::ReadMemory (uint8_t *bytes, lldb::addr_t process_address, size_t size, Error &error) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h111 uint8_t bytes[8]; member in struct:RegisterContext_i386::MMSReg
116 uint8_t bytes[16]; member in struct:RegisterContext_i386::XMMReg
/freebsd-10.0-release/contrib/sendmail/src/
H A Dalias.c648 long naliases, bytes, longest; local
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-pfsync.c417 uint64_t bytes[2]; local
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Drandom.c157 u8 *bytes = buf; local
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dcheck-common.c372 const void *bytes; local
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c120 unsigned int bytes; local
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dprogressmeter.c87 format_rate(char *buf, int size, off_t bytes) argument
106 format_size(char *buf, int size, off_t bytes) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_req.c291 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
300 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) argument
309 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost_crypt.c537 size_t bytes = count,i; local
H A Dgost_sign.c316 int bytes = BN_num_bytes(bn); local
/freebsd-10.0-release/lib/libc/db/hash/
H A Dhash_bigkey.c278 u_int16_t bytes; local
/freebsd-10.0-release/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c144 int bytes; local
[all...]
/freebsd-10.0-release/libexec/rtld-elf/ia64/
H A Dreloc.c351 int bytes = obj->dynsymcount * sizeof(SymCache); local
/freebsd-10.0-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c290 int bytes = obj->dynsymcount * sizeof(SymCache); local
/freebsd-10.0-release/sbin/mdconfig/
H A Dmdconfig.c541 uintmax_t bytes; local
/freebsd-10.0-release/sys/amd64/pci/
H A Dpci_cfgreg.c123 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) argument
138 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) argument
163 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) argument
180 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) argument
206 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) argument
232 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) argument
314 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, unsigned bytes) argument
345 pciereg_cfgwrite(int bus, unsigned slot, unsigned func, unsigned reg, int data, unsigned bytes) argument
[all...]
/freebsd-10.0-release/sys/arm/xscale/i80321/
H A Di80321_pci.c177 i80321_pci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, int bytes) argument
218 i80321_pci_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, u_int32_t data, int bytes) argument
/freebsd-10.0-release/sys/arm/xscale/i8134x/
H A Di81342_pci.c255 i81342_pci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, int bytes) argument
300 i81342_pci_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, u_int32_t data, int bytes) argument

Completed in 804 milliseconds

1234567891011>>