/third_party/backends/backend/ |
H A D | umax_pp_low.c | 97 #define CONTROL gPort+0x02 macro 903 DBG (0, "outb CONTROL,%02X\n", value); in Outb() 1076 DBG (0, "inb CONTROL,%02X\n", res); in Inb() 1504 Outb (CONTROL, 0x0C); /* select printer + initialize printer */ in waitAck() 1505 Outb (CONTROL, 0x0C); in waitAck() 1506 Outb (CONTROL, 0x0C); in waitAck() 1510 Outb (CONTROL, 0x0E); /* autolinefeed ?.. */ in waitAck() 1511 Outb (CONTROL, 0x0E); in waitAck() 1512 Outb (CONTROL, 0x0E); in waitAck() 1523 Outb (CONTROL, in waitAck() [all...] |
H A D | p5_device.c | 38 case CONTROL: in addr_name() 39 return "CONTROL"; in addr_name() 72 case CONTROL: in p5_inb() 113 case CONTROL: in p5_outb() 326 p5_inb (fd, CONTROL); in connect() 327 p5_outb (fd, CONTROL, 0x04); in connect() 395 p5_outb (fd, CONTROL, 0x04); in disconnect() 447 p5_inb (fd, CONTROL); in disconnect() 448 p5_outb (fd, CONTROL, 0x0C); in disconnect()
|
H A D | p5_device.h | 275 #define CONTROL 2 macro
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | keywords.py | 42 CONTROL = set('case switch default if else return goto'.split()) variable 46 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 176 CLFLUSH .macro CONTROL,ADDR,LEN 178 || STW ADDR,*CONTROL[0] 179 STW LEN,*CONTROL[1] 181 LDW *CONTROL[1],A0
|
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 176 CLFLUSH .macro CONTROL,ADDR,LEN 178 || STW ADDR,*CONTROL[0] 179 STW LEN,*CONTROL[1] 181 LDW *CONTROL[1],A0
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacterCategory.java | 71 case CONTROL : in toString()
|
H A D | UCharacterEnums.java | 132 public static final byte CONTROL = 15; field
|
H A D | UCharacter.java | 139 * - cntrl: getType(c)==CONTROL 3411 public static final int CONTROL = 1; field 4788 cat != UCharacterCategory.CONTROL && in isPrintable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacterCategory.java | 70 case CONTROL : in toString()
|
H A D | UCharacterEnums.java | 114 public static final byte CONTROL = 15; field
|
H A D | UCharacter.java | 139 * - cntrl: getType(c)==CONTROL 2834 public static final int CONTROL = 1; field 4085 cat != UCharacterCategory.CONTROL && in isPrintable()
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
H A D | test.lua | 12 io.write("RB_MRT[0].CONTROL.ROP_CODE: " .. r.RB_MRT[0].CONTROL.ROP_CODE .. "\n")
|
/third_party/mesa3d/src/mesa/main/ |
H A D | debug_output.c | 968 #define CONTROL 2 in validate_params() macro 982 if (caller == CONTROL) in validate_params() 1002 if (caller == CONTROL) in validate_params() 1017 if (caller == CONTROL) in validate_params() 1193 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type, in _mesa_DebugMessageControl()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | grapheme_cluster_break.rs | 11 ("Control", CONTROL), 27 pub const CONTROL: &'static [(char, char)] = &[ consts
|
H A D | general_category.rs | 13 ("Control", CONTROL), 283 pub const CONTROL: &'static [(char, char)] = consts
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterCompare.java | 160 if (uchartype == UCharacterCategory.CONTROL && jchartype == Character.CONTROL) in compareType()
|
H A D | UCharacterTest.java | 2125 { 0x0000, UProperty.GRAPHEME_CLUSTER_BREAK, UCharacter.GraphemeClusterBreak.CONTROL }, in TestAdditionalProperties()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCompare.java | 157 if (uchartype == UCharacterCategory.CONTROL && jchartype == Character.CONTROL) in compareType()
|
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_ca.h | 687 __IOM uint32_t CONTROL; /*!< \brief Offset: 0x0100 (R/W) Control Register */ member 1094 __IOM uint32_t CONTROL; //!< \brief Offset: 0x008 (R/W) Private Timer Control Register member 1107 #define PTIM_CONTROL_Enable_Pos 0U /*!< PTIM CONTROL: Enable Position */ 1108 #define PTIM_CONTROL_Enable_Msk (0x1U /*<< PTIM_CONTROL_Enable_Pos*/) /*!< PTIM CONTROL: Enable Mask */ 1111 #define PTIM_CONTROL_AutoReload_Pos 1U /*!< PTIM CONTROL: Auto Reload Position */ 1112 #define PTIM_CONTROL_AutoReload_Msk (0x1U << PTIM_CONTROL_AutoReload_Pos) /*!< PTIM CONTROL: Auto Reload Mask */ 1115 #define PTIM_CONTROL_IRQenable_Pos 2U /*!< PTIM CONTROL: IRQ Enabel Position */ 1116 #define PTIM_CONTROL_IRQenable_Msk (0x1U << PTIM_CONTROL_IRQenable_Pos) /*!< PTIM CONTROL: IRQ Enabel Mask */ 1119 #define PTIM_CONTROL_Prescaler_Pos 8U /*!< PTIM CONTROL: Prescaler Position */ 1120 #define PTIM_CONTROL_Prescaler_Msk (0xFFU << PTIM_CONTROL_Prescaler_Pos) /*!< PTIM CONTROL [all...] |
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 584 //static UnicodeSet CONTROL(UnicodeString("[[:control:][\\u0000-\\u002F]]"), status); 587 static UnicodeSet CONTROL(UnicodeString("[:control:]"), status); 661 tailored.removeAll(CONTROL); in processCollator() 1010 rep.removeAll(CONTROL); in generateRepertoire()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterProperty.java | 299 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterProperty.java | 299 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 678 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 1579 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 2527 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 3458 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 4539 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 5517 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL
|
/third_party/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 678 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 1579 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 2527 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 3458 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 4539 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL 5517 cmp $input_ptr, $main_end_input_ptr @ LOOP CONTROL
|