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:bSize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hid.c
224
unsigned int bTag, bType,
bSize
;
in hid_get_item()
local
278
bSize
= hid_get_byte(s, 1);
in hid_get_item()
279
if (
bSize
== 0xfe) {
in hid_get_item()
281
bSize
= hid_get_byte(s, 1);
in hid_get_item()
282
bSize
|= hid_get_byte(s, 1) << 8;
in hid_get_item()
287
bTag =
bSize
>> 4;
in hid_get_item()
288
bType = (
bSize
>> 2) & 3;
in hid_get_item()
289
bSize
&= 3;
in hid_get_item()
290
if (
bSize
== 3)
in hid_get_item()
291
bSize
in hid_get_item()
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_pixeltransfer.c
51
const GLuint
bSize
= ctx->PixelMaps.BtoB.Size;
in load_color_map_texture()
local
74
rgba[2] = ctx->PixelMaps.BtoB.Map[j *
bSize
/ texSize];
in load_color_map_texture()
/third_party/skia/tests/
H
A
D
SkBlockAllocatorTest.cpp
533
size_t
bSize
= poolB->totalSize();
in DEF_TEST()
local
534
size_t theftSize =
bSize
- poolB->preallocSize();
in DEF_TEST()
H
A
D
ResourceCacheTest.cpp
1810
size_t
bSize
= context->getResourceCacheLimit();
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1811
return uSize >
bSize
;
in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_enc.cpp
1521
pSubregionsMetadata[sliceIdx].
bSize
= pFrameSubregionMetadata[sliceIdx].
bSize
;
Completed in 9 milliseconds