HomeSort by relevance Sort by last modified time
    Searched defs:bits (Results 876 - 900 of 1014) sorted by null

<<31323334353637383940>>

  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 169 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon32267
170 /* length k bits; bits[0] is unused */
361 int data_precision; /* bits of precision in image data */
600 int data_precision; /* bits of precision in image data */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 169 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon32482
170 /* length k bits; bits[0] is unused */
361 int data_precision; /* bits of precision in image data */
600 int data_precision; /* bits of precision in image data */
    [all...]
  /external/valgrind/main/include/vki/
vki-s390x-linux.h 249 // bits/sigaction.h (which gets dragged in somehow via signal.h)
429 unsigned long __pad5; /* future possible st_blocks high bits */
436 unsigned long st_ctime_nsec; /* will be high 32 bits of ctime someday */
734 vki_per_cr_bits bits; member in union:__anon36699::__anon36700
752 vki_per_lowcore_bits bits; member in union:__anon36699::__anon36701
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 74 } bits; member in union:__anon40051::__anon40052
85 } bits; member in union:__anon40051::__anon40054
95 } bits; member in union:__anon40051::__anon40056
104 } bits; member in union:__anon40051::__anon40058
135 } bits; member in union:fw_slice_header_extract_msg::__anon40061
143 } bits; member in union:fw_slice_header_extract_msg::__anon40063
153 } bits; member in union:fw_slice_header_extract_msg::__anon40065
180 } bits; member in union:fw_slice_header_extract_msg::__anon40067
194 } bits; member in union:fw_slice_header_extract_msg::__anon40069
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 9113 OMX_QCOM_EXTRADATA_BITS_INFO * bits = (OMX_QCOM_EXTRADATA_BITS_INFO *)(void *)extra->data; local
9344 OMX_QCOM_EXTRADATA_BITS_INFO * bits = NULL; local
    [all...]
  /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 
  /system/core/include/system/
audio.h 188 AUDIO_FORMAT_PCM_SUB_16_BIT = 0x1, /* DO NOT CHANGE - PCM signed 16 bits */
189 AUDIO_FORMAT_PCM_SUB_8_BIT = 0x2, /* DO NOT CHANGE - PCM unsigned 8 bits */
231 /* Audio format consists of a main format field (upper 8 bits) and a sub format
232 * field (lower 24 bits).
302 /* These can be the bits portion of an audio_channel_mask_t
304 * Using these bits as a complete audio_channel_mask_t is deprecated.
327 /* TODO: should these be considered complete channel masks, or only bits? */
384 /* These are bits only, not complete values */
402 /* TODO: should these be considered complete channel masks, or only bits, or deprecated? */
437 * The constants AUDIO_CHANNEL_OUT_* or AUDIO_CHANNEL_IN_* apply to the bits portion
494 uint32_t bits = audio_channel_mask_get_bits(channel); local
1114 uint32_t bits = audio_channel_mask_get_bits(channel); local
1136 uint32_t bits = audio_channel_mask_get_bits(channel); local
1158 uint32_t bits = audio_channel_mask_get_bits(channel); local
1179 uint32_t bits = audio_channel_mask_get_bits(channel); local
1204 uint32_t bits; local
1248 uint32_t bits; local
1279 uint32_t bits = (1 << channel_count) - 1; local
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /bionic/libc/kernel/uapi/sound/
asound.h 336 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 2576 uint32_t bits = chars[0]; local
2643 uint32_t bits = (from & common_bits); local
    [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/elfutils/0.153/src/
readelf.c 7820 int bits; local
7912 int bits; member in struct:register_info
    [all...]
  /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 */
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...]
  /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/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.6/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.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...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 1835 milliseconds

<<31323334353637383940>>