/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-thumb.c | 56 if (tp->thumb.state == state && tp->thumb.index == index) in tp_thumb_set_state() 60 "thumb: touch %d, %s → %s\n", in tp_thumb_set_state() 62 thumb_state_to_str(tp->thumb.state), in tp_thumb_set_state() 65 tp->thumb.state = state; in tp_thumb_set_state() 66 tp->thumb.index = index; in tp_thumb_set_state() 72 tp->thumb.state = THUMB_STATE_FINGER; in tp_thumb_reset() 73 tp->thumb.index = UINT_MAX; in tp_thumb_reset() 74 tp->thumb.pinch_eligible = true; in tp_thumb_reset() 80 tp->thumb in tp_thumb_lift() 222 struct tp_touch *thumb; tp_thumb_update_touch() local 454 struct tp_touch *thumb; tp_thumb_get_touch() local [all...] |
H A D | evdev-mt-touchpad-gestures.c | 868 *thumb; in tp_gesture_detect_motion_gestures() local 928 /* Pick the thumb as the lowest point on the touchpad */ in tp_gesture_detect_motion_gestures() 930 thumb = first; in tp_gesture_detect_motion_gestures() 934 thumb = second; in tp_gesture_detect_motion_gestures() 953 * yet passed the min_move threshold, there is either a resting thumb, in tp_gesture_detect_motion_gestures() 958 /* If thumb detection is enabled, and thumb is still while in tp_gesture_detect_motion_gestures() 959 * finger moves, cancel gestures and mark lower as thumb. in tp_gesture_detect_motion_gestures() 961 * more thumb motion on >2 finger gestures during detection. in tp_gesture_detect_motion_gestures() 963 if (tp->thumb in tp_gesture_detect_motion_gestures() 1281 struct tp_touch *thumb; tp_gesture_thumb_moved() local [all...] |
/third_party/libexif/contrib/examples/ |
H A D | thumbnail.c | 39 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()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-pressure.py | 141 self.is_thumb = touch.pressure > self.device.thumb 240 self.thumb = absinfo.maximum 279 self.thumb = int(q[1]) 339 print("- touches with a thumb are tagged as thumb") 350 ["Touch", "down", "up", "palm", "thumb", "min", "max", "p", "avg", "median"] 353 print(fmt.values(["Thresh", device.down, device.up, device.palm, device.thumb])) 398 "--thumb-threshold", 401 help="Threshold when a touch is a thumb", 415 device.thumb [all...] |
H A D | libinput-measure-touch-size.py | 136 self.is_thumb = self.device.thumb != 0 and touch.major > self.device.thumb 163 s += " thumb" 173 "thumb" if self.is_thumb else " ", 203 self.thumb = 0 246 self.thumb = int(q[1]) 311 print("Thumb size used: {}".format(self.thumb))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 66 case thumb: return "thumb"; in getArchTypeName() 92 case thumb: in getArchTypePrefix() 297 .Case("thumb", thumb) in getArchTypeForLLVMName() 335 arch = Triple::thumb; in parseARMArch() 382 return Triple::thumb; in parseARMArch() 407 .Case("thumb", Triple::thumb) in parseArch() 454 if (ArchName.startswith("arm") || ArchName.startswith("thumb") || in parseArch() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/TargetInfo/ |
H A D | ARMTargetInfo.cpp | 36 RegisterTarget<Triple::thumb, /*HasJIT=*/true> A(getTheThumbLETarget(), in LLVMInitializeARMTargetInfo() 37 "thumb", "Thumb", "ARM"); in LLVMInitializeARMTargetInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 55 case Triple::thumb: in create()
|
H A D | RuntimeDyldELF.h | 66 if (Arch == Triple::arm || Arch == Triple::thumb)
|
/third_party/optimized-routines/string/arm/ |
H A D | memset.S | 28 .thumb
|
H A D | strlen-armv6t2.S | 27 .thumb
|
H A D | memchr.S | 34 .thumb
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | XRayInstrumentation.cpp | 211 case Triple::ArchType::thumb: in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ObjectFile.cpp | 117 if (COFFObj->getArch() == Triple::thumb) in makeTriple()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Triple.h | 76 thumb, // Thumb (little endian): thumb, thumbv.* enumerator 696 return getArch() == Triple::thumb || getArch() == Triple::thumbeb; in isThumb()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1200 case Triple::thumb: in getJumpTableEntrySize() 1222 } else if (JumpTableArch == Triple::thumb) { in createJumpTableEntry() 1241 Arch == Triple::thumb || Arch == Triple::aarch64) in buildBitSetsFromFunctions() 1318 if (Feature == "-thumb-mode") in isThumbFunction() 1320 else if (Feature == "+thumb-mode") in isThumbFunction() 1325 return ModuleArch == Triple::thumb; in isThumbFunction() 1334 if (ModuleArch != Triple::arm && ModuleArch != Triple::thumb) in selectJumpTableArmEncoding() 1350 return ArmCount > ThumbCount ? Triple::arm : Triple::thumb; in selectJumpTableArmEncoding() 1375 F->addFnAttr("target-features", "-thumb-mode"); in createJumpTable() 1376 if (JumpTableArch == Triple::thumb) { in createJumpTable() [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ |
H A D | armv4cpuid.S | 5 .thumb
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ |
H A D | armv4cpuid.S | 5 .thumb
|
/third_party/mesa3d/src/util/tests/ |
H A D | register_allocate_test.cpp | 88 TEST_F(ra_test, thumb) in TEST_F()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | armv4cpuid.pl | 29 .thumb
|
/third_party/openssl/crypto/ |
H A D | armv4cpuid.pl | 29 .thumb
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 84 "cannot predicate thumb instructions"); in getARMStoreDeprecationInfo() 101 "cannot predicate thumb instructions"); in getARMLoadDeprecationInfo() 146 ARMArchFeature += "+thumb-mode,+v4t"; in ParseARMTriple() 215 (T.getArch() == Triple::thumb || T.getArch() == Triple::thumbeb), in createELFStreamer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 198 else if (T.getArch() == Triple::arm || T.getArch() == Triple::thumb) in initMachOMCObjectFileInfo() 500 // Set the `IMAGE_SCN_MEM_16BIT` flag when compiling for thumb mode. This is in initCOFFMCObjectFileInfo() 501 // used to indicate to the linker that the text segment contains thumb instructions in initCOFFMCObjectFileInfo() 503 const bool IsThumb = T.getArch() == Triple::thumb; in initCOFFMCObjectFileInfo()
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | asm.S | 80 T .thumb
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
H A D | armv4-gf2m.S | 5 .thumb
|