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:temp32
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/
H
A
D
secure-streams-serialize.c
821
par->
temp32
= (par->
temp32
<< 8) | *cp++;
in lws_ss_deserialize_parse()
827
* par->
temp32
more bytes tx credit to write to it
in lws_ss_deserialize_parse()
831
h->txc.tx_cr += par->
temp32
;
in lws_ss_deserialize_parse()
832
lwsl_info("%s: RX_PEER_TXCR: %d\n", __func__, par->
temp32
);
in lws_ss_deserialize_parse()
868
par->
temp32
= (par->
temp32
<< 8) | *cp++;
in lws_ss_deserialize_parse()
872
par->client_pid = (uint32_t)par->
temp32
;
in lws_ss_deserialize_parse()
881
par->
temp32
= (par->
temp32
<<
in lws_ss_deserialize_parse()
[all...]
H
A
D
private-lib-secure-streams.h
256
int32_t
temp32
;
member
/third_party/gptfdisk/
H
A
D
bsd.cc
74
uint32_t*
temp32
;
in ReadBSDData()
local
102
temp32
= (uint32_t*) &buffer[offset[i]];
in ReadBSDData()
103
signature = *
temp32
;
in ReadBSDData()
105
temp32
= (uint32_t*) &buffer[offset[i] + 132];
in ReadBSDData()
106
signature2 = *
temp32
;
in ReadBSDData()
119
temp32
= (uint32_t*) &buffer[labelStart + 40];
in ReadBSDData()
120
sectorSize = *
temp32
;
in ReadBSDData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H
A
D
esextcTextureBufferTextureBufferRange.cpp
1295
glw::GLuint
temp32
= 0;
in fillInputData()
local
1300
memcpy(&
temp32
, &val, sizeof(glw::GLfloat));
in fillInputData()
1301
temp32_2 =
temp32
>> 31;
in fillInputData()
1303
temp32_2 =
temp32
>> 23;
in fillInputData()
1307
temp32_2 =
temp32
>> 13;
in fillInputData()
Completed in 5 milliseconds