Searched refs:uword (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dudis86_syn-intel.c99 mkasm(u, "%s0x%x", (op_f) ? "+" : "", op->lval.uword);
H A Dudis86_types.h145 uint16_t uword; member in union:ud_operand::__anon2581
H A Dudis86_decode.c410 case 16: op->lval.uword = ud_inp_uint16(u); break;
585 case 16: op->lval.uword = ud_inp_uint16(u); break;
610 op->lval.uword = ud_inp_uint16(u);
/macosx-10.10.1/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c424 suulong(user_addr_t addr, uint64_t uword) argument
428 return(copyout((void *)&uword, addr, sizeof(uword)) == 0 ? 0 : -1);
430 return(suiword(addr, (uint32_t)uword));
/macosx-10.10.1/vim-55/src/
H A Dspell.c12769 char_u uword[MAXWLEN]; /* "fword" in upper-case */ local
12797 allcap_copy(fword, uword);
12841 ulen = mb_cptr2len(uword + uwordidx[depth]);
12853 p = uword + uwordidx[depth];
12900 STRNCPY(kword + kwordlen[depth], uword + uwordidx[depth],

Completed in 335 milliseconds