Searched refs:vals (Results 1 - 25 of 263) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/tools/
H A Dldbtest.c68 struct ldb_val vals[6][1]; local
81 el[0].values = vals[0];
82 vals[0][0].data = (uint8_t *)name;
83 vals[0][0].length = strlen(name);
88 el[1].values = vals[1];
89 vals[1][0].data = (uint8_t *)talloc_asprintf(tmp_ctx, "The title of %s", name);
90 vals[1][0].length = strlen((char *)vals[1][0].data);
95 el[2].values = vals[2];
96 vals[
150 struct ldb_val vals[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/tools/
H A Dldbtest.c68 struct ldb_val vals[6][1]; local
81 el[0].values = vals[0];
82 vals[0][0].data = (uint8_t *)name;
83 vals[0][0].length = strlen(name);
88 el[1].values = vals[1];
89 vals[1][0].data = (uint8_t *)talloc_asprintf(tmp_ctx, "The title of %s", name);
90 vals[1][0].length = strlen((char *)vals[1][0].data);
95 el[2].values = vals[2];
96 vals[
150 struct ldb_val vals[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/tools/
H A Dldbtest.c68 struct ldb_val vals[6][1]; local
81 el[0].values = vals[0];
82 vals[0][0].data = (uint8_t *)name;
83 vals[0][0].length = strlen(name);
88 el[1].values = vals[1];
89 vals[1][0].data = (uint8_t *)talloc_asprintf(tmp_ctx, "The title of %s", name);
90 vals[1][0].length = strlen((char *)vals[1][0].data);
95 el[2].values = vals[2];
96 vals[
150 struct ldb_val vals[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/tools/
H A Dldbtest.c68 struct ldb_val vals[6][1]; local
82 el[0].values = vals[0];
83 vals[0][0].data = (uint8_t *)name;
84 vals[0][0].length = strlen(name);
89 el[1].values = vals[1];
90 vals[1][0].data = (uint8_t *)talloc_asprintf(tmp_ctx, "The title of %s", name);
91 vals[1][0].length = strlen((char *)vals[1][0].data);
96 el[2].values = vals[2];
97 vals[
151 struct ldb_val vals[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/tools/
H A Dldbtest.c68 struct ldb_val vals[6][1]; local
82 el[0].values = vals[0];
83 vals[0][0].data = (uint8_t *)name;
84 vals[0][0].length = strlen(name);
89 el[1].values = vals[1];
90 vals[1][0].data = (uint8_t *)talloc_asprintf(tmp_ctx, "The title of %s", name);
91 vals[1][0].length = strlen((char *)vals[1][0].data);
96 el[2].values = vals[2];
97 vals[
151 struct ldb_val vals[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/tools/
H A Dldbtest.c68 struct ldb_val vals[6][1]; local
82 el[0].values = vals[0];
83 vals[0][0].data = (uint8_t *)name;
84 vals[0][0].length = strlen(name);
89 el[1].values = vals[1];
90 vals[1][0].data = (uint8_t *)talloc_asprintf(tmp_ctx, "The title of %s", name);
91 vals[1][0].length = strlen((char *)vals[1][0].data);
96 el[2].values = vals[2];
97 vals[
151 struct ldb_val vals[3]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/misc/
H A Difstat.c219 unsigned long long *vals = n->val; local
227 vals = h1->val;
236 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
246 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i) argument
249 if (vals[i] > giga)
250 fprintf(fp, "%7lluM ", vals[i]/mega);
251 else if (vals[i] > mega)
252 fprintf(fp, "%7lluK ", vals[i]/kilo);
254 fprintf(fp, "%8llu ", vals[i]);
266 void format_pair(FILE *fp, unsigned long long *vals, in argument
329 print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals) argument
400 unsigned long long vals[MAXS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/misc/
H A Difstat.c220 unsigned long long *vals = n->val; local
228 vals = h1->val;
237 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
247 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i) argument
250 if (vals[i] > giga)
251 fprintf(fp, "%7lluM ", vals[i]/mega);
252 else if (vals[i] > mega)
253 fprintf(fp, "%7lluK ", vals[i]/kilo);
255 fprintf(fp, "%8llu ", vals[i]);
267 void format_pair(FILE *fp, unsigned long long *vals, in argument
330 print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals) argument
400 unsigned long long vals[MAXS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/misc/
H A Difstat.c219 unsigned long long *vals = n->val; local
227 vals = h1->val;
236 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
246 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i) argument
249 if (vals[i] > giga)
250 fprintf(fp, "%7lluM ", vals[i]/mega);
251 else if (vals[i] > mega)
252 fprintf(fp, "%7lluK ", vals[i]/kilo);
254 fprintf(fp, "%8llu ", vals[i]);
266 void format_pair(FILE *fp, unsigned long long *vals, in argument
329 print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals) argument
400 unsigned long long vals[MAXS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/misc/
H A Difstat.c220 unsigned long long *vals = n->val; local
228 vals = h1->val;
237 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
247 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i) argument
250 if (vals[i] > giga)
251 fprintf(fp, "%7lluM ", vals[i]/mega);
252 else if (vals[i] > mega)
253 fprintf(fp, "%7lluK ", vals[i]/kilo);
255 fprintf(fp, "%8llu ", vals[i]);
267 void format_pair(FILE *fp, unsigned long long *vals, in argument
330 print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals) argument
400 unsigned long long vals[MAXS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/misc/
H A Difstat.c219 unsigned long long *vals = n->val; local
227 vals = h1->val;
236 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
246 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i) argument
249 if (vals[i] > giga)
250 fprintf(fp, "%7lluM ", vals[i]/mega);
251 else if (vals[i] > mega)
252 fprintf(fp, "%7lluK ", vals[i]/kilo);
254 fprintf(fp, "%8llu ", vals[i]);
266 void format_pair(FILE *fp, unsigned long long *vals, in argument
329 print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals) argument
400 unsigned long long vals[MAXS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/misc/
H A Difstat.c220 unsigned long long *vals = n->val; local
228 vals = h1->val;
237 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
247 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i) argument
250 if (vals[i] > giga)
251 fprintf(fp, "%7lluM ", vals[i]/mega);
252 else if (vals[i] > mega)
253 fprintf(fp, "%7lluK ", vals[i]/kilo);
255 fprintf(fp, "%8llu ", vals[i]);
267 void format_pair(FILE *fp, unsigned long long *vals, in argument
330 print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals) argument
400 unsigned long long vals[MAXS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Dtest-checksum.c88 reduce_ospfd (struct csum_vals *vals, testsz_t len, testoff_t off) argument
90 #define x vals->x
91 #define y vals->y
92 #define c0 vals->a.c0
93 #define c1 vals->a.c1
113 reduce_ospfd1 (struct csum_vals *vals, testsz_t len, testoff_t off) argument
115 #define x vals->x
116 #define y vals->y
117 #define c0 vals->a.c0
118 #define c1 vals
137 reduce_isisd(struct csum_vals *vals, testsz_t len, testoff_t off) argument
172 reduce_isisd_yfix(struct csum_vals *vals, testsz_t len, testoff_t off) argument
207 reduce_isisd_mod(struct csum_vals *vals, testsz_t len, testoff_t off) argument
242 reduce_isisd_mody(struct csum_vals *vals, testsz_t len, testoff_t off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Dtest-checksum.c88 reduce_ospfd (struct csum_vals *vals, testsz_t len, testoff_t off) argument
90 #define x vals->x
91 #define y vals->y
92 #define c0 vals->a.c0
93 #define c1 vals->a.c1
113 reduce_ospfd1 (struct csum_vals *vals, testsz_t len, testoff_t off) argument
115 #define x vals->x
116 #define y vals->y
117 #define c0 vals->a.c0
118 #define c1 vals
137 reduce_isisd(struct csum_vals *vals, testsz_t len, testoff_t off) argument
172 reduce_isisd_yfix(struct csum_vals *vals, testsz_t len, testoff_t off) argument
207 reduce_isisd_mod(struct csum_vals *vals, testsz_t len, testoff_t off) argument
242 reduce_isisd_mody(struct csum_vals *vals, testsz_t len, testoff_t off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Dtest-checksum.c88 reduce_ospfd (struct csum_vals *vals, testsz_t len, testoff_t off) argument
90 #define x vals->x
91 #define y vals->y
92 #define c0 vals->a.c0
93 #define c1 vals->a.c1
113 reduce_ospfd1 (struct csum_vals *vals, testsz_t len, testoff_t off) argument
115 #define x vals->x
116 #define y vals->y
117 #define c0 vals->a.c0
118 #define c1 vals
137 reduce_isisd(struct csum_vals *vals, testsz_t len, testoff_t off) argument
172 reduce_isisd_yfix(struct csum_vals *vals, testsz_t len, testoff_t off) argument
207 reduce_isisd_mod(struct csum_vals *vals, testsz_t len, testoff_t off) argument
242 reduce_isisd_mody(struct csum_vals *vals, testsz_t len, testoff_t off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dhuffbuild.c129 long vals=pow(maxval,subn); local
130 long *hist=_ogg_calloc(vals,sizeof(long));
131 long *lengths=_ogg_calloc(vals,sizeof(long));
133 for(j=loval;j<vals;j++)hist[j]=guard;
140 if(val==-1 || val>=vals)break;
148 fprintf(stderr,"Building tree for %ld entries\n",vals);
149 build_tree_from_lengths0(vals,hist,lengths);
166 for(j=0;j<vals;){
168 for(k=0;k<16 && j<vals;k++,j++)
176 fprintf(file,"\t%d, %ld,\n",subn,vals);
[all...]
H A Dbookutil.h39 extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
40 extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dhuffbuild.c129 long vals=pow(maxval,subn); local
130 long *hist=_ogg_calloc(vals,sizeof(long));
131 long *lengths=_ogg_calloc(vals,sizeof(long));
133 for(j=loval;j<vals;j++)hist[j]=guard;
140 if(val==-1 || val>=vals)break;
148 fprintf(stderr,"Building tree for %ld entries\n",vals);
149 build_tree_from_lengths0(vals,hist,lengths);
166 for(j=0;j<vals;){
168 for(k=0;k<16 && j<vals;k++,j++)
176 fprintf(file,"\t%d, %ld,\n",subn,vals);
[all...]
H A Dbookutil.h39 extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
40 extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dhuffbuild.c129 long vals=pow(maxval,subn); local
130 long *hist=_ogg_calloc(vals,sizeof(long));
131 long *lengths=_ogg_calloc(vals,sizeof(long));
133 for(j=loval;j<vals;j++)hist[j]=guard;
140 if(val==-1 || val>=vals)break;
148 fprintf(stderr,"Building tree for %ld entries\n",vals);
149 build_tree_from_lengths0(vals,hist,lengths);
166 for(j=0;j<vals;){
168 for(k=0;k<16 && j<vals;k++,j++)
176 fprintf(file,"\t%d, %ld,\n",subn,vals);
[all...]
H A Dbookutil.h39 extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
40 extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlsp.h105 void ff_sort_nearly_sorted_floats(float *vals, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlsp.h105 void ff_sort_nearly_sorted_floats(float *vals, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlsp.h105 void ff_sort_nearly_sorted_floats(float *vals, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dbacktrace.c116 static const int vals[2] = { TREG_SP, TREG_SP }; local
119 find_matching_insn(bundle, TILE_OPC_ADDI, vals, 2);
121 insn = find_matching_insn(bundle, TILE_OPC_ADDLI, vals, 2);
124 insn = find_matching_insn(bundle, TILEGX_OPC_ADDXLI, vals, 2);
126 insn = find_matching_insn(bundle, TILEGX_OPC_ADDXI, vals, 2);
208 static const int vals[2] = { 52, TREG_SP }; local
209 return find_matching_insn(bundle, TILE_OPC_MOVE, vals, 2) != NULL;
215 static const int vals[2] = { TREG_SP, TREG_LR }; local
216 return find_matching_insn(bundle, OPCODE_STORE, vals, 2) != NULL;
243 static const int vals[ local
[all...]

Completed in 294 milliseconds

1234567891011