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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-org.c 52 long new_val, /*@out@*/ long *neg_thres,
95 long neg_thres = 0; local
98 if (bc_org_expand(bc, 0, 0, (long)bc->offset, &neg_thres, &pos_thres) < 0)
106 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
bc-align.c 58 long new_val, /*@out@*/ long *neg_thres,
123 long neg_thres = 0; local
126 if (bc_align_expand(bc, 0, 0, (long)bc->offset, &neg_thres,
135 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
bytecode.h 52 * \param neg_thres negative threshold for long/short decision
57 long neg_thres, long pos_thres);
122 * \param neg_thres negative threshold for long/short decision
133 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres);
272 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres);
479 * \param neg_thres negative threshold for long/short decision (returned)
489 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres);
bytecode.c 67 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
285 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
296 return bc->callback->expand(bc, span, old_val, new_val, neg_thres,
section.c 858 long neg_thres; member in struct:yasm_span
888 long neg_thres, long pos_thres, yasm_offset_setter *os)
903 span->neg_thres = neg_thres;
916 const yasm_value *value, long neg_thres, long pos_thres)
920 span = create_span(bc, id, value, neg_thres, pos_thres, optd->os);
1045 return (span->new_val < span->neg_thres
1072 long neg_thres = 0; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 47 long new_val, /*@out@*/ long *neg_thres,
62 long new_val, /*@out@*/ long *neg_thres,
255 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
424 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 43 long new_val, /*@out@*/ long *neg_thres,
161 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 43 long new_val, /*@out@*/ long *neg_thres,
56 long new_val, /*@out@*/ long *neg_thres,
630 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
735 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
    [all...]

Completed in 163 milliseconds