HomeSort by relevance Sort by last modified time
    Searched defs:bits (Results 726 - 750 of 935) sorted by null

<<21222324252627282930>>

  /external/vixl/src/vixl/a64/
logic-a64.cc 44 int64_t bits = local
49 return rawbits_to_double(bits);
56 int32_t bits = local
61 return rawbits_to_float(bits);
139 // (low-order) payload bits are set to 0.
145 payload <<= (52 - 23); // The unused low-order bits should be 0.
183 // Calculate shift required to put mantissa into the most-significant bits
206 // (low-order) payload bits are set to 0.
209 // Increase bits in mantissa, making low-order bits 0
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 74 } bits; member in union:__anon24426::__anon24427
85 } bits; member in union:__anon24426::__anon24429
95 } bits; member in union:__anon24426::__anon24431
104 } bits; member in union:__anon24426::__anon24433
135 } bits; member in union:fw_slice_header_extract_msg::__anon24436
143 } bits; member in union:fw_slice_header_extract_msg::__anon24438
153 } bits; member in union:fw_slice_header_extract_msg::__anon24440
180 } bits; member in union:fw_slice_header_extract_msg::__anon24442
194 } bits; member in union:fw_slice_header_extract_msg::__anon24444
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /system/media/audio/include/system/
audio.h 196 AUDIO_FORMAT_PCM_SUB_16_BIT = 0x1, /* DO NOT CHANGE - PCM signed 16 bits */
197 AUDIO_FORMAT_PCM_SUB_8_BIT = 0x2, /* DO NOT CHANGE - PCM unsigned 8 bits */
240 /* Audio format consists of a main format field (upper 8 bits) and a sub format
241 * field (lower 24 bits).
313 /* These can be the bits portion of an audio_channel_mask_t
315 * Using these bits as a complete audio_channel_mask_t is deprecated.
338 /* TODO: should these be considered complete channel masks, or only bits? */
395 /* These are bits only, not complete values */
413 /* TODO: should these be considered complete channel masks, or only bits, or deprecated? */
448 * The constants AUDIO_CHANNEL_OUT_* or AUDIO_CHANNEL_IN_* apply to the bits portion
521 uint32_t bits = audio_channel_mask_get_bits(channel); local
1161 uint32_t bits = audio_channel_mask_get_bits(channel); local
1183 uint32_t bits = audio_channel_mask_get_bits(channel); local
1205 uint32_t bits = audio_channel_mask_get_bits(channel); local
1226 uint32_t bits = audio_channel_mask_get_bits(channel); local
1253 uint32_t bits = (1 << channel_count) - 1; local
1270 uint32_t bits; local
1315 uint32_t bits; local
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /bionic/libc/kernel/uapi/sound/
asound.h 339 __u32 bits[(SNDRV_MASK_MAX + 31) / 32]; member in struct:snd_mask
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/kernel-headers/original/uapi/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
319 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */
320 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */
359 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
373 unsigned int msbits; /* R: used most significant bits */
405 unsigned int first; /* offset to first sample in bits */
406 unsigned int step; /* samples distance in bits */
    [all...]
  /external/v8/src/
jsregexp.cc 2573 uint32_t bits = chars[0]; local
2640 uint32_t bits = (from & common_bits); local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 461 /*the extra bits used by codes 257-285 (added to base length)*/
466 /*the base backwards distances (the bits of distance codes appear after length codes and use their own huffman tree)*/
471 /*the extra bits of backwards distances (added to base)*/
491 unsigned maxbitlen; /*maximum number of bits a single code can get*/
549 for(i = 0; i < tree->lengths[n]; i++) /*the bits for this code*/
591 unsigned bits, n, error = 0; local
606 for(bits = 0; bits < tree->numcodes; bits++) blcount.data[tree->lengths[bits]]++
3623 unsigned bits = getValueRequiredBits(r); local
3702 unsigned bits = getValueRequiredBits(r); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 9573 OMX_QCOM_EXTRADATA_BITS_INFO * bits = (OMX_QCOM_EXTRADATA_BITS_INFO *)(void *)extra->data; local
9807 OMX_QCOM_EXTRADATA_BITS_INFO * bits = NULL; local
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 336 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
314 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */
315 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */
354 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
368 unsigned int msbits; /* R: used most significant bits */
398 unsigned int first; /* offset to first sample in bits */
399 unsigned int step; /* samples distance in bits */
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 336 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
314 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */
315 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */
354 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
368 unsigned int msbits; /* R: used most significant bits */
398 unsigned int first; /* offset to first sample in bits */
399 unsigned int step; /* samples distance in bits */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
291 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */
292 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */
329 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
343 unsigned int msbits; /* R: used most significant bits */
373 unsigned int first; /* offset to first sample in bits */
374 unsigned int step; /* samples distance in bits */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
296 #define SNDRV_PCM_HW_PARAM_SAMPLE_BITS 8 /* Bits per sample */
297 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */
336 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
350 unsigned int msbits; /* R: used most significant bits */
380 unsigned int first; /* offset to first sample in bits */
381 unsigned int step; /* samples distance in bits */
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 

Completed in 2003 milliseconds

<<21222324252627282930>>