Searched refs:bytes (Results 676 - 700 of 1564) sorted by relevance

<<21222324252627282930>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Daout-ns32k.c251 struct reloc_std_external *bytes,
261 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
264 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
250 MY_swap_std_reloc_in(bfd *abfd, struct reloc_std_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount ATTRIBUTE_UNUSED) argument
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Duser_interaction.rb503 def update(bytes)
505 bytes
507 ((bytes.to_f * 100) / total_bytes.to_f).ceil
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinInit.c185 char *bytes;
214 bytes = Tcl_GetStringFromObj(pathPtr, lengthPtr);
216 memcpy(*valuePtr, bytes, (size_t)(*lengthPtr)+1);
183 char *bytes; local
/macosx-10.10.1/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c172 SkipSeparators(char *bytes) argument
175 while ( *bytes != '\0' ) {
176 if ( *bytes == '/' ) {
178 ++bytes;
184 return ( bytes );
188 ParsePathSegment(char *bytes, char **firstChar, char **lastChar) argument
191 *firstChar = bytes = SkipSeparators(bytes);
194 while ( *bytes != '\0' ) {
195 if ( *bytes
[all...]
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonHMacClone.c32 #define MAX_DATA_SIZE 10000 /* bytes */
34 #define MAX_KEY_SIZE 256 /* bytes */
141 keyBytes = keyBuffer->bytes;
294 ptextLen = bb->len; ptext = bb->bytes;
/macosx-10.10.1/Heimdal-398.1.2/plugins/KDCProxy/
H A Dclient.c48 ret = decode_KDC_PROXY_MESSAGE(&msg, [data bytes], [data length], &size);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dbytestriebuilder.h57 * The bytes will be copied; the builder does not keep
176 char *bytes; member in class:BytesTrieBuilder
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Duobjtest.cpp510 char *bytes = stackMemory.bytes_; local
514 p=new(bytes) UnicodeString(len, (UChar32)0x20ac, len);
515 if((void *)p!=(void *)bytes) {
556 UnicodeString::operator delete(p, bytes);
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IONetworkingFamily/
H A DIOFWController.h41 @abstract The number of bytes in an FireWire hardware address. */
47 the FCS bytes. */
53 the FCS bytes. */
58 @abstract The size in bytes of the 32-bit CRC value appended
91 UInt8 bytes[kIOFWAddressSize]; member in struct:IOFWAddress
222 the hardware address in bytes.
238 client in bytes.
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetController.h35 @abstract The number of bytes in an Ethernet hardware address. */
41 the FCS bytes. */
47 the FCS bytes. */
52 @abstract The size in bytes of the 32-bit CRC value appended
93 UInt8 bytes[kIOEthernetAddressSize]; member in struct:IOEthernetAddress
236 the hardware address in bytes.
253 client in bytes.
/macosx-10.10.1/Libc-1044.1.2/db/recno/FreeBSD/
H A Drec_delete.c166 if (rl->flags & P_BIGDATA && __ovfl_delete(t, rl->bytes) == RET_ERROR)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_pvt_uc.h27 #include <ac/bytes.h>
44 /* returns the number of bytes in the UTF-8 string */
48 /* returns the length (in bytes) of the UTF-8 character */
50 /* returns the length (in bytes) indicated by the UTF-8 character */
53 /* returns the length (in bytes) indicated by the UTF-8 character
58 /* copies a UTF-8 character and returning number of bytes copied */
74 /* span characters not in set, return bytes spanned */
76 /* span characters in set, return bytes spanned */
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dpacket.c94 u_int64_t bytes; member in struct:packet_state
175 /* roundup current message to extra_pad bytes */
395 u_int32_t *packets, u_int64_t *bytes)
407 if (bytes)
408 *bytes = state->bytes;
413 u_int64_t bytes)
422 state->bytes = bytes;
694 /* Add check bytes
394 packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks, u_int32_t *packets, u_int64_t *bytes) argument
412 packet_set_state(int mode, u_int32_t seqnr, u_int64_t blocks, u_int32_t packets, u_int64_t bytes) argument
1578 u_int bytes = buffer_len(&active_state->incoming_packet); local
1940 packet_set_rekey_limit(u_int32_t bytes) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dmem_dbg.c596 long bytes; member in struct:mem_leak_st
639 l->bytes+=m->num;
699 ml.bytes=0;
706 BIO_printf(b,"%ld bytes leaked in %d chunks\n",
707 ml.bytes,ml.chunks);
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/zencod/
H A Dhw_zencod.h53 typedef unsigned long t_zencod_bytes2bits (unsigned char *n, unsigned long bytes);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificatePrivP.h71 const UInt8 *bytes, CFIndex length);
76 /* Return the bytes of the DER representation of this certificate. */
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509.h178 int modified; /* true if 'bytes' needs to be built */
180 BUF_MEM *bytes; member in struct:X509_name_st
182 char *bytes; member in struct:X509_name_st
942 unsigned char *bytes, int len);
945 unsigned char *bytes, int len);
948 unsigned char *bytes, int len);
996 unsigned char *bytes, int len, int loc, int set);
998 unsigned char *bytes, int len, int loc, int set);
1000 char *field, int type, unsigned char *bytes, int len);
1002 int type,unsigned char *bytes, in
1077 unsigned char *bytes, int len); variable
1080 unsigned char *bytes, int len); variable
1083 unsigned char *bytes, int len); variable
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/atomTime/
H A DatomTime.c54 unsigned bytes = (bits + 7) / 8; local
75 * that if bytes mod GIANT_BYTES_PER_DIGIT != 0, the
81 rdata = fmalloc(bytes);
84 feeRandBytes(rand, rdata, bytes);
85 deserializeGiant(rdata, g, bytes);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificatePrivP.h71 const UInt8 *bytes, CFIndex length);
76 /* Return the bytes of the DER representation of this certificate. */
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificatePrivP.h71 const UInt8 *bytes, CFIndex length);
76 /* Return the bytes of the DER representation of this certificate. */
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-51-state.c91 static void hexdump(const char *s, const uint8_t *bytes, size_t len) {
93 printf("socket %s(%p, %lu)\n", s, bytes, len);
97 printf("%02X ", bytes[ix]);
102 #define hexdump(string, bytes, len)
133 test_printf("%s: %p %zd bytes available in %p\n", __FUNCTION__, h, avail, item);
146 test_printf("%s: %p %zd bytes read\n", __FUNCTION__, h, *length);
159 test_printf("%s: %p processing %zd bytes\n", __FUNCTION__, ctx, record.length);
168 test_printf("%s: %p decrypted %zd bytes, ct=%d\n", __FUNCTION__, ctx, decrypted.length, ct);
197 test_printf("%s: %p queing %zd encrypted bytes, item=%p\n", __FUNCTION__, ctx, item->record.length, item);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificatePriv.h84 const UInt8 *bytes, CFIndex length);
89 /* Return the bytes of the DER representation of this certificate. */
H A DSecOTRIdentityPriv.h96 bool SecOTRPIEqualToBytes(SecOTRPublicIdentityRef id, const uint8_t*bytes, CFIndex size);
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginStream.h82 void didReceiveData(WebCore::NetscapePlugInStreamLoader*, const char* bytes, int length);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/mac/
H A DDownloadMac.mm92 didCancel(IPC::DataReference(reinterpret_cast<const uint8_t*>([resumeData bytes]), [resumeData length]));
278 IPC::DataReference dataReference(reinterpret_cast<const uint8_t*>([resumeData bytes]), [resumeData length]);

Completed in 311 milliseconds

<<21222324252627282930>>