Searched refs:tag (Results 26 - 50 of 2928) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Datags.c33 void __init save_atags(const struct tag *tags)
45 struct tag *tag = (struct tag *)atags_copy; local
49 if (tag->hdr.tag != ATAG_CORE) {
54 for (; tag->hdr.size; tag = tag_next(tag))
58 size = (char *)tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dvorbiscomment.c45 AVMetadataTag *tag = NULL; local
46 while ( (tag = av_metadata_get(m, "", tag, AV_METADATA_IGNORE_SUFFIX) ) ) {
47 len += 4 +strlen(tag->key) + 1 + strlen(tag->value);
60 AVMetadataTag *tag = NULL; local
62 while ( (tag = av_metadata_get(m, "", tag, AV_METADATA_IGNORE_SUFFIX) ) ) {
63 unsigned int len1 = strlen(tag->key);
64 unsigned int len2 = strlen(tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dvorbiscomment.c45 AVMetadataTag *tag = NULL; local
46 while ( (tag = av_metadata_get(m, "", tag, AV_METADATA_IGNORE_SUFFIX) ) ) {
47 len += 4 +strlen(tag->key) + 1 + strlen(tag->value);
60 AVMetadataTag *tag = NULL; local
62 while ( (tag = av_metadata_get(m, "", tag, AV_METADATA_IGNORE_SUFFIX) ) ) {
63 unsigned int len1 = strlen(tag->key);
64 unsigned int len2 = strlen(tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dvorbiscomment.c45 AVMetadataTag *tag = NULL; local
46 while ( (tag = av_metadata_get(m, "", tag, AV_METADATA_IGNORE_SUFFIX) ) ) {
47 len += 4 +strlen(tag->key) + 1 + strlen(tag->value);
60 AVMetadataTag *tag = NULL; local
62 while ( (tag = av_metadata_get(m, "", tag, AV_METADATA_IGNORE_SUFFIX) ) ) {
63 unsigned int len1 = strlen(tag->key);
64 unsigned int len2 = strlen(tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm1250cpci/src/
H A Dbcm1250cpci_pci.c67 pci_int_shift_0(pcitag_t tag) argument
71 pci_break_tag(tag, NULL, &bus, &device, NULL);
83 pci_int_map_0(pcitag_t tag) argument
90 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
98 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
102 pci_break_tag(tag, NULL, &bus, &device, NULL);
125 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Ddaap-proto.h46 char tag[4]; member in struct:daap_block_tag
58 DAAP_BLOCK *daap_add_int(DAAP_BLOCK *parent, char *tag, int value);
59 DAAP_BLOCK *daap_add_data(DAAP_BLOCK *parent, char *tag, int len, void *value);
60 DAAP_BLOCK *daap_add_string(DAAP_BLOCK *parent, char *tag, char *value);
61 DAAP_BLOCK *daap_add_empty(DAAP_BLOCK *parent, char *tag);
62 DAAP_BLOCK *daap_add_char(DAAP_BLOCK *parent, char *tag, char value);
63 DAAP_BLOCK *daap_add_short(DAAP_BLOCK *parent, char *tag, short int value);
64 DAAP_BLOCK *daap_add_long(DAAP_BLOCK *parent, char *tag, int v1, int v2);
71 // search a block's direct children for a block with a given tag
72 DAAP_BLOCK *daap_find(DAAP_BLOCK *parent, char* tag);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Ddaap-proto.h46 char tag[4]; member in struct:daap_block_tag
58 DAAP_BLOCK *daap_add_int(DAAP_BLOCK *parent, char *tag, int value);
59 DAAP_BLOCK *daap_add_data(DAAP_BLOCK *parent, char *tag, int len, void *value);
60 DAAP_BLOCK *daap_add_string(DAAP_BLOCK *parent, char *tag, char *value);
61 DAAP_BLOCK *daap_add_empty(DAAP_BLOCK *parent, char *tag);
62 DAAP_BLOCK *daap_add_char(DAAP_BLOCK *parent, char *tag, char value);
63 DAAP_BLOCK *daap_add_short(DAAP_BLOCK *parent, char *tag, short int value);
64 DAAP_BLOCK *daap_add_long(DAAP_BLOCK *parent, char *tag, int v1, int v2);
71 // search a block's direct children for a block with a given tag
72 DAAP_BLOCK *daap_find(DAAP_BLOCK *parent, char* tag);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Ddaap-proto.h46 char tag[4]; member in struct:daap_block_tag
58 DAAP_BLOCK *daap_add_int(DAAP_BLOCK *parent, char *tag, int value);
59 DAAP_BLOCK *daap_add_data(DAAP_BLOCK *parent, char *tag, int len, void *value);
60 DAAP_BLOCK *daap_add_string(DAAP_BLOCK *parent, char *tag, char *value);
61 DAAP_BLOCK *daap_add_empty(DAAP_BLOCK *parent, char *tag);
62 DAAP_BLOCK *daap_add_char(DAAP_BLOCK *parent, char *tag, char value);
63 DAAP_BLOCK *daap_add_short(DAAP_BLOCK *parent, char *tag, short int value);
64 DAAP_BLOCK *daap_add_long(DAAP_BLOCK *parent, char *tag, int v1, int v2);
71 // search a block's direct children for a block with a given tag
72 DAAP_BLOCK *daap_find(DAAP_BLOCK *parent, char* tag);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/smb/
H A Dsmb2_create_blob.h27 const char *tag; member in struct:smb2_create_blob
49 const char *tag, DATA_BLOB data);
52 * return the first blob with the given tag
55 const char *tag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/math-emu/
H A Dfpu_tags.c38 void FPU_settag0(int tag) argument
43 fpu_tag_word |= (tag & 3) << (regnr * 2);
46 void FPU_settagi(int stnr, int tag) argument
51 fpu_tag_word |= (tag & 3) << (regnr * 2);
54 void FPU_settag(int regnr, int tag) argument
58 fpu_tag_word |= (tag & 3) << (regnr * 2);
94 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) argument
97 FPU_settagi(stnr, tag);
100 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) argument
103 FPU_settagi(1, tag);
106 FPU_copy_to_reg0(FPU_REG const *r, u_char tag) argument
[all...]
H A Dreg_divide.c10 | Return value is the tag of the answer, or-ed with FPU_Exception if |
33 int tag, deststnr; local
80 tag = FPU_u_div(&x, &y, dest, control_w, sign);
82 if (tag < 0)
83 return tag;
85 FPU_settagi(deststnr, tag);
86 return tag;
102 tag = FPU_u_div(&x, &y, dest, control_w, sign);
103 if (tag < 0)
104 return tag;
136 int tag; local
143 int tag; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_tags.c38 void FPU_settag0(int tag) argument
43 fpu_tag_word |= (tag & 3) << (regnr * 2);
46 void FPU_settagi(int stnr, int tag) argument
51 fpu_tag_word |= (tag & 3) << (regnr * 2);
54 void FPU_settag(int regnr, int tag) argument
58 fpu_tag_word |= (tag & 3) << (regnr * 2);
94 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) argument
97 FPU_settagi(stnr, tag);
100 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) argument
103 FPU_settagi(1, tag);
106 FPU_copy_to_reg0(FPU_REG const *r, u_char tag) argument
[all...]
H A Dreg_divide.c10 | Return value is the tag of the answer, or-ed with FPU_Exception if |
33 int tag, deststnr; local
80 tag = FPU_u_div(&x, &y, dest, control_w, sign);
82 if (tag < 0)
83 return tag;
85 FPU_settagi(deststnr, tag);
86 return tag;
102 tag = FPU_u_div(&x, &y, dest, control_w, sign);
103 if (tag < 0)
104 return tag;
136 int tag; local
143 int tag; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/smb/
H A Dsmb2_create_blob.h27 const char *tag; member in struct:smb2_create_blob
49 const char *tag, DATA_BLOB data);
52 * return the first blob with the given tag
55 const char *tag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/smb/
H A Dsmb2_create_blob.h27 const char *tag; member in struct:smb2_create_blob
49 const char *tag, DATA_BLOB data);
52 * return the first blob with the given tag
55 const char *tag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/common/include/
H A Dwpsvers.sh31 # CVS will insert the cvs tag name when this file is checked out.
32 # If this is a tagged build, use the tag to supply the numbers
49 # If the checkout is from a branch tag, cvs checkout or export does
53 # (e.g: HEAD is not a valid tag, which results in all '0' values below)
61 # Split the tag into an array on underbar or whitespace boundaries.
62 IFS="_ " tag=(${TAG})
66 if [ ${#tag[*]} -eq 0 ]; then
67 tag=(`date '+TOT REL %Y %m %d 0 %y'`);
69 TAG=${tag[0]}_${tag[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_pci_machdep.c146 pci_break_tag(pcitag_t tag, int *portp, int *busp, int *devicep, int *functionp) argument
149 if (busp) *busp = (tag >> 16) & 0xff;
150 if (devicep) *devicep = (tag >> 11) & 0x1f;
151 if (functionp) *functionp = (tag >> 8) & 0x07;
155 pci_canscan(pcitag_t tag) argument
159 pci_break_tag(tag, NULL, &bus, NULL, NULL);
165 pci_conf_read(pcitag_t tag, int reg) argument
170 pci_break_tag(tag, NULL, &bus, &device, &function);
182 pci_conf_write(pcitag_t tag, int reg, pcireg_t data) argument
186 pci_break_tag(tag, NUL
194 pci_conf_write_acked(pcitag_t tag, int reg, pcireg_t data) argument
201 pci_conf_read16(pcitag_t tag, int reg) argument
217 pci_conf_write16(pcitag_t tag, int reg, pcireg_t data) argument
230 pci_map_io(pcitag_t tag, int reg, pci_endian_t endian, phys_addr_t *pap) argument
236 pci_map_mem(pcitag_t tag, int reg, pci_endian_t endian, phys_addr_t *pap) argument
288 pci_probe_tag(pcitag_t tag) argument
317 pci_device_preset(pcitag_t tag) argument
323 pci_device_setup(pcitag_t tag) argument
330 pci_bridge_setup(pcitag_t tag, pci_flags_t flags) argument
336 pci_int_shift_0(pcitag_t tag) argument
342 pci_int_map_0(pcitag_t tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dspitfire.h73 static inline void spitfire_put_dcache_tag(unsigned long addr, unsigned long tag) argument
78 : "r" (tag), "r" (addr), "i" (ASI_DCACHE_TAG));
87 static inline void spitfire_put_icache_tag(unsigned long addr, unsigned long tag) argument
92 : "r" (tag), "r" (addr), "i" (ASI_IC_TAG));
111 unsigned long tag; local
114 : "=r" (tag)
116 return tag;
144 unsigned long tag; local
147 : "=r" (tag)
149 return tag;
236 unsigned long tag; local
248 unsigned long tag; local
292 unsigned long tag; local
325 unsigned long tag; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dspitfire.h73 static inline void spitfire_put_dcache_tag(unsigned long addr, unsigned long tag) argument
78 : "r" (tag), "r" (addr), "i" (ASI_DCACHE_TAG));
87 static inline void spitfire_put_icache_tag(unsigned long addr, unsigned long tag) argument
92 : "r" (tag), "r" (addr), "i" (ASI_IC_TAG));
111 unsigned long tag; local
114 : "=r" (tag)
116 return tag;
144 unsigned long tag; local
147 : "=r" (tag)
149 return tag;
236 unsigned long tag; local
248 unsigned long tag; local
292 unsigned long tag; local
325 unsigned long tag; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/boot/compressed/
H A Dofw-shark.c23 struct tag *tag = (struct tag *) 0x08003000; local
30 tag->hdr.tag = ATAG_CORE;
31 tag->hdr.size = tag_size(tag_core);
32 tag->u.core.flags = 1;
33 tag->u.core.pagesize = PAGE_SIZE;
34 tag->u.core.rootdev = 0;
51 tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dofw-shark.c23 struct tag *tag = (struct tag *) 0x08003000; local
30 tag->hdr.tag = ATAG_CORE;
31 tag->hdr.size = tag_size(tag_core);
32 tag->u.core.flags = 1;
33 tag->u.core.pagesize = PAGE_SIZE;
34 tag->u.core.rootdev = 0;
51 tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/include/asm/
H A Dsetup.h18 /* Magic number indicating that a tag table is present */
42 u32 tag; member in struct:tag_header
97 struct tag { struct
109 u32 tag; member in struct:tagtable
110 int (*parse)(struct tag *);
114 #define __tagtable(tag, fn) \
115 static struct tagtable __tagtable_##fn __tag = { tag, fn }
117 #define tag_member_present(tag,member) \
118 ((unsigned long)(&((struct tag *)0L)->member + 1) \
119 <= (tag)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dsetup.h18 /* Magic number indicating that a tag table is present */
42 u32 tag; member in struct:tag_header
97 struct tag { struct
109 u32 tag; member in struct:tagtable
110 int (*parse)(struct tag *);
114 #define __tagtable(tag, fn) \
115 static struct tagtable __tagtable_##fn __tag = { tag, fn }
117 #define tag_member_present(tag,member) \
118 ((unsigned long)(&((struct tag *)0L)->member + 1) \
119 <= (tag)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/pci/
H A Dpci_internal.h62 void pci_businit_hostbridge (pcitag_t tag, pci_flags_t flags);
63 int pci_device_preset (pcitag_t tag);
64 void pci_device_setup(pcitag_t tag);
65 void pci_bridge_setup(pcitag_t tag, pci_flags_t flags);
71 int pci_probe_tag(pcitag_t tag);
105 unsigned pci_find_ldt_cap (pcitag_t tag, int secondary);
107 void ldt_link_reset (pcitag_t tag, int delay);
108 int ldt_chain_init (pcitag_t tag, int port, int bus, pci_flags_t flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/doc/
H A DMakefile.am23 FLAC.tag: Doxyfile
29 FLAC.tag:
38 FLAC.tag
43 rm -rf FLAC.tag html/api doxytmp

Completed in 206 milliseconds

1234567891011>>