Home
last modified time | relevance | path

Searched defs:bits (Results 1051 - 1070 of 1070) sorted by relevance

1...<<414243

/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7358 int32_t bits = 0; in Disassembler() local
[all...]
H A Dsimulator-aarch64.cc47 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() argument
616 uint16_t bits = (0x0100 * lane) | i; in Simulator() local
[all...]
/third_party/elfutils/src/
H A Dreadelf.c6299 register_info(Ebl *ebl, unsigned int regno, const Ebl_Register_Location *loc, char name[REGNAMESZ], int *bits, int *type) register_info() argument
12203 int bits; handle_core_register() local
12294 int bits; global() member
[all...]
/third_party/curl/lib/
H A Durldata.h959 struct ConnectBits bits; /* various state-flags for this connection */ member
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h4114 stbi__bit_reverse(int v, int bits) stbi__bit_reverse() argument
5394 stbi__shiftsigned(unsigned int v, int shift, int bits) stbi__shiftsigned() argument
[all...]
H A Dtinyexr.h8295 outputBits(int nBits, long long bits, long long &c, int &lc, char *&out) outputBits() argument
[all...]
H A Dwuffs-v0.3.c14472 uint64_t bits = (man2 & 0x000FFFFFFFFFFFFF) | // (1 << 52) - 1. wuffs_base__private_implementation__high_prec_dec__to_f64() local
14484 uint64_t bits = h->negative ? 0x8000000000000000 : 0; wuffs_base__private_implementation__high_prec_dec__to_f64() local
14501 uint64_t bits = h->negative ? 0xFFF0000000000000 : 0x7FF0000000000000; wuffs_base__private_implementation__high_prec_dec__to_f64() local
14937 uint64_t bits = wuffs_base__ieee_754_bit_representation__from_f64_to_u64(x); wuffs_base__render_number_f64() local
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c11498 unsigned long bits = strtoul (p, &endptr, 10); in read_browseallow_value() local
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h411 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member
/third_party/mesa3d/src/amd/common/
H A Dac_vcn_dec.h1078 unsigned char bits[10]; member
/third_party/mbedtls/library/
H A Decp_curves_new.c5630 ecp_mod_koblitz(mbedtls_mpi_uint *X, size_t X_limbs, mbedtls_mpi_uint *R, size_t bits) ecp_mod_koblitz() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h397 static inline void *anv_unpack_ptr(uintptr_t ptr, int bits, int *flags) in anv_unpack_ptr() argument
404 static inline uintptr_t anv_pack_ptr(void *ptr, int bits, int flags) in anv_pack_ptr() argument
4151 anv_add_pending_pipe_bits(struct anv_cmd_buffer* cmd_buffer, enum anv_pipe_bits bits, const char* reason) anv_add_pending_pipe_bits() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c6779 static BOOL optimize_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class_ranges() argument
6931 static BOOL optimize_class_chars(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class_chars() argument
7032 optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) optimize_class() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp554 const tcu::IVec4 bits = tcu::min(tcu::getTextureFormatBitDepth(buffer.getFormat()), tcu::IVec4(32)); in generateBuffer() local
3467 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold() local
[all...]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrl.h4338 } bits; global() member
[all...]
/third_party/toybox/generated/
H A Dglobals.h266 unsigned bits; member
1465 long long ticks, bits, time; member
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c13576 uint64_t bits = (man2 & 0x000FFFFFFFFFFFFF) | // (1 << 52) - 1. wuffs_base__private_implementation__high_prec_dec__to_f64() local
13588 uint64_t bits = h->negative ? 0x8000000000000000 : 0; wuffs_base__private_implementation__high_prec_dec__to_f64() local
13605 uint64_t bits = h->negative ? 0xFFF0000000000000 : 0x7FF0000000000000; wuffs_base__private_implementation__high_prec_dec__to_f64() local
14041 uint64_t bits = wuffs_base__ieee_754_bit_representation__from_f64_to_u64(x); wuffs_base__render_number_f64() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
H A Dicu4j-4_8_1_1.jar ... table int start int limit int lead int trail int bits int limitLead int limitTrail private void initBits () int limit int ...
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs17530 let mut bits = [0; 4]; in insert() variables
[all...]

Completed in 225 milliseconds

1...<<414243