/frameworks/compile/linkloader/tests/images/ |
clean-testcases.sh | 18 rm -rf *.o *.bc
|
gen-testcases.sh | 23 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
|
/external/libvpx/vp8/encoder/ |
boolhuff.h | 37 extern void vp8_start_encode(BOOL_CODER *bc, unsigned char *buffer); 38 extern void vp8_encode_bool(BOOL_CODER *bc, int x, int context); 40 extern void vp8_stop_encode(BOOL_CODER *bc);
|
bitstream.c | 111 vp8_writer *const w = & cpi->bc; 133 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) 135 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m); 138 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) 140 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m); 143 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) 145 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m); 149 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) 151 vp8_write_token(bc, vp8_bmode_tree, p, vp8_bmode_encodings + m); 154 static void write_split(vp8_writer *bc, int x 1057 vp8_writer *const bc = & cpi->bc; local 1359 vp8_writer *const bc = & cpi->bc; local [all...] |
/frameworks/compile/libbcc/lib/ScriptCRT/ |
build_clcore.sh | 6 # 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
|
build_bc_lib.mk | 32 c_bc_files := $(patsubst %.c,%.bc, \ 35 ll_bc_files := $(patsubst %.ll,%.bc, \ 42 $(c_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.c $(CLANG) 46 $(ll_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.ll $(LLVM_AS) 50 -include $(c_bc_files:%.bc=%.d) 51 -include $(ll_bc_files:%.bc=%.d)
|
Android.mk | 52 LOCAL_MODULE := libclcore.bc 62 LOCAL_MODULE := libclcore_neon.bc
|
/external/qemu/slirp/ |
bootp.c | 55 BOOTPClient *bc; local 59 bc = &bootp_clients[i]; 60 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6)) 65 bc = &bootp_clients[i]; 66 bc->allocated = 1; 68 return bc; 76 BOOTPClient *bc; local 80 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR]; 81 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6)) 91 BOOTPClient *bc; local 155 BOOTPClient *bc = NULL; local [all...] |
/external/qemu/slirp-android/ |
bootp.c | 56 BOOTPClient *bc; local 60 bc = &bootp_clients[i]; 61 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6)) 66 bc = &bootp_clients[i]; 67 bc->allocated = 1; 71 return bc; 79 BOOTPClient *bc; local 83 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR]; 84 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6)) 94 BOOTPClient *bc; local 160 BOOTPClient *bc = NULL; local [all...] |
/packages/apps/Gallery2/tests/src/com/android/gallery3d/common/ |
BlobCacheTest.java | 79 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local 81 assertEquals(0x1, bc.checkSum(buf)); 83 assertEquals(0x10001, bc.checkSum(buf)); 85 assertEquals(0x480048, bc.checkSum(buf)); 90 assertEquals(0x940042, bc.checkSum(buf)); 91 assertEquals(0x310031, bc.checkSum(buf, 1, 1)); 92 assertEquals(0x1, bc.checkSum(buf, 1, 0)); 93 assertEquals(0x630032, bc.checkSum(buf, 1, 2)); 98 assertEquals(0x3574a610, bc.checkSum(buf)); 99 bc.close() 119 BlobCache bc; local 200 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local 211 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local 221 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local 274 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local 293 BlobCache bc; local [all...] |
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/ |
p1.cpp | 10 B<T>::C bc; // ok, B<T> is the current instantiation. member in struct:Example1::A 15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation. member in struct:Example1::A 20 B<B<T>>::C bc; // expected-error {{missing 'typename'}} member in struct:Example1::A
|
/external/skia/src/effects/ |
SkBitmapCache.h | 42 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); }
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
CTRMode.java | 18 BlockCipher bc; field in class:CTRMode 30 bc = tc; 31 blockSize = bc.getBlockSize(); 50 bc.transformBlock(X, 0, Xenc, 0);
|
/external/llvm/test/CodeGen/Generic/ |
Makefile | 3 %.bc: %.ll 6 %.llc.s: %.bc 22 rm -f $(patsubst %.clean,%.bc,$@) $(patsubst %.clean,%.*.s,$@) \
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
chvr_filter.cpp | 36 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...] |
chv_filter.cpp | 188 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 < mbc + 3; bc++ 465 int br, bc, mbr, mbc; local [all...] |
/external/libvpx/vp8/decoder/ |
decodemv.c | 21 static int vp8_read_bmode(vp8_reader *bc, const vp8_prob *p) 23 const int i = vp8_treed_read(bc, vp8_bmode_tree, p); 29 static int vp8_read_ymode(vp8_reader *bc, const vp8_prob *p) 31 const int i = vp8_treed_read(bc, vp8_ymode_tree, p); 36 static int vp8_kfread_ymode(vp8_reader *bc, const vp8_prob *p) 38 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p); 45 static int vp8_read_uv_mode(vp8_reader *bc, const vp8_prob *p) 47 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p); 67 vp8_reader *const bc = & pbi->bc; local 244 vp8_reader *const bc = & pbi->bc; local 287 vp8_reader *const bc = & pbi->bc; local [all...] |
decodframe.c | 297 static int get_delta_q(vp8_reader *bc, int prev, int *q_update) 301 if (vp8_read_bit(bc)) 303 ret_val = vp8_read_literal(bc, 4); 305 if (vp8_read_bit(bc)) 439 pc->multi_token_partition = (TOKEN_PARTITION)vp8_read_literal(&pbi->bc, 2); 570 vp8_reader *const bc = & pbi->bc; local 653 if (vp8dx_start_decode(bc, data, data_end - data)) 657 pc->clr_type = (YUV_TYPE)vp8_read_bit(bc); 658 pc->clamp_type = (CLAMP_TYPE)vp8_read_bit(bc); [all...] |
/external/v8/src/ |
diy-fp.cc | 47 uint64_t bc = b * c; local 50 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32); 54 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
|
/dalvik/dx/tests/024-code-bytecode/ |
small-class.txt | 267 bc 04 # 016c: newarray boolean 268 bc 05 # 016e: newarray char 269 bc 06 # 0170: newarray float 270 bc 07 # 0172: newarray double 271 bc 08 # 0174: newarray byte 272 bc 09 # 0176: newarray short 273 bc 0a # 0178: newarray int 274 bc 0b # 017a: newarray long
|
/external/clang/test/SemaCXX/ |
overload-call-copycon.cpp | 28 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { 30 copycon2(bc); // expected-error{{no matching constructor}} 39 void test_copycon3(B b, const B bc) { 41 copycon3(bc); // expected-error{{no matching constructor}}
|
/external/libgsm/src/ |
gsm_print.c | 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local 38 bc[0] = (*c++ & 0x1) << 1; 39 bc[0] |= (*c >> 7) & 0x1; 61 bc[1] = (*c++ & 0x1) << 1; 62 bc[1] |= (*c >> 7) & 0x1; 85 bc[2] = (*c++ & 0x1) << 1; /* 20 */ 86 bc[2] |= (*c >> 7) & 0x1; 108 bc[3] = (*c++ & 0x1) << 1; 109 bc[3] |= (*c >> 7) & 0x1; 135 fprintf(f, "#1: Nc %4.4d bc %d Mc %d xmaxc %d\n" [all...] |
code.c | 27 void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc), 52 word * bc, /* [0..3] coded LTP gain OUT */ 76 bc++);
|
/external/llvm/test/ |
Makefile.tests | 31 .PRECIOUS: Output/%.bc Output/%.ll 34 .PRECIOUS: Output/%.llvm.bc 62 # LLVM Assemble from Output/X.ll to Output/X.bc. Output/X.ll must have come 65 Output/%.bc: Output/%.ll $(LGCCAS) 68 # LLVM Assemble from X.ll to Output/X.bc. Because we are coming directly from 71 Output/%.bc: %.ll $(LLVMAS) Output/.dir
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/bc/ |
BCObjectIdentifiers.java | 1 package org.bouncycastle.asn1.bc; 12 public static final DERObjectIdentifier bc = new DERObjectIdentifier("1.3.6.1.4.1.22554"); field in interface:BCObjectIdentifiers 17 public static final DERObjectIdentifier bc_pbe = new DERObjectIdentifier(bc.getId() + ".1");
|