OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_min
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
146
constexpr int
int_min
= ~0x7fffffff;
member in namespace:UndefinedBehavior
147
constexpr int minus_int_min = -
int_min
; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
150
constexpr int int_min_div_minus_1 =
int_min
/ -1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
151
constexpr int int_min_mod_minus_1 =
int_min
% -1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
/external/bluetooth/bluedroid/stack/include/
gap_api.h
214
UINT16
int_min
;
member in struct:__anon3321
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_ble.c
329
UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.
int_min
); /*
int_min
*/
Completed in 6814 milliseconds