| /src/usr.sbin/npf/npfctl/ |
| npf_var.c | 56 size_t v_count; member in struct:npfvar 127 vp->v_count++; 148 vp->v_count += vp2->v_count; 150 vp2->v_count = 0; 228 return vp ? vp->v_count : 0; 246 if (vp->v_count <= idx) { 248 vp->v_key, vp->v_count, idx);
|
| /src/external/bsd/bc/dist/ |
| global.h | 97 EXTERN int v_count; variable
|
| /src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| normalize.c | 64 enum { v_count = 21}; enumerator in enum:__anon952 67 enum { n_count = v_count * t_count}; 106 if (in[1] < v_base || in[1] >= v_base + v_count) 109 return (l_index * v_count + v_index) * t_count + s_base;
|
| /src/external/bsd/nvi/dist/vi/ |
| vi.c | 45 static int v_count __P((SCR *, VICMD *, ARG_CHAR_T, u_long *)); 545 if (v_count(sp, vp, key, &vp->count)) 709 if (v_count(sp, vp, vp->character, &vp->count2)) 1188 * v_count -- 1192 v_count(SCR *sp, VICMD *vp, ARG_CHAR_T fkey, u_long *countp) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-reference.cc | 1187 int v_count; 1204 v_count = streamer_read_hwi (ib); 1205 if (v_count == -1) 1211 else if (v_count == 0) 1217 for (j = 0; j < (unsigned int)v_count; j++) 1231 v_count = streamer_read_hwi (ib); 1232 if (v_count == -1) 1238 else if (v_count == 0) 1244 for (j = 0; j < (unsigned int)v_count; j++) 1185 int v_count; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-reference.cc | 1187 int v_count; 1204 v_count = streamer_read_hwi (ib); 1205 if (v_count == -1) 1211 else if (v_count == 0) 1217 for (j = 0; j < (unsigned int)v_count; j++) 1231 v_count = streamer_read_hwi (ib); 1232 if (v_count == -1) 1238 else if (v_count == 0) 1244 for (j = 0; j < (unsigned int)v_count; j++) 1185 int v_count; local
|