Home
last modified time | relevance | path

Searched refs:BIT (Results 201 – 225 of 95668) sorted by last modified time

12345678910>>...3827

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/battery/
H A Dspi.c43 val = BIT(SPE); in spi_init()
44 val |= (order == SPI_LSB_FIRST) ? BIT(DORD) : 0; in spi_init()
45 val |= (type == SPI_TYPE_MASTER) ? BIT(MSTR) : 0; in spi_init()
85 } while (timeout && !(SPSR & BIT(SPIF))); in spi_wait_till_done()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/docs/
H A Dusrp_x3x0.dox279 - **BIT**: Xilinx configuration bitstream format (for use over Ethernet and JTAG)
334 The image loader utility will default to using the appropriate BIT file if no custom
335 FPGA image path is specified, but it is compatible with BIN, BIT, and LVBITX
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c5844 #define BIT(c, x) (c[x>>3] & (1<<(x&7))) macro
5870 if (code != 0 && BIT(keys, code) != 0) bits |= CONTROLDOWN | ACCELERATORDOWN; in getbuckybits()
5873 if (code != 0 && BIT(keys, code) != 0) bits |= SHIFTDOWN; in getbuckybits()
5876 if (code != 0 && BIT(keys, code) != 0) bits |= OPTALTMETDOWN; in getbuckybits()
/dports/cad/verilator/verilator-4.216/src/
H A Dverilog.y1790 yBIT { $$ = new AstBasicDType($1,AstBasicDTypeKwd::BIT); }
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/tds/
H A Dtds_willconvert.pl52 …VARCHAR CHAR TEXT BINARY VARBINARY IMAGE INTx FLTx NUMERIC DECIMAL BIT MONEYx DATETIMEx BOUNDARY U…
63 BIT T T T T T T T T T T T T F F…
/dports/biology/hisat2/hisat2-2.2.1/
H A Dprocessor_support.h24 #define BIT(n) ((1<<n)) macro
57 if( !( (regs.ECX & BIT(20)) && (regs.ECX & BIT(23)) ) ) return false; in POPCNTenabled()
/dports/biology/gcta/gcta_1.26.0_src/
H A Ddata.cpp220 fstream BIT(bedfile.c_str(), ios::in | ios::binary); in read_bedfile() local
221 if (!BIT) throw ("Error: can not open the file [" + bedfile + "] to read."); in read_bedfile()
223 for (i = 0; i < 3; i++) BIT.read(ch, 1); // skip the first three bytes in read_bedfile()
227 for (i = 0; i < _indi_num; i += 4) BIT.read(ch, 1); in read_bedfile()
231 BIT.read(ch, 1); in read_bedfile()
232 … if (!BIT) throw ("Error: problem with the BED file ... has the FAM/BIM file been changed?"); in read_bedfile()
248 BIT.clear(); in read_bedfile()
249 BIT.close(); in read_bedfile()
/dports/audio/nosefart/nosefart-1.92f-mls/src/sndhrdw/
H A Dnes_apu.c64 #define APU_MIX_ENABLE(BIT) (apu->mix_enable&(1<<(BIT))) argument
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dws_audio.c201 BIT(0)|BIT(1), in ws_audio_update()
202 BIT(0)|BIT(1)|BIT(4)|BIT(5), in ws_audio_update()
203 BIT(0)|BIT(1)|BIT(3)|BIT(4), in ws_audio_update()
204 BIT(0)|BIT(1)|BIT(4)|BIT(6), in ws_audio_update()
205 BIT(0)|BIT(2), in ws_audio_update()
206 BIT(0)|BIT(3), in ws_audio_update()
207 BIT(0)|BIT(4), in ws_audio_update()
208 BIT(0)|BIT(2)|BIT(3)|BIT(4) in ws_audio_update()
213 BIT(15), in ws_audio_update()
219 BIT(9), in ws_audio_update()
[all …]
H A Demu2413.c176 #define BIT(s,b) (((s)>>(b))&1) macro
1347 if(BIT(slot->pgout,7)) in calc_slot_snare()
1365 ((BIT(pgout_hh,PG_BITS-8)^BIT(pgout_hh,PG_BITS-1))|BIT(pgout_hh,PG_BITS-7)) ^ in calc_slot_cym()
1367 (BIT(slot->pgout,PG_BITS-7)&!BIT(slot->pgout,PG_BITS-5)) in calc_slot_cym()
1388 ((BIT(slot->pgout,PG_BITS-8)^BIT(slot->pgout,PG_BITS-1))|BIT(slot->pgout,PG_BITS-7)) ^ in calc_slot_hat()
1390 (BIT(pgout_cym,PG_BITS-7)&!BIT(pgout_cym,PG_BITS-5)) in calc_slot_hat()
/dports/audio/faust/faust-2.37.3/tools/faust2appls/
H A Dfaust2winunity93 for BIT in $BITS; do
97 if [ $BIT = "32" ]; then
100 elif [ $BIT = "64" ]; then
121 … ) > /dev/null || (echo "$f : C++ to win$BIT library compilation failed in faust2unitywin"; exit 1)
125 echo "$f : w$BIT compilation completed"
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/libical/design-data/
H A Dparameters.csv9 "ENCODING","10","icalparameter_encoding","8BIT;BASE64"
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/itip/
H A DCalItipEmailTransport.jsm317 "Content-transfer-encoding: 8BIT\r\n" +
325 "Content-transfer-encoding: 8BIT\r\n" +
333 "Content-transfer-encoding: 8BIT\r\n" +
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/test/fakeserver/
H A DImapd.jsm2521 : "7BIT";
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/
H A Dsecurity.rst326 it encountered a BIT STRING which did not contain any data at all. This can be
H A Dold_news.rst1068 of an empty vector if it encountered a BIT STRING which did not
1112 of an empty vector if it encountered a BIT STRING which did not
3633 * Improved ASN.1 BIT STRING handling
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/
H A DIcal.jsm646 values: ["8BIT", "BASE64"]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/winapi/src/um/
H A Dws2bth.rs82 macro_rules! BIT { macro
92 pub const MSC_EA_BIT: UCHAR = BIT!(0);
93 pub const MSC_FC_BIT: UCHAR = BIT!(1);
94 pub const MSC_RTC_BIT: UCHAR = BIT!(2);
95 pub const MSC_RTR_BIT: UCHAR = BIT!(3);
96 pub const MSC_RESERVED: UCHAR = BIT!(4) | BIT!(5);
97 pub const MSC_IC_BIT: UCHAR = BIT!(6);
98 pub const MSC_DV_BIT: UCHAR = BIT!(7);
99 pub const MSC_BREAK_BIT: UCHAR = BIT!(1);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_ports/
H A Dx86.h166 #ifndef BIT
167 #define BIT(n) (1 << n) macro
194 if (reg_edx & BIT(23)) flags |= HAS_MMX; in x86_simd_caps()
196 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */ in x86_simd_caps()
198 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */ in x86_simd_caps()
200 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps()
202 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps()
204 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
206 if (reg_ecx & BIT(20)) flags |= HAS_SSE4_2; in x86_simd_caps()
209 if ((reg_ecx & (BIT(27) | BIT(28))) == (BIT(27) | BIT(28))) { in x86_simd_caps()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DX509.jsm154 // signatureValue BIT STRING }
606 // subjectPublicKey BIT STRING }
H A DDER.jsm23 // aspect of BIT STRING. It returns an object that has the properties contents
24 // (an array of bytes consisting of the bytes making up the BIT STRING) and
60 const ERROR_INVALID_BIT_STRING = "invalid BIT STRING encoding";
62 /** Class representing a decoded BIT STRING. */
66 * @param {Number[]} contents an array of bytes comprising the BIT STRING
74 * Get the number of unused bits in the BIT STRING
82 * Get the contents of the BIT STRING
252 * Convenience function for decoding a BIT STRING. Reads and returns the
253 * contents of the expected next BIT STRING. Throws if the next TLV isn't a
254 * BIT STRING or if the BIT STRING is incorrectly encoded.
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_ports/
H A Dx86.h163 #ifndef BIT
164 #define BIT(n) (1u << (n)) macro
191 if (reg_edx & BIT(23)) flags |= HAS_MMX; in x86_simd_caps()
193 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */ in x86_simd_caps()
197 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps()
199 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps()
201 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
204 if ((reg_ecx & (BIT(27) | BIT(28))) == (BIT(27) | BIT(28))) { in x86_simd_caps()
213 if (reg_ebx & BIT(5)) flags |= HAS_AVX2; in x86_simd_caps()
217 if ((reg_ebx & (BIT(16) | BIT(17) | BIT(28) | BIT(30) | BIT(31))) == in x86_simd_caps()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c180 ctx->gen_dirty |= BIT(FD6_GROUP_PRIMITIVE_PARAMS); in fd6_draw_vbo()
191 ctx->gen_dirty |= BIT(FD6_GROUP_PRIMITIVE_PARAMS); in fd6_draw_vbo()
199 if (!(ctx->gen_dirty & BIT(FD6_GROUP_PROG))) { in fd6_draw_vbo()
223 emit.dirty_groups |= BIT(FD6_GROUP_VS_DRIVER_PARAMS); in fd6_draw_vbo()
227 emit.dirty_groups |= BIT(FD6_GROUP_SO); in fd6_draw_vbo()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h147 FD_DIRTY_BLEND = BIT(0),
149 FD_DIRTY_ZSA = BIT(2),
154 FD_DIRTY_STIPPLE = BIT(7),
155 FD_DIRTY_VIEWPORT = BIT(8),
157 FD_DIRTY_VTXBUF = BIT(10),
161 FD_DIRTY_UCP = BIT(14),
162 FD_DIRTY_PROG = BIT(15),
163 FD_DIRTY_CONST = BIT(16),
164 FD_DIRTY_TEX = BIT(17),
165 FD_DIRTY_IMAGE = BIT(18),
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/vulkan/
H A Dtu_nir_lower_multiview.c31 *mask = BIT(util_logbase2(old_mask) + 1) - 1; in lower_multiview_mask()

12345678910>>...3827