HomeSort by: relevance | last modified time | path
    Searched refs:BIT (Results 1 - 25 of 338) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/ppc/
e500_registers.h 28 msr_e500_spu_enable = BIT(38)
35 spefscr_sovh = BIT(32), /* summary integer overlow (high) */
36 spefscr_ovh = BIT(33), /* int overflow (high) */
37 spefscr_fgh = BIT(34), /* FP guard (high) */
38 spefscr_fxh = BIT(35), /* FP sticky (high) */
39 spefscr_finvh = BIT(36), /* FP invalid operand (high) */
40 spefscr_fdbzh = BIT(37), /* FP divide by zero (high) */
41 spefscr_funfh = BIT(38), /* FP underflow (high) */
42 spefscr_fovfh = BIT(39), /* FP overflow (high) */
43 spefscr_finxs = BIT(42), /* FP inexact sticky *
    [all...]
registers.h 208 msr_64bit_mode = BIT(0),
213 msr_power_management_enable = BIT(45),
214 msr_tempoary_gpr_remapping = BIT(46), /* 603 specific */
215 msr_interrupt_little_endian_mode = BIT(47),
216 msr_external_interrupt_enable = BIT(48),
217 msr_problem_state = BIT(49),
218 msr_floating_point_available = BIT(50),
219 msr_machine_check_enable = BIT(51),
220 msr_floating_point_exception_mode_0 = BIT(52),
221 msr_single_step_trace_enable = BIT(53)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
e500_registers.h 28 msr_e500_spu_enable = BIT(38)
35 spefscr_sovh = BIT(32), /* summary integer overlow (high) */
36 spefscr_ovh = BIT(33), /* int overflow (high) */
37 spefscr_fgh = BIT(34), /* FP guard (high) */
38 spefscr_fxh = BIT(35), /* FP sticky (high) */
39 spefscr_finvh = BIT(36), /* FP invalid operand (high) */
40 spefscr_fdbzh = BIT(37), /* FP divide by zero (high) */
41 spefscr_funfh = BIT(38), /* FP underflow (high) */
42 spefscr_fovfh = BIT(39), /* FP overflow (high) */
43 spefscr_finxs = BIT(42), /* FP inexact sticky *
    [all...]
registers.h 208 msr_64bit_mode = BIT(0),
213 msr_power_management_enable = BIT(45),
214 msr_tempoary_gpr_remapping = BIT(46), /* 603 specific */
215 msr_interrupt_little_endian_mode = BIT(47),
216 msr_external_interrupt_enable = BIT(48),
217 msr_problem_state = BIT(49),
218 msr_floating_point_available = BIT(50),
219 msr_machine_check_enable = BIT(51),
220 msr_floating_point_exception_mode_0 = BIT(52),
221 msr_single_step_trace_enable = BIT(53)
    [all...]
  /src/bin/ksh/
tree.h 94 #define IOEVAL BIT(4) /* expand in << */
95 #define IOSKIP BIT(5) /* <<-, skip ^\t* */
96 #define IOCLOB BIT(6) /* >|, override -o noclobber */
97 #define IORDUP BIT(7) /* x<&y (as opposed to x>&y) */
98 #define IONAMEXP BIT(8) /* name has been expanded */
101 #define XEXEC BIT(0) /* execute without forking */
102 #define XFORK BIT(1) /* fork before executing */
103 #define XBGND BIT(2) /* command & */
104 #define XPIPEI BIT(3) /* input is pipe */
105 #define XPIPEO BIT(4) /* output is pipe *
    [all...]
table.h 37 #define ALLOC BIT(0) /* val.s has been allocated */
38 #define DEFINED BIT(1) /* is defined in block */
39 #define ISSET BIT(2) /* has value, vp->val.[si] */
40 #define EXPORT BIT(3) /* exported variable/function */
41 #define TRACE BIT(4) /* var: user flagged, func: execution tracing */
44 #define SPECIAL BIT(8) /* PATH, IFS, SECONDS, etc */
45 #define INTEGER BIT(9) /* val.i contains integer value */
46 #define RDONLY BIT(10) /* read-only variable */
47 #define LOCAL BIT(11) /* for local typeset() */
48 #define ARRAY BIT(13) /* array *
    [all...]
lex.h 45 #define SF_ECHO BIT(0) /* echo input to shlout */
46 #define SF_ALIAS BIT(1) /* faking space at end of alias */
47 #define SF_ALIASEND BIT(2) /* faking space at end of alias */
48 #define SF_TTY BIT(3) /* type == SSTDIN & it is a tty */
108 #define CONTIN BIT(0) /* skip new lines to complete command */
109 #define ONEWORD BIT(1) /* single word for substitute() */
110 #define ALIAS BIT(2) /* recognize alias */
111 #define KEYWORD BIT(3) /* recognize keywords */
112 #define LETEXPR BIT(4) /* get expression inside (( )) */
113 #define VARASN BIT(5) /* check for var=word *
    [all...]
