HomeSort by: relevance | last modified time | path
    Searched defs:op_or (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/unifdef/
unifdef.c 679 static int op_or(int a, int b) { return (a || b); } function in typeref:typename:int
712 { eval_table, { { "||", op_or } } },
unifdef.c 679 static int op_or(int a, int b) { return (a || b); } function in typeref:typename:int
712 { eval_table, { { "||", op_or } } },
  /src/sys/arch/alpha/include/
alpha_instruction.h 322 #define op_or 0x20 /* bis */ macro
alpha_instruction.h 322 #define op_or 0x20 /* bis */ macro

Completed in 26 milliseconds