HomeSort by relevance Sort by last modified time
    Searched refs:so (Results 76 - 100 of 1864) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/ndk/tests/prebuilt-library/jni/
Android.mk 3 # Define BUILD_FOO=1 to rebuild libfoo.so from scratch, then
4 # copy obj/local/armeabi/libfoo.so to jni/libfoo.so
15 else # not build libfoo.so, trying to use PREBUILT_SHARED_LIBRARY instead.
17 # Note: the module is named foo-prebuilt, but the library is libfool.so !
21 LOCAL_SRC_FILES := libfoo.so
  /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/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/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
Makefile 2 # libfb_writer_spu.so, libyuv2rgb_spu.so, libbilin_scaler_spu.so
18 all: libfb_writer_spu.a libfb_writer_spu.so \
19 libyuv2rgb_spu.so libyuv2rgb_spu.a \
20 libbilin_scaler_spu.so libbilin_scaler_spu.a
28 libfb_writer_spu.so: fb_writer_spu-embed.o
29 $(PPU_LD) -o libfb_writer_spu.so -shared -soname=libfb_writer_spu.so fb_writer_spu-embed.o
43 libyuv2rgb_spu.so: yuv2rgb_spu-embed.
    [all...]
  /external/jemalloc/android/scripts/
conf_arm.sh 23 # Copy libm.so to libpthread.so to allow -lpthread to work.
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
conf_arm64.sh 23 # Copy libm.so to libpthread.so to allow -lpthread to work.
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
conf_mips.sh 23 # Copy libm.so to libpthread.so to allow -lpthread to work.
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
conf_x86.sh 23 # Copy libm.so to libpthread.so to allow -lpthread to work.
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
conf_x86_64.sh 23 # Copy libm.so to libpthread.so to allow -lpthread to work.
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
  /external/valgrind/main/none/tests/amd64/
cmpxchg.stdout.exp 2 al!=cl so al should equal cl (Result al=33 bl=44 cl=33)
4 al==cl so cl should equal bl (Result al=55 bl=55 cl=55)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx=5555)
10 eax!=ecx so eax should equal ecx (Result eax=33333333 ebx=44444444 ecx=33333333)
12 eax==ecx so ecx should equal ebx (Result eax=55555555 ebx=55555555 ecx=55555555)
14 rax!=rcx so rax should equal rcx (Result rax=333333333 rbx=444444444 rcx=333333333)
16 rax==rcx so ecx should equal rbx (Result rax=555555555 rbx=555555555 rcx=555555555)
  /hardware/broadcom/wlan/
.gitignore 18 *.so
19 *.so.dbg
  /prebuilts/sdk/renderscript/
Android.mk 25 LOCAL_SRC_FILES := lib/$(TARGET_ARCH)/$(LOCAL_MODULE).so
28 LOCAL_MODULE_SUFFIX := .so
36 LOCAL_SRC_FILES := lib/$(TARGET_ARCH)/$(LOCAL_MODULE).so
39 LOCAL_MODULE_SUFFIX := .so
  /ndk/tests/standalone/init-fini-arrays/
run.sh 4 LIBFILE=libfoo.so
16 ${PREFIX}readelf -S libfoo.so | grep -q -e .ctors
23 ${PREFIX}readelf -S libfoo.so | grep -q -e .dtors
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 9 * Software is furnished to do so, subject to the following conditions:
89 struct nvc0_blend_stateobj *so = CALLOC_STRUCT(nvc0_blend_stateobj); local
97 so->pipe = *cso;
133 SB_BEGIN_3D(so, LOGIC_OP_ENABLE, 2);
134 SB_DATA (so, 1);
135 SB_DATA (so, nvgl_logicop_func(cso->logicop_func));
137 SB_IMMED_3D(so, MACRO_BLEND_ENABLES, 0);
139 SB_IMMED_3D(so, LOGIC_OP_ENABLE, 0);
141 SB_IMMED_3D(so, BLEND_INDEPENDENT, indep_funcs);
142 SB_IMMED_3D(so, MACRO_BLEND_ENABLES, blend_en)
211 struct nvc0_rasterizer_stateobj *so; local
338 struct nvc0_zsa_stateobj *so = CALLOC_STRUCT(nvc0_zsa_stateobj); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 9 * Software is furnished to do so, subject to the following conditions:
89 struct nvc0_blend_stateobj *so = CALLOC_STRUCT(nvc0_blend_stateobj); local
97 so->pipe = *cso;
133 SB_BEGIN_3D(so, LOGIC_OP_ENABLE, 2);
134 SB_DATA (so, 1);
135 SB_DATA (so, nvgl_logicop_func(cso->logicop_func));
137 SB_IMMED_3D(so, MACRO_BLEND_ENABLES, 0);
139 SB_IMMED_3D(so, LOGIC_OP_ENABLE, 0);
141 SB_IMMED_3D(so, BLEND_INDEPENDENT, indep_funcs);
142 SB_IMMED_3D(so, MACRO_BLEND_ENABLES, blend_en)
211 struct nvc0_rasterizer_stateobj *so; local
338 struct nvc0_zsa_stateobj *so = CALLOC_STRUCT(nvc0_zsa_stateobj); local
    [all...]
  /external/qemu/slirp/
