OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:neg_1
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jdphuff.c
207
#define
NEG_1
((unsigned)-1)
208
#define HUFF_EXTEND(x,s) ((x) < (1<<((s)-1)) ? (x) + (((
NEG_1
)<<(s)) + 1) : (x))
501
int m1 = (
NEG_1
) << cinfo->Al; /* -1 in the bit position being coded */
jdhuff.c
494
#define
NEG_1
((unsigned int)-1)
495
#define HUFF_EXTEND(x,s) ((x) + ((((x) - (1<<((s)-1))) >> 31) & (((
NEG_1
)<<(s)) + 1)))
/external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp
130
IntTemplate<-1>
neg_1
;
local
Completed in 3268 milliseconds