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:random_bit
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/include/old/
H
A
D
random_range.h
43
long
random_bit
( long );
/third_party/ltp/lib/
H
A
D
random_range.c
620
*
random_bit
(mask)
626
long
random_bit
(long mask)
in random_bit()
function
677
* The following is a unit test main function for
random_bit
().
689
ret =
random_bit
(mask);
690
printf("
random_bit
(%#o) returned %#o\n", mask, ret);
693
ret =
random_bit
(mask);
694
printf("
random_bit
(%#o) returned %#o\n", mask, ret);
699
printf("Calling
random_bit
%d times for mask %#o\n",
703
ret =
random_bit
(mask);
704
printf("
random_bit
(
[all...]
H
A
D
tlibio.c
476
mask = mask |
random_bit
(curr_mask & LIO_IO_TYPES);
in lio_random_methods()
479
mask = mask |
random_bit
(curr_mask & LIO_WAIT_TYPES);
in lio_random_methods()
Completed in 4 milliseconds