| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | read.c | 66 unsigned long skip_count; local in function:forwardRead 78 while((skip_count = MIN(BUFSIZ, offset - stream->pos))) { 79 if(fread(skip_buffer, sizeof(*skip_buffer), skip_count, file) < 80 skip_count) 82 stream->pos += sizeof(*skip_buffer) * skip_count;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_screen.c | 610 dscreen->skip_count = debug_get_num_option("GALLIUM_DDEBUG_SKIP", 0); 611 if (dscreen->skip_count > 0) { 613 dscreen->skip_count);
|
| H A D | dd_pipe.h | 57 unsigned skip_count; member in struct:dd_screen
|
| H A D | dd_draw.c | 1205 if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) { 1214 } else if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) { 1249 if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) 1263 if (dscreen->skip_count && dctx->num_draw_calls % 10000 == 0)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-internal-inl.h | 427 // skip_count - the number of top frames to be skipped; doesn't count 429 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0; 449 virtual string CurrentStackTrace(int max_depth, int skip_count); 614 // the gtest_stack_trace_depth flag. The skip_count parameter 621 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
|
| H A D | gtest.cc | 789 // the gtest_stack_trace_depth flag. The skip_count parameter 796 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument 799 skip_count + 1 3851 int /*skip_count*/) { 4966 // the gtest_stack_trace_depth flag. The skip_count parameter 4974 int skip_count) { 4975 // We pass skip_count + 1 to skip this wrapper function in addition 4977 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); 4973 GetCurrentOsStackTraceExceptTop(UnitTest *,int skip_count) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-internal-inl.h | 428 // skip_count - the number of top frames to be skipped; doesn't count 430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0; 450 std::string CurrentStackTrace(int max_depth, int skip_count) override; 634 // the gtest_stack_trace_depth flag. The skip_count parameter 641 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
|
| H A D | gtest.cc | 812 // the gtest_stack_trace_depth flag. The skip_count parameter 819 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { argument 822 skip_count + 1 4430 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) argument 4444 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1); 4475 static_cast<void>(skip_count); 5686 // the gtest_stack_trace_depth flag. The skip_count parameter 5694 int skip_count) { 5695 // We pass skip_count + 1 to skip this wrapper function in addition 5697 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count 5693 GetCurrentOsStackTraceExceptTop(UnitTest *,int skip_count) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_screen.c | 640 dscreen->skip_count = debug_get_num_option("GALLIUM_DDEBUG_SKIP", 0); 641 if (dscreen->skip_count > 0) { 643 dscreen->skip_count);
|
| H A D | dd_pipe.h | 57 unsigned skip_count; member in struct:dd_screen
|
| H A D | dd_draw.c | 1216 if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) { 1225 } else if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) { 1260 if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) 1274 if (dscreen->skip_count && dctx->num_draw_calls % 10000 == 0)
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 1350 unsigned skip_count; local in function:GetGraphicsOrder 1356 skip_count = jj; 1357 if (skip_count == active_count) 1360 active_count -= skip_count; 1362 ordered_graphics[jj] = ordered_graphics[jj + skip_count];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 719 // the gtest_stack_trace_depth flag. The skip_count parameter 727 UnitTest* unit_test, int skip_count);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 800 // the gtest_stack_trace_depth flag. The skip_count parameter 808 UnitTest* unit_test, int skip_count);
|