HomeSort by relevance Sort by last modified time
    Searched defs:CTRL (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 33 the instruction generated (a CTRL-format 'call') should have its relocation
37 #define CTRL 0
139 char format; /* REG, COBR, CTRL, MEMn, COJ, FBRA, or CALLJ */
169 /* if a CTRL instruction has an operand, it's always a displacement */
173 { 0x08000000, "b", I_BASE, CTRL, 1, { 0, 0, 0 } },
174 { 0x09000000, "call", I_BASE, CTRL, 1, { 0, 0, 0 } },
175 { 0x0a000000, "ret", I_BASE, CTRL, 0, { 0, 0, 0 } },
176 { 0x0b000000, "bal", I_BASE, CTRL, 1, { 0, 0, 0 } },
177 { 0x10000000, "bno", I_BASE, CTRL, 1, { 0, 0, 0 } },
179 { 0x10000000, "bf", I_BASE, CTRL, 1, { 0, 0, 0 } }
    [all...]
m88k.h 379 #define CTRL 0x0000f000
tic6x.h 598 #define CTRL(name, isa, rw, crlo, crhi_mask) \
601 #undef CTRL
h8300.h 98 CTRL = 0x4000,
    [all...]
  /external/opencv3/modules/viz/include/opencv2/viz/
types.hpp 215 enum { NONE = 0, ALT = 1, CTRL = 2, SHIFT = 4 };
223 @param modifiers Signals if alt, ctrl or shift are pressed or their combination.
248 @param modifiers Signals if alt, ctrl or shift are pressed or their combination.
  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 40 #define CTRL(name, isa, rw, crlo, crhi_mask) \
49 #undef CTRL
    [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cm0.h 441 __IO uint32_t CTRL; /*!< Offset: 0x000 (R/W) SysTick Control and Status Register */
448 #define SysTick_CTRL_COUNTFLAG_Pos 16 /*!< SysTick CTRL: COUNTFLAG Position */
449 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysTick CTRL: COUNTFLAG Mask */
451 #define SysTick_CTRL_CLKSOURCE_Pos 2 /*!< SysTick CTRL: CLKSOURCE Position */
452 #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) /*!< SysTick CTRL: CLKSOURCE Mask */
454 #define SysTick_CTRL_TICKINT_Pos 1 /*!< SysTick CTRL: TICKINT Position */
455 #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) /*!< SysTick CTRL: TICKINT Mask */
457 #define SysTick_CTRL_ENABLE_Pos 0 /*!< SysTick CTRL: ENABLE Position */
458 #define SysTick_CTRL_ENABLE_Msk (1UL << SysTick_CTRL_ENABLE_Pos) /*!< SysTick CTRL: ENABLE Mask */
    [all...]
core_cm0plus.h 462 __IO uint32_t CTRL; /*!< Offset: 0x000 (R/W) SysTick Control and Status Register */
469 #define SysTick_CTRL_COUNTFLAG_Pos 16 /*!< SysTick CTRL: COUNTFLAG Position */
470 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysTick CTRL: COUNTFLAG Mask */
472 #define SysTick_CTRL_CLKSOURCE_Pos 2 /*!< SysTick CTRL: CLKSOURCE Position */
473 #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) /*!< SysTick CTRL: CLKSOURCE Mask */
475 #define SysTick_CTRL_TICKINT_Pos 1 /*!< SysTick CTRL: TICKINT Position */
476 #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) /*!< SysTick CTRL: TICKINT Mask */
478 #define SysTick_CTRL_ENABLE_Pos 0 /*!< SysTick CTRL: ENABLE Position */
479 #define SysTick_CTRL_ENABLE_Msk (1UL << SysTick_CTRL_ENABLE_Pos) /*!< SysTick CTRL: ENABLE Mask */
513 __IO uint32_t CTRL; /*!< Offset: 0x004 (R/W) MPU Control Register */
    [all...]
core_sc000.h 481 __IO uint32_t CTRL; /*!< Offset: 0x000 (R/W) SysTick Control and Status Register */
488 #define SysTick_CTRL_COUNTFLAG_Pos 16 /*!< SysTick CTRL: COUNTFLAG Position */
489 #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysTick CTRL: COUNTFLAG Mask */
491 #define SysTick_CTRL_CLKSOURCE_Pos 2 /*!< SysTick CTRL: CLKSOURCE Position */
492 #define SysTick_CTRL_CLKSOURCE_Msk (1UL << SysTick_CTRL_CLKSOURCE_Pos) /*!< SysTick CTRL: CLKSOURCE Mask */
494 #define SysTick_CTRL_TICKINT_Pos 1 /*!< SysTick CTRL: TICKINT Position */
495 #define SysTick_CTRL_TICKINT_Msk (1UL << SysTick_CTRL_TICKINT_Pos) /*!< SysTick CTRL: TICKINT Mask */
497 #define SysTick_CTRL_ENABLE_Pos 0 /*!< SysTick CTRL: ENABLE Position */
498 #define SysTick_CTRL_ENABLE_Msk (1UL << SysTick_CTRL_ENABLE_Pos) /*!< SysTick CTRL: ENABLE Mask */
532 __IO uint32_t CTRL; /*!< Offset: 0x004 (R/W) MPU Control Register */
    [all...]
core_cm3.h     [all...]
core_sc300.h     [all...]
core_cm4.h     [all...]
core_cm7.h     [all...]
  /external/curl/tests/server/
sws.c     [all...]
  /external/mksh/src/
sh.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1181 milliseconds

12