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

  /external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp 23 struct COST
25 S *cost; member in struct:COST
29 ~COST();
30 COST();
34 COST::COST()
36 cost = new S[3];
41 COST::~COST()
43 if (cost) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 48 cost of 50 means that it is as bad as a line 5 characters too short
52 typedef long COST;
54 #define MAXCOST (~(((unsigned long) 1) << (8 * sizeof (COST) -1)))
57 #define EQUIV(n) SQR ((COST) (n))
59 /* Cost of a filled line n chars longer or shorter than best_width. */
62 /* Cost of the difference between adjacent filled lines. */
65 /* Basic cost per line. */
68 /* Cost of breaking a line after the first word of a sentence, where
72 /* Cost of breaking a line before the last word of a sentence, where
79 /* Cost of breaking a line after a period not marking end of a sentence
484 register COST cost; local
518 register COST cost; local
    [all...]

Completed in 872 milliseconds