Searched defs:uiv (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/OpenMP/
H A Datomic_capture_codegen.cpp15 unsigned int uiv, uix; variable
133 uiv = ix *= iv;
138 {iv = uix; uix -= uiv;}
154 {ix <<= iv; uiv = ix;}
170 iv = uix >>= uiv;
436 {uix = iv | uix; uiv = uix;}
442 iv = ix = ix & uiv;
H A Datomic_read_codegen.c15 unsigned int uiv, uix; variable
108 uiv = uix;
187 uiv = ix;
H A Datomic_update_codegen.cpp15 unsigned int uiv, uix; variable
132 uix -= uiv;
162 uix >>= uiv; local
398 ix = ix & uiv;
H A Datomic_write_codegen.c15 unsigned int uiv, uix; variable
108 uix = uiv;
204 ix = uiv;

Completed in 83 milliseconds