if.c 10 int if_queued = 0; /* Number of packets queued so far */
136 if_output(struct socket *so, struct mbuf *ifm)
142 DEBUG_ARG("so = %lx", (long)so);
163 if (so == ifq->ifq_so) {
165 ifm->ifq_so = so;
172 if (so && (so->so_iptos & IPTOS_LOWDELAY)) {
179 if (ifq->ifq_so == so) {
180 ifm->ifq_so = so;
    [all...]
  /external/qemu/slirp-android/
if.c 10 int if_queued = 0; /* Number of packets queued so far */
136 if_output(struct socket *so, struct mbuf *ifm)
142 DEBUG_ARG("so = %lx", (long)so);
163 if (so == ifq->ifq_so) {
165 ifm->ifq_so = so;
172 if (so && (so->so_iptos & IPTOS_LOWDELAY)) {
179 if (ifq->ifq_so == so) {
180 ifm->ifq_so = so;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 11 * permit persons to whom the Software is furnished to do so, subject to
65 for (i = 0; i < draw->so.num_targets; ++i) {
66 if (draw->so.targets[i]) {
82 static void so_emit_prim(struct pt_so_emit *so,
87 unsigned input_vertex_stride = so->input_vertex_stride;
88 struct draw_context *draw = so->draw;
95 input_ptr = so->inputs;
97 ++so->generated_primitives;
99 for (i = 0; i < draw->so.num_targets; i++) {
100 struct draw_so_target *target = draw->so.targets[i]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_so_emit.c 11 * permit persons to whom the Software is furnished to do so, subject to
65 for (i = 0; i < draw->so.num_targets; ++i) {
66 if (draw->so.targets[i]) {
82 static void so_emit_prim(struct pt_so_emit *so,
87 unsigned input_vertex_stride = so->input_vertex_stride;
88 struct draw_context *draw = so->draw;
95 input_ptr = so->inputs;
97 ++so->generated_primitives;
99 for (i = 0; i < draw->so.num_targets; i++) {
100 struct draw_so_target *target = draw->so.targets[i]
    [all...]
  /external/e2fsprogs/lib/
Makefile.solaris-lib 20 ELF_LIB = $(ELF_IMAGE).so.$(ELF_VERSION)
21 ELF_SONAME = $(ELF_IMAGE).so.$(ELF_SO_VERSION)
31 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
34 $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) $(ELF_LIB) $(ELF_IMAGE).so)
47 $(DESTDIR)$(libdir)/$(ELF_IMAGE).so
59 $(DESTDIR)$(libdir)/$(ELF_IMAGE).so
65 $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.h 13 #define SB_DATA(so, u) (so)->data[(so)->size++] = (u)
14 #define SB_MTHD30(so, mthd, size) \
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
16 #define SB_MTHD40(so, mthd, size) \
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 13 #define SB_DATA(so, u) (so)->data[(so)->size++] = (u)
14 #define SB_MTHD30(so, mthd, size) \
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
16 #define SB_MTHD40(so, mthd, size) \
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
  /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) {
  /bionic/libc/tools/
genlibgcc_compat.py 6 * to copy their definition into the final libc.so binary.
9 * libc.so provided by the platform and binaries built with the NDK or
24 * gcc <options> -o libfoo.so foo.a libgcc.a -lc -lm
27 * into the final libfoo.so. However, doing so will link a bunch of other __cxa
28 * functions from libgcc.a into each .so and executable, causing 4k+ increase
32 * gcc <options> -o libfoo.so foo.a -lc -lm libgcc.a
35 * already been copied into libc.so or libm.so, then nothing will be copied
36 * into libfoo.so. Instead, a symbol import definition will be added to i
    [all...]
  /device/asus/grouper/self-extractors/asus/staging/proprietary/
Android.mk 30 LOCAL_SRC_FILES := camera.tegra3.so
31 LOCAL_MODULE_SUFFIX := .so
40 LOCAL_SRC_FILES := sensors.grouper.so
41 LOCAL_MODULE_SUFFIX := .so
50 LOCAL_SRC_FILES := libsensors.lightsensor.so
51 LOCAL_MODULE_SUFFIX := .so
60 LOCAL_SRC_FILES := libdrmwvmplugin.so
61 LOCAL_MODULE_SUFFIX := .so
70 LOCAL_SRC_FILES := libwvm.so
71 LOCAL_MODULE_SUFFIX := .so
    [all...]

Completed in 398 milliseconds

1 2 34 5 6 7 8 91011>>