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

  /external/pdfium/third_party/libtiff/
tif_print.c 70 uint32 value_count, void *raw_data)
76 for(j = 0; j < value_count; j++) {
135 if(j < value_count - 1)
144 uint32 value_count, void *raw_data)
156 if (value_count == 2 && fip->field_type == TIFF_SHORT) {
173 if (value_count == 2 && fip->field_type == TIFF_SHORT) {
181 if (value_count == 2 && fip->field_type == TIFF_RATIONAL) {
193 for(i = 0; i < value_count; i++)
205 (unsigned long) value_count * 4);
210 (unsigned long) value_count);
576 uint32 value_count; local
    [all...]
tif_jpeg.c 1322 int value_count = (sp->cinfo.d.output_width local
    [all...]
  /external/v8/src/compiler/
simd-scalar-lowering.cc 506 int value_count = phi->op()->ValueInputCount(); local
510 inputs_rep[i] = zone()->NewArray<Node*>(value_count + 1);
511 inputs_rep[i][value_count] = NodeProperties::GetControlInput(phi, 0);
513 for (int i = 0; i < value_count; ++i) {
522 common()->Phi(MachineRepresentation::kWord32, value_count),
523 value_count + 1, inputs_rep[i], false);
526 common()->Phi(MachineRepresentation::kFloat32, value_count),
527 value_count + 1, inputs_rep[i], false);
verifier.cc 100 int value_count = node->op()->ValueInputCount(); local
108 int input_count = value_count + context_count + frame_state_count;
124 for (int i = 0; i < value_count; ++i) {
383 CHECK_EQ(1, value_count);
412 CHECK_EQ(3, value_count);
424 CHECK_EQ(value_count, control->op()->ControlInputCount());
425 CHECK_EQ(input_count, 1 + value_count);
429 for (int i = 0; i < value_count; ++i) {
442 CHECK_EQ(0, value_count);
485 CHECK_EQ(5, value_count);
    [all...]
int64-lowering.cc 880 int value_count = phi->op()->ValueInputCount(); local
    [all...]
loop-variable-optimizer.cc 380 int value_count = 2; local
382 DCHECK_EQ(value_count, control->op()->ControlInputCount());
383 induction_var->phi()->TrimInputCount(value_count + 1);
384 induction_var->phi()->ReplaceInput(value_count, control);
387 common()->Phi(MachineRepresentation::kTagged, value_count));
simplified-lowering.cc 802 int value_count = node->op()->ValueInputCount() + local
805 for (int i = 0; i < value_count; i++) {
808 ProcessRemainingInputs(node, value_count);
    [all...]
  /external/webrtc/webrtc/base/
win32regkey_unittest.cc 313 uint32_t value_count = r_key.GetValueCount(); local
314 EXPECT_EQ(value_count, 4);
  /external/kmod/libkmod/
libkmod-index.c 76 * uint32_t value_count;
80 * } values[value_count];
277 int value_count; local
282 value_count = read_long(in);
285 while (value_count--) {
673 int i, child_count, value_count, children_padding; local
704 value_count = read_long_mm(&p);
706 value_count = 0;
710 + sizeof(struct index_mm_value) * value_count);
716 if (value_count == 0
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 600 int value_count = hydrogen_env->length() - omitted_count; local
607 value_count,
  /external/fio/
graph.c 68 int value_count; member in struct:graph_label
675 l->value_count--;
721 i->value_count++;
763 i->value_count > g->per_label_limit) {
772 if (i->value_count - g->per_label_limit >= 2)
782 if (i->value_count <= g->per_label_limit)
  /external/libpng/contrib/tools/
pngcp.c 284 png_byte value_count; /* length of the list of values: */ member in struct:option
816 return entry+1U >= options[opt].value_count /* missing range_hi */ ||
821 return entry+1U >= options[opt].value_count /* missing 'all' */ ||
840 entry = options[opt].value_count;
860 assert(entry+1 < options[opt].value_count &&
923 assert(entry+1U < options[opt].value_count);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1402 uint32_t value_count = *reinterpret_cast<const uint32_t*>(&array_data[2]); local
    [all...]
  /external/kmod/tools/
depmod.c 381 unsigned int value_count; local
384 value_count = 0;
386 value_count++;
387 u = htonl(value_count);
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 2876 inline int EnumDef::value_count() const { return upb_enumdef_numvals(this); } function in class:upb::EnumDef
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 3504 inline int EnumDef::value_count() const { return upb_enumdef_numvals(this); } function in class:upb::EnumDef
    [all...]

Completed in 904 milliseconds