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:S32_MIN
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H
A
D
test_VIDIOC_PARM.c
246
do_get_param_invalid(
S32_MIN
);
in test_VIDIOC_G_PARM_invalid()
249
do_get_param_invalid(
S32_MIN
+ 1);
in test_VIDIOC_G_PARM_invalid()
252
do_get_param_invalid(
S32_MIN
+ 2);
in test_VIDIOC_G_PARM_invalid()
H
A
D
video_limits.h
5
* 22 Feb 2009 0.3
S32_MIN
and U32_MIN added
15
#define
S32_MIN
((__s32)0x80000000)
macro
H
A
D
test_VIDIOC_CTRL.c
296
*
S32_MIN
<= queryctrl.minimum-queryctrl.step and
in do_set_control()
362
control.value =
S32_MIN
;
in do_set_control()
655
if (
S32_MIN
< queryctrl.minimum) {
in do_set_control_invalid()
656
do_set_control_value(id,
S32_MIN
, &queryctrl);
in do_set_control_invalid()
659
if (
S32_MIN
< queryctrl.minimum) {
in do_set_control_invalid()
718
control.value =
S32_MIN
;
in do_set_control_invalid()
H
A
D
test_VIDIOC_ENUM_FRAMESIZES.c
237
i = (__u32)
S32_MIN
;
in do_test_VIDIOC_ENUM_FRAMESIZES_invalid_index()
419
do_test_VIDIOC_ENUM_FRAMESIZES_invalid_pixel_format((__u32)
S32_MIN
);
in test_VIDIOC_ENUM_FRAMESIZES_invalid_pixel_format()
H
A
D
test_VIDIOC_QUERYMENU.c
111
(__u32)
S32_MIN
,
in do_query_menu_invalid()
/third_party/pcre2/pcre2/src/sljit/
H
A
D
sljitNativeRISCV_64.c
36
if (imm <= 0x7fffffffl && imm >=
S32_MIN
) {
in load_immediate()
H
A
D
sljitNativeRISCV_common.c
147
#define
S32_MIN
(-0x80000000l)
macro
215
if (diff >=
S32_MIN
&& diff <= S32_MAX) {
in detect_jump_type()
493
SLJIT_ASSERT((sljit_sw)addr >=
S32_MIN
&& (sljit_sw)addr <= S32_MAX);
in sljit_generate_code()
Completed in 8 milliseconds