Searched defs:value_count (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c154 unsigned value_count)
156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count);
161 for (i = 0; i < value_count; i++) {
152 lp_build_gather_values(struct gallivm_state * gallivm, LLVMValueRef * values, unsigned value_count) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c154 unsigned value_count)
156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count);
161 for (i = 0; i < value_count; i++) {
152 lp_build_gather_values(struct gallivm_state * gallivm, LLVMValueRef * values, unsigned value_count) argument
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey_unittest.cc309 uint32 value_count = r_key.GetValueCount(); local
310 EXPECT_EQ(value_count, 4);
/external/chromium_org/v8/src/compiler/
H A Dverifier.cc64 int value_count = OperatorProperties::GetValueInputCount(node->op()); local
72 int input_count = value_count + context_count + frame_state_count +
88 for (int i = 0; i < value_count; ++i) {
196 CHECK_EQ(value_count,
/external/chromium_org/third_party/ots/src/
H A Dgpos.cc222 uint16_t value_count = 0; local
223 if (!subtable.ReadU16(&value_count)) {
226 for (unsigned i = 0; i < value_count; ++i) {
254 uint16_t value_count = 0; local
255 if (!subtable.ReadU16(&value_count)) {
258 for (unsigned i = 0; i < value_count; ++i) {
/external/chromium_org/v8/src/
H A Dlithium.cc542 int value_count = hydrogen_env->length() - omitted_count; local
549 value_count,
H A Dlithium.h395 int value_count,
405 translation_size_(value_count),
408 values_(value_count, zone),
409 is_tagged_(value_count, zone),
410 is_uint32_(value_count, zone),
390 LEnvironment(Handle<JSFunction> closure, FrameType frame_type, BailoutId ast_id, int parameter_count, int argument_count, int value_count, LEnvironment* outer, HEnterInlined* entry, Zone* zone) argument
/external/fio/
H A Dgraph.c68 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)

Completed in 332 milliseconds