Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LONG_BIT
(Results
1 - 13
of
13
) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
fat.c
90
cl_t i = cl /
LONG_BIT
;
in bitmap_clear()
91
unsigned long clearmask = ~(1UL << (cl %
LONG_BIT
));
in bitmap_clear()
101
cl_t i = cl /
LONG_BIT
;
in bitmap_get()
102
unsigned long usedbit = 1UL << (cl %
LONG_BIT
);
in bitmap_get()
110
cl_t i = cl /
LONG_BIT
;
in bitmap_none_in_range()
124
size_t bitmap_size = roundup2(bits,
LONG_BIT
) / (
LONG_BIT
/ 8);
in bitmap_ctor()
1269
if (head %
LONG_BIT
== 0 &&
in checklost()
1271
head +=
LONG_BIT
;
in checklost()
/third_party/musl/porting/liteos_a/user/include/
H
A
D
limits.h
59
#define
LONG_BIT
32
macro
61
#define
LONG_BIT
64
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
limits.h
59
#define
LONG_BIT
32
macro
61
#define
LONG_BIT
64
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
limits.h
61
#define
LONG_BIT
32
macro
63
#define
LONG_BIT
64
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
limits.h
61
#define
LONG_BIT
32
macro
63
#define
LONG_BIT
64
macro
/third_party/musl/include/
H
A
D
limits.h
64
#define
LONG_BIT
32
macro
66
#define
LONG_BIT
64
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
limits.h
94
#define
LONG_BIT
64
macro
96
#define
LONG_BIT
32
macro
/third_party/python/Include/
H
A
D
pyport.h
591
#ifndef
LONG_BIT
592
#define
LONG_BIT
(8 * SIZEOF_LONG)
macro
595
#if
LONG_BIT
!= 8 * SIZEOF_LONG
596
/* 04-Oct-2000
LONG_BIT
is apparently (mis)defined as 64 on some recent
601
#error "
LONG_BIT
definition appears wrong for platform (bad gcc/glibc config?)."
/third_party/elfutils/tests/
H
A
D
run-large-elf-file.sh
23
long_bit=$(getconf
LONG_BIT
)
/third_party/python/Objects/stringlib/
H
A
D
fastsearch.h
27
#if
LONG_BIT
>= 128
29
#elif
LONG_BIT
>= 64
31
#elif
LONG_BIT
>= 32
34
#error "
LONG_BIT
is smaller than 32"
/third_party/musl/libc-test/src/api/
H
A
D
limits.c
74
C(
LONG_BIT
)
in f()
/third_party/python/PC/
H
A
D
pyconfig.h
64
#define
LONG_BIT
32
macro
/third_party/python/Objects/
H
A
D
unicodeobject.c
844
#if
LONG_BIT
>= 128
846
#elif
LONG_BIT
>= 64
848
#elif
LONG_BIT
>= 32
851
#error "
LONG_BIT
is smaller than 32"
Completed in 27 milliseconds