/device/samsung/crespo/alsa-lib/src/control/ |
control_shm.c | 158 size_t bytes = list->space * sizeof(*list->pids); local 161 if (bytes > maxsize) 170 bytes = list->used * sizeof(*list->pids); 171 memcpy(pids, (void *)ctrl->data, bytes); local
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_iec958.c | 100 * 30 = channel status (24 bytes for 192 frames) 524 [status status-bytes] # IEC958 status bits (given in byte array) 604 int bytes = 0; local 617 status_bits[bytes] = val; 618 bytes++; 619 if (bytes >= (int)sizeof(status_bits))
|
/external/blktrace/ |
blkiomon.c | 118 fprintf(debug.fp, "bytes %16d\n", bit->bytes); 145 fprintf(debug.fp, "bytes %16d %16d\n", bit1->bytes, bit2->bytes); 314 __u32 size = bit_d->bytes;
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/ |
PKCS10CertificationRequest.java | 213 byte[] bytes) 217 ASN1InputStream dIn = new ASN1InputStream(bytes); 232 byte[] bytes) 234 super(toDERSequence(bytes));
|
/external/chromium/base/ |
file_util_posix.cc | 356 bool ReadFromFD(int fd, char* buffer, size_t bytes) { 358 while (total_read < bytes) { 360 HANDLE_EINTR(read(fd, buffer + total_read, bytes - total_read)); 365 return total_read == bytes;
|
string_util.h | 90 // NOTE: All sizes are in number of characters, NOT in bytes. 357 // Return the unit type that is appropriate for displaying the amount of bytes 359 DataUnits GetByteDisplayUnits(int64 bytes); 365 std::wstring FormatBytes(int64 bytes, DataUnits units, bool show_units); 370 std::wstring FormatSpeed(int64 bytes, DataUnits units, bool show_units); 435 // Similar to the previous functions, except that output is a vector of bytes. 436 // |*output| will contain as many bytes as were successfully parsed prior to the 634 std::string HexEncode(const void* bytes, size_t size);
|
/external/chromium/third_party/icu/source/common/ |
ucnv_cnv.h | 140 * Unless UCNV_GET_NEXT_UCHAR_USE_TO_U is returned, the source bytes must be consumed. 295 const char *bytes, int32_t length,
|
/external/dhcpcd/ |
net.c | 640 uint16_t bytes, udpsum; local 652 bytes = ntohs(packet.ip.ip_len); 653 if (data_len < bytes) { 667 if (udpsum && checksum(&packet, bytes) != udpsum) {
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 208 size_t bytes; local 235 bytes = (size_t) (icount->size * sizeof(struct ext2_icount_el)); 237 printf("Icount allocated %u entries, %d bytes.\n", 238 icount->size, bytes); 244 memset(icount->list, 0, bytes);
|
/external/freetype/include/freetype/internal/ |
ftstream.h | 54 #define FT_FRAME_OP_BYTES 6 /* read a bytes sequence */ 365 /* skip bytes in a stream */ 374 /* read bytes from a stream into a user-allocated buffer, returns an */ 375 /* error if not all bytes could be read. */ 381 /* read bytes from a stream at a given position */ 388 /* try to read bytes at the end of a stream; return number of bytes */ 395 /* Enter a frame of `count' consecutive bytes in a stream. Returns an */ 412 /* is allocated and the frame bytes are read into it. If the stream */ 524 #define FT_FRAME_EXTRACT( size, bytes ) \ [all...] |
/external/freetype/src/cff/ |
cfftypes.h | 51 /* off_size :: The size in bytes of object offsets in index. */ 54 /* bytes. */ 61 /* bytes :: If the index is loaded in memory, its bytes. */ 73 FT_Byte* bytes; member in struct:CFF_IndexRec_
|
/external/icu4c/common/ |
ucnv_cnv.h | 140 * Unless UCNV_GET_NEXT_UCHAR_USE_TO_U is returned, the source bytes must be consumed. 295 const char *bytes, int32_t length,
|
/external/kernel-headers/original/linux/ |
telephony.h | 206 * always pass full size frames, any unused bytes will be padded with zeros, 261 unsigned int bytes; member in union:telephony_exception
|
/external/libffi/src/m32r/ |
ffi.c | 198 ffi_call_SYSV(ffi_prep_args, &ecif, cif->bytes,
|
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 233 and $nap_d,$nap_d,$i ; align to 64 bytes
|
/external/skia/include/core/ |
SkStream.h | 34 /** Called to read or skip size number of bytes. 35 If buffer is NULL and size > 0, skip that many bytes, returning how many were skipped. 37 If buffer != NULL, copy the requested number of bytes into buffer, returning how many were copied. 38 @param buffer If buffer is NULL, ignore and just skip size bytes, otherwise copy size bytes into buffer 39 @param size The number of bytes to skip or copy 40 @return bytes read on success 48 /** Skip the specified number of bytes, returning the actual number 49 of bytes that could be skipped. 51 size_t skip(size_t bytes); [all...] |
/external/tremolo/Tremolo/ |
misc.h | 47 extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line);
|
/external/v8/src/ |
heap-profiler.cc | 332 number_and_size.bytes())); 639 string_bytes += info[type].bytes(); 647 if (info[i].bytes() > 0) { 649 info[i].bytes()));
|
/external/webkit/JavaScriptCore/runtime/ |
JSCell.cpp | 54 } bytes;
|
/external/webkit/WebKit/android/jni/ |
JavaBridge.cpp | 100 static void SetCacheSize(JNIEnv* env, jobject obj, jint bytes); 345 void JavaBridge::SetCacheSize(JNIEnv* env, jobject obj, jint bytes) 347 WebCore::cache()->setCapacities(0, bytes/2, bytes);
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_nl80211.c | 452 int bytes; local 456 bytes = strspn(spos, "0123456789abcdefABCDEF"); 457 if (!bytes || (bytes & 1)) 459 bytes /= 2; 461 data.assoc_info.req_ies = os_malloc(bytes); 465 data.assoc_info.req_ies_len = bytes; 466 hexstr2bin(spos, data.assoc_info.req_ies, bytes); 468 spos += bytes * 2; 476 bytes = strspn(spos, "0123456789abcdefABCDEF") [all...] |
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
117 ; Note : these value are good with a 8 bytes boundary pack structure
275 ;;; Determine how many bytes the scan ptr is off from being
405 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
417 ;;; Test the strings for equality, 8 bytes at a time. At the end,
420 ;;; We already know at this point that the first three bytes of the
423 ;;; bytes, as much as necessary in order to dword-align the edi
|
/external/zlib/contrib/masmx86/ |
match686.asm | 82 ; Note : these value are good with a 8 bytes boundary pack structure
124 scanstart equ esp + 16 ; first two bytes of string
125 scanend equ esp + 12 ; last two bytes of string
258 ;;; Determine how many bytes the scan ptr is off from being
344 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
355 ;;; Test the strings for equality, 8 bytes at a time. At the end,
358 ;;; We already know at this point that the first three bytes of the
361 ;;; bytes, as much as necessary in order to dword-align the edi
|
/frameworks/base/core/java/android/webkit/ |
JWebCoreJavaBridge.java | 156 * @param bytes The cache size in bytes. 158 public native void setCacheSize(int bytes);
|
/frameworks/base/media/jni/audioeffect/ |
android_media_AudioEffect.cpp | 102 jbyte *bytes; local 155 bytes = env->GetByteArrayElements(array, NULL); 156 memcpy(bytes, p, size); 157 env->ReleaseByteArrayElements(array, bytes, 0);
|