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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc 70 char *buf_pos = buf + 32; local
72 *--buf_pos = (pid % 10) + '0';
75 while (buf_pos < buf + 32 && out < out_end - 1)
76 *out++ = *buf_pos++;
  /external/selinux/libsepol/cil/src/
cil.c 1198 int buf_pos = 0; local
1374 int buf_pos = 0; local
1440 int buf_pos = 0; local
1508 int buf_pos = 0; local
    [all...]
  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 29 int buf_pos = 31; local
43 buf1[buf_pos--] = str[u % base];
47 buf1[buf_pos--] = '-';
49 int len = 31 - buf_pos;
51 buf[ii] = buf1[ii + buf_pos + 1];
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 174 static int buf_pos = 0; local
181 ret = buf[buf_pos++].place;
182 buf_pos %= ARRAY_SIZE (buf);
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 782 milliseconds