OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_flag
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/missing/
snprintf.c
59
zero_flag
= 16
enumerator in enum:format_flags
142
flags &= ~
zero_flag
;
165
if(flags &
zero_flag
){
312
flags |=
zero_flag
;
320
if((flags & minus_flag) && (flags &
zero_flag
))
321
flags ^=
zero_flag
;
/external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c
3802
int
zero_flag
[2];
local
[
all
...]
Completed in 345 milliseconds