sh.h 159 #define BIT(i) (1<<(i)) /* define bit in flag */
171 * not a char that is used often. Also, can't use the high bit as it causes
236 #define EF_FUNC_PARSE BIT(0) /* function being parsed */
237 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
238 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
283 FEMACSUSEMETA, /* use 8th bit as meta */
314 FVISHOW8, /* display chars with 8th bit set as is (versus M-) */
370 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
371 #define TF_USER_SET BIT(1) /* user has (tried to) set trap *
    [all...]
  /src/external/bsd/wpa/dist/src/common/
defs.h 12 #define WPA_CIPHER_NONE BIT(0)
13 #define WPA_CIPHER_WEP40 BIT(1)
14 #define WPA_CIPHER_WEP104 BIT(2)
15 #define WPA_CIPHER_TKIP BIT(3)
16 #define WPA_CIPHER_CCMP BIT(4)
17 #define WPA_CIPHER_AES_128_CMAC BIT(5)
18 #define WPA_CIPHER_GCMP BIT(6)
19 #define WPA_CIPHER_SMS4 BIT(7)
20 #define WPA_CIPHER_GCMP_256 BIT(8)
21 #define WPA_CIPHER_CCMP_256 BIT(9
    [all...]
ieee802_11_defs.h 39 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0)))
41 (((seq) & (~(BIT(3) | BIT(2) | BIT(1) | BIT(0)))) >> 4)
105 #define WLAN_CAPABILITY_ESS BIT(0)
106 #define WLAN_CAPABILITY_IBSS BIT(1
    [all...]
nan.h 60 #define NAN_SRV_CTRL_TYPE_MASK (BIT(0) | BIT(1))
61 #define NAN_SRV_CTRL_MATCHING_FILTER BIT(2)
62 #define NAN_SRV_CTRL_RESP_FILTER BIT(3)
63 #define NAN_SRV_CTRL_SRV_INFO BIT(4)
64 #define NAN_SRV_CTRL_DISCOVERY_RANGE_LIMITED BIT(5)
65 #define NAN_SRV_CTRL_BINDING_BITMAP BIT(6)
76 #define NAN_SDEA_CTRL_FSD_REQ BIT(0)
77 #define NAN_SDEA_CTRL_FSD_GAS BIT(1)
78 #define NAN_SDEA_CTRL_DATA_PATH_REQ BIT(2
    [all...]
wpa_ctrl.h 451 #ifndef BIT
452 #define BIT(x) (1U << (x))
461 #define WPA_BSS_MASK_ID BIT(0)
462 #define WPA_BSS_MASK_BSSID BIT(1)
463 #define WPA_BSS_MASK_FREQ BIT(2)
464 #define WPA_BSS_MASK_BEACON_INT BIT(3)
465 #define WPA_BSS_MASK_CAPABILITIES BIT(4)
466 #define WPA_BSS_MASK_QUAL BIT(5)
467 #define WPA_BSS_MASK_NOISE BIT(6)
468 #define WPA_BSS_MASK_LEVEL BIT(7
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_shrinker.h 21 #define I915_SHRINK_UNBOUND BIT(0)
22 #define I915_SHRINK_BOUND BIT(1)
23 #define I915_SHRINK_ACTIVE BIT(2)
24 #define I915_SHRINK_VMAPS BIT(3)
25 #define I915_SHRINK_WRITEBACK BIT(4)
i915_gem_clflush.h 19 #define I915_CLFLUSH_FORCE BIT(0)
20 #define I915_CLFLUSH_SYNC BIT(1)
i915_gem_object_types.h 35 #define I915_GEM_OBJECT_HAS_STRUCT_PAGE BIT(0)
36 #define I915_GEM_OBJECT_HAS_IOMEM BIT(1)
37 #define I915_GEM_OBJECT_IS_SHRINKABLE BIT(2)
38 #define I915_GEM_OBJECT_IS_PROXY BIT(3)
39 #define I915_GEM_OBJECT_NO_GGTT BIT(4)
40 #define I915_GEM_OBJECT_ASYNC_CANCEL BIT(5)
155 #define I915_BO_ALLOC_CONTIGUOUS BIT(0)
156 #define I915_BO_ALLOC_VOLATILE BIT(1)
158 #define I915_BO_READONLY BIT(2)
162 * Only honoured if hardware has relevant pte bit
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
mips-octeon-bbit.c 6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \
7 int bbit_is_taken_##BRANCH_IF##_##BIT (volatile uint64_t *p) \
12 "bbit" #BRANCH_IF " %1, " #BIT ", 1f \n\t" \
24 volatile uint64_t taken_##BRANCH_IF##_##BIT = \
25 BASE & (~(1ull << BIT)) | ((uint64_t) BRANCH_IF << BIT); \
26 volatile uint64_t not_taken_##BRANCH_IF##_##BIT = \
27 BASE & (~(1ull << BIT)) | (((uint64_t) !BRANCH_IF) << BIT);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
mips-octeon-bbit.c 6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \
7 int bbit_is_taken_##BRANCH_IF##_##BIT (volatile uint64_t *p) \
12 "bbit" #BRANCH_IF " %1, " #BIT ", 1f \n\t" \
24 volatile uint64_t taken_##BRANCH_IF##_##BIT = \
25 BASE & (~(1ull << BIT)) | ((uint64_t) BRANCH_IF << BIT); \
26 volatile uint64_t not_taken_##BRANCH_IF##_##BIT = \
27 BASE & (~(1ull << BIT)) | (((uint64_t) !BRANCH_IF) << BIT);
  /src/sys/dev/pci/
