/third_party/toybox/toys/pending/ |
D | vi.c | 28 int count0, count1, vi_mov_flag; 702 static int cur_left(int count0, int count1, char *unused) in cur_left() argument 704 int count = count0*count1; in cur_left() 714 static int cur_right(int count0, int count1, char *unused) in cur_right() argument 716 int count = count0*count1, len, width = 0; in cur_right() 741 static int cur_up(int count0, int count1, char *unused) in cur_up() argument 743 int count = count0*count1; in cur_up() 752 static int cur_down(int count0, int count1, char *unused) in cur_down() argument 754 int count = count0*count1; in cur_down() 760 static int vi_H(int count0, int count1, char *unused) in vi_H() argument [all …]
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 175 unsigned *count0, unsigned count1, in vbo_merge_draws() argument 184 if (start0 + *count0 != start1) in vbo_merge_draws() 221 if (*count0 % 2) in vbo_merge_draws() 225 if (*count0 % 3) in vbo_merge_draws() 230 if (*count0 % 4) in vbo_merge_draws() 234 if (*count0 % 6) in vbo_merge_draws() 240 *count0 % ctx->TessCtrlProgram.patch_vertices) in vbo_merge_draws() 248 *count0 += count1; in vbo_merge_draws()
|
D | vbo_private.h | 195 unsigned *count0, unsigned count1,
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-inst-combine-and-or-xor-switch/ |
D | 0-opt.spvasm | 8 OpName %count0 "count0" 44 %count0 = OpVariable %_ptr_Function_int Function 49 OpStore %count0 %29 71 %47 = OpLoad %int %count0 73 OpStore %count0 %48 118 %77 = OpLoad %int %count0
|
D | 0-opt.wgsl | 13 var count0 : i32; 17 count0 = x_29; 32 let x_47 : i32 = count0; 33 count0 = (x_47 + 1); 62 let x_77 : i32 = count0;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pixel_buffer.cpp | 44 uint32 &count0, in OptimizeOrder() argument 61 uint32 sRange = Abs_int32 (sStep0) * (count0 - 1) + in OptimizeOrder() 65 uint32 dRange = Abs_int32 (dStep0) * (count0 - 1) + in OptimizeOrder() 76 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize); in OptimizeOrder() 79 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize); in OptimizeOrder() 127 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize); in OptimizeOrder() 130 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize); in OptimizeOrder() 171 if (count0 == 1) step0 = 0xFFFFFFFF; in OptimizeOrder() 233 count [0] = count0; in OptimizeOrder() 237 count0 = count [index0]; in OptimizeOrder() [all …]
|
D | dng_utils.cpp | 437 uint32 count0 = 1; in HistogramArea() local 447 count0, in HistogramArea() 454 DNG_ASSERT (count0 == 1, "OptimizeOrder logic error"); in HistogramArea() 570 uint32 count0 = tile.H (); in Process() local 594 count0, in Process() 612 for (uint32 index0 = 0; index0 < count0; index0++) in Process()
|
D | dng_pixel_buffer.h | 38 uint32 &count0, 50 uint32 &count0, 59 uint32 &count0,
|
D | dng_bottlenecks.h | 559 uint32 count0, 1691 uint32 count0, in DoMapArea16() argument 1701 count0, in DoMapArea16()
|
D | dng_reference.h | 509 uint32 count0,
|
D | dng_reference.cpp | 2616 uint32 count0, in RefMapArea16() argument 2628 for (uint32 index0 = 0; index0 < count0; index0++) in RefMapArea16() 2750 for (uint32 index0 = 0; index0 < count0; index0++) in RefMapArea16()
|
/third_party/boost/boost/lockfree/ |
D | spsc_queue.hpp | 146 const size_t count0 = max_size - write_index; in push() local 147 const ConstIterator midpoint = boost::next(begin, count0); in push() 214 const size_t count0 = max_size - read_index; in consume_all() local 215 const size_t count1 = output_count - count0; in consume_all() 249 const size_t count0 = max_size - read_index; in consume_all() local 250 const size_t count1 = output_count - count0; in consume_all() 283 const size_t count0 = max_size - read_index; in pop() local 284 const size_t count1 = output_count - count0; in pop() 287 copy_and_delete(internal_buffer, internal_buffer + count1, output_buffer + count0); in pop() 314 const size_t count0 = max_size - read_index; in pop_to_output_iterator() local [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_instruments.txt | 79 int id, count0, count1, r; 104 count0 = glGetInstrumentsSGIX(); 105 /* count0 will be a count of from 0 to 2 multiples of the size 107 * If buffer was overflowed, count0 will be 1. 120 /* the sum of count0 and count1 should be 2 times
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_instruments.txt | 79 int id, count0, count1, r; 104 count0 = glGetInstrumentsSGIX(); 105 /* count0 will be a count of from 0 to 2 multiples of the size 107 * If buffer was overflowed, count0 will be 1. 120 /* the sum of count0 and count1 should be 2 times
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | line_interpolate.cpp | 57 std::size_t count0 = boost::size(r0); in apply() local 60 BOOST_CHECK_MESSAGE(count0 == count1, bg::wkt(r0) << " != " << bg::wkt(r1)); in apply() 62 if (count0 == count1) in apply()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 1070 inline vector<int> createPattern (int count0, int count1) in createPattern() argument 1073 pattern.push_back(count0); in createPattern()
|
/third_party/mesa3d/src/mesa/main/ |
D | atifragshader.c | 407 GLuint count0 = curProg->Instructions[j][i].ArgCount[0]; in _mesa_EndFragmentShaderATI() local 409 fprintf(stderr, "%2d %04X %s %d %04X %s %d\n", i, op0, op0_enum, count0, in _mesa_EndFragmentShaderATI()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1824 void drawStreams(GLsizei count0, GLsizei count1 = 0, GLsizei count2 = 0, GLsizei count3 = 0) in drawStreams() argument 1833 gl.drawArrays(GL_POINTS, 0, count0); in drawStreams()
|
/third_party/toybox/generated/ |
D | globals.h | 968 int count0; member
|
/third_party/python/Doc/library/ |
D | gc.rst | 118 Return the current collection counts as a tuple of ``(count0, count1,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 190 OutputCountPatternSpec (int count0, int count1); 200 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1) in OutputCountPatternSpec() argument 202 pattern.push_back(count0); in OutputCountPatternSpec()
|