Searched refs:x80 (Results 176 - 200 of 4962) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dcm4040_cs.h17 #define SCR_HOST_TO_READER_START 0x80
42 #define CMD_RDR_TO_PC_DATABLOCK 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmcfmbus.h43 #define MCFMBUS_MBCR_MEN (0x80) /* M-Bus Enable */
54 #define MCFMBUS_MBSR_MCF (0x80) /* Data Transfer Complete */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dvli_encoder.c46 while (vli >= 0x80) {
54 out[*out_pos] = (uint8_t)(vli) | 0x80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daudioconvert.c136 else CONV(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)<<8)
137 else CONV(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)<<24)
138 else CONV(AV_SAMPLE_FMT_FLT, float , AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)*(1.0 / (1<<7)))
139 else CONV(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)*(1.0 / (1<<7)))
140 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_S16, (*(const int16_t*)pi>>8) + 0x80)
145 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_S32, (*(const int32_t*)pi>>24) + 0x80)
150 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_FLT, av_clip_uint8( lrintf(*(const float*)pi * (1<<7)) + 0x80))
155 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_DBL, av_clip_uint8( lrint(*(const double*)pi * (1<<7)) + 0x80))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daudioconvert.c91 else CONV(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)<<8)
92 else CONV(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)<<24)
93 else CONV(AV_SAMPLE_FMT_FLT, float , AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)*(1.0 / (1<<7)))
94 else CONV(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)*(1.0 / (1<<7)))
95 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_S16, (*(const int16_t*)pi>>8) + 0x80)
100 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_S32, (*(const int32_t*)pi>>24) + 0x80)
105 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_FLT, av_clip_uint8( lrintf(*(const float*)pi * (1<<7)) + 0x80))
110 else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_DBL, av_clip_uint8( lrint(*(const double*)pi * (1<<7)) + 0x80))
H A Dpng.c26 0x80, 0x80, 0x08, 0x88, 0x22, 0xaa, 0x55,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-strncat.c45 (char) 0xB4, (char) 0xD1, (char) 0x80, (char) 0xD0, (char) 0xB0,
56 (char) 0x80, '\0'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u8-mbsnlen.c32 0xD0, 0x97, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
38 0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\n'
H A Dtest-u8-stpncpy.c40 0xD0, 0x97, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
46 0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\0'
H A Dtest-u8-strlen.c38 0xD0, 0x97, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
44 0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\0'
H A Dtest-u8-strncat.c40 0xD0, 0x97, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
46 0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\0'
H A Dtest-u8-strncpy.c40 0xD0, 0x97, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
46 0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\0'
H A Dtest-u8-strnlen.c37 0xD0, 0x97, 0xD0, 0xB4, 0xD1, 0x80, 0xD0, 0xB0, 0xD0, 0xB2, 0xD1, 0x81,
43 0xED, 0x95, 0x9C, 0xEA, 0xB8, 0x80, '\0'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dcp858.h29 if (c < 0x80)
34 *pwc = (ucs4_t) cp850_2uni[c-0x80];
H A Diso2022_jp.h81 if (c < 0x80) {
91 if (c < 0x80) {
103 if (s[0] < 0x80 && s[1] < 0x80) {
131 if (buf[0] < 0x80) {
152 if (buf[0] < 0x80) {
173 if (buf[0] < 0x80 && buf[1] < 0x80) {
H A Diso2022_jp2.h150 if (s[2] < 0x80) {
151 unsigned char buf = s[2]+0x80;
162 if (s[2] < 0x80) {
163 unsigned char buf = s[2]+0x80;
182 if (c < 0x80) {
195 if (c < 0x80) {
208 if (c < 0x80) {
209 unsigned char buf = c+0x80;
222 if (s[0] < 0x80 && s[1] < 0x80) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dvli_encoder.c46 while (vli >= 0x80) {
54 out[*out_pos] = (uint8_t)(vli) | 0x80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dcp858.h29 if (c < 0x80)
34 *pwc = (ucs4_t) cp850_2uni[c-0x80];
H A Diso2022_jp.h81 if (c < 0x80) {
91 if (c < 0x80) {
103 if (s[0] < 0x80 && s[1] < 0x80) {
131 if (buf[0] < 0x80) {
152 if (buf[0] < 0x80) {
173 if (buf[0] < 0x80 && buf[1] < 0x80) {
H A Diso2022_jp2.h150 if (s[2] < 0x80) {
151 unsigned char buf = s[2]+0x80;
162 if (s[2] < 0x80) {
163 unsigned char buf = s[2]+0x80;
182 if (c < 0x80) {
195 if (c < 0x80) {
208 if (c < 0x80) {
209 unsigned char buf = c+0x80;
222 if (s[0] < 0x80 && s[1] < 0x80) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dslcompress.h71 #define TYPE_COMPRESSED_TCP 0x80
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvfcap.h36 #define VFCAP_FLIP 0x80
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dshmem.c51 outb(((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80,
56 ((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE)>>14)|0x80);
92 outb(((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80,
98 ((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE)>>14)|0x80);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dusbstring.c34 if (unlikely(c & 0x80)) {
41 if ((c & 0xc0) != 0x80)
52 if ((c & 0xc0) != 0x80)
58 if ((c & 0xc0) != 0x80)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h45 #define LPFC_DISC_TRC_RPORT 0x80 /* Trace rport events */

Completed in 208 milliseconds

1234567891011>>