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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-org.c 53 /*@out@*/ long *pos_thres);
96 long pos_thres = org->start; 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 59 /*@out@*/ long *pos_thres);
124 long pos_thres = 0; local
127 &pos_thres) < 0)
135 /*@out@*/ long *neg_thres, /*@out@*/ long *pos_thres)
144 *pos_thres = new_val;
152 *pos_thres = (long)end;
159 *pos_thres = (long)end-maxskip-1;
section.c 859 long pos_thres; member in struct:yasm_span
888 long neg_thres, long pos_thres, yasm_offset_setter *os)
904 span->pos_thres = pos_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);
1046 || span->new_val > span->pos_thres);
1073 long pos_thres = (long)yasm_bc_next_offset(bc); local
    [all...]

Completed in 90 milliseconds