Home
last modified time | relevance | path

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

12345678910>>...20

/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/valgrind/docs/internals/
Darm_thumb_notes_gdbserver.txt5 ARM thumb and gdbserver
8 When executing thumb code, the ARM cpu program counter value is
10 that the instruction being executed is a thumb instruction is
21 by gdb. As gdb is giving breakpoints without the thumb bit set,
23 the thumb bit.
25 without the thumb bit.
26 => when the guest_IP is compared with these breakpoints, the thumb bit
32 sees the correct IP. This PUT must be done with the thumb bit set,
33 as this value will be given back to gdb. gdb uses the thumb bit a.o.
36 If the thumb bit is not properly set, these commands are not working.
[all …]
/external/libvpx/libvpx/build/make/
Dads2gas.pl23 use thumb;
25 my $thumb = 0;
28 $thumb = 1 if ($arg eq "-thumb");
34 if ($thumb) {
169 if ($thumb) {
185 if ($thumb) {
186 thumb::FixThumbInstructions($_, 0);
Dads2armasm_ms.pl14 use thumb;
31 thumb::FixThumbInstructions($_, 1);
/external/libmtp/examples/
Dthumb.c107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local
110 thumb->data = malloc(sizeof(uint16_t) * filesize);
112 thumb->data[i] = imagedata[i];
115 thumb->size = filesize;
116 thumb->filetype = LIBMTP_FILETYPE_JPEG;
118 ret = LIBMTP_Send_Representative_Sample(device,id,thumb);
126 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/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-…
Dthumb2-ror.ll1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s -check-prefix=THUMB1
Dthumb2-smla.ll1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2,+t2xtpk,+t2dsp %s -o - | FileCheck …
2 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2,+t2xtpk,+t2dsp -arm-use-mulops=fals…
/external/libopus/celt/arm/
Darm2gnu.pl25 $thumb = 0; # ARM mode by default, not Thumb.
123 s/\bCODE32\b/.code 32/ && do {$thumb = 0};
124 s/\bCODE16\b/.code 16/ && do {$thumb = 1};
138 $prefix = $prefix."\t.thumb_func; " if ($thumb);
/external/llvm/test/MC/ARM/
Dinst-directive.s28 .thumb
47 .thumb
66 .thumb
Ddirective-fpu-instrs.s7 @ .thumb should not disable the prior .fpu neon
8 .thumb
Dthumb-st_other.s1 @ Check the value of st_other for thumb function.
3 @ ARM does not define any st_other flags for thumb function. The value
Dmapping-within-section.s8 .thumb
16 .thumb
Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
/external/llvm/test/CodeGen/Thumb/
Dsegmented-stacks-dynamic.ll1 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pr…
2 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix…
3 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj
4 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -filetype=obj
Dframe_thumb.ll1 ; RUN: llc < %s -mtriple=thumb-apple-darwin \
3 ; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
Dmature-mc-support.ll4 ; RUN: not llc -mtriple=thumb-pc-linux < %s > /dev/null 2> %t1
7 ; RUN: not llc -mtriple=thumb-pc-linux -filetype=obj < %s > /dev/null 2> %t2
Diabs.ll1 ; RUN: llc < %s -mtriple=thumb-unknown-unknown -filetype=obj -o %t.o
2 ; RUN: llvm-objdump -disassemble -arch-name=thumb %t.o | FileCheck %s
/external/llvm/test/CodeGen/ARM/
Dinlineasm-global.ll1 ; RUN: llc -mtriple=thumb-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB
4 ; In thumb mode, emit ".code 16" before global inline-asm instructions.
Dnone-macho-v4t.ll1 ; RUN: llc -mtriple=thumb-none-macho -mcpu=arm7tdmi %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=thumb-none-macho -mcpu=arm7tdmi %s -filetype=obj -o /dev/null
/external/llvm/test/MC/MachO/ARM/
Dthumb-bl-jbits.s2 .thumb
10 .thumb
/external/lldb/source/Core/
DArchSpec.cpp65 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumb , "thumb" …
66 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv4t , "thumbv4t" …
67 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv5 , "thumbv5" …
68 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv5e , "thumbv5e" …
69 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv6 , "thumbv6" …
70 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7 , "thumbv7" …
71 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7f , "thumbv7f" …
72 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7s , "thumbv7s" …
73 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7k , "thumbv7k" …
74 …{ eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb , ArchSpec::eCore_thumbv7m , "thumbv7m" …
[all …]

12345678910>>...20