File: count-one-bits.c

package info (click to toggle)
emacs 1%3A26.1%2B1-3.2%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 139,264 kB
  • sloc: lisp: 1,130,143; ansic: 315,576; objc: 17,202; sh: 6,103; makefile: 5,996; yacc: 1,566; cpp: 1,287; perl: 1,261; xml: 1,137; php: 1,035; pascal: 1,011; python: 957; cs: 770; ada: 725; awk: 640; ruby: 401; javascript: 230; erlang: 153; java: 27
file content (7 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
#include <config.h>
#define COUNT_ONE_BITS_INLINE _GL_EXTERN_INLINE
#include "count-one-bits.h"

#if 1500 <= _MSC_VER && (defined _M_IX86 || defined _M_X64)
int popcount_support = -1;
#endif