Searched refs:Entry2 (Results 1 – 5 of 5) sorted by relevance
126 #define SwapListEntries(Entry1,Entry2) {\ argument129 Entry2Flink = (Entry2)->Flink; \130 Entry2Blink = (Entry2)->Blink; \135 (Entry2)->Flink = Entry1; \136 (Entry2)->Blink = Entry1Blink; \137 Entry1Blink->Flink = (Entry2); \138 (Entry1)->Blink = (Entry2); \
44 static int SortCmpRtn(const void *Entry1, const void *Entry2);315 const void *Entry2) { in SortCmpRtn() argument317 QuantizedColorType *entry2 = (*((QuantizedColorType **) Entry2)); in SortCmpRtn()
10597 my $Entry2 = $VTable_New{$Offset};10600 $Entry2 = simpleVEntry($Entry2);10602 if($Entry1=~/ 0x/ or $Entry2=~/ 0x/)10607 if($Entry1 ne $Entry2)10612 if($Entry2=~/::([^:]+)\Z/)10623 if($Entry1=~/\A\-(0x|\d+)/ and $Entry2=~/\A\-(0x|\d+)/)