/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.cc | 7358 int32_t bits = 0; in Disassembler() local [all...] |
H A D | simulator-aarch64.cc | 47 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 D | readelf.c | 6299 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 D | urldata.h | 959 struct ConnectBits bits; /* various state-flags for this connection */ member [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 4114 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 D | tinyexr.h | 8295 outputBits(int nBits, long long bits, long long &c, int &lc, char *&out) outputBits() argument [all...] |
H A D | wuffs-v0.3.c | 14472 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 D | cups-browsed.c | 11498 unsigned long bits = strtoul (p, &endptr, 10); in read_browseallow_value() local
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 411 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_vcn_dec.h | 1078 unsigned char bits[10]; member
|
/third_party/mbedtls/library/ |
H A D | ecp_curves_new.c | 5630 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 D | anv_private.h | 397 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 D | pcre2_jit_compile.c | 6779 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 D | vktApiCopiesAndBlittingTests.cpp | 554 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 D | NVCtrl.h | 4338 } bits; global() member [all...] |
/third_party/toybox/generated/ |
H A D | globals.h | 266 unsigned bits; member 1465 long long ticks, bits, time; member
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 13576 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 D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
H A D | icu4j-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 D | rust-library.rs | 17530 let mut bits = [0; 4]; in insert() variables [all...] |