Searched refs:bc (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/linkloader/tests/images/
H A Dclean-testcases.sh18 rm -rf *.o *.bc
H A Dgen-testcases.sh23 clang -emit-llvm -std=c89 -Wall -c test.c -o test.bc
24 clang -emit-llvm -std=c89 -Wall -c simple-test.c -o simple-test.bc
25 clang -emit-llvm -std=c89 -Wall -c rodata-test.c -o rodata-test.bc
29 llc -filetype=obj -relocation-model=static -mtriple $2 $3 test.bc -o test-$1.o
30 llc -filetype=obj -relocation-model=static -mtriple $2 $3 simple-test.bc -o simple-test-$1.o
31 llc -filetype=obj -relocation-model=static -mtriple $2 $3 rodata-test.bc -o rodata-test-$1.o
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Dbuild_clcore.sh6 # Generate rs_cl.bc
12 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc
14 # Generate rs_core.bc
17 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc
22 llvm-link rs_cl.bc rs_core.bc -o libclcore.bc
H A Dbuild_bc_lib.mk39 c_bc_files := $(patsubst %.c,%.bc, \
42 ll_bc_files := $(patsubst %.ll,%.bc, \
49 $(c_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.c $(CLANG)
53 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(LLVM_AS)
57 -include $(c_bc_files:%.bc=%.d)
58 -include $(ll_bc_files:%.bc=%.d)
H A DAndroid.mk54 LOCAL_MODULE := libclcore.bc
64 LOCAL_MODULE := libclcore_neon.bc
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp36 int br, bc, incr, mbr, mbc; local
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
95 if (br < pp_h && bc < pp_w)
99 * bc * 8 is the pixel column offset */
100 ptr = rec + (brwidth << 6) + (bc << 3);
103 index = brwidth + bc;
239 }/*bc*/
[all...]
H A Dchv_filter.cpp188 int br, bc, mbr, mbc; local
216 for (bc = mbc; bc < mbc + 2; bc++)
219 if (bc < pp_w) /* boundary : don't do it on the most right col block */
221 ptr = rec + (brwidth << 6) + (bc << 3);
222 jVal0 = brwidth + bc;
325 }/*bc*/
332 for (bc = mbc + 1; bc < mb
465 int br, bc, mbr, mbc; local
[all...]
/frameworks/compile/libbcc/runtime/lib/ppc/
H A Dmultc3.c34 long double bc = __gcc_qmul(b,c); local
37 DD imag = { .ld = __gcc_qadd(ad,bc) };
71 DD bcDD = { .ld = bc };
/frameworks/compile/libbcc/
H A DAndroid.mk42 # Calculate SHA1 checksum for libbcc.so, libRS.so and libclcore.bc
54 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore.bc,,)/libclcore.bc
58 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore_neon.bc,,)/libclcore_neon.bc
178 LOCAL_REQUIRED_MODULES := libclcore.bc libbcc.sha1
181 LOCAL_REQUIRED_MODULES += libclcore_neon.bc
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp145 sp<BlobCache> bc = getBlobCacheLocked(); local
146 bc->set(key, keySize, value, valueSize);
184 sp<BlobCache> bc = getBlobCacheLocked(); local
185 return bc->get(key, keySize, value, valueSize);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java413 Bitmap.Config bc = b.getConfig();
414 switch (bc) {
421 " bytes, passed bitmap was " + bc);
431 " bytes, passed bitmap was " + bc);
441 " bytes, passed bitmap was " + bc);
451 " bytes, passed bitmap was " + bc);
1095 final Bitmap.Config bc = b.getConfig();
1096 if (bc == Bitmap.Config.ALPHA_8) {
1099 if (bc == Bitmap.Config.ARGB_4444) {
1102 if (bc
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java220 BridgeContext bc = (BridgeContext) getContext();
231 BridgeXmlBlockParser previousParser = bc.getPreviousParser();
254 bc.addViewKey(view, viewKey);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java305 Bitmap.Config bc = b.getConfig();
306 switch (bc) {
313 " bytes, passed bitmap was " + bc);
323 " bytes, passed bitmap was " + bc);
333 " bytes, passed bitmap was " + bc);
343 " bytes, passed bitmap was " + bc);
987 final Bitmap.Config bc = b.getConfig();
988 if (bc == Bitmap.Config.ALPHA_8) {
991 if (bc == Bitmap.Config.ARGB_4444) {
994 if (bc
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c66 findBestBook(const Word16 *bc, Word16 *book) argument
73 if (bc[j] < minBits) {
74 minBits = bc[j];
/frameworks/compile/slang/
H A DAndroid.mk130 # Host static library containing rslib.bc
134 input_data_file := frameworks/compile/slang/rslib.bc

Completed in 418 milliseconds