Searched refs:rdb (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Damiga.c31 struct RigidDiskBlock *rdb; local
52 rdb = (struct RigidDiskBlock *)data;
53 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0)
60 be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F)==0) {
71 blksize = be32_to_cpu( rdb->rdb_BlockBytes ) / 512;
74 blk = be32_to_cpu(rdb->rdb_PartitionList);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daac_parser.c33 int size, rdb, ch, sr; local
63 rdb = get_bits(gbc, 2); /* number_of_raw_data_blocks_in_frame */
68 hdr->num_aac_frames = rdb + 1;
71 hdr->samples = (rdb + 1) * 1024;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Docsp.c133 CA_DB *rdb = NULL; local
593 if (rsignfile && !rdb)
688 if (ridx_filename && !rdb)
690 rdb = load_index(ridx_filename, NULL);
691 if (!rdb) goto end;
692 if (!index_index(rdb)) goto end;
695 if (rdb)
697 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays);
876 free_index(rdb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c134 CA_DB *rdb = NULL; local
595 if (rsignfile && !rdb)
690 if (ridx_filename && !rdb)
692 rdb = load_index(ridx_filename, NULL);
693 if (!rdb) goto end;
694 if (!index_index(rdb)) goto end;
697 if (rdb)
699 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays);
883 free_index(rdb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest037.tcl110 set rdb [send_cmd $f1 \
112 error_check_good remote:dbopen [is_valid_db $rdb] TRUE
129 set r [send_timed_cmd $f1 0 "$rdb get -txn $remote_txn $gflags $key"]
169 set r [send_timed_cmd $f1 0 "$rdb get -txn $remote_txn $gflags $key"]
185 set r [send_cmd $f1 "$rdb close"]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dep93xx_eth.c178 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off)) macro

Completed in 88 milliseconds