HomeSort by: relevance | last modified time | path
    Searched refs:OVERWRITE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
locore.s 4492 #define OVERWRITE(rtn, v8_rtn, len) \
4506 OVERWRITE(.mul, v8_smul, .Lv8_smul_len)
4507 OVERWRITE(.umul, v8_umul, .Lv8_umul_len)
4508 OVERWRITE(.div, v8_sdiv, .Lv8_sdiv_len)
4509 OVERWRITE(.udiv, v8_udiv, .Lv8_udiv_len)
4510 OVERWRITE(.rem, v8_srem, .Lv8_srem_len)
4511 OVERWRITE(.urem, v8_urem, .Lv8_urem_len)
4512 #undef OVERWRITE
  /src/external/public-domain/sqlite/dist/
shell.c 18763 case SQLITE_FCNTL_OVERWRITE: zOp = "OVERWRITE"; break;
    [all...]

Completed in 80 milliseconds