voodoofbreg.h 197 #define BIT(x) (1UL << (x))
204 #define AUTOINC_DSTX BIT(10)
205 #define AUTOINC_DSTY BIT(11)
209 #define SST_2D_GO BIT(8)
212 #define STATUS_RETRACE BIT(6)
213 #define STATUS_BUSY BIT(9)
214 #define MISCINIT1_CLUT_INV BIT(0)
215 #define MISCINIT1_2DBLOCK_DIS BIT(15)
216 #define DRAMINIT0_SGRAM_NUM BIT(26)
217 #define DRAMINIT0_SGRAM_TYPE BIT(27
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler_types.h 70 #define I915_SCHED_HAS_SEMAPHORE_CHAIN BIT(0)
81 #define I915_DEPENDENCY_ALLOC BIT(0)
82 #define I915_DEPENDENCY_EXTERNAL BIT(1)
i915_priolist_types.h 32 #define I915_PRIORITY_COUNT BIT(I915_USER_PRIORITY_SHIFT)
35 #define I915_PRIORITY_WAIT ((u8)BIT(0))
36 #define I915_PRIORITY_NOSEMAPHORE ((u8)BIT(1))
i915_pci.c 43 #define GEN(x) .gen = (x), .gen_mask = BIT((x) - 1)
166 .pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
174 .engine_mask = BIT(RCS0), \
185 .pipe_mask = BIT(PIPE_A), \
192 .engine_mask = BIT(RCS0), \
224 .pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
227 .engine_mask = BIT(RCS0), \
309 .pipe_mask = BIT(PIPE_A) | BIT(PIPE_B),
    [all...]
intel_sideband.h 41 vlv_iosf_sb_get(i915, BIT(VLV_IOSF_SB_BUNIT));
49 vlv_iosf_sb_put(i915, BIT(VLV_IOSF_SB_BUNIT));
54 vlv_iosf_sb_get(i915, BIT(VLV_IOSF_SB_CCK));
62 vlv_iosf_sb_put(i915, BIT(VLV_IOSF_SB_CCK));
67 vlv_iosf_sb_get(i915, BIT(VLV_IOSF_SB_CCU));
75 vlv_iosf_sb_put(i915, BIT(VLV_IOSF_SB_CCU));
80 vlv_iosf_sb_get(i915, BIT(VLV_IOSF_SB_DPIO));
89 vlv_iosf_sb_put(i915, BIT(VLV_IOSF_SB_DPIO));
94 vlv_iosf_sb_get(i915, BIT(VLV_IOSF_SB_FLISDSI));
102 vlv_iosf_sb_put(i915, BIT(VLV_IOSF_SB_FLISDSI))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_reg.h 131 #define GUC_INTR_GUC2HOST BIT(15)
132 #define GUC_INTR_EXEC_ERROR BIT(14)
133 #define GUC_INTR_DISPLAY_EVENT BIT(13)
134 #define GUC_INTR_SEM_SIG BIT(12)
135 #define GUC_INTR_IOMMU2GUC BIT(11)
136 #define GUC_INTR_DOORBELL_RANG BIT(10)
137 #define GUC_INTR_DMA_DONE BIT(9)
138 #define GUC_INTR_FATAL_ERROR BIT(8)
139 #define GUC_INTR_NOTIF_ERROR BIT(7)
140 #define GUC_INTR_SW_INT_6 BIT(6
    [all...]
  /src/share/locale/ctype/
ja_JP.CTEXT.src 15 VARIABLE 8BIT MAX1 INIT0=94B INIT1=96A 0=94 1=96 1=94I 0=94$ 1=96$ NOOLD CODESET=CTEXT
  /src/external/bsd/wpa/dist/src/ap/
sta_info.h 23 #define WLAN_STA_AUTH BIT(0)
24 #define WLAN_STA_ASSOC BIT(1)
25 #define WLAN_STA_AUTHORIZED BIT(5)
26 #define WLAN_STA_PENDING_POLL BIT(6) /* pending activity poll not ACKed */
27 #define WLAN_STA_SHORT_PREAMBLE BIT(7)
28 #define WLAN_STA_PREAUTH BIT(8)
29 #define WLAN_STA_WMM BIT(9)
30 #define WLAN_STA_MFP BIT(10)
31 #define WLAN_STA_HT BIT(11)
32 #define WLAN_STA_WPS BIT(12
    [all...]

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 91011>>