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:dwRet
(Results
1 - 5
of
5
) sorted by relevance
/third_party/zlib/contrib/testzlib/
H
A
D
testzlib.c
98
DWORD
dwRet
;
in GetMsecSincePerfCounter()
local
100
dwRet
= (GetTickCount() - beginTime64.LowPart)*1;
in GetMsecSincePerfCounter()
113
dwRet
= (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
in GetMsecSincePerfCounter()
114
dwRet
*=1;
in GetMsecSincePerfCounter()
116
return
dwRet
;
in GetMsecSincePerfCounter()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
D3DKMT.cpp
288
DWORD
dwRet
;
in D3DKMTQueryAdapterInfo()
local
293
dwRet
= GetModuleFileNameW(hModule, pResult->UmdFileName, MAX_PATH);
in D3DKMTQueryAdapterInfo()
294
assert(
dwRet
);
in D3DKMTQueryAdapterInfo()
/third_party/backends/backend/
H
A
D
plustek-usbimg.c
1897
u_long dw,
dwRet
, dwBytes, pl;
in usb_ReadData()
local
1956
dwRet
= dw / scan->sParam.Size.dwPhyBytes;
in usb_ReadData()
1958
if (scan->dwLinesDiscard >
dwRet
) {
in usb_ReadData()
1959
scan->dwLinesDiscard -=
dwRet
;
in usb_ReadData()
1960
dwRet
= 0;
in usb_ReadData()
1962
dwRet
-= scan->dwLinesDiscard;
in usb_ReadData()
1967
dwRet
= dw / scan->sParam.Size.dwPhyBytes;
in usb_ReadData()
1975
if(
dwRet
)
in usb_ReadData()
1976
return
dwRet
;
in usb_ReadData()
/third_party/sqlite/src/
H
A
D
shell.c
1248
DWORD
dwRet
; /* Value returned by GetEnvironmentVariableA() */
in windirent_getenv()
local
1251
dwRet
= GetEnvironmentVariableA(name, value, dwSize);
in windirent_getenv()
1252
if(
dwRet
==0 ||
dwRet
>dwSize ){
in windirent_getenv()
H
A
D
sqlite3.c
47668
DWORD
dwRet
; /* Value returned by SetFilePointer() */
winSeekFile()
local
[all...]
Completed in 167 milliseconds