HomeSort by relevance Sort by last modified time
    Searched refs:UWORD (Results 1 - 5 of 5) sorted by null

  /external/openssh/
umac.c 94 typedef unsigned int UWORD; /* Register */
335 UWORD c = dlen / 32;
368 UWORD c = dlen / 32;
415 UWORD c = dlen / 32;
470 UWORD c = dlen / 32;
549 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes)
553 UWORD iters = num_bytes / bpw;
642 if (nbytes >= (int)sizeof(UWORD)) {
643 while ((ptrdiff_t)p % sizeof(UWORD)) {
648 while (nbytes >= (int)sizeof(UWORD)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h 102 typedef unsigned short int UWORD;
odbcinst.h 117 WINBOOL WINAPI SQLGetConfigMode(UWORD *pwConfigMode);
118 WINBOOL WINAPI SQLSetConfigMode(UWORD wConfigMode);
winsmcrd.h 27 typedef WORD UWORD;
sqlext.h 544 #define SQL_FUNC_EXISTS(pfExists,uwAPI) ((*(((UWORD*) (pfExists)) + ((uwAPI) >> 4)) & (1 << ((uwAPI) & 0x000F))) ? SQL_TRUE : SQL_FALSE)
    [all...]

Completed in 917 milliseconds