Searched defs:bl (Results 51 - 69 of 69) sorted by relevance

123

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp1883 int bl = MIN( count, length ); local
1902 block->count = bl;
1903 subseq->total += bl;
1906 cvSeqPushMulti( subseq, reader.ptr, bl, 0 );
1907 length -= bl;
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c261 /* Must follow tightly the previous instruction (to be able to convert it to bl instruction). */
453 sljit_si bl = (mov_pc & 0x0000f000) != RD(TMP_PC); local
458 if (!bl) {
479 if (!bl) {
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c315 cmp bl, #0x10 variable
320 cmp bl, #0x30 variable
325 cmp bl, #0x31 variable
330 cmp bl, #0x32 variable
335 cmp bl, #0x33 variable
340 cmp bl, #0x34 variable
1019 mov bl, #0x00 local
1022 mov bl, #0x00 local
1747 mov al, bl
1755 and bl, # variable
1784 and bl, #0x01 variable
2152 cmp bl, #0x14 variable
2175 mov bl, #0x11 variable
2231 and bl, #0x01 variable
2232 shl bl, 3 variable
2247 cmp bl, #0x14 variable
2275 mov bl, #0x11 variable
2399 and bl, #0x01 variable
2510 mov bl, al variable
2528 mov bl, al variable
2529 shr bl, 7 variable
2539 test bl, #0x01 variable
2982 mov bl, al variable
2983 and bl, #0x01 variable
2984 xor bl, #0x01 variable
2985 shl bl, 1 variable
3106 mov bl, al variable
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh967 unsigned int bl = buffer->backtrack_len (); local
968 end = bl + match_length;
970 int delta = bl - buffer->idx;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_common.cc1852 void CumulativeSumToAverageRow_C(const int32* tl, const int32* bl, argument
1857 dst[0] = (uint8)((bl[w + 0] + tl[0] - bl[0] - tl[w + 0]) * ooa);
1858 dst[1] = (uint8)((bl[w + 1] + tl[1] - bl[1] - tl[w + 1]) * ooa);
1859 dst[2] = (uint8)((bl[w + 2] + tl[2] - bl[2] - tl[w + 2]) * ooa);
1860 dst[3] = (uint8)((bl[w + 3] + tl[3] - bl[3] - tl[w + 3]) * ooa);
1863 bl
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_common.cc1852 void CumulativeSumToAverageRow_C(const int32* tl, const int32* bl, argument
1857 dst[0] = (uint8)((bl[w + 0] + tl[0] - bl[0] - tl[w + 0]) * ooa);
1858 dst[1] = (uint8)((bl[w + 1] + tl[1] - bl[1] - tl[w + 1]) * ooa);
1859 dst[2] = (uint8)((bl[w + 2] + tl[2] - bl[2] - tl[w + 2]) * ooa);
1860 dst[3] = (uint8)((bl[w + 3] + tl[3] - bl[3] - tl[w + 3]) * ooa);
1863 bl
[all...]
/external/clang/test/Analysis/
H A Dmalloc.c1065 void *radar11329382(unsigned bl) {
1067 ptr = ptr + (2 - bl);
1064 radar11329382(unsigned bl) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh967 unsigned int bl = buffer->backtrack_len (); local
968 end = bl + match_length;
970 int delta = bl - buffer->idx;
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c780 hbl *bl; local
843 while ((bl = h->blobs)) {
844 h->blobs = bl->next;
845 bl->next = 0;
846 bl->h = 0;
847 if (bl->blob) {
848 sqlite3_blob_close(bl->blob);
850 bl->blob = 0;
2543 hbl *bl = gethbl(env, obj); local
2545 if (bl) {
4357 hbl *bl; local
4437 hbl *bl = gethbl(env, obj); local
4478 hbl *bl = gethbl(env, obj); local
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc469 void Assembler::bl(int imm26) { function in class:vixl::Assembler
474 void Assembler::bl(Label* label) { function in class:vixl::Assembler
475 bl(UpdateAndGetInstructionOffsetTo(label));
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc791 DCHECK((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
873 DCHECK((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
902 DCHECK((instr & 7*B25) == 5*B25); // b, bl, or blx
911 b = "bl";
1348 void Assembler::bl(int branch_offset, Condition cond) { function in class:v8::internal::Assembler
H A Dassembler-arm.h837 void bl(int branch_offset, Condition cond = al);
847 void bl(Label* L, Condition cond = al) { bl(branch_offset(L, false), cond); } function in class:v8::internal::Assembler
848 void bl(Condition cond, Label* L) { bl(branch_offset(L, false), cond); } function in class:v8::internal::Assembler
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc999 void Assembler::bl(int imm26) { function in class:v8::internal::Assembler
1005 void Assembler::bl(Label* label) { function in class:v8::internal::Assembler
1007 bl(LinkAndGetInstructionOffsetTo(label));
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c789 Bit8u bl, bh, dl, dh, cl, ch, al, ah; member in struct:__anon30272::__anon30273::__anon30275
806 Bit8u bl, bh; member in struct:__anon30276::__anon30277::__anon30280
4245 regs.u.r8.bl = mouse_data1;
4359 regs.u.r8.bl = mouse_data1;
6266 mov bl,6[bp] // hd_heads local
6269 mov bl,8[bp] // head local
6271 mov bl,10[bp] // hd_sectors local
6273 mov bl,12[bp] // sector local
6286 mov bl,14[bp] // dl local
6287 and bl,# local
6288 shl bl,#4 local
8719 mov bl, #0x07 ;; drive0 determined, multi-rate, has changed line local
8722 mov bl, #0x00 ;; no drive0 local
8728 or bl, #0x70 ;; drive1 determined, multi-rate, has changed line local
8731 mov 0x048f, bl ;; put new val in BDA (diskette controller information) local
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62724 } bl; member in union:vdbeExecUnion
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2119 milliseconds

123