Searched refs:sbyte (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/mach_override/libudis86/ |
H A D | syn.c | 91 case 8 : return (u->pc + opr->lval.sbyte) & trunc_mask; 151 v = (int64_t)op->lval.sbyte; 191 case 8 : v = op->lval.sbyte; break;
|
H A D | types.h | 130 int8_t sbyte; member in union:ud_lval
|
H A D | decode.c | 406 case 8: op->lval.sbyte = inp_uint8(u); break; 748 operand->lval.sbyte = 3;
|
/external/oprofile/opjitconv/ |
H A D | debug_line.c | 35 typedef int8_t sbyte; typedef 98 sbyte line_base;
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
H A D | prettify.js | 19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
|
Completed in 1041 milliseconds