HomeSort by relevance Sort by last modified time
    Searched refs:bufferLength (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.h 175 size_t bufferLength = (capacity + maxGlobals) * sizeof(Register);
177 m_buffer = static_cast<Register*>(mmap(0, bufferLength, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, VM_TAG_FOR_REGISTERFILE_MEMORY, 0));
187 m_buffer = static_cast<Register*>(VirtualAlloc(0, roundUpAllocationSize(bufferLength, commitSize), MEM_RESERVE, PAGE_READWRITE));
216 m_buffer = static_cast<Register*>(fastMalloc(bufferLength));
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 98 TI_UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */
  /system/core/libacc/tests/
main.cpp 154 ACCsizei bufferLength;
155 accGetScriptInfoLog(script, 0, &bufferLength, NULL);
156 char* buf = (char*) malloc(bufferLength + 1);
158 accGetScriptInfoLog(script, bufferLength + 1, NULL, buf);
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 84 UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 98 TI_UINT16 bufferLength; /**< length of rest of beacon (or probe response) buffer */
  /external/webkit/JavaScriptCore/wtf/
StringExtras.h 92 inline char* strnstr(const char* buffer, const char* target, size_t bufferLength)
97 for (const char* start = buffer; *start && start + targetLength <= buffer + bufferLength; start++) {
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp 295 CFIndex bufferLength;
296 CFStringGetBytes(cfs.get(), range, m_encoding, lossByte, false, NULL, 0x7FFFFFFF, &bufferLength);
298 result.grow(size + bufferLength);
300 CFIndex charactersConverted = CFStringGetBytes(cfs.get(), range, m_encoding, lossByte, false, buffer, bufferLength, &bufferLength);
301 size += bufferLength;
  /external/chromium/third_party/icu/source/common/
unames.c 236 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
237 if((bufferLength)>0) { \
239 --(bufferLength); \
261 char *buffer, uint16_t bufferLength) {
306 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
321 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
338 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
345 if(bufferLength>0) {
472 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) {
479 WRITE_CHAR(buffer, bufferLength, length, '<')
    [all...]
unorm.cpp     [all...]
  /external/icu4c/common/
unames.c 236 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
237 if((bufferLength)>0) { \
239 --(bufferLength); \
261 char *buffer, uint16_t bufferLength) {
300 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
315 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
332 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
339 if(bufferLength>0) {
469 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) {
476 WRITE_CHAR(buffer, bufferLength, length, '<')
    [all...]
loclikely.cpp 34 * @param bufferLength The length of the output buffer
40 int32_t bufferLength,
61 else if (resLen >= bufferLength) {
87 * @param bufferLength The length of the output buffer. This is an input/ouput parameter.
94 int32_t* bufferLength) {
96 if (*bufferLength > 0) {
97 buffer[*bufferLength] = '_';
98 ++(*bufferLength);
102 &buffer[*bufferLength],
106 *bufferLength += tagLength
    [all...]
  /external/webkit/WebCore/platform/image-decoders/
ImageDecoder.cpp 40 static unsigned copyFromSharedBuffer(char* buffer, unsigned bufferLength, const SharedBuffer& sharedBuffer, unsigned offset)
45 unsigned bytesToCopy = min(bufferLength - bytesExtracted, moreDataLength);
48 if (bytesExtracted == bufferLength)
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 117 TI_UINT16 bufferLength; /* Length of the frame unparsed information elements */
211 TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 113 UINT16 bufferLength; /* frame body length */
289 Rx_attr_t* pRxAttr, UINT8* buffer, UINT16 bufferLength );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppApi.c 168 frameInfo->buffer, frameInfo->bufferLength );
173 frameInfo->buffer, frameInfo->bufferLength );
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.h 115 TI_UINT16 bufferLength; /* Length of the frame unparsed information elements */
209 TRxAttr* pRxAttr, TI_UINT8* buffer, TI_UINT16 bufferLength);
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 47 UINT bufferLength;
51 &buffer, &bufferLength);
52 if (!retval || bufferLength == 0)
56 return String(reinterpret_cast<UChar*>(buffer), bufferLength - 1);
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrApi.h 97 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
measurementMgrApi.h 110 Rx_attr_t * pRxAttr, UINT8 * buffer, UINT16 bufferLength);
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrApi.h 97 TRxAttr * pRxAttr, TI_UINT8 * buffer, TI_UINT16 bufferLength);
  /external/chromium/third_party/icu/public/i18n/unicode/
colldata.h 415 static char *getCollatorKey(UCollator *collator, char *buffer, int32_t bufferLength);
  /external/icu4c/i18n/unicode/
colldata.h 430 static char *getCollatorKey(UCollator *collator, char *buffer, int32_t bufferLength);
  /external/webkit/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 145 unsigned bufferLength;
150 bufferLength = GlyphPage::size;
179 bufferLength = GlyphPage::size * 2;
233 haveGlyphs = m_page->fill(0, GlyphPage::size, buffer, bufferLength, static_cast<const SimpleFontData*>(fontData));
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterApiC.h     [all...]
TI_AdapterApiCpp.h 185 virtual tiINT32 SetScanPolicy ( UINT8* buffer, UINT16 bufferLength ) = 0;
303 virtual tiINT32 Set_RoamingConfParams ( UINT8* buffer, UINT16 bufferLength) = 0;
304 virtual tiINT32 Get_RoamingConfParams ( UINT8* buffer, UINT16 bufferLength ) = 0;

Completed in 958 milliseconds

12 3 4 5