HomeSort by relevance Sort by last modified time
    Searched refs:sv (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /bootable/recovery/minadbd/
sysdeps.h 224 extern int adb_socketpair( int sv[2] );
440 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] )
442 return socketpair( d, type, protocol, sv );
445 static __inline__ int adb_socketpair( int sv[2] )
449 rc = unix_socketpair( AF_UNIX, SOCK_STREAM, 0, sv );
453 close_on_exec( sv[0] );
454 close_on_exec( sv[1] );
  /external/chromium_org/third_party/libjpeg_turbo/
jdarith.c 111 register int sv, data; local
151 sv = *st;
152 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
165 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
168 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
169 sv ^= 0x80; /* Exchange LPS/MPS */
174 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
175 sv ^= 0x80; /* Exchange LPS/MPS */
177 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
181 return sv >> 7
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 337 void Symbol::setSV(SVSemantic sv, uint32_t index)
339 reg.data.sv.sv = sv;
340 reg.data.sv.index = index;
nv50_ir_driver.h 118 struct nv50_ir_varying sv[PIPE_MAX_SHADER_INPUTS]; member in struct:nv50_ir_prog_info
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 337 void Symbol::setSV(SVSemantic sv, uint32_t index)
339 reg.data.sv.sv = sv;
340 reg.data.sv.index = index;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_tss.c 85 struct pipe_sampler_view *sv = svga->curr.sampler_views[i]; local
88 if (sv) {
89 min_lod = MAX2(0, (s->view_min_lod + sv->u.tex.first_level));
90 max_lod = MIN2(s->view_max_lod + sv->u.tex.first_level,
91 sv->texture->last_level);
92 texture = sv->texture;
  /external/chromium_org/tools/python/google/httpd_config/
httpd.conf 534 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cs)
561 AddLanguage sv .sv
581 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
httpd2.conf 180 # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cs)
207 AddLanguage sv .sv
227 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 85 struct pipe_sampler_view *sv = svga->curr.sampler_views[i]; local
88 if (sv) {
89 min_lod = MAX2(0, (s->view_min_lod + sv->u.tex.first_level));
90 max_lod = MIN2(s->view_max_lod + sv->u.tex.first_level,
91 sv->texture->last_level);
92 texture = sv->texture;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceClassVisitor.java 203 TraceSignatureVisitor sv = new TraceSignatureVisitor(access); local
205 r.accept(sv);
208 .append(sv.getDeclaration())
351 TraceSignatureVisitor sv = new TraceSignatureVisitor(0); local
353 r.acceptType(sv);
356 .append(sv.getDeclaration())
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 410 struct pipe_sampler_view *sv,
490 &st->bitmap.samplers[sv->texture->target != PIPE_TEXTURE_RECT];
502 sampler_views[fpv->bitmap_sampler] = sv;
530 setup_bitmap_vertex_data(st, sv->texture->target != PIPE_TEXTURE_RECT,
642 struct pipe_sampler_view *sv; local
665 sv = st_create_texture_sampler_view(st->pipe, cache->texture);
666 if (sv) {
672 sv,
675 pipe_sampler_view_reference(&sv, NULL);
785 struct pipe_sampler_view *sv local
    [all...]
st_cb_drawpixels.c 657 struct pipe_sampler_view **sv,
670 boolean normalized = sv[0]->texture->target != PIPE_TEXTURE_RECT;
783 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num_sampler_view, sv);
803 normalized ? ((GLfloat) width / sv[0]->texture->width0) : (GLfloat)width,
804 normalized ? ((GLfloat) height / sv[0]->texture->height0) : (GLfloat)height);
1100 struct pipe_sampler_view *sv[2]; local
1425 struct pipe_sampler_view *sv[2]; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 410 struct pipe_sampler_view *sv,
490 &st->bitmap.samplers[sv->texture->target != PIPE_TEXTURE_RECT];
502 sampler_views[fpv->bitmap_sampler] = sv;
530 setup_bitmap_vertex_data(st, sv->texture->target != PIPE_TEXTURE_RECT,
642 struct pipe_sampler_view *sv; local
665 sv = st_create_texture_sampler_view(st->pipe, cache->texture);
666 if (sv) {
672 sv,
675 pipe_sampler_view_reference(&sv, NULL);
785 struct pipe_sampler_view *sv local
    [all...]
st_cb_drawpixels.c 657 struct pipe_sampler_view **sv,
670 boolean normalized = sv[0]->texture->target != PIPE_TEXTURE_RECT;
783 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, num_sampler_view, sv);
803 normalized ? ((GLfloat) width / sv[0]->texture->width0) : (GLfloat)width,
804 normalized ? ((GLfloat) height / sv[0]->texture->height0) : (GLfloat)height);
1100 struct pipe_sampler_view *sv[2]; local
1425 struct pipe_sampler_view *sv[2]; local
    [all...]
  /external/fio/os/
os-mac.h 57 union sigval sv; local
64 fio_timers[i].sigev_notify_function(sv);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 103 * \param sv structure storing the expired timer ID.
105 static void phOsalNfc_Timer_Expired(union sigval sv)
107 uint32_t timerid = (uint32_t)(sv.sival_int);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
quad-sample.c 34 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
269 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
270 if (sv == NULL)
273 ctx->set_fragment_sampler_views(ctx, 1, &sv);
graw_util.h 315 struct pipe_sampler_view *sv; local
325 sv = info->ctx->create_sampler_view(info->ctx, texture, &sv_temp);
327 return sv;
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 34 static struct pipe_sampler_view *sv = NULL; variable in typeref:struct:pipe_sampler_view
269 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
270 if (sv == NULL)
273 ctx->set_fragment_sampler_views(ctx, 1, &sv);
graw_util.h 315 struct pipe_sampler_view *sv; local
325 sv = info->ctx->create_sampler_view(info->ctx, texture, &sv_temp);
327 return sv;
  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 499 CONF_VALUE *sv = NULL; local
515 sv = NCONF_new_section(conf, section);
516 if (sv == NULL) {
596 if ((sv = get_section(conf, section)) == NULL)
597 sv = NCONF_new_section(conf, section);
598 if (sv == NULL) {
654 tv = sv;
  /external/openssl/crypto/conf/
conf_def.c 220 CONF_VALUE *sv=NULL; local
245 sv=_CONF_new_section(conf,section);
246 if (sv == NULL)
335 if ((sv=_CONF_get_section(conf,section)) == NULL)
336 sv=_CONF_new_section(conf,section);
337 if (sv == NULL)
407 tv=sv;
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp     [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1168 sv = 0;
1197 return sv && (unsigned)i < (unsigned)sv_total ? sv[i] : 0;
    [all...]
  /external/netcat/
netcat.c 128 struct servent *sv; local
141 sv = NULL;
474 sv = NULL;
476 sv = getservbyport(
485 sv ? sv->s_name : "*");

Completed in 503 milliseconds

1 23 4 5 6 7 8 91011