Searched refs:hdr (Results 1 - 25 of 2856) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/conftools/
H A Dget-version.sh25 hdr="$1"
26 if test ! -r "$hdr"; then
27 echo "ERROR: '$hdr' does not exist, or is not readable."
31 MAJOR_VERSION="`sed -n -e '/MAJOR_VERSION/s/[^0-9]*//gp' $hdr`"
32 MINOR_VERSION="`sed -n -e '/MINOR_VERSION/s/[^0-9]*//gp' $hdr`"
33 MICRO_VERSION="`sed -n -e '/MICRO_VERSION/s/[^0-9]*//gp' $hdr`"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/conftools/
H A Dget-version.sh25 hdr="$1"
26 if test ! -r "$hdr"; then
27 echo "ERROR: '$hdr' does not exist, or is not readable."
31 MAJOR_VERSION="`sed -n -e '/MAJOR_VERSION/s/[^0-9]*//gp' $hdr`"
32 MINOR_VERSION="`sed -n -e '/MINOR_VERSION/s/[^0-9]*//gp' $hdr`"
33 MICRO_VERSION="`sed -n -e '/MICRO_VERSION/s/[^0-9]*//gp' $hdr`"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/conftools/
H A Dget-version.sh25 hdr="$1"
26 if test ! -r "$hdr"; then
27 echo "ERROR: '$hdr' does not exist, or is not readable."
31 MAJOR_VERSION="`sed -n -e '/MAJOR_VERSION/s/[^0-9]*//gp' $hdr`"
32 MINOR_VERSION="`sed -n -e '/MINOR_VERSION/s/[^0-9]*//gp' $hdr`"
33 MICRO_VERSION="`sed -n -e '/MICRO_VERSION/s/[^0-9]*//gp' $hdr`"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dac3_parser.c37 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr) argument
41 memset(hdr, 0, sizeof(*hdr));
43 hdr->sync_word = get_bits(gbc, 16);
44 if(hdr->sync_word != 0x0B77)
48 hdr->bitstream_id = show_bits_long(gbc, 29) & 0x1F;
49 if(hdr->bitstream_id > 16)
52 hdr->num_blocks = 6;
55 hdr->center_mix_level = 1; // -4.5dB
56 hdr
131 ff_ac3_parse_header_full(GetBitContext *gbc, AC3HeaderInfo *hdr) argument
168 AC3HeaderInfo hdr; local
[all...]
H A Dac3_parser.h34 * @param hdr[out] Pointer to struct where header info is written.
39 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr);
47 * @param hdr[out] Pointer to struct where header info is written.
50 int ff_ac3_parse_header_full(GetBitContext *gbc, AC3HeaderInfo *hdr);
H A Daac_parser.c29 int ff_aac_parse_header(GetBitContext *gbc, AACADTSHeaderInfo *hdr) argument
60 hdr->object_type = aot + 1;
61 hdr->chan_config = ch;
62 hdr->crc_absent = crc_abs;
63 hdr->num_aac_frames = rdb + 1;
64 hdr->sampling_index = sr;
65 hdr->sample_rate = ff_mpeg4audio_sample_rates[sr];
66 hdr->samples = (rdb + 1) * 1024;
67 hdr->bit_rate = size * 8 * hdr
76 AACADTSHeaderInfo hdr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dac3_parser.c37 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr) argument
41 memset(hdr, 0, sizeof(*hdr));
43 hdr->sync_word = get_bits(gbc, 16);
44 if(hdr->sync_word != 0x0B77)
48 hdr->bitstream_id = show_bits_long(gbc, 29) & 0x1F;
49 if(hdr->bitstream_id > 16)
52 hdr->num_blocks = 6;
55 hdr->center_mix_level = 1; // -4.5dB
56 hdr
131 ff_ac3_parse_header_full(GetBitContext *gbc, AC3HeaderInfo *hdr) argument
168 AC3HeaderInfo hdr; local
[all...]
H A Dac3_parser.h34 * @param hdr[out] Pointer to struct where header info is written.
39 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr);
47 * @param hdr[out] Pointer to struct where header info is written.
50 int ff_ac3_parse_header_full(GetBitContext *gbc, AC3HeaderInfo *hdr);
H A Daac_parser.c29 int ff_aac_parse_header(GetBitContext *gbc, AACADTSHeaderInfo *hdr) argument
60 hdr->object_type = aot + 1;
61 hdr->chan_config = ch;
62 hdr->crc_absent = crc_abs;
63 hdr->num_aac_frames = rdb + 1;
64 hdr->sampling_index = sr;
65 hdr->sample_rate = ff_mpeg4audio_sample_rates[sr];
66 hdr->samples = (rdb + 1) * 1024;
67 hdr->bit_rate = size * 8 * hdr
76 AACADTSHeaderInfo hdr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dac3_parser.c37 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr) argument
41 memset(hdr, 0, sizeof(*hdr));
43 hdr->sync_word = get_bits(gbc, 16);
44 if(hdr->sync_word != 0x0B77)
48 hdr->bitstream_id = show_bits_long(gbc, 29) & 0x1F;
49 if(hdr->bitstream_id > 16)
52 hdr->num_blocks = 6;
55 hdr->center_mix_level = 1; // -4.5dB
56 hdr
131 ff_ac3_parse_header_full(GetBitContext *gbc, AC3HeaderInfo *hdr) argument
168 AC3HeaderInfo hdr; local
[all...]
H A Dac3_parser.h34 * @param hdr[out] Pointer to struct where header info is written.
39 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr);
47 * @param hdr[out] Pointer to struct where header info is written.
50 int ff_ac3_parse_header_full(GetBitContext *gbc, AC3HeaderInfo *hdr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dpkcs8.c27 struct asn1_hdr hdr; local
36 if (asn1_get_next(buf, len, &hdr) < 0 ||
37 hdr.class != ASN1_CLASS_UNIVERSAL ||
38 hdr.tag != ASN1_TAG_SEQUENCE) {
43 pos = hdr.payload;
44 end = pos + hdr.length;
47 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
48 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
51 hdr
130 struct asn1_hdr hdr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dpkcs8.c27 struct asn1_hdr hdr; local
36 if (asn1_get_next(buf, len, &hdr) < 0 ||
37 hdr.class != ASN1_CLASS_UNIVERSAL ||
38 hdr.tag != ASN1_TAG_SEQUENCE) {
43 pos = hdr.payload;
44 end = pos + hdr.length;
47 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
48 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
51 hdr
130 struct asn1_hdr hdr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dpkcs8.c27 struct asn1_hdr hdr; local
36 if (asn1_get_next(buf, len, &hdr) < 0 ||
37 hdr.class != ASN1_CLASS_UNIVERSAL ||
38 hdr.tag != ASN1_TAG_SEQUENCE) {
43 pos = hdr.payload;
44 end = pos + hdr.length;
47 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
48 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
51 hdr
130 struct asn1_hdr hdr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/tls/
H A Dasn1_test.c46 struct asn1_hdr hdr; local
60 if (asn1_get_next(pos, end - pos, &hdr) < 0)
64 pos = hdr.payload;
68 prefix, hdr.class, asn1_class_str(hdr.class),
69 hdr.constructed,
70 hdr.constructed ? "Constructed" : "Primitive",
71 hdr.tag, hdr.length);
73 if (hdr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dasn1_test.c46 struct asn1_hdr hdr; local
60 if (asn1_get_next(pos, end - pos, &hdr) < 0)
64 pos = hdr.payload;
68 prefix, hdr.class, asn1_class_str(hdr.class),
69 hdr.constructed,
70 hdr.constructed ? "Constructed" : "Primitive",
71 hdr.tag, hdr.length);
73 if (hdr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dasn1_test.c46 struct asn1_hdr hdr; local
60 if (asn1_get_next(pos, end - pos, &hdr) < 0)
64 pos = hdr.payload;
68 prefix, hdr.class, asn1_class_str(hdr.class),
69 hdr.constructed,
70 hdr.constructed ? "Constructed" : "Primitive",
71 hdr.tag, hdr.length);
73 if (hdr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/synth/
H A Dutil_mem.c39 struct snd_util_memhdr *hdr; local
41 hdr = kzalloc(sizeof(*hdr), GFP_KERNEL);
42 if (hdr == NULL)
44 hdr->size = memsize;
45 mutex_init(&hdr->block_mutex);
46 INIT_LIST_HEAD(&hdr->block);
48 return hdr;
54 void snd_util_memhdr_free(struct snd_util_memhdr *hdr) argument
58 if (!hdr)
72 __snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) argument
109 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, struct list_head *prev) argument
137 snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) argument
152 __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) argument
163 snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) argument
177 snd_util_mem_avail(struct snd_util_memhdr *hdr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/synth/
H A Dutil_mem.c39 struct snd_util_memhdr *hdr; local
41 hdr = kzalloc(sizeof(*hdr), GFP_KERNEL);
42 if (hdr == NULL)
44 hdr->size = memsize;
45 mutex_init(&hdr->block_mutex);
46 INIT_LIST_HEAD(&hdr->block);
48 return hdr;
54 void snd_util_memhdr_free(struct snd_util_memhdr *hdr) argument
58 if (!hdr)
72 __snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) argument
109 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, struct list_head *prev) argument
137 snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) argument
152 __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) argument
163 snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk) argument
177 snd_util_mem_avail(struct snd_util_memhdr *hdr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/fpm/
H A Dfpm.h180 fpm_msg_data (fpm_msg_hdr_t *hdr) argument
182 return ((char*) hdr) + FPM_MSG_HDR_LEN;
189 fpm_msg_len (const fpm_msg_hdr_t *hdr) argument
191 return ntohs (hdr->msg_len);
198 fpm_msg_data_len (const fpm_msg_hdr_t *hdr) argument
200 return (fpm_msg_len (hdr) - FPM_MSG_HDR_LEN);
209 fpm_msg_next (fpm_msg_hdr_t *hdr, size_t *len) argument
213 msg_len = fpm_msg_len (hdr);
224 return (fpm_msg_hdr_t *) (((char*) hdr) + msg_len);
233 fpm_msg_hdr_ok (const fpm_msg_hdr_t *hdr) argument
259 fpm_msg_ok(const fpm_msg_hdr_t *hdr, size_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/fpm/
H A Dfpm.h180 fpm_msg_data (fpm_msg_hdr_t *hdr) argument
182 return ((char*) hdr) + FPM_MSG_HDR_LEN;
189 fpm_msg_len (const fpm_msg_hdr_t *hdr) argument
191 return ntohs (hdr->msg_len);
198 fpm_msg_data_len (const fpm_msg_hdr_t *hdr) argument
200 return (fpm_msg_len (hdr) - FPM_MSG_HDR_LEN);
209 fpm_msg_next (fpm_msg_hdr_t *hdr, size_t *len) argument
213 msg_len = fpm_msg_len (hdr);
224 return (fpm_msg_hdr_t *) (((char*) hdr) + msg_len);
233 fpm_msg_hdr_ok (const fpm_msg_hdr_t *hdr) argument
259 fpm_msg_ok(const fpm_msg_hdr_t *hdr, size_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/fpm/
H A Dfpm.h180 fpm_msg_data (fpm_msg_hdr_t *hdr) argument
182 return ((char*) hdr) + FPM_MSG_HDR_LEN;
189 fpm_msg_len (const fpm_msg_hdr_t *hdr) argument
191 return ntohs (hdr->msg_len);
198 fpm_msg_data_len (const fpm_msg_hdr_t *hdr) argument
200 return (fpm_msg_len (hdr) - FPM_MSG_HDR_LEN);
209 fpm_msg_next (fpm_msg_hdr_t *hdr, size_t *len) argument
213 msg_len = fpm_msg_len (hdr);
224 return (fpm_msg_hdr_t *) (((char*) hdr) + msg_len);
233 fpm_msg_hdr_ok (const fpm_msg_hdr_t *hdr) argument
259 fpm_msg_ok(const fpm_msg_hdr_t *hdr, size_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/i1480/
H A Di1480-wlp.h53 static inline int wlp_tx_hdr_delivery_id_type(const struct wlp_tx_hdr *hdr) argument
55 return hdr->mac_params & 0x0f;
58 static inline int wlp_tx_hdr_ack_policy(const struct wlp_tx_hdr *hdr) argument
60 return (hdr->mac_params >> 4) & 0x07;
63 static inline int wlp_tx_hdr_rts_cts(const struct wlp_tx_hdr *hdr) argument
65 return (hdr->mac_params >> 7) & 0x01;
68 static inline void wlp_tx_hdr_set_delivery_id_type(struct wlp_tx_hdr *hdr, int id) argument
70 hdr->mac_params = (hdr->mac_params & ~0x0f) | id;
73 static inline void wlp_tx_hdr_set_ack_policy(struct wlp_tx_hdr *hdr, argument
79 wlp_tx_hdr_set_rts_cts(struct wlp_tx_hdr *hdr, int rts_cts) argument
84 wlp_tx_hdr_phy_rate(const struct wlp_tx_hdr *hdr) argument
89 wlp_tx_hdr_tx_power(const struct wlp_tx_hdr *hdr) argument
94 wlp_tx_hdr_set_phy_rate(struct wlp_tx_hdr *hdr, enum uwb_phy_rate rate) argument
99 wlp_tx_hdr_set_tx_power(struct wlp_tx_hdr *hdr, int pwr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/uwb/i1480/
H A Di1480-wlp.h53 static inline int wlp_tx_hdr_delivery_id_type(const struct wlp_tx_hdr *hdr) argument
55 return hdr->mac_params & 0x0f;
58 static inline int wlp_tx_hdr_ack_policy(const struct wlp_tx_hdr *hdr) argument
60 return (hdr->mac_params >> 4) & 0x07;
63 static inline int wlp_tx_hdr_rts_cts(const struct wlp_tx_hdr *hdr) argument
65 return (hdr->mac_params >> 7) & 0x01;
68 static inline void wlp_tx_hdr_set_delivery_id_type(struct wlp_tx_hdr *hdr, int id) argument
70 hdr->mac_params = (hdr->mac_params & ~0x0f) | id;
73 static inline void wlp_tx_hdr_set_ack_policy(struct wlp_tx_hdr *hdr, argument
79 wlp_tx_hdr_set_rts_cts(struct wlp_tx_hdr *hdr, int rts_cts) argument
84 wlp_tx_hdr_phy_rate(const struct wlp_tx_hdr *hdr) argument
89 wlp_tx_hdr_tx_power(const struct wlp_tx_hdr *hdr) argument
94 wlp_tx_hdr_set_phy_rate(struct wlp_tx_hdr *hdr, enum uwb_phy_rate rate) argument
99 wlp_tx_hdr_set_tx_power(struct wlp_tx_hdr *hdr, int pwr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dbcmcdc.h60 #define CDC_GET_IF_IDX(hdr) \
61 ((int)((((hdr)->flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT))
62 #define CDC_SET_IF_IDX(hdr, idx) \
63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT)))
97 #define BDC_GET_PAD_LEN(hdr) \
98 ((int)(((((hdr)->flags2) & BDC_FLAG2_PAD_MASK) >> BDC_FLAG2_PAD_SHIFT) | \
99 ((((hdr)->flags) & BDC_FLAG_PAD_MASK) >> BDC_FLAG_PAD_SHIFT)))
100 #define BDC_SET_PAD_LEN(hdr, idx) \
101 ((hdr)
[all...]

Completed in 297 milliseconds

1234567891011>>