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:ONE_K
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/nix/test/sys/
H
A
D
test_mman.rs
28
const
ONE_K
: size_t = 1024;
in test_mremap_grow()
consts
29
let one_k_non_zero = NonZeroUsize::new(
ONE_K
).unwrap();
in test_mremap_grow()
41
std::slice::from_raw_parts_mut(mem as *mut u8,
ONE_K
)
in test_mremap_grow()
43
assert_eq!(slice[
ONE_K
- 1], 0x00);
in test_mremap_grow()
44
slice[
ONE_K
- 1] = 0xFF;
in test_mremap_grow()
45
assert_eq!(slice[
ONE_K
- 1], 0xFF);
in test_mremap_grow()
51
ONE_K
,
in test_mremap_grow()
52
10 *
ONE_K
,
in test_mremap_grow()
60
ONE_K
,
in test_mremap_grow()
61
10 *
ONE_K
,
in test_mremap_grow()
87
const
ONE_K
: size_t = 1024;
test_mremap_shrink()
consts
[all...]
/third_party/toybox/toys/pending/
H
A
D
fdisk.c
43
#define
ONE_K
1024
macro
105
start = g_heads * g_sectors *
ONE_K
- 1;
in set_hsc()
114
end = g_heads * g_sectors *
ONE_K
- 1;
in set_hsc()
383
if ((g_cylinders >
ONE_K
) && !(FLAG(l) || FLAG(S)))
in read_mbr()
435
if (g_cylinders <=
ONE_K
&& (physbc != lbc || physbh != lbh || physbs != lbs)) {
in consistency_check()
440
if (g_cylinders <=
ONE_K
&& (physec != lec || physeh != leh || physes != les)) {
in consistency_check()
480
if (g_sect_size <
ONE_K
) {
in list_partitions()
481
blocks /= (
ONE_K
/g_sect_size);
in list_partitions()
482
odds = secs %(
ONE_K
/g_sect_size);
in list_partitions()
483
} else if (g_sect_size >
ONE_K
) block
in list_partitions()
[all...]
Completed in 2 milliseconds