Searched defs:objcmp (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/tests/cdt/ |
H A D | trhbags.c | 28 static int objcmp(Dt_t* dt, Void_t* arg1, Void_t* arg2, Dtdisc_t* disc) function 41 Dtdisc_t Disc = { 0, 0, 0, 0, 0, objcmp, objhash, 0, 0 };
|
H A D | tbags.c | 28 static int objcmp(Dt_t* dt, Void_t* arg1, Void_t* arg2, Dtdisc_t* disc) function 50 Dtdisc_t Disc = { 0, 0, 0, 0, 0, objcmp, objhash, 0, 0 };
|
/ast/src/lib/libvcodex/Vchuff/ |
H A D | vchuffgroup.c | 110 static int objcmp(Void_t* one, Void_t* two, Void_t* hdl) function 112 static int objcmp(one, two, hdl) 187 vcqsort(grp->obj+grp->ppos[i], p-grp->ppos[i], sizeof(Obj_t), objcmp, 0);
|
Completed in 310 milliseconds