Searched refs:nn (Results 26 - 50 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dtnc.c610 int nn = *n; local
612 nn += 1;
613 if (nn < znode->child_cnt) {
614 *n = nn;
623 nn = znode->iip + 1;
625 if (nn < znode->child_cnt) {
626 znode = get_znode(c, znode, nn);
634 nn = 0;
639 *n = nn;
655 int nn local
781 int nn = *n; local
898 int uninitialized_var(o_n), err, cmp, unsure = 0, nn = *n; local
1042 int nn, err; local
2989 int n, nn; local
3143 int n, found, err, nn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dkeychain.c64 struct listnode *nn; local
70 LIST_LOOP (keychain_list, keychain, nn)
130 struct listnode *nn; local
133 LIST_LOOP (keychain->key, key, nn)
144 struct listnode *nn; local
150 LIST_LOOP (keychain->key, key, nn)
168 struct listnode *nn; local
174 LIST_LOOP (keychain->key, key, nn)
188 struct listnode *nn; local
194 LIST_LOOP (keychain->key, key, nn)
900 struct listnode *nn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/txt_db/
H A Dtxt_db.c259 long i, j, n, nn, l, tot = 0; local
267 nn = db->num_fields;
272 for (j = 0; j < nn; j++) {
276 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn)))
280 for (j = 0; j < nn; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.c255 long i,j,n,nn,l,tot=0; local
263 nn=db->num_fields;
269 for (j=0; j<nn; j++)
274 if (!BUF_MEM_grow_clean(buf,(int)(l*2+nn))) goto err;
277 for (j=0; j<nn; j++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.c259 long i, j, n, nn, l, tot = 0; local
267 nn = db->num_fields;
272 for (j = 0; j < nn; j++) {
276 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn)))
280 for (j = 0; j < nn; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Ddecompress.c426 UInt32 nn; local
427 nn = (UInt32)(nextSym - 1);
429 if (nn < MTFL_SIZE) {
432 uc = s->mtfa[pp+nn];
433 while (nn > 3) {
434 Int32 z = pp+nn;
439 nn -= 4;
441 while (nn > 0) {
442 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)
[all...]
H A Dcompress.c364 # define BZ_ITER(nn) \
365 icv = mtfv[gs+(nn)]; \
413 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++
562 # define BZ_ITAH(nn) \
563 mtfv_i = mtfv[gs+(nn)]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_rgstr.c40 struct nbpnve nn; local
50 if ( nbp_lookup( obj, type, zone, &nn, 1, &sat->sat_addr ) > 0 ) {
H A Dnbp_lkup.c40 int nbp_lookup( const char *obj, const char *type, const char *zone, struct nbpnve *nn, argument
192 * Check to see if nve is already in nn. If not,
196 if ( nbp_match( &nve, &nn[ i ],
202 nn[ cnt++ ] = nve;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp432 wxArrayString nn; local
433 if (BuildRemoteList(nn, 0, flagsSet, flagsUnset))
435 for (size_t idx = 0; idx < nn.GetCount(); idx++)
436 list.Add(nn[idx]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dfeat.h46 * @nn: single NN value
51 u64 nn; member in union:__anon18873
H A Dfeat.c266 dccp_pr_debug_cat("%llu", (unsigned long long)val->nn);
277 fval.nn = dccp_decode_value_var(list, len);
333 val = fval->nn;
507 new->val.nn = 0; /* zeroes the whole structure */
641 dccp_encode_value_var(pos->val.nn, ptr, len);
673 dccp_feat_val fval = { .nn = nn_val };
1027 if (local || len > sizeof(fval.nn))
1031 fval.nn = dccp_decode_value_var(val, len);
1032 if (!dccp_feat_is_valid_nn_val(feat, fval.nn))
1156 if (len > sizeof(entry->val.nn))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Drip_offset.c83 struct listnode *nn; local
85 LIST_LOOP (rip_offset_list_master, offset, nn)
384 struct listnode *nn; local
387 LIST_LOOP (rip_offset_list_master, offset, nn)
H A Drip_interface.c396 struct listnode *nn;
400 for (nn = listhead (ifp->connected); nn; nextnode (nn))
401 if ((connected = getdata (nn)) != NULL)
850 struct listnode *nn;
854 for (nn = listhead (ifp->connected); nn; nextnode (nn))
855 if ((connected = getdata (nn)) !
394 struct listnode *nn; local
847 struct listnode *nn; local
1001 struct listnode *nn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest038.tcl173 set nn [expr $ndx * 3]
174 set pref [string range $d $nn [expr $nn + 1]]
H A Dtest039.tcl174 set nn [expr $ndx * 3]
175 set pref [string range $d $nn [expr $nn + 1]]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/aecho/
H A Daecho.c121 struct nbpnve nn; local
176 if ( nbp_lookup( obj, type, zone, &nn, 1, &saddr.sat_addr) <= 0 ) {
180 memcpy( &target, &nn.nn_sat, sizeof( struct sockaddr_at ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_helper.c205 const struct hlist_nulls_node *nn; local
222 hlist_nulls_for_each_entry(h, nn, &net->ct.unconfirmed, hnnode)
225 hlist_nulls_for_each_entry(h, nn, &net->ct.hash[i], hnnode)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Ddumpsexp.c333 size_t nn;
337 case 1: nn = convert_to_string (s, n, NULL); break;
338 case 2: nn = convert_to_token (s, n, NULL); break;
339 default: nn = convert_to_hex (s, n, NULL); break;
347 d += nn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Ddumpsexp.c333 size_t nn;
337 case 1: nn = convert_to_string (s, n, NULL); break;
338 case 2: nn = convert_to_token (s, n, NULL); break;
339 default: nn = convert_to_hex (s, n, NULL); break;
347 d += nn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_snmp.c1383 struct listnode *nn;
1386 LIST_LOOP (ospf_snmp_iflist, osif, nn)
1390 list_delete_node (ospf_snmp_iflist, nn);
1400 struct listnode *nn;
1415 LIST_LOOP (ifp->connected, ifc, nn)
1433 LIST_LOOP (ospf_snmp_iflist, osif, nn)
1446 pn = nn;
1462 struct listnode *nn;
1465 LIST_LOOP (ospf_snmp_iflist, osif, nn)
1486 struct listnode *nn;
1379 struct listnode *nn; local
1396 struct listnode *nn; local
1458 struct listnode *nn; local
1482 struct listnode *nn; local
2024 struct listnode *nn; local
2051 struct listnode *nn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/certs/
H A DMakefile.in413 Server-localhost.nn-sv.crl \
414 Server-localhost.nn-sv.crt \
415 Server-localhost.nn-sv.csr \
416 Server-localhost.nn-sv.der \
417 Server-localhost.nn-sv.dhp \
418 Server-localhost.nn-sv.key \
419 Server-localhost.nn-sv.pem \
420 Server-localhost.nn-sv.prm \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Dbuild.com12 $ files := desc,digit,md2c,md5c,nn,prime,-
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c469 #define nn inflate_codes_nn macro
528 nn = t->v.n + ((unsigned) bb & mask_bits[e]);
558 /* Was: nn -= (e = (e = GUNZIP_WSIZE - ((dd &= GUNZIP_WSIZE - 1) > w ? dd : w)) > nn ? nn : e); */
562 if (e > nn) e = nn;
563 nn -= e;
579 resume_copy = (nn != 0);
584 } while (nn);
611 #undef nn macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbzip2_inflate.c1506 UInt32 nn; local
1507 nn = (UInt32)(nextSym - 1);
1509 if (nn < MTFL_SIZE) {
1512 uc = s->mtfa[pp+nn];
1513 while (nn > 3) {
1514 Int32 z = pp+nn;
1519 nn -= 4;
1521 while (nn > 0) {
1522 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)
[all...]

Completed in 171 milliseconds

12345