Home
last modified time | relevance | path

Searched refs:count0 (Results 1 – 21 of 21) sorted by relevance

/third_party/toybox/toys/pending/
Dvi.c28 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/
Dvbo_exec.c175 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()
Dvbo_private.h195 unsigned *count0, unsigned count1,
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-inst-combine-and-or-xor-switch/
D0-opt.spvasm8 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
D0-opt.wgsl13 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/
Ddng_pixel_buffer.cpp44 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 …]
Ddng_utils.cpp437 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()
Ddng_pixel_buffer.h38 uint32 &count0,
50 uint32 &count0,
59 uint32 &count0,
Ddng_bottlenecks.h559 uint32 count0,
1691 uint32 count0, in DoMapArea16() argument
1701 count0, in DoMapArea16()
Ddng_reference.h509 uint32 count0,
Ddng_reference.cpp2616 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/
Dspsc_queue.hpp146 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/
DSGIX_instruments.txt79 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/
DSGIX_instruments.txt79 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/
Dline_interpolate.cpp57 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/
DvktGeometryBasicGeometryShaderTests.cpp1070 inline vector<int> createPattern (int count0, int count1) in createPattern() argument
1073 pattern.push_back(count0); in createPattern()
/third_party/mesa3d/src/mesa/main/
Datifragshader.c407 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/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1824 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/
Dglobals.h968 int count0; member
/third_party/python/Doc/library/
Dgc.rst118 Return the current collection counts as a tuple of ``(count0, count1,
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp190 OutputCountPatternSpec (int count0, int count1);
200 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1) in OutputCountPatternSpec() argument
202 pattern.push_back(count0); in OutputCountPatternSpec()