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

  /frameworks/compile/slang/
slang-data.c 51 size_t line_count = nread / 16; local
56 for (i = 0; i < line_count; ++i, ptr += 16) {
73 for (i = line_count * 16; i < nread; ++i) {
  /bionic/tests/
stdio_test.cpp 113 const size_t line_count = 5; local
115 for (size_t i = 0; i < line_count; ++i) {
133 ASSERT_EQ(read_line_count, line_count);
  /external/chromium/third_party/libevent/
event_rpcgen.py 17 line_count = 0 variable
37 self._tags[entry.Tag()], line_count)
    [all...]
  /external/v8/src/
handles.cc 469 int line_count = line_ends.length(); local
470 Handle<FixedArray> array = isolate->factory()->NewFixedArray(line_count);
471 for (int i = 0; i < line_count; i++) {
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 129 int line_count = 0; local
132 if(line_count++ == line_num) break;
    [all...]
  /device/lge/mako/camera/
QCamera_Intf.h 850 uint32_t line_count; member in struct:__anon1808
    [all...]

Completed in 1091 milliseconds