OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_intnum_compare
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h
157
int
yasm_intnum_compare
(const yasm_intnum *intn1, const yasm_intnum *intn2);
value.c
488
yasm_intnum_compare
(value->abs->terms[term].data.intn,
intnum.c
613
yasm_intnum_compare
(const yasm_intnum *intn1, const yasm_intnum *intn2)
function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
251
if (
yasm_intnum_compare
(align_intn, bsd->align) > 0) {
359
if (
yasm_intnum_compare
(start, group->bsd->istart) != 0) {
393
if (
yasm_intnum_compare
(tmp, last) > 0) /* tmp > last */
428
if (
yasm_intnum_compare
(align_intn, group->bsd->valign) > 0) {
446
if (
yasm_intnum_compare
(start, group->bsd->ivstart) != 0) {
871
if (
yasm_intnum_compare
(bsd->istart, bsd2->istart) <= 0) {
[
all
...]
Completed in 141 milliseconds