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

  /external/clang/test/Analysis/
inline.c 73 char stack_buf[100]; local
74 char *pos = return_buf(stack_buf);
79 char stack_buf[100]; local
80 char *x = stack_buf;
  /external/libchrome/base/strings/
stringprintf.cc 53 typename StringType::value_type stack_buf[1024]; local
61 int result = vsnprintfT(stack_buf, arraysize(stack_buf), format, ap_copy);
64 if (result >= 0 && result < static_cast<int>(arraysize(stack_buf))) {
66 dst->append(stack_buf, result);
71 int mem_length = arraysize(stack_buf);
  /external/libchrome/sandbox/linux/services/
credentials.cc 97 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16);
101 void* stack = stack_buf + sizeof(stack_buf);
  /external/libchrome/base/process/
launch_posix.cc 680 // This function is noinline to ensure that stack_buf is below the stack pointer
686 // |stack_buf| is allocated on thread stack instead of ASan's fake stack.
700 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16);
704 void* stack = stack_buf + sizeof(stack_buf);
  /art/runtime/
trace.cc 954 uint8_t stack_buf[kPacketSize]; \/\/ Space to store a packet when in streaming mode. local
    [all...]

Completed in 283 milliseconds