Searched refs:bytes (Results 1 - 25 of 1605) sorted by path

1234567891011>>

/macosx-10.9.5/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp120 uint8_t bytes[kVolumeUUIDValueLength]; member in union:VolumeUUID
135 void * bytes = 0; local
154 bytes = (void *) buffer->getBytesNoCopy();
156 mdbPtr = (HFSMasterDirectoryBlock *)bytes;
157 volHdrPtr = (HFSPlusVolumeHeader *)bytes;
206 bcopy((void *)&mdbPtr->drFndrInfo[6], volumeUUIDPtr->bytes, kVolumeUUIDValueLength);
211 bcopy((void *)&volHdrPtr->finderInfo[24], volumeUUIDPtr->bytes, kVolumeUUIDValueLength);
316 volumeUUID.bytes, kVolumeUUIDValueLength,
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp1042 eaddrs[rnum++] = addrs->bytes[j];
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp263 #define dumplen 32 // Set this to the number of bytes to dump and the rest should work out correct
273 // Count - number of bytes
373 // size - number of bytes
447 // Move the incoming bytes up the stack
1436 ea->bytes[i] = fControlDriver->fEaddr[i];
1441 ea->bytes[i] = fEthernetaddr[i];
2354 // size - Number of bytes in the packet
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp176 #define dumplen 32 // Set this to the number of bytes to dump and the rest should work out correct
186 // Count - number of bytes
282 // size - number of bytes
363 // Move the incoming bytes up the stack
1207 ea->bytes[0] = 0x00;
1208 ea->bytes[1] = 0x03;
1211 ea->bytes[i+2] = rlocVal[i];
2048 // size - Number of bytes in the packet
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h76 * power-of-2 numbers of bytes). Additionally this fixes compilers that rewrite
426 * log manager guarantees the offset is never more than 4 bytes by switching
464 u_int32_t bp_size; /* Read buffer length in bytes. */
574 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
861 char name[51]; /* 50 bytes of name, nul termination */
1903 u_int32_t mp_bytes; /* Cache size: bytes */
1905 u_int32_t mp_max_bytes; /* Maximum cache size: bytes */
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h72 * power-of-2 numbers of bytes). Additionally this fixes compilers that rewrite
415 * log manager guarantees the offset is never more than 4 bytes by switching
453 u_int32_t bp_size; /* Read buffer length in bytes. */
563 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
850 char name[51]; /* 50 bytes of name, nul termination */
1892 u_int32_t mp_bytes; /* Cache size: bytes */
1894 u_int32_t mp_max_bytes; /* Maximum cache size: bytes */
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h80 * power-of-2 numbers of bytes). Additionally this fixes compilers that rewrite
424 * log manager guarantees the offset is never more than 4 bytes by switching
462 u_int32_t bp_size; /* Read buffer length in bytes. */
572 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
859 char name[51]; /* 50 bytes of name, nul termination */
1901 u_int32_t mp_bytes; /* Cache size: bytes */
1903 u_int32_t mp_max_bytes; /* Maximum cache size: bytes */
H A Ddb_cxx.h793 int get_maxsize(u_int32_t *gbytes, u_int32_t *bytes);
804 int set_maxsize(u_int32_t gbytes, u_int32_t bytes);
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h42 * 4820: 'bytes' bytes padding added after member 'member'
103 * power-of-2 numbers of bytes). Additionally this fixes compilers that rewrite
463 * log manager guarantees the offset is never more than 4 bytes by switching
501 u_int32_t bp_size; /* Read buffer length in bytes. */
611 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
898 char name[51]; /* 50 bytes of name, nul termination */
1940 u_int32_t mp_bytes; /* Cache size: bytes */
1942 u_int32_t mp_max_bytes; /* Maximum cache size: bytes */
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h42 * 4820: 'bytes' bytes padding added after member 'member'
103 * power-of-2 numbers of bytes). Additionally this fixes compilers that rewrite
463 * log manager guarantees the offset is never more than 4 bytes by switching
501 u_int32_t bp_size; /* Read buffer length in bytes. */
611 u_int32_t gbytes, bytes; /* Maximum file size. */ member in struct:__db_mpoolfile
898 char name[51]; /* 50 bytes of name, nul termination */
1940 u_int32_t mp_bytes; /* Cache size: bytes */
1942 u_int32_t mp_max_bytes; /* Maximum cache size: bytes */
H A Ddb_cxx.h793 int get_maxsize(u_int32_t *gbytes, u_int32_t *bytes);
804 int set_maxsize(u_int32_t gbytes, u_int32_t bytes);
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Dzerofill.c15 * Zero out bytes in the file.
36 u_int32_t bytes, mbytes; local
44 if ((ret = __os_ioinfo(env, NULL, fhp, &mbytes, &bytes, NULL)) != 0)
46 stat_offset = (off_t)mbytes * MEGABYTE + bytes;
60 if ((ret = __os_seek(env, fhp, mbytes, MEGABYTE, bytes)) != 0)
84 bytes = (u_int32_t)(write_offset % MEGABYTE);
85 ret = __os_seek(env, fhp, mbytes, MEGABYTE, bytes);
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_db.cpp640 DB_METHOD(set_cachesize, (u_int32_t gbytes, u_int32_t bytes, int ncache),
641 (db, gbytes, bytes, ncache), DB_RETOK_STD)
H A Dcxx_env.cpp777 (u_int32_t gbytes, u_int32_t bytes, int ncache),
778 (dbenv, gbytes, bytes, ncache))
781 DBENV_METHOD(set_cache_max, (u_int32_t gbytes, u_int32_t bytes),
782 (dbenv, gbytes, bytes))
1090 DBENV_METHOD(rep_set_limit, (u_int32_t gbytes, u_int32_t bytes),
1091 (dbenv, gbytes, bytes))
H A Dcxx_mpool.cpp117 DB_MPOOLFILE_METHOD(set_maxsize, (u_int32_t gbytes, u_int32_t bytes),
118 (mpf, gbytes, bytes), DB_RETOK_STD)
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_overflow.c81 db_indx_t bytes; local
149 /* Check if we need any bytes from this page. */
151 bytes = OV_LEN(h);
155 bytes -= start - curoff;
157 if (bytes > needed)
158 bytes = needed;
168 src, bytes, DB_USERCOPY_SETDATA)) != 0) {
174 memcpy(p, src, bytes);
175 p += bytes;
176 needed -= bytes;
[all...]
H A Ddb_ovfl_vrfy.c306 u_int32_t bytesgot, bytes; local
312 bytesgot = bytes = 0;
363 bytes = OV_LEN(h);
365 if (bytes + P_OVERHEAD(dbp) > dbp->pgsize)
366 bytes = dbp->pgsize - P_OVERHEAD(dbp);
373 bytesgot + bytes, buf)) != 0)
377 bytesgot += bytes;
379 memcpy(dest, src, bytes);
H A Ddb_pr.c749 __db_prbytes(env, mbp, bytes, len)
752 u_int8_t *bytes;
764 * Print the first 20 bytes of the data. If that chunk is
774 for (p = bytes, i = len; i > 0; --i, ++p)
778 for (p = bytes, i = len; i > 0; --i, ++p)
781 for (p = bytes, i = len; i > 0; --i, ++p)
1322 * 64 bytes is long enough, as a minimum bound, for any of the
H A Ddb_upg.c139 * Read the metadata page. We read 256 bytes, which is larger than
454 u_int32_t mbytes, bytes; local
460 real_name, fhp, &mbytes, &bytes, NULL)) != 0) {
466 if (bytes % dbp->pgsize != 0) {
472 pgno_last += bytes / dbp->pgsize;
/macosx-10.9.5/BerkeleyDB-21/db/db_codegen/
H A Dcode_capi.c148 \tu_int32_t bytes;\n\
164 (u_long)cur_env->bytes,
353 \tif ((ep->gbytes != 0 || ep->bytes != 0) &&\n\
355 \t ep->gbytes, ep->bytes, ep->ncache)) != 0) {\n\
H A Dcode_parse.c113 cur_env->bytes = uv;
288 if (cur_env->gbytes != 0 || cur_env->bytes != 0)
291 (u_long)cur_env->bytes,
H A Ddb_codegen.h39 u_int32_t bytes; member in struct:__env_obj
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in86 * power-of-2 numbers of bytes). Additionally this fixes compilers that rewrite
436 * log manager guarantees the offset is never more than 4 bytes by switching
474 u_int32_t bp_size; /* Read buffer length in bytes. */
584 u_int32_t gbytes, bytes; /* Maximum file size. */
871 char name[51]; /* 50 bytes of name, nul termination */
1913 u_int32_t mp_bytes; /* Cache size: bytes */
1915 u_int32_t mp_max_bytes; /* Maximum cache size: bytes */
H A Ddb_cxx.in792 int get_maxsize(u_int32_t *gbytes, u_int32_t *bytes);
803 int set_maxsize(u_int32_t gbytes, u_int32_t bytes);
H A Drep.h216 u_int32_t bytes; /* __rep_process_message call. */ member in struct:__rep
442 u_int32_t bytes; /* __rep_process_message call. */ member in struct:__db_rep
648 u_int32_t bytes; /* This call's max bytes sent. */ member in struct:__anon306

Completed in 479 milliseconds

1234567891011>>