Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/external/skia/third_party/glu/libtess/
Dgeom.h52 #define VertEq(u,v) (((u)->s == (v)->s) & ((u)->t == (v)->t)) argument
53 #define VertLeq(u,v) (((u)->s < (v)->s) | \ argument
56 #define VertEq(u,v) ((u)->s == (v)->s && (u)->t == (v)->t) argument
57 #define VertLeq(u,v) (((u)->s < (v)->s) || \ argument
61 #define EdgeEval(u,v,w) __gl_edgeEval(u,v,w) argument
62 #define EdgeSign(u,v,w) __gl_edgeSign(u,v,w) argument
66 #define TransLeq(u,v) (((u)->t < (v)->t) || \ argument
68 #define TransEval(u,v,w) __gl_transEval(u,v,w) argument
69 #define TransSign(u,v,w) __gl_transSign(u,v,w) argument
76 #define VertL1dist(u,v) (ABS(u->s - v->s) + ABS(u->t - v->t)) argument
[all …]
Dgeom.c47 int __gl_vertLeq( GLUvertex *u, GLUvertex *v ) in __gl_vertLeq()
54 GLdouble __gl_edgeEval( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_edgeEval()
84 GLdouble __gl_edgeSign( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_edgeSign()
109 GLdouble __gl_transEval( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_transEval()
139 GLdouble __gl_transSign( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_transSign()
160 int __gl_vertCCW( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_vertCCW()
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp111 …for (auto u : NoBeginADL()) { // expected-error {{no matching function for call to 'begin'}} expec… in g() local
113 …for (auto u : NoEndADL()) { // expected-error {{no matching function for call to 'end'}} expected-… in g() local
122 …for (auto u : NoBegin()) { // expected-error {{range type 'NoBegin' has 'end' member but no 'begin… in g() local
124 …for (auto u : NoEnd()) { // expected-error {{range type 'NoEnd' has 'begin' member but no 'end' me… in g() local
131 for (auto u : NoIncr()) { // expected-error {{arithmetic on a pointer to void}} in g() local
139 for (auto u : NoNotEq()) { // expected-error {{invalid operands to binary expression}} in g() local
161 for (U u : t) { // expected-error {{no viable conversion from 'A' to 'int'}} in h() local
163 for (auto u : t) { in h() local
174 for (auto u : t) { // expected-error {{no matching function for call to 'begin'}} \ in i() local
197 for (auto u : NS::ADL()) { in j() local
[all …]
/external/ppp/pppd/
Dupap.c127 upap_state *u = &upap[unit]; local
153 upap_state *u = &upap[unit]; local
182 upap_state *u = &upap[unit]; local
204 upap_state *u = (upap_state *) arg; local
228 upap_state *u = (upap_state *) arg; local
247 upap_state *u = &upap[unit]; local
274 upap_state *u = &upap[unit]; local
295 upap_state *u = &upap[unit]; local
318 upap_state *u = &upap[unit]; local
371 upap_rauthreq(u, inp, id, len) in upap_rauthreq() argument
[all …]
/external/qemu/target-arm/
Dmachine.c66 CPU_DoubleU u; in cpu_save() local
81 CPU_DoubleU u; in cpu_save() local
182 CPU_DoubleU u; in cpu_load() local
197 CPU_DoubleU u; in cpu_load() local
/external/webp/src/dec/
Dyuv.h38 static inline void VP8YuvToRgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgb()
48 static inline void VP8YuvToRgb565(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgb565()
66 static inline void VP8YuvToArgbKeepA(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToArgbKeepA()
72 static inline void VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToArgb()
78 static inline void VP8YuvToRgba4444KeepA(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgba4444KeepA()
94 static inline void VP8YuvToRgba4444(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgba4444()
104 static inline void VP8YuvToBgr(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToBgr()
114 static inline void VP8YuvToBgra(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToBgra()
120 static inline void VP8YuvToRgba(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgba()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DJarURLConnectionTest.java51 URL u = new URL("jar:"+BASE+"!/swt.dll"); in test_getAttributes() local
64 URL u = new URL("jar:"+BASE+"!/plus.bmp"); in test_getEntryName() local
80 URL u = new URL("jar:"+BASE+"!/plus.bmp"); in test_getJarEntry() local
186 URL u = new URL("jar:"+BASE+"!/plus.bmp"); in test_getJarFileURL() local
200 URL u = new URL("jar:"+BASE+"!/swt.dll"); in test_getMainAttributes() local
235 URL u = new URL("jar:" + BASE + "!/plus.bmp"); in test_getManifest() local
250 URL u = new URL("jar:"+BASE+"!/plus.bmp"); in test_getCertificates() local
277 URL u = new URL("jar:"+BASE+"!/"); in test_getContentLength() local
293 URL u = new URL("jar:"+BASE+"!/"); in test_getContentType() local
/external/openssl/crypto/pem/
Dpem_pk8.c86 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
93 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
100 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
107 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
114 pem_password_cb *cb, void *u) in do_pk8pkey()
152 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio()
185 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_fp()
192 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_fp()
199 pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey_nid()
205 char *kstr, int klen, pem_password_cb *cb, void *u) in PEM_write_PKCS8PrivateKey()
[all …]
Dpem_all.c177 void *u) in PEM_read_bio_RSAPrivateKey()
187 void *u) in PEM_read_RSAPrivateKey()
219 void *u) in PEM_read_bio_DSAPrivateKey()
263 void *u) in PEM_read_bio_ECPrivateKey()
Dpem_pkey.c75 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_bio_PrivateKey()
142 pem_password_cb *cb, void *u) in PEM_write_bio_PrivateKey()
209 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_PrivateKey()
227 pem_password_cb *cb, void *u) in PEM_write_PrivateKey()
/external/e2fsprogs/contrib/python-uuid/
Dtest.py8 u = e2fsprogs_uuid.generate() variable
10 u = "FAIL" variable
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dmath-spectral-norm.js10 function Au(u,v) { argument
19 function Atu(u,v) { argument
28 function AtAu(u,v,w) { argument
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dmath-spectral-norm.js10 function Au(u,v) { argument
19 function Atu(u,v) { argument
28 function AtAu(u,v,w) { argument
/external/tcpdump/
Dcpack.c85 cpack_uint64(struct cpack_state *cs, u_int64_t *u) in cpack_uint64()
101 cpack_uint32(struct cpack_state *cs, u_int32_t *u) in cpack_uint32()
117 cpack_uint16(struct cpack_state *cs, u_int16_t *u) in cpack_uint16()
133 cpack_uint8(struct cpack_state *cs, u_int8_t *u) in cpack_uint8()
/external/bluetooth/bluez/test/
Dipctest.c125 static int service_send(struct userdata *u, const bt_audio_msg_header_t *msg) in service_send()
148 static int service_recv(struct userdata *u, bt_audio_msg_header_t *rsp) in service_recv()
180 static ssize_t service_expect(struct userdata *u, bt_audio_msg_header_t *rsp, in service_expect()
207 static int init_bt(struct userdata *u) in init_bt()
225 static int parse_caps(struct userdata *u, const struct bt_get_capabilities_rsp *rsp) in parse_caps()
297 static int get_caps(struct userdata *u) in get_caps()
373 static int setup_a2dp(struct userdata *u) in setup_a2dp()
570 static int bt_open(struct userdata *u) in bt_open()
602 static int set_conf(struct userdata *u) in set_conf()
655 static int setup_bt(struct userdata *u) in setup_bt()
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
DZTauElement.java18 public final BigInteger u; field in ZTauElement
32 public ZTauElement(BigInteger u, BigInteger v) in ZTauElement()
/external/bluetooth/bluez/tools/
Dhciattach.c206 static int ericsson(int fd, struct uart_t *u, struct termios *ti) in ericsson()
261 static int digi(int fd, struct uart_t *u, struct termios *ti) in digi()
295 static int texas(int fd, struct uart_t *u, struct termios *ti) in texas()
300 static int texas2(int fd, struct uart_t *u, struct termios *ti) in texas2()
305 static int texasalt(int fd, struct uart_t *u, struct termios *ti) in texasalt()
310 static int ath3k_ps(int fd, struct uart_t *u, struct termios *ti) in ath3k_ps()
315 static int ath3k_pm(int fd, struct uart_t *u, struct termios *ti) in ath3k_pm()
320 static int qualcomm(int fd, struct uart_t *u, struct termios *ti) in qualcomm()
385 static int bcsp(int fd, struct uart_t *u, struct termios *ti) in bcsp()
520 static int csr(int fd, struct uart_t *u, struct termios *ti) in csr()
[all …]
/external/flac/libFLAC/
Dmemory.c80 } u; in FLAC__memory_alloc_aligned_int32_array() local
109 } u; in FLAC__memory_alloc_aligned_uint32_array() local
138 } u; in FLAC__memory_alloc_aligned_uint64_array() local
167 } u; in FLAC__memory_alloc_aligned_unsigned_array() local
198 } u; in FLAC__memory_alloc_aligned_real_array() local
/external/elfutils/tests/
Dshow-die-info.c310 unsigned int u; in handle() local
338 unsigned int u; in handle() local
367 unsigned int u; in handle() local
396 unsigned int u; in handle() local
426 unsigned int u; in handle() local
/external/clang/test/CodeGen/
D2009-03-08-ZeroEltStructCrash.c9 static inline void Foo(struct Union *u) { in Foo()
12 static void Bar(struct Union *u) { in Bar()
/external/fdlibm/
Dk_standard.c20 #define WRITE2(u,v) fputs(u, stderr) argument
23 #define WRITE2(u,v) write(2, u, v) argument
/external/clang/test/SemaTemplate/
Dcanonical-expr-type-0x.cpp13 void f0(U u, decltype(f(M, u))) { } // expected-error{{redefinition}} in f0() argument
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp113 for(size_t u = 0; u < bin_count; u++) in size_bins() local
148 for(unsigned u = 0; u < bin_count - 1; u++) in spread_sort_rec() local
154 for(unsigned u = 0; u < bin_count - 1; ++u) { in spread_sort_rec() local
189 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) { in spread_sort_rec() local
260 for(unsigned u = 0; u < bin_count - 1; u++) in spread_sort_rec() local
265 for(unsigned u = 0; u < bin_count - 1; ++u) in spread_sort_rec() local
276 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) { in spread_sort_rec() local
308 for(unsigned u = 0; u < bin_count - 1; u++) in spread_sort_rec() local
324 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) { in spread_sort_rec() local
501 for(unsigned u = 0; u < bin_count - 1; u++) in positive_float_sort_rec() local
[all …]
/external/openssl/crypto/bio/
Db_dump.c71 int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u), in BIO_dump_cb()
77 int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u), in BIO_dump_indent_cb()
/external/v8/benchmarks/
Dnavier-stokes.js204 function advect(b, d, d0, u, v, dt) argument
239 function project(u, v, p, div) argument
277 function dens_step(x, x0, u, v, dt) argument
284 function vel_step(u, v, u0, v0, dt) argument
298 var uiCallback = function(d,u,v) {}; argument
300 function Field(dens, u, v) { argument
322 function queryUI(d, u, v) argument

12345678910>>...26