OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overflow_int_t
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/pixman/dist/pixman/
pixman-region32.c
37
typedef int64_t
overflow_int_t
;
typedef
pixman-region64f.c
37
typedef int64_t
overflow_int_t
;
typedef
pixman-region16.c
39
typedef int32_t
overflow_int_t
;
typedef
pixman-region.c
2302
overflow_int_t
x1, x2, y1, y2;
2416
if ((((
overflow_int_t
)(x1 - PIXMAN_REGION_MIN)) |
2417
((
overflow_int_t
)(y1 - PIXMAN_REGION_MIN)) |
2418
((
overflow_int_t
)(PIXMAN_REGION_MAX - x2)) |
2419
((
overflow_int_t
)(PIXMAN_REGION_MAX - y2))) >= 0)
2434
if ((((
overflow_int_t
)(x2 - PIXMAN_REGION_MIN)) |
2435
((
overflow_int_t
)(y2 - PIXMAN_REGION_MIN)) |
2436
((
overflow_int_t
)(PIXMAN_REGION_MAX - x1)) |
2437
((
overflow_int_t
)(PIXMAN_REGION_MAX - y1))) <= 0)
2467
if ((((
overflow_int_t
)(x2 - PIXMAN_REGION_MIN)) |
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Aug 25 00:27:06 UTC 2026