Searched defs:nv (Results 1 - 25 of 54) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
H A Dbitreader.c56 BD_VALUE nv; local
64 nv = big_endian_values >> (BD_VALUE_SIZE - bits);
67 value = r->value | (nv << (shift & 0x7));
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c87 nv30_invalidate_resource_storage(struct nouveau_context *nv, argument
91 struct nv30_context *nv30 = nv30_context(&nv->pipe);
H A Dnv30_fragprog.c37 struct nouveau_context *nv = &nv30->base; local
62 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
H A Dnv30_transfer.c678 nv30_transfer_push_data(struct nouveau_context *nv, argument
687 nv30_transfer_copy_data(struct nouveau_context *nv, argument
692 struct nv04_fifo *fifo = nv->screen->channel->data;
697 struct nouveau_pushbuf *push = nv->pushbuf;
/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.c137 #define nv _sch_isnvsp macro
155 #define Z (const unsigned short) (nv |cn) /* NUL */
156 #define M (const unsigned short) (nv|sp |cn) /* cursor movement: \f \v */
158 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
159 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/external/eigen/Eigen/src/OrderingMethods/
H A DAmd.h114 StorageIndex* nv = W + (n+1); local
137 nv[i] = 1; // node i is just one node
165 nv[i] = 0; /* absorb i into element n */
169 nv[n]++;
190 nvk = nv[k]; /* # of nodes k represents */
191 nel += nvk; /* nv[k] nodes of A eliminated */
218 nv[k] = -nvk; /* flag k as in Lk */
239 if((nvi = nv[i]) <= 0) continue; /* node i dead, or seen */
241 nv[i] = -nvi; /* negate nv[
[all...]
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_http.c64 spdy_headers->nv[9] = (char *)value;
70 spdy_headers->nv[spdy_headers->cnt++] = (char *)name;
71 spdy_headers->nv[spdy_headers->cnt++] = (char *)value;
271 if(NULL == (spdy_headers.nv = au_malloc(((spdy_headers.num + 5) * 2 + 1) * sizeof(char *))))
273 spdy_headers.nv[0] = ":method"; spdy_headers.nv[1] = method;
274 spdy_headers.nv[2] = ":path"; spdy_headers.nv[3] = proxy->uri->path_and_more;
275 spdy_headers.nv[4] = ":version"; spdy_headers.nv[
324 http_create_response(struct Proxy* proxy, char **nv) argument
[all...]
H A Dmhd2spdy_spdy.c328 char **nv; local
334 nv = frame->syn_reply.nv;
341 nv = frame->headers.nv;
360 http_create_response(proxy, nv);
368 http_create_response(proxy, nv);
842 spdy_request(const char **nv, argument
892 ret = spdylay_submit_request(connection->session, 0, nv, &post_data, proxy);
895 ret = spdylay_submit_request(connection->session, 0, nv, NUL
[all...]
H A Dmhd2spdy_structures.h140 const char **nv; member in struct:SPDY_Headers
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_context.h79 nouveau_scratch_done(struct nouveau_context *nv) argument
81 nv->scratch.wrap = nv->scratch.id;
82 if (unlikely(nv->scratch.runout))
83 nouveau_scratch_runout_release(nv);
106 nouveau_context_update_frame_stats(struct nouveau_context *nv) argument
108 nv->stats.buf_cache_frame <<= 1;
109 if (nv->stats.buf_cache_count) {
110 nv->stats.buf_cache_count = 0;
111 nv
[all...]
H A Dnouveau_buffer.c141 nouveau_transfer_staging(struct nouveau_context *nv, argument
147 if (!nv->push_data)
156 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset);
171 nouveau_transfer_read(struct nouveau_context *nv, struct nouveau_transfer *tx) argument
177 NOUVEAU_DRV_STAT(nv->screen, buf_read_bytes_staging_vid, size);
179 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART,
182 if (nouveau_bo_wait(tx->bo, NOUVEAU_BO_RD, nv->client))
192 nouveau_transfer_write(struct nouveau_context *nv, struct nouveau_transfer *tx, argument
206 NOUVEAU_DRV_STAT(nv
228 nouveau_buffer_sync(struct nouveau_context *nv, struct nv04_resource *buf, unsigned rw) argument
285 nouveau_buffer_transfer_del(struct nouveau_context *nv, struct nouveau_transfer *tx) argument
303 nouveau_buffer_cache(struct nouveau_context *nv, struct nv04_resource *buf) argument
382 struct nouveau_context *nv = nouveau_context(pipe); local
535 struct nouveau_context *nv = nouveau_context(pipe); local
565 nouveau_copy_buffer(struct nouveau_context *nv, struct nv04_resource *dst, unsigned dstx, struct nv04_resource *src, unsigned srcx, unsigned size) argument
600 nouveau_resource_map_offset(struct nouveau_context *nv, struct nv04_resource *res, uint32_t offset, uint32_t flags) argument
736 nouveau_buffer_data_fetch(struct nouveau_context *nv, struct nv04_resource *buf, struct nouveau_bo *bo, unsigned offset, unsigned size) argument
749 nouveau_buffer_migrate(struct nouveau_context *nv, struct nv04_resource *buf, const unsigned new_domain) argument
819 nouveau_user_buffer_upload(struct nouveau_context *nv, struct nv04_resource *buf, unsigned base, unsigned size) argument
847 struct nouveau_context *nv = nouveau_context(pipe); local
877 nouveau_scratch_bo_alloc(struct nouveau_context *nv, struct nouveau_bo **pbo, unsigned size) argument
897 nouveau_scratch_runout_release(struct nouveau_context *nv) argument
914 nouveau_scratch_runout(struct nouveau_context *nv, unsigned size) argument
948 nouveau_scratch_next(struct nouveau_context *nv, unsigned size) argument
976 nouveau_scratch_more(struct nouveau_context *nv, unsigned min_size) argument
989 nouveau_scratch_data(struct nouveau_context *nv, const void *data, unsigned base, unsigned size, struct nouveau_bo **bo) argument
1011 nouveau_scratch_get(struct nouveau_context *nv, unsigned size, uint64_t *gpu_addr, struct nouveau_bo **pbo) argument
[all...]
H A Dnouveau_video.c886 nouveau_context_init_vdec(struct nouveau_context *nv) argument
888 nv->pipe.create_video_codec = nouveau_context_create_decoder;
889 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create;
/external/nist-sip/java/gov/nist/core/
H A DDuplicateNameValueList.java103 public void set(NameValue nv) { argument
104 this.nameValueMap.put(nv.getName().toLowerCase(), nv);
152 Collection nv = this.getNameValue(name.toLowerCase());
153 if (nv != null)
154 return nv;
H A DNameValueList.java123 public void set(NameValue nv) { argument
124 this.hmap.put(nv.getName().toLowerCase(), nv);
173 NameValue nv = this.getNameValue(name.toLowerCase());
174 if (nv != null)
175 return nv.getValueAsObject();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java54 public void add(NameValue nv) { argument
55 parameters.set(nv);
210 NameValue nv = super.parameters.getNameValue(name.toLowerCase());
211 if (nv == null) {
212 nv = new NameValue(name, value);
229 nv.setQuotedValue();
231 super.setParameter(nv);
233 nv.setValueAsObject(value);
H A DChallenge.java229 * @param nv NameValue to set
231 public void setParameter(NameValue nv) { argument
232 authParams.set(nv);
/external/libedit/src/
H A Dunvis.c84 static const struct nv { struct
87 } nv[] = { variable in typeref:struct:nv
201 * Top 8 bits hold the current character in the http 1866 nv string decoding
438 lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */
443 for (; ia < __arraycount(nv); ia++) {
444 if (is != 0 && nv[ia].name[is - 1] != lc)
446 if (nv[ia].name[is] == uc)
450 if (ia == __arraycount(nv))
459 *cp = nv[ia].value;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c589 nve4_compute_alloc_launch_desc(struct nouveau_context *nv, argument
592 uint8_t *ptr = nouveau_scratch_get(nv, 512, pgpuaddr, pbo);
H A Dnvc0_transfer.c175 nvc0_m2mf_push_linear(struct nouveau_context *nv, argument
179 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
180 struct nouveau_pushbuf *push = nv->pushbuf;
217 nve4_p2mf_push_linear(struct nouveau_context *nv, argument
221 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe);
222 struct nouveau_pushbuf *push = nv->pushbuf;
257 nvc0_m2mf_copy_linear(struct nouveau_context *nv, argument
262 struct nouveau_pushbuf *push = nv->pushbuf;
263 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx;
295 nve4_m2mf_copy_linear(struct nouveau_context *nv, argument
512 nvc0_cb_push(struct nouveau_context *nv, struct nv04_resource *res, unsigned offset, unsigned words, const uint32_t *data) argument
549 nvc0_cb_bo_push(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned domain, unsigned base, unsigned size, unsigned offset, unsigned words, const uint32_t *data) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java66 NodeVector nv = (m_cache != null) ? m_cache.getVector() : null;
67 return nv;
95 final NodeVector nv = getVector();
96 return (nv != null);
119 NodeVector nv = getVector();
120 if (nv != null) {
553 final NodeVector nv;
555 nv = (NodeVector) vec.clone();
562 newCache.setVector(nv);
565 vec = nv;
911 setVector(NodeVector nv) argument
[all...]
/external/curl/src/
H A Dtool_setopt.c278 const NameValue *nv = NULL; local
279 for(nv = nvlist; nv->name; nv++) {
280 if(nv->value == lval) break; /* found it */
282 if(! nv->name) {
289 CODE2("curl_easy_setopt(hnd, %s, (long)%s);", name, nv->name);
313 const NameValue *nv = NULL; local
316 for(nv = nvlist; nv
356 const NameValueUnsigned *nv = NULL; local
624 const NameValue *nv = NULL; local
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp137 Node *nv, *nw; local
146 nv = ei.getNode();
147 v = nv->tag;
173 nv = &BasicBlock::get(vert[v])->dom;
174 if (nw->getGraph() && !nv->getGraph()) {
176 nw->attach(nv, Graph::Edge::TREE);
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c149 nv50_sifc_linear_u8(struct nouveau_context *nv, argument
153 struct nv50_context *nv50 = nv50_context(&nv->pipe);
203 nv50_m2mf_copy_linear(struct nouveau_context *nv, argument
208 struct nouveau_pushbuf *push = nv->pushbuf;
209 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx;
375 nv50_cb_bo_push(struct nouveau_context *nv, argument
381 struct nouveau_pushbuf *push = nv->pushbuf;
402 nv50_cb_push(struct nouveau_context *nv, argument
406 struct nv50_context *nv50 = nv50_context(&nv->pipe);
430 nv50_cb_bo_push(nv, re
[all...]
/external/opencv/cxcore/src/
H A Dcxsvd.cpp248 int nv = n; local
331 update_v = vT && n1 > n - nv;
433 for( i = n1; i < nv; i++, vT += ldvT )
442 int lh = nv - i;
643 int nv = n; local
729 update_v = vT && n1 > n - nv;
830 for( i = n1; i < nv; i++, vT += ldvT )
839 int lh = nv - i;
/external/skia/samplecode/
H A DSamplePatch.cpp81 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, argument
85 const int BR = TR + nv;
89 SkScalar v = SkIntToScalar(iv) / nv;
100 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0;
102 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0;
110 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, argument
112 if (nu < 1 || nv < 1) {
116 int i, npts = (nu + nv) * 2;
120 SkPoint* edge2 = edge1 + nv;
125 eval_patch_edge(fPts + 3, edge1, nv);
190 drawpatches(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, Patch* patch) argument
252 const int nv = 10; variable
[all...]

Completed in 976 milliseconds

123