HomeSort by relevance Sort by last modified time
    Searched refs:STACK_ARRAY (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/base/
win32.h 52 wchar_t* ws = STACK_ARRAY(wchar_t, len16);
64 char* ns = STACK_ARRAY(char, len8);
urlencode.cc 140 char* buf = STACK_ARRAY(char, needed_length);
160 char* buf = STACK_ARRAY(char, needed_length);
win32.cc 382 wchar_t* wfilename = STACK_ARRAY(wchar_t, wlen);
396 wchar_t* full_filename = STACK_ARRAY(wchar_t, full_len + 6);
442 char* buf = STACK_ARRAY(char, size);
stringutils.h 41 #define STACK_ARRAY(TYPE, LEN) static_cast<TYPE*>(::alloca((LEN)*sizeof(TYPE)))
testutils.h 487 char* buffer = STACK_ARRAY(char, buffer_size);
497 char* buffer = STACK_ARRAY(char, buffer_size);
httpcommon.cc 230 char* buffer = STACK_ARRAY(char, kMaxLength);

Completed in 507 milliseconds