Searched defs:weight (Results 226 - 250 of 274) sorted by relevance

1234567891011

/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc392 int weight = Min(kMaxBackEdgeWeight, local
394 EmitProfilingCounterDecrement(weight);
427 int weight = 1; local
429 weight = FLAG_interrupt_budget / FLAG_self_opt_count;
432 weight = Min(kMaxBackEdgeWeight,
435 EmitProfilingCounterDecrement(weight);
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc376 int weight = Min(kMaxBackEdgeWeight, local
378 EmitProfilingCounterDecrement(weight);
414 int weight = 1; local
416 weight = FLAG_interrupt_budget / FLAG_self_opt_count;
419 weight = Min(kMaxBackEdgeWeight,
422 EmitProfilingCounterDecrement(weight);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc352 int weight = Min(kMaxBackEdgeWeight, local
354 EmitProfilingCounterDecrement(weight);
386 int weight = 1; local
388 weight = FLAG_interrupt_budget / FLAG_self_opt_count;
391 weight = Min(kMaxBackEdgeWeight,
394 EmitProfilingCounterDecrement(weight);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc379 int weight = Min(kMaxBackEdgeWeight, local
381 EmitProfilingCounterDecrement(weight);
414 int weight = 1; local
416 weight = FLAG_interrupt_budget / FLAG_self_opt_count;
419 weight = Min(kMaxBackEdgeWeight,
422 EmitProfilingCounterDecrement(weight);
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc375 int weight = Min(kMaxBackEdgeWeight, local
377 EmitProfilingCounterDecrement(weight);
410 int weight = 1; local
412 weight = FLAG_interrupt_budget / FLAG_self_opt_count;
415 weight = Min(kMaxBackEdgeWeight,
418 EmitProfilingCounterDecrement(weight);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc351 int weight = Min(kMaxBackEdgeWeight, local
353 EmitProfilingCounterDecrement(weight);
389 int weight = 1; local
391 weight = FLAG_interrupt_budget / FLAG_self_opt_count;
394 weight = Min(kMaxBackEdgeWeight,
397 EmitProfilingCounterDecrement(weight);
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc349 int weight = Min(kMaxBackEdgeWeight, local
351 EmitProfilingCounterDecrement(weight);
383 int weight = 1; local
385 weight = FLAG_interrupt_budget / FLAG_self_opt_count;
388 weight = Min(kMaxBackEdgeWeight,
391 EmitProfilingCounterDecrement(weight);
/external/dnsmasq/src/
H A Ddnsmasq.h222 int issrv, srvport, priority, weight; member in struct:mx_srv_record
/external/iproute2/include/linux/
H A Dpkt_sched.h425 __u32 weight; member in struct:tc_cbq_wrropt
653 __u32 weight; member in struct:tc_qfq_stats
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h440 __u32 weight; member in struct:tc_cbq_wrropt
670 __u32 weight; member in struct:tc_qfq_stats
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2907 /// Examine constraint type and operand type and determine a weight value.
2913 ConstraintWeight weight = CW_Invalid; local
2916 // but allow it at the lowest weight.
2923 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
2928 weight = CW_Register;
2933 weight = CW_Register;
2935 weight = CW_Register;
2941 weight = CW_SpecificReg;
2951 weight = CW_Constant;
2954 weight
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp423 ConstraintWeight weight = CW_Invalid; local
426 // but allow it at the lowest weight.
433 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
441 weight = CW_Register;
446 weight = CW_Register;
452 weight = CW_Constant;
458 weight = CW_Constant;
464 weight = CW_Constant;
470 weight = CW_Constant;
476 weight
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1870 // channel. This matches [LCD][yes-hint] in weight.
2053 // We normalize each axis (weight, width, italic) to be base-900
2055 return sqr(a.weight() - b.weight()) +
2068 float weight, width, slant; local
2069 if (!find_dict_float(dict, kCTFontWeightTrait, &weight)) {
2070 weight = 0;
2079 return SkFontStyle(unit_weight_to_fontstyle(weight),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc138 PP_BrowserFont_Trusted_Weight WeightToBrowserFontTrustedWeight(int weight) { argument
146 std::min(std::max(weight, kMinimumWeight), kMaximumWeight);
204 void* MapFont(struct _FPDF_SYSFONTINFO*, int weight, int italic, argument
243 description.set_weight(WeightToBrowserFontTrustedWeight(weight));
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp1413 // [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]?
4398 // [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family'
4408 // Optional font-style, font-variant and font-weight.
4673 int weight = static_cast<int>(value->fValue); local
4674 if (!(weight % 100) && weight >= 100 && weight <= 900) {
4675 addProperty(CSSPropertyFontWeight, cssValuePool().createIdentifierValue(static_cast<CSSValueID>(CSSValue100 + weight / 100 - 1)), important);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js108 "empty-cells", "font-family", "font-size", "font-style", "font-variant", "font-weight", "font", "letter-spacing",
318 "font-weight": { values: [
804 "font-weight": 89,
886 var weight = WebInspector.CSSMetadata.Weight[properties[i]];
887 if (!weight)
888 weight = WebInspector.CSSMetadata.Weight[WebInspector.CSSMetadata.canonicalPropertyName(properties[i])];
889 if (weight > maxWeight) {
890 maxWeight = weight;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3192 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3207 weight[heap[yy+1]] < weight[heap[yy]]) \
3209 if (weight[tmp] < weight[heap[yy]]) break; \
3231 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
3235 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
3243 weight[0] = 0;
3260 weight[nNode
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3216 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3231 weight[heap[yy+1]] < weight[heap[yy]]) \
3233 if (weight[tmp] < weight[heap[yy]]) break; \
3255 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
3259 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
3267 weight[0] = 0;
3284 weight[nNode
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3207 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3222 weight[heap[yy+1]] < weight[heap[yy]]) \
3224 if (weight[tmp] < weight[heap[yy]]) break; \
3246 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
3250 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
3258 weight[0] = 0;
3275 weight[nNode
[all...]
H A Dvarinfo6.c3245 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3260 weight[heap[yy+1]] < weight[heap[yy]]) \
3262 if (weight[tmp] < weight[heap[yy]]) break; \
3284 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
3288 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
3296 weight[0] = 0;
3313 weight[nNode
[all...]
/external/valgrind/main/perf/
H A Dbz2.c3207 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3222 weight[heap[yy+1]] < weight[heap[yy]]) \
3224 if (weight[tmp] < weight[heap[yy]]) break; \
3246 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
3250 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
3258 weight[0] = 0;
3275 weight[nNode
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp653 float weight; /*the sum of all weights in this coin*/ member in struct:Coin
669 c1->weight = c2->weight;
677 c1->weight += c2->weight;
693 float wa = ((const Coin*)a)->weight;
694 float wb = ((const Coin*)b)->weight;
706 coins[j].weight = frequencies[i] / (float)sum;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3855 /// Examine constraint type and operand type and determine a weight value.
3861 ConstraintWeight weight = CW_Invalid; local
3864 // but allow it at the lowest weight.
3871 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
3876 weight = CW_Register;
3879 weight = CW_Constant;
3882 return weight;

Completed in 2703 milliseconds

1234567891011