Searched refs:vs (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dfat.c125 struct vfat_super_block *vs; local
145 vs = volume_id_get_buffer(id, fat_partition_off, 0x200);
146 if (vs == NULL)
152 if (memcmp(vs->sysid, "NTFS", 4) == 0)
155 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
158 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
161 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
164 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
167 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
176 if ((vs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dfat.c125 struct vfat_super_block *vs; local
145 vs = volume_id_get_buffer(id, fat_partition_off, 0x200);
146 if (vs == NULL)
152 if (memcmp(vs->sysid, "NTFS", 4) == 0)
155 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
158 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
161 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
164 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
167 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
176 if ((vs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dfat.c125 struct vfat_super_block *vs; local
145 vs = volume_id_get_buffer(id, fat_partition_off, 0x200);
146 if (vs == NULL)
152 if (memcmp(vs->sysid, "NTFS", 4) == 0)
155 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
158 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
161 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
164 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
167 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
176 if ((vs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/lib/
H A Dfat.c250 struct vfat_super_block *vs; local
283 vs = (struct vfat_super_block *) buf;
284 if (memcmp(vs->sysid, "NTFS", 4) == 0)
288 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
291 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
294 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
297 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
300 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
304 if ((vs->boot_jump[0] != 0xeb || vs
[all...]
H A Dsysv.c94 struct sysv_super *vs; local
101 vs = (struct sysv_super *)
103 if (vs == NULL)
106 if (vs->s_magic == cpu_to_le32(SYSV_MAGIC) || vs->s_magic == cpu_to_be32(SYSV_MAGIC)) {
107 volume_id_set_label_raw(id, vs->s_fname, 6);
108 volume_id_set_label_string(id, vs->s_fname, 6);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/volume_id/lib/
H A Dfat.c250 struct vfat_super_block *vs; local
283 vs = (struct vfat_super_block *) buf;
284 if (memcmp(vs->sysid, "NTFS", 4) == 0)
288 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
291 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
294 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
297 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
300 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
304 if ((vs->boot_jump[0] != 0xeb || vs
[all...]
H A Dsysv.c94 struct sysv_super *vs; local
101 vs = (struct sysv_super *)
103 if (vs == NULL)
106 if (vs->s_magic == cpu_to_le32(SYSV_MAGIC) || vs->s_magic == cpu_to_be32(SYSV_MAGIC)) {
107 volume_id_set_label_raw(id, vs->s_fname, 6);
108 volume_id_set_label_string(id, vs->s_fname, 6);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/volume_id/lib/
H A Dfat.c250 struct vfat_super_block *vs; local
283 vs = (struct vfat_super_block *) buf;
284 if (memcmp(vs->sysid, "NTFS", 4) == 0)
288 if (memcmp(vs->type.fat32.magic, "MSWIN", 5) == 0)
291 if (memcmp(vs->type.fat32.magic, "FAT32 ", 8) == 0)
294 if (memcmp(vs->type.fat.magic, "FAT16 ", 8) == 0)
297 if (memcmp(vs->type.fat.magic, "MSDOS", 5) == 0)
300 if (memcmp(vs->type.fat.magic, "FAT12 ", 8) == 0)
304 if ((vs->boot_jump[0] != 0xeb || vs
[all...]
H A Dsysv.c94 struct sysv_super *vs; local
101 vs = (struct sysv_super *)
103 if (vs == NULL)
106 if (vs->s_magic == cpu_to_le32(SYSV_MAGIC) || vs->s_magic == cpu_to_be32(SYSV_MAGIC)) {
107 volume_id_set_label_raw(id, vs->s_fname, 6);
108 volume_id_set_label_string(id, vs->s_fname, 6);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h85 #define LzmaDecoderInit(vs) { (vs)->RemainLen = kLzmaNeedInitId; (vs)->BufferSize = 0; }
91 int LzmaDecode(CLzmaDecoderState *vs,
H A DLzmaStateDecode.c146 CLzmaDecoderState *vs,
151 UInt32 Range = vs->Range;
152 UInt32 Code = vs->Code;
154 unsigned char *Buffer = vs->Buffer;
155 int BufferSize = vs->BufferSize; /* don't change it to unsigned int */
156 CProb *p = vs->Probs;
158 int state = vs->State;
160 UInt32 rep0 = vs->Reps[0], rep1 = vs->Reps[1], rep2 = vs
145 LzmaDecode( CLzmaDecoderState *vs, const unsigned char *inStream, SizeT inSize, SizeT *inSizeProcessed, unsigned char *outStream, SizeT outSize, SizeT *outSizeProcessed, int finishDecoding) argument
[all...]
H A DLzmaDecode.c155 int LzmaDecode(CLzmaDecoderState *vs, argument
163 CProb *p = vs->Probs;
166 UInt32 posStateMask = (1 << (vs->Properties.pb)) - 1;
167 UInt32 literalPosMask = (1 << (vs->Properties.lp)) - 1;
168 int lc = vs->Properties.lc;
172 UInt32 Range = vs->Range;
173 UInt32 Code = vs->Code;
175 const Byte *Buffer = vs->Buffer;
176 const Byte *BufferLim = vs->BufferLim;
181 int state = vs
[all...]
H A DLzmaDecodeSize.c361 int LzmaDecode(CLzmaDecoderState *vs, argument
369 CProb *p = vs->Probs;
372 UInt32 posStateMask = (1 << (vs->Properties.pb)) - 1;
373 UInt32 literalPosMask = (1 << (vs->Properties.lp)) - 1;
374 int lc = vs->Properties.lc;
379 int state = vs->State;
380 UInt32 rep0 = vs->Reps[0], rep1 = vs->Reps[1], rep2 = vs->Reps[2], rep3 = vs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h85 #define LzmaDecoderInit(vs) { (vs)->RemainLen = kLzmaNeedInitId; (vs)->BufferSize = 0; }
91 int LzmaDecode(CLzmaDecoderState *vs,
H A DLzmaStateDecode.c146 CLzmaDecoderState *vs,
151 UInt32 Range = vs->Range;
152 UInt32 Code = vs->Code;
154 unsigned char *Buffer = vs->Buffer;
155 int BufferSize = vs->BufferSize; /* don't change it to unsigned int */
156 CProb *p = vs->Probs;
158 int state = vs->State;
160 UInt32 rep0 = vs->Reps[0], rep1 = vs->Reps[1], rep2 = vs
145 LzmaDecode( CLzmaDecoderState *vs, const unsigned char *inStream, SizeT inSize, SizeT *inSizeProcessed, unsigned char *outStream, SizeT outSize, SizeT *outSizeProcessed, int finishDecoding) argument
[all...]
H A DLzmaDecode.c155 int LzmaDecode(CLzmaDecoderState *vs, argument
163 CProb *p = vs->Probs;
166 UInt32 posStateMask = (1 << (vs->Properties.pb)) - 1;
167 UInt32 literalPosMask = (1 << (vs->Properties.lp)) - 1;
168 int lc = vs->Properties.lc;
172 UInt32 Range = vs->Range;
173 UInt32 Code = vs->Code;
175 const Byte *Buffer = vs->Buffer;
176 const Byte *BufferLim = vs->BufferLim;
181 int state = vs
[all...]
H A DLzmaDecodeSize.c361 int LzmaDecode(CLzmaDecoderState *vs, argument
369 CProb *p = vs->Probs;
372 UInt32 posStateMask = (1 << (vs->Properties.pb)) - 1;
373 UInt32 literalPosMask = (1 << (vs->Properties.lp)) - 1;
374 int lc = vs->Properties.lc;
379 int state = vs->State;
380 UInt32 rep0 = vs->Reps[0], rep1 = vs->Reps[1], rep2 = vs->Reps[2], rep3 = vs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h85 #define LzmaDecoderInit(vs) { (vs)->RemainLen = kLzmaNeedInitId; (vs)->BufferSize = 0; }
91 int LzmaDecode(CLzmaDecoderState *vs,
H A DLzmaStateDecode.c146 CLzmaDecoderState *vs,
151 UInt32 Range = vs->Range;
152 UInt32 Code = vs->Code;
154 unsigned char *Buffer = vs->Buffer;
155 int BufferSize = vs->BufferSize; /* don't change it to unsigned int */
156 CProb *p = vs->Probs;
158 int state = vs->State;
160 UInt32 rep0 = vs->Reps[0], rep1 = vs->Reps[1], rep2 = vs
145 LzmaDecode( CLzmaDecoderState *vs, const unsigned char *inStream, SizeT inSize, SizeT *inSizeProcessed, unsigned char *outStream, SizeT outSize, SizeT *outSizeProcessed, int finishDecoding) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libexif/libexif/canon/
H A Dmnote-canon-entry.c440 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
446 ((table[j].subtag == t) && table[j].value <= vs)); j++) {
447 if ((table[j].subtag == t) && (table[j].value == vs)) {
451 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) {
456 snprintf (val, maxlen, "0x%04x", vs);
462 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
481 if ((vs >> bit) & 1) {
488 if ((vs >> bit) & 1) {
496 snprintf (val, maxlen, "0x%04x", vs);
552 ExifShort vs, local
439 canon_search_table_value(const struct canon_entry_table_t table[], unsigned int t, ExifShort vs, char *val, unsigned int maxlen) argument
461 canon_search_table_bitfield(const struct canon_entry_table_t table[], unsigned int t, ExifShort vs, char *val, unsigned int maxlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libexif/libexif/canon/
H A Dmnote-canon-entry.c440 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
446 ((table[j].subtag == t) && table[j].value <= vs)); j++) {
447 if ((table[j].subtag == t) && (table[j].value == vs)) {
451 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) {
456 snprintf (val, maxlen, "0x%04x", vs);
462 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
481 if ((vs >> bit) & 1) {
488 if ((vs >> bit) & 1) {
496 snprintf (val, maxlen, "0x%04x", vs);
552 ExifShort vs, local
439 canon_search_table_value(const struct canon_entry_table_t table[], unsigned int t, ExifShort vs, char *val, unsigned int maxlen) argument
461 canon_search_table_bitfield(const struct canon_entry_table_t table[], unsigned int t, ExifShort vs, char *val, unsigned int maxlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libexif/libexif/canon/
H A Dmnote-canon-entry.c440 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
446 ((table[j].subtag == t) && table[j].value <= vs)); j++) {
447 if ((table[j].subtag == t) && (table[j].value == vs)) {
451 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) {
456 snprintf (val, maxlen, "0x%04x", vs);
462 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
481 if ((vs >> bit) & 1) {
488 if ((vs >> bit) & 1) {
496 snprintf (val, maxlen, "0x%04x", vs);
552 ExifShort vs, local
439 canon_search_table_value(const struct canon_entry_table_t table[], unsigned int t, ExifShort vs, char *val, unsigned int maxlen) argument
461 canon_search_table_bitfield(const struct canon_entry_table_t table[], unsigned int t, ExifShort vs, char *val, unsigned int maxlen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma-loader/
H A Ddecompress.c121 CLzmaDecoderState vs; local
135 vs.Properties.lc = i % 9, i = i / 9;
136 vs.Properties.lp = i % 5, vs.Properties.pb = i / 5;
137 vs.Probs = (CProb *)workspace;
154 if (LzmaDecode(&vs, &callback,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma-loader/
H A Ddecompress.c121 CLzmaDecoderState vs; local
135 vs.Properties.lc = i % 9, i = i / 9;
136 vs.Properties.lp = i % 5, vs.Properties.pb = i / 5;
137 vs.Probs = (CProb *)workspace;
154 if (LzmaDecode(&vs, &callback,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma-loader/
H A Ddecompress.c121 CLzmaDecoderState vs; local
135 vs.Properties.lc = i % 9, i = i / 9;
136 vs.Properties.lp = i % 5, vs.Properties.pb = i / 5;
137 vs.Probs = (CProb *)workspace;
154 if (LzmaDecode(&vs, &callback,

Completed in 124 milliseconds

1234567891011>>