HomeSort by relevance Sort by last modified time
    Searched defs:so (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
putchar.c 43 FILE *so = stdout; local
45 return (putc_unlocked(c,so));
56 FILE *so = stdout; local
58 return (putc(c, so));
  /external/libgsm/src/
code.c 62 word so[160]; local
64 Gsm_Preprocess (S, s, so);
65 Gsm_LPC_Analysis (S, so, LARc);
66 Gsm_Short_Term_Analysis_Filter (S, LARc, so);
71 so+k*40, /* d [0..39] IN */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_so.c 11 * permit persons to whom the Software is furnished to do so, subject to
40 struct lp_so_state *so; local
41 so = (struct lp_so_state *) CALLOC_STRUCT(lp_so_state);
43 if (so) {
44 so->base.num_outputs = templ->num_outputs;
45 memcpy(so->base.stride, templ->stride, sizeof(templ->stride));
46 memcpy(so->base.output, templ->output,
49 return so;
54 void *so)
57 struct lp_so_state *lp_so = (struct lp_so_state *) so;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_syncobj.c 11 * permit persons to whom the Software is furnished to do so, subject to
60 struct st_sync_object *so = (struct st_sync_object*)obj; local
62 screen->fence_reference(screen, &so->fence, NULL);
63 FREE(so);
70 struct st_sync_object *so = (struct st_sync_object*)obj; local
73 assert(so->fence == NULL);
75 pipe->flush(pipe, &so->fence);
81 struct st_sync_object *so = (struct st_sync_object*)obj; local
83 if (so->fence && screen->fence_signalled(screen, so->fence))
94 struct st_sync_object *so = (struct st_sync_object*)obj; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_so.c 11 * permit persons to whom the Software is furnished to do so, subject to
40 struct lp_so_state *so; local
41 so = (struct lp_so_state *) CALLOC_STRUCT(lp_so_state);
43 if (so) {
44 so->base.num_outputs = templ->num_outputs;
45 memcpy(so->base.stride, templ->stride, sizeof(templ->stride));
46 memcpy(so->base.output, templ->output,
49 return so;
54 void *so)
57 struct lp_so_state *lp_so = (struct lp_so_state *) so;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_syncobj.c 11 * permit persons to whom the Software is furnished to do so, subject to
60 struct st_sync_object *so = (struct st_sync_object*)obj; local
62 screen->fence_reference(screen, &so->fence, NULL);
63 FREE(so);
70 struct st_sync_object *so = (struct st_sync_object*)obj; local
73 assert(so->fence == NULL);
75 pipe->flush(pipe, &so->fence);
81 struct st_sync_object *so = (struct st_sync_object*)obj; local
83 if (so->fence && screen->fence_signalled(screen, so->fence))
94 struct st_sync_object *so = (struct st_sync_object*)obj; local
    [all...]
  /external/qemu/slirp/
tcp_timer.c 49 register struct socket *so; local
54 so = tcb.so_next;
55 if (so)
56 for (; so != &tcb; so = so->so_next)
57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
170 * keep retransmitting it, it'll keep eating the zeroes, so we keep
174 * So, if we were gonna drop the connection from too many retransmits,
208 * so we'll take the next rtt measurement as our srtt
    [all...]
  /external/qemu/slirp-android/
tcp_timer.c 49 register struct socket *so; local
54 so = tcb.so_next;
55 if (so)
56 for (; so != &tcb; so = so->so_next)
57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
170 * keep retransmitting it, it'll keep eating the zeroes, so we keep
174 * So, if we were gonna drop the connection from too many retransmits,
208 * so we'll take the next rtt measurement as our srtt
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
SpinnerOption.java 28 SpinnerOption so = (SpinnerOption)spinner.getItemAtPosition(i); local
29 if (so.value.equals(value)) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignedObjectTest.java 49 SignedObject so = new SignedObject(prop, tkp.getPrivate(), sig); local
51 assertEquals("SHA1withDSA", so.getAlgorithm());
52 assertEquals(prop, so.getObject());
54 assertTrue("verify() failed", so.verify(tkp.getPublic(), sig));
56 assertNotNull("signature is null", so.getSignature());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 11 * permit persons to whom the Software is furnished to do so, subject to
44 struct pipe_query_data_so_statistics so; member in struct:softpipe_query
97 sq->so.primitives_storage_needed = 0;
99 sq->so.num_primitives_written = 0;
137 sq->so.primitives_storage_needed =
140 sq->so.num_primitives_written =
167 memcpy(vresult, &sq->so,
183 *result = sq->so.num_primitives_written;
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_configs_test.py 28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
compare_to_expectations_test.py 28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
compare_rendered_pictures_test.py 29 import gm_json # must import results first, so that gm_json will be in sys.path namespace
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 11 * permit persons to whom the Software is furnished to do so, subject to
44 struct pipe_query_data_so_statistics so; member in struct:softpipe_query
97 sq->so.primitives_storage_needed = 0;
99 sq->so.num_primitives_written = 0;
137 sq->so.primitives_storage_needed =
140 sq->so.num_primitives_written =
167 memcpy(vresult, &sq->so,
183 *result = sq->so.num_primitives_written;
  /external/skia/gm/rebaseline_server/
compare_configs_test.py 28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
compare_to_expectations_test.py 28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignedObjectTest.java 62 SignedObject so = new SignedObject(prop, tkp.getPrivate(), sig); local
64 assertEquals("SHA1withDSA", so.getAlgorithm());
65 assertEquals(prop, so.getObject());
67 assertTrue("verify() failed", so.verify(tkp.getPublic(), sig));
69 assertNotNull("signature is null", so.getSignature());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 72 SealedObject so = new SealedObject(secret, new NullCipher()); local
75 oos.writeObject(so);
86 + "by getAlgorithm() method of initial object", so
112 SealedObject so = new SealedObject(secret, cipher); local
126 * SealedObject(SealedObject so) method testing. Tests if the
162 SealedObject so = new SealedObject(secret, cipher); local
165 + "in cipher.", algorithm, so.getAlgorithm());
177 SealedObject so = new SealedObject(secret, cipher); local
180 + "in cipher.", algorithm, so.getAlgorithm());
184 oos.writeObject(so);
212 Mock_SealedObject so = new Mock_SealedObject(secret, cipher); local
256 SealedObject so = new SealedObject(secret, cipher); local
301 SealedObject so = new SealedObject(secret, cipher); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_texture.c 9 * Software is furnished to do so, subject to the following conditions:
132 struct nv30_sampler_state *so; local
135 so = MALLOC_STRUCT(nv30_sampler_state);
136 if (!so)
139 so->pipe = *cso;
140 so->fmt = 0;
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
144 so->en = 0;
145 so->wrap |= compare_mode(cso);
146 so->filt = filter_mode(cso) | 0x00002000
207 struct nv30_sampler_view *so; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 10 * permit persons to whom the Software is furnished to do so, subject to
122 bool so; member in struct:GalliumD3D11Caps
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
example.c 22 ASN1_TYPE *so; local
24 so=PKCS7_get_signed_attribute(si,NID_pkcs9_signingTime);
25 if (so->type == V_ASN1_UTCTIME)
26 return so->value.utctime;
49 ASN1_TYPE *so; local
57 so=PKCS7_get_signed_attribute(si,signed_string_nid);
58 if (so != NULL)
60 if (so->type == V_ASN1_OCTET_STRING)
62 os=so->value.octet_string;
117 ASN1_TYPE *so; local
182 ASN1_TYPE *so; local
211 ASN1_TYPE *so; local
281 ASN1_TYPE *so; local
    [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 155 int so; local
171 if ((so = socket(family, SOCK_DGRAM, 0)) < 0)
179 if (setsockopt(so, proto, optname, policy, len) < 0) {
181 close(so);
187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
189 close(so);
202 close(so);
211 close (so);
225 int so; local
242 if ((so = pfkey_open()) < 0
    [all...]
  /external/ipsec-tools/src/racoon/
kmpstat.c 95 static int so; variable
108 so = socket(AF_UNIX, SOCK_STREAM, 0);
109 if (so < 0)
112 if (connect(so, (struct sockaddr *)&name, sizeof(name)) < 0) {
113 (void)close(so);
126 if ((len = send(so, combuf->v, combuf->l, 0)) == -1) {
128 (void)close(so);
149 if ((len = recv(so, &h, sizeof(h), MSG_PEEK)) == -1)
168 if ((len = recv(so, p, h.ac_len, 0)) < 0) {
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c 9 * Software is furnished to do so, subject to the following conditions:
132 struct nv30_sampler_state *so; local
135 so = MALLOC_STRUCT(nv30_sampler_state);
136 if (!so)
139 so->pipe = *cso;
140 so->fmt = 0;
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
144 so->en = 0;
145 so->wrap |= compare_mode(cso);
146 so->filt = filter_mode(cso) | 0x00002000
207 struct nv30_sampler_view *so; local
    [all...]

Completed in 749 milliseconds

1 2 3 4 5 6 7