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:INCREMENT
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/kernel/mem/shmt/
H
A
D
shmt09.c
60
#define
INCREMENT
8388608 /* 8Mb */
macro
62
#define
INCREMENT
262144 /* 256Kb */
macro
64
#define
INCREMENT
16384 /* 16kb */
macro
66
#define
INCREMENT
SHMLBA
macro
165
while ((vp = sbrk(
INCREMENT
)) != (void *)-1) ;
in main()
172
if ((vp = sbrk(
INCREMENT
)) != (void *)-1) {
in main()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
mem.c
30
# define
INCREMENT
(x) /* empty */
macro
37
# define
INCREMENT
(x) tsan_counter(&(x))
macro
53
# define
INCREMENT
(x) /* empty */
macro
179
INCREMENT
(malloc_count);
in CRYPTO_malloc()
212
INCREMENT
(realloc_count);
in CRYPTO_realloc()
257
INCREMENT
(free_count);
in CRYPTO_free()
/third_party/openssl/crypto/
H
A
D
mem.c
30
# define
INCREMENT
(x) /* empty */
macro
37
# define
INCREMENT
(x) tsan_counter(&(x))
macro
53
# define
INCREMENT
(x) /* empty */
macro
173
INCREMENT
(malloc_count);
in CRYPTO_malloc()
207
INCREMENT
(realloc_count);
in CRYPTO_realloc()
252
INCREMENT
(free_count);
in CRYPTO_free()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H
A
D
2-1.c
31
#define
INCREMENT
2
macro
127
its.it_interval.tv_sec +=
INCREMENT
;
in main()
128
its.it_value.tv_sec +=
INCREMENT
;
in main()
H
A
D
9-1.c
27
#define
INCREMENT
1
macro
H
A
D
9-2.c
34
#define
INCREMENT
1
macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
AtomicCounterFunctionHLSL.cpp
47
atomicMethod = AtomicCounterFunction::
INCREMENT
;
in useAtomicCounterFunction()
78
case AtomicCounterFunction::
INCREMENT
:
in atomicCounterFunctionHeader()
H
A
D
AtomicCounterFunctionHLSL.h
37
INCREMENT
,
member in sh::final::AtomicCounterFunction
Completed in 3 milliseconds