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:biu
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
mkntfs.c
1002
u32
biu
;
in make_room_for_attribute()
local
1026
biu
= le32_to_cpu(m->bytes_in_use);
in make_room_for_attribute()
1028
if (
biu
+ size > le32_to_cpu(m->bytes_allocated))
in make_room_for_attribute()
1031
memmove(pos + size, pos,
biu
- (pos - (char*)m));
in make_room_for_attribute()
1033
m->bytes_in_use = cpu_to_le32(
biu
+ size);
in make_room_for_attribute()
2580
u32
biu
;
in make_room_for_index_entry_in_index_block()
local
2610
biu
= le32_to_cpu(idx->index.index_length);
in make_room_for_index_entry_in_index_block()
2612
if (
biu
+ size > le32_to_cpu(idx->index.allocated_size))
in make_room_for_index_entry_in_index_block()
2615
memmove((char*)pos + size, (char*)pos,
biu
- ((char*)pos -
in make_room_for_index_entry_in_index_block()
2618
idx->index.index_length = cpu_to_le32(
biu
in make_room_for_index_entry_in_index_block()
[all...]
/third_party/node/test/parallel/
H
A
D
test-repl-tab-complete.js
564
'ele.
biu
= 1;',
567
putIn.run(['var ele = Buffer.alloc(1e6 + 1); ele.
biu
= 1;']);
569
putIn.run([`var ele = new ${type.name}(1e6 + 1); ele.
biu
= 1;`]);
583
assert.strictEqual(data[0].includes('ele.
biu
'), true);
586
if (!key || key === 'ele.
biu
') return;
/third_party/ntfs-3g/libntfs-3g/
H
A
D
attrib.c
4042
u32
biu
;
local
4065
biu
= le32_to_cpu(m->bytes_in_use);
4067
if (
biu
+ size > le32_to_cpu(m->bytes_allocated) ||
4074
memmove(pos + size, pos,
biu
- (pos - (u8*)m));
4076
m->bytes_in_use = cpu_to_le32(
biu
+ size);
Completed in 12 milliseconds