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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 918 optimize_data *optd = (optimize_data *)add_span_data; local
920 span = create_span(bc, id, value, neg_thres, pos_thres, optd->os);
921 TAILQ_INSERT_TAIL(&optd->spans, span, link);
1165 optimize_data *optd = d; local
1240 optimize_data *optd = d; local
1288 optimize_data optd; local
    [all...]
  /external/hyphenation/
example.c 71 int optd = 1; local
82 optd = 0;
86 optd = 1;
149 if ((!optd && hnj_hyphen_hyphenate(dict, lcword, n-1, hyphens)) ||
150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) {
157 if (!optd) {

Completed in 52 milliseconds