Searched refs:opx (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | rtld_malloc.c | 234 void *opx; in __crt_free() local 239 opx = cp2op(cp); in __crt_free() 240 memcpy(&op1, opx, sizeof(op1)); in __crt_free() 242 opx; in __crt_free()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | epoc | 69 !:mime application/x-epoc-opx
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 109716 u8 opx = op; 109737 if( op==TK_LE ) opx = TK_LT; 109738 if( op==TK_GE ) opx = TK_GT; 109739 if( op==TK_NE ) opx = TK_EQ; 109754 codeCompare(pParse, pL, pR, opx, r1, r2, addrDone, p5, isCommuted); 109763 if( (opx==TK_LT || opx==TK_GT) && i<nLeft-1 ){ 109765 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT); 109766 testcase(opx==TK_GT); VdbeCoverageIf(v,opx==TK_GT); 109776 if( opx==TK_EQ ){ 109781 if( i==nLeft-2 ) opx = op;
|