Home
last modified time | relevance | path

Searched refs:usx (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/OpenMP/
Datomic_read_codegen.c13 unsigned short usv, usx; variable
100 usv = usx; in main()
225 cfv = usx; in main()
Datomic_write_codegen.c13 unsigned short usv, usx; variable
100 usx = usv; in main()
262 usx = cfv; in main()
Datomic_update_codegen.cpp13 unsigned short usv, usx; variable
113 usx += usv; in main()
580 usx /= cfv; in main()
Datomic_capture_codegen.cpp13 unsigned short usv, usx; variable
117 sv = usx += usv; in main()
638 usv = usx /= cfv; in main()
/external/apache-http/src/org/apache/http/impl/conn/
DProxySelectorRoutePlanner.java204 } catch (URISyntaxException usx) { in determineProxy()
206 ("Cannot convert host to URI: " + target, usx); in determineProxy()