Searched defs:sf (Results 1 - 25 of 84) sorted by relevance

1234

/external/elfutils/src/
H A Ddebugpred.h42 const char **sf = &__start_predict_file; local
46 printf ("%s:%lu: wrong=%lu, correct=%lu%s\n", *sf, *sl, s[0], s[1],
49 ++sf;
/external/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) {
23 sf->bar();
17 text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) argument
/external/valgrind/main/none/tests/x86/
H A Daad_aam.c21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
43 sf=!!(flags&0x80);
48 // flags,cf,pf,af,zf,sf,of);
56 if (sf != !!(out&0x80)) {
57 printf("Error with aam (sf)!\n");
90 sf=!!(flags&0x80);
95 // flags,cf,pf,af,zf,sf,of);
103 if (sf != !!(out&0x80)) {
104 printf("Error with aad (sf) %d %d!\n",sf,!!(ou
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSimpleFormatterTest.java33 SimpleFormatter sf; field in class:SimpleFormatterTest
44 sf = new SimpleFormatter();
50 sf.format(null);
54 sf.format(new LogRecord(Level.SEVERE, null));
64 String str = sf.format(lr);
71 str = sf.format(lr);
77 String str = sf.format(lr);
96 str = sf.format(lr);
108 assertEquals("", sf.getHead(null));
112 assertEquals("", sf
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_resource.c38 struct nv50_surface *sf = CALLOC_STRUCT(nv50_surface); local
39 if (!sf)
42 pipe_reference_init(&sf->base.reference, 1);
43 pipe_resource_reference(&sf->base.texture, pbuf);
45 sf->base.format = templ->format;
46 sf->base.usage = templ->usage;
47 sf->base.u.buf.first_element = templ->u.buf.first_element;
48 sf->base.u.buf.last_element = templ->u.buf.last_element;
50 sf->offset =
51 templ->u.buf.first_element * util_format_get_blocksize(sf
[all...]
H A Dnv50_state_validate.c23 struct nv50_surface *sf = nv50_surface(fb->cbufs[i]); local
27 PUSH_DATAh(push, bo->offset + sf->offset);
28 PUSH_DATA (push, bo->offset + sf->offset);
29 PUSH_DATA (push, nv50_format_table[sf->base.format].rt);
31 PUSH_DATA (push, mt->level[sf->base.u.tex.level].tile_mode);
34 PUSH_DATA (push, sf->width);
35 PUSH_DATA (push, sf->height);
37 PUSH_DATA (push, sf->depth);
43 PUSH_DATA (push, sf->height);
64 struct nv50_surface *sf local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_sf_state.c53 sizeof(*sfv), 32, &brw->sf.vp_offset);
144 struct brw_sf_unit_state *sf; local
149 sf = brw_state_batch(brw, AUB_TRACE_SF_STATE,
150 sizeof(*sf), 64, &brw->sf.state_offset);
152 memset(sf, 0, sizeof(*sf));
155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1;
156 sf
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_resource.c38 struct nv50_surface *sf = CALLOC_STRUCT(nv50_surface); local
39 if (!sf)
42 pipe_reference_init(&sf->base.reference, 1);
43 pipe_resource_reference(&sf->base.texture, pbuf);
45 sf->base.format = templ->format;
46 sf->base.usage = templ->usage;
47 sf->base.u.buf.first_element = templ->u.buf.first_element;
48 sf->base.u.buf.last_element = templ->u.buf.last_element;
50 sf->offset =
51 templ->u.buf.first_element * util_format_get_blocksize(sf
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf_state.c53 sizeof(*sfv), 32, &brw->sf.vp_offset);
144 struct brw_sf_unit_state *sf; local
149 sf = brw_state_batch(brw, AUB_TRACE_SF_STATE,
150 sizeof(*sf), 64, &brw->sf.state_offset);
152 memset(sf, 0, sizeof(*sf));
155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1;
156 sf
[all...]
/external/oprofile/daemon/
H A Dopd_mangling.c37 static char const * get_dep_name(struct sfile const * sf) argument
39 if (sf->anon)
40 return find_cookie(sf->app_cookie);
43 if (sf->cookie == sf->app_cookie)
46 if (!separate_kernel && !(separate_lib && !sf->kernel))
50 if (sf->app_cookie == 0)
53 return find_cookie(sf->app_cookie);
69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg) argument
77 if (sf
141 opd_open_sample_file(odb_t *file, struct sfile *last, struct sfile * sf, int counter, int cg) argument
[all...]
H A Dopd_extended.c139 void opd_ext_sfile_create(struct sfile * sf) argument
144 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->create(sf);
157 void opd_ext_sfile_close (struct sfile * sf) argument
162 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->close(sf);
166 void opd_ext_sfile_sync(struct sfile * sf) argument
171 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->sync(sf);
/external/qemu/target-i386/
H A Dhelper_template.h57 int cf, pf, af, zf, sf, of; local
65 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
89 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
91 return cf | pf | af | zf | sf | of;
105 int cf, pf, af, zf, sf, of;
113 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80;
115 return cf | pf | af | zf | sf | of;
130 int cf, pf, af, zf, sf, o
[all...]
/external/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp68 S<(int)1.3_id> sf; variable
/external/eigen/test/
H A Dmixingtypes.cpp47 float sf = internal::random<float>(); local
61 VERIFY_IS_APPROX(vcf * sf , vcf * complex<float>(sf));
101 VERIFY_IS_APPROX(sf*mf*mcf, sf*mf.template cast<CF>()*mcf);
102 VERIFY_IS_APPROX(sf*mcf*mf, sf*mcf*mf.template cast<CF>());
106 VERIFY_IS_APPROX(sf*mf*vcf, (sf*mf).template cast<CF>().eval()*vcf);
108 VERIFY_IS_APPROX(sf*mc
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h79 const struct scale_factors *sf) {
90 mi_row, mi_col, sf, pd->subsampling_x, pd->subsampling_y);
96 struct scale_factors sf[MAX_REF_FRAMES]) {
97 xd->scale_factor[0] = sf[ref0 >= 0 ? ref0 : 0];
98 xd->scale_factor[1] = sf[ref1 >= 0 ? ref1 : 0];
76 setup_pre_planes(MACROBLOCKD *xd, int i, const YV12_BUFFER_CONFIG *src, int mi_row, int mi_col, const struct scale_factors *sf) argument
95 set_scale_factors(MACROBLOCKD *xd, int ref0, int ref1, struct scale_factors sf[MAX_REF_FRAMES]) argument
/external/aac/libFDK/src/
H A DFDK_trigFcts.cpp138 INT sf,sfo,stf; local
145 q = fDivNormHighPrec( y, x, &sf); // both pos.
148 q = -fDivNormHighPrec( y,-x, &sf); // x neg.
152 sf = 0;
158 q = -fDivNormHighPrec(-y, x, &sf); // y neg.
161 q = fDivNormHighPrec(-y,-x, &sf); // both neg.
165 sf = 0;
170 sf = 0;
172 sfo = sf;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_clear.c102 struct nv30_surface *sf = nv30_surface(ps); local
117 rt_format |= util_logbase2(sf->width) << 16;
118 rt_format |= util_logbase2(sf->height) << 24;
132 PUSH_DATA (push, sf->width << 16);
133 PUSH_DATA (push, sf->height << 16);
137 PUSH_DATA (push, (sf->pitch << 16) | sf->pitch);
139 PUSH_DATA (push, sf->pitch);
140 PUSH_RELOC(push, mt->base.bo, sf->offset, NOUVEAU_BO_LOW, 0, 0);
161 struct nv30_surface *sf local
[all...]
H A Dnv30_state_validate.c145 struct nv30_surface *sf = nv30_surface(fb->cbufs[1]); local
146 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
149 PUSH_MTHDl(push, NV30_3D(COLOR1_OFFSET), BUFCTX_FB, bo, sf->offset,
151 PUSH_DATA (push, sf->pitch);
155 struct nv30_surface *sf = nv30_surface(fb->cbufs[2]); local
156 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
159 PUSH_MTHDl(push, NV40_3D(COLOR2_OFFSET), BUFCTX_FB, bo, sf->offset,
162 PUSH_DATA (push, sf->pitch);
166 struct nv30_surface *sf = nv30_surface(fb->cbufs[3]); local
167 struct nouveau_bo *bo = nv30_miptree(sf
[all...]
/external/libgsm/src/
H A Dlpc.c158 register float *sf = s_f; local
160 for (i = 0; i < 160; ++i) sf[i] = s[i];
163 register float *sfl = sf - k;
164 for (i = k; i < 160; ++i) L_temp2 += sf[i] * sfl[i];
/external/libpcap/
H A Dpcap-snoop.c203 struct snoopfilter sf; local
232 memset(&sf, 0, sizeof(sf));
233 if (ioctl(fd, SIOCADDSNOOP, &sf) < 0) {
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c102 struct nv30_surface *sf = nv30_surface(ps); local
117 rt_format |= util_logbase2(sf->width) << 16;
118 rt_format |= util_logbase2(sf->height) << 24;
132 PUSH_DATA (push, sf->width << 16);
133 PUSH_DATA (push, sf->height << 16);
137 PUSH_DATA (push, (sf->pitch << 16) | sf->pitch);
139 PUSH_DATA (push, sf->pitch);
140 PUSH_RELOC(push, mt->base.bo, sf->offset, NOUVEAU_BO_LOW, 0, 0);
161 struct nv30_surface *sf local
[all...]
/external/ppp/pppd/include/
H A Dpcap-int.h75 struct pcap_sf sf; member in struct:pcap
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c95 FILE *sf; local
100 if ((sf = fopen(seqfile, "a+")) == NULL)
107 while (do_lock_exclusive(fileno(sf))!= 0)
111 fclose(sf);
123 fclose(sf);
127 pos = ftell(sf);
128 rewind(sf);
129 if (fscanf(sf, "%d", &seq_nbr) != 1) {
130 if (pos != ftell(sf)) {
137 rewind(sf);
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java176 * @param sf The new stack frame position.
178 public void setStackFrame(int sf) argument
180 _currentFrameBottom = sf;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp259 DataFile sf = ld->src(0).getFile(); local
261 if (sf == FILE_IMMEDIATE && (i->predSrc >= 0 || i->flagsDef >= 0))
265 if (!(opInfo[i->op].srcFiles[s] & (1 << (int)sf)))
278 DataFile zf = (z == s) ? sf : i->src(z).getFile();
319 if (sf == FILE_IMMEDIATE)
326 if (sf == FILE_IMMEDIATE)
332 if (ldSize < 4 && sf == FILE_SHADER_INPUT) // no < 4-byte aligned a[] access
343 if (sf == FILE_MEMORY_SHARED)
353 if (sf == FILE_MEMORY_CONST)
355 return sf
[all...]

Completed in 902 milliseconds

1234