Searched refs:appendByte (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp365 void appendByte(unsigned char);
366 void appendByte(unsigned);
367 void appendByte(unsigned long);
368 void appendByte(int);
390 inline void BinaryPropertyListSerializer::appendByte(unsigned char byte) function in class:BinaryPropertyListSerializer
396 inline void BinaryPropertyListSerializer::appendByte(unsigned byte) function in class:BinaryPropertyListSerializer
402 inline void BinaryPropertyListSerializer::appendByte(unsigned long byte) function in class:BinaryPropertyListSerializer
408 inline void BinaryPropertyListSerializer::appendByte(int byte) function in class:BinaryPropertyListSerializer
534 appendByte(booleanTrueMarkerByte);
602 appendByte(arrayMarkerByt
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationkeys.cpp103 void appendByte(uint32_t b);
125 void SortKeyLevel::appendByte(uint32_t b) { function in class:__anon925::SortKeyLevel
278 quaternaries.appendByte(QUAT_COMMON_MIDDLE);
282 quaternaries.appendByte(QUAT_COMMON_LOW + commonQuaternaries);
292 quaternaries.appendByte(QUAT_SHIFTED_LIMIT_BYTE);
359 secondaries.appendByte(SEC_COMMON_MIDDLE);
368 secondaries.appendByte(b);
383 secondaries.appendByte(b);
387 secondaries.appendByte(SEC_COMMON_MIDDLE);
397 secondaries.appendByte((
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DCompactJITCodeMap.h144 void appendByte(uint8_t value);
229 inline void CompactJITCodeMap::Encoder::appendByte(uint8_t value)
242 appendByte(headValue);
247 appendByte(headValue | 128);
248 appendByte(static_cast<uint8_t>(value));
253 appendByte(headValue | 128 | 64);
254 appendByte(static_cast<uint8_t>(value >> 16));
255 appendByte(static_cast<uint8_t>(value >> 8));
256 appendByte(static_cast<uint8_t>(value));
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSData.h705 * @function appendByte
726 virtual bool appendByte(
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIONVRAM.cpp1192 data->appendByte(byte, cnt2);
1223 ok &= result->appendByte(0xff, 1);
1226 ok &= result->appendByte(byte, 1);
1228 ok &= result->appendByte(0, 1);
1410 ok &= data->appendByte('/', 1);
1415 ok &= data->appendByte(0, 1);
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSData.cpp273 bool OSData::appendByte(unsigned char byte, unsigned int inLength) function in class:OSData
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkInterface.cpp275 locationAsCstr->appendByte(0, 1);

Completed in 95 milliseconds