HomeSort by relevance Sort by last modified time
    Searched refs:BITS_PER_WORD (Results 26 - 42 of 42) sorted by null

12

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_sony.cfg 111 #define BITS_PER_WORD PR_BITS_PER_WORD
_sunos4.cfg 109 #define BITS_PER_WORD PR_BITS_PER_WORD
_unixware.cfg 111 #define BITS_PER_WORD PR_BITS_PER_WORD
_unixware7.cfg 113 #define BITS_PER_WORD PR_BITS_PER_WORD
_win16.cfg 127 #define BITS_PER_WORD PR_BITS_PER_WORD
_bsdi.cfg 169 #define BITS_PER_WORD PR_BITS_PER_WORD
_win95.cfg 171 #define BITS_PER_WORD PR_BITS_PER_WORD
_winnt.cfg 171 #define BITS_PER_WORD PR_BITS_PER_WORD
_freebsd.cfg 213 #define BITS_PER_WORD PR_BITS_PER_WORD
_nextstep.cfg 226 #define BITS_PER_WORD PR_BITS_PER_WORD
_netbsd.cfg 260 #define BITS_PER_WORD PR_BITS_PER_WORD
_openbsd.cfg 358 #define BITS_PER_WORD PR_BITS_PER_WORD
_linux.cfg 632 #define BITS_PER_WORD PR_BITS_PER_WORD
  /external/libpcap/
optimize.c 135 #define BITS_PER_WORD (8*sizeof(bpf_u_int32))
140 ((p)[(unsigned)(a) / BITS_PER_WORD] & (1 << ((unsigned)(a) % BITS_PER_WORD)))
146 (p)[(unsigned)(a) / BITS_PER_WORD] |= (1 << ((unsigned)(a) % BITS_PER_WORD))
152 (p)[(unsigned)(a) / BITS_PER_WORD] &= ~(1 << ((unsigned)(a) % BITS_PER_WORD))
1351 k += i * BITS_PER_WORD;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 271 #define STACK_BOUNDARY (TARGET_64BIT && ix86_abi == MS_ABI ? 128 : BITS_PER_WORD)
i386.h 645 #define LONG_TYPE_SIZE (TARGET_X32 ? 32 : BITS_PER_WORD)
646 #define POINTER_SIZE (TARGET_X32 ? 32 : BITS_PER_WORD)
690 #define PARM_BOUNDARY BITS_PER_WORD
694 (TARGET_64BIT && ix86_abi == MS_ABI ? 128 : BITS_PER_WORD)
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 9415 milliseconds

12