Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 25 of 997) sorted by relevance

12345678910>>...40

/external/glide/library/src/main/java/com/bumptech/glide/request/
DThumbnailRequestCoordinator.java9 private Request thumb; field in ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) { in setRequests() argument
22 this.thumb = thumb; in setRequests()
70 if (!thumb.isRunning()) { in begin()
71 thumb.begin(); in begin()
81 thumb.pause(); in pause()
89 thumb.clear(); in clear()
111 return full.isComplete() || thumb.isComplete(); in isComplete()
116 return full.isResourceSet() || thumb.isResourceSet(); in isResourceSet()
138 thumb.recycle(); in recycle()
/external/libvpx/libvpx/build/make/
Dads2gas.pl23 use thumb;
25 my $thumb = 0;
29 $thumb = 1 if ($arg eq "-thumb");
37 if ($thumb) {
167 if ($thumb) {
183 if ($thumb) {
184 thumb::FixThumbInstructions($_, 0);
/external/libmtp/examples/
Dthumb.c107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local
108 thumb->data = imagedata;
109 thumb->size = filesize;
110 thumb->filetype = LIBMTP_FILETYPE_JPEG;
111 ret = LIBMTP_Send_Representative_Sample(device,id,thumb);
118 LIBMTP_destroy_filesampledata_t(thumb);
/external/libexif/contrib/examples/
Dthumbnail.c39 FILE *thumb; in main() local
46 thumb = fopen(thumb_name, "wb"); in main()
47 if (thumb) { in main()
49 fwrite(ed->data, 1, ed->size, thumb); in main()
50 fclose(thumb); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/
Dfunction-arm-thumb.ll5 define void @f1() "target-features"="+thumb-mode" !type !0 {
9 define void @g1() "target-features"="-thumb-mode" !type !0 {
13 define void @f2() "target-features"="+thumb-mode" !type !1 {
17 define void @g2() "target-features"="-thumb-mode" !type !1 {
21 define void @h2() "target-features"="-thumb-mode" !type !1 {
46 ; CHECK-DAG: attributes #[[AA]] = { naked nounwind "target-features"="-thumb-mode" }
47 …G: attributes #[[AT]] = { naked nounwind "target-cpu"="cortex-a8" "target-features"="+thumb-mode" }
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dthumb2-branch-ranges.s9 .thumb
25 .thumb
46 .thumb
65 .thumb
86 .thumb
Darm-branch-errors.s13 @ CHECK: note: instruction requires: thumb
17 @ CHECK: note: instruction requires: thumb
21 @ CHECK: note: instruction requires: thumb
/external/llvm/test/CodeGen/ARM/
Dsubtarget-features-long-calls.ll1 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=…
2 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=+long-calls | FileC…
3 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=-long-calls | FileC…
4 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-pre…
5 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=+long-calls | F…
6 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=-long-calls | F…
Dsubtarget-no-movt.ll1 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=…
2 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=-no-movt | FileChec…
3 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=+no-movt | FileChec…
4 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-pre…
5 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=-no-movt | File…
6 ; RUN: llc -march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=+no-movt | File…
Dinlineasm-imm-thumb.ll3 ; Test thumb-mode "I" constraint, for any Data Processing immediate.
9 ; Test thumb-mode "J" constraint, for compatibility with unknown use in GCC.
15 ; Test thumb-mode "L" constraint, for negated Data Processing immediates.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsubtarget-features-long-calls.ll1 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-pre…
2 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=+long-calls | F…
3 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -mattr=-long-calls | F…
4 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check…
5 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=+long-calls…
6 ; RUN: llc -mtriple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 -mattr=-long-calls…
/external/llvm/test/CodeGen/Thumb2/
Ddiv.ll1 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - \
3 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-m3 -mattr=+thumb2 %s -o - \
5 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=swift %s -o - \
7 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4 %s -o - \
9 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4f %s -o - \
11 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r5 %s -o - \
Dsegmented-stacks.ll1 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 -ver…
2 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 -fil…
Dcortex-fp.ll1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-…
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-…
3 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-m7 | FileCheck %s -check-…
4 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -march=thumb -mcpu=cortex-a8 | FileCheck %s -check-…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Ddiv.ll1 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - \
3 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-m3 -mattr=+thumb2 %s -o - \
5 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=swift %s -o - \
7 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4 %s -o - \
9 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4f %s -o - \
11 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r5 %s -o - \
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dv7m-subfeatures.s1 @ RUN: llvm-mc < %s -triple armv7m -mattr=+vfp4 -filetype=obj | llvm-objdump -triple=thumb -d - | F…
7 .thumb
14 .thumb
21 .thumb
Dv7m-neg-subfeatures.s1 @ RUN: llvm-mc < %s -triple armv7m -mattr=+vfp4 -filetype=obj | llvm-objdump -triple=thumb -d - | F…
6 .thumb
13 .thumb
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DMachO_Thumb_Relocations.s35 # Check that stubs for thumb callers use thumb code (not arm), and that thumb
54 # Check that stubs for arm callers use arm code (not thumb), and that thumb
/external/libopus/celt/arm/
Darm2gnu.pl56 $thumb = 0; # ARM mode by default, not Thumb.
156 s/\bCODE32\b/.code 32/ && do {$thumb = 0};
157 s/\bCODE16\b/.code 16/ && do {$thumb = 1};
175 $prefix = $prefix."\t.thumb_func; " if ($thumb);
/external/u-boot/arch/arm/lib/
Dinterrupts.c62 const int thumb = thumb_mode(regs); in dump_instr() local
63 const int width = thumb ? 4 : 8; in dump_instr()
66 if (thumb) in dump_instr()
71 for (i = -4; i < 1 + !!thumb; i++) { in dump_instr()
74 if (thumb) in dump_instr()
/external/libnl/
Dmake.log34 [ 1% 1/68] target thumb C: libnl_32 <= external/libnl/lib/cache.c
35 [ 2% 2/68] target thumb C: libnl_32 <= external/libnl/lib/data.c
43 [ 4% 3/68] target thumb C: libnl_32 <= external/libnl/lib/nl.c
54 [ 5% 4/68] target thumb C: libnl_32 <= external/libnl/lib/cache_mngr.c
55 [ 7% 5/68] target thumb C: libnl_32 <= external/libnl/lib/socket.c
56 [ 8% 6/68] target thumb C: libnl_32 <= external/libnl/lib/addr.c
67 [ 10% 7/68] target thumb C: libnl_32 <= external/libnl/lib/fib_lookup/lookup.c
72 [ 11% 8/68] target thumb C: libnl_32 <= external/libnl/lib/fib_lookup/request.c
73 [ 13% 9/68] target thumb C: libnl_32 <= external/libnl/lib/object.c
81 [ 14% 10/68] target thumb C: libnl_32 <= external/libnl/lib/msg.c
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-ldr_ext.ll1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrb | count 1
2 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrh | count 1
3 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsb | count 1
4 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep ldrsh | count 1
/external/llvm/test/MC/ARM/
Darm-branch-errors.s11 @ CHECK: error: instruction requires: thumb
13 @ CHECK: error: instruction requires: thumb
15 @ CHECK: error: instruction requires: thumb
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/
Dlong.ll1 ; RUN: llc < %s -march=thumb | \
3 ; RUN: llc < %s -march=thumb | \
5 ; RUN: llc < %s -march=thumb | \
7 ; RUN: llc < %s -mtriple=thumb-apple-darwin | grep __muldi3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Darmv8.3a-js-thumb.txt1 # RUN: llvm-mc -triple thumb-none-eabi -mattr=+v8.3a,+fp-armv8 --disassemble < %s 2>&1 | FileCh…
2 # RUN: not llvm-mc -triple thumb-none-eabi -mattr=+v8.2a,+fp-armv8 --disassemble < %s 2>&1 | FileCh…
3 # RUN: not llvm-mc -triple thumb-none-eabi -mattr=+v8.3a,-fp-armv8 --disassemble < %s 2>&1 | FileCh…

12345678910>>...40