Home
last modified time | relevance | path

Searched defs:blt (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dsetcc-setcc.c1 static _Bool blt(int a, int b) { return (a < b); } in blt() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.c58 bool blt = (from == SYNC_RECIPIENT_BLT) || (to == SYNC_RECIPIENT_BLT); in etna_stall() local
/third_party/flutter/skia/src/core/
DSkVM.h167 void blt(Label* l) { this->b(Condition::lt, l); } in blt() function
/third_party/skia/src/core/
DSkVM.h337 void blt(Label* l) { this->b(Condition::lt, l); } in blt() function