Searched refs:headSize (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOSharedDataQueue.cpp152 UInt32 headSize = 0; local
161 headSize = head->size;
169 (headOffset + DATA_QUEUE_ENTRY_HEADER_SIZE > UINT32_MAX - headSize) ||
170 (headOffset + headSize + DATA_QUEUE_ENTRY_HEADER_SIZE > queueSize)) {
280 UInt32 headSize = 0; local
289 headSize = head->size;
296 (headOffset + DATA_QUEUE_ENTRY_HEADER_SIZE > UINT32_MAX - headSize) ||
297 (headOffset + headSize + DATA_QUEUE_ENTRY_HEADER_SIZE > queueSize)) {
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIODataQueueClient.c48 UInt32 headSize = 0; local
53 headSize = head->size;
60 ((headOffset + headSize + DATA_QUEUE_ENTRY_HEADER_SIZE) > queueSize))
83 UInt32 headSize = 0; local
88 headSize = head->size;
94 ((headOffset + headSize + DATA_QUEUE_ENTRY_HEADER_SIZE) > queueSize)) {
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSoundFile.c537 memcpy(b, &ptr[totrlen + s->headSize + startpos * s->sampsize
929 Tcl_SetObjLength(obj, s->headSize + len * s->sampsize);
930 p = (unsigned char *) &obj->bytes[s->headSize];
933 p = Tcl_SetByteArrayLength(obj, s->headSize +len * s->sampsize);
934 p = &p[s->headSize];
1332 s->headSize = s->skipBytes;
1341 s->headSize = 0;
1410 s->headSize = NIST_HEADERSIZE;
1466 s->headSize = NIST_HEADERSIZE;
1559 s->headSize
[all...]
H A DjkSound.h102 int headSize; member in struct:Sound
206 #define Snack_SetHeaderSize(s, size) (s)->headSize = (size)
H A DjkSound.c605 objs[7] = Tcl_NewIntObj(s->headSize);
1613 s->headSize = 0;
H A DjkFormatMP3.c3449 S->headSize = offset + ID3Extra;
3474 Si->bufind = S->headSize;
3499 /* TFW Note to self: ID3 Tag is accounted for in headSize */
3502 filepos = (S->headSize + (int)((float)Si->bytesPerFrame/(float)(framesize) * (float)pos) )&0xfffffffc;
3578 /* pos = (pos - S->headSize) / (S->sampsize * S->nchannels);*/
H A DjkSoundEngine.c1129 s->firstNRead -= s->headSize;
H A DSnackOgg.c2362 s->headSize = 0;

Completed in 201 milliseconds