Searched refs:unpack (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dbunzip2.tests4 unpack=gunzip
7 unpack=bunzip2
54 expected="$unpack: z: No such file or directory
58 prep; check "$unpack: doesnt exist" "${bb}$unpack z t1.$ext; echo \$?; cat t1"
61 expected="$unpack: t.zz: unknown suffix - ignored
65 prep; >t.zz; check "$unpack: unknown suffix" "${bb}$unpack t.zz t1.$ext; echo \$?; cat t1"
68 # In this case file "t1" exists, and we skip t1.gz and unpack t2.gz
69 expected="$unpack
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dasip-status.pl.in153 my ($flags) = unpack("C", @packet[0]);
154 my ($cmd) = unpack("C", @packet[1]);
156 my ($request_id) = unpack("n", @packet[2] . @packet[3]);
167 my ($edo) = unpack("N2", @packet[4] . @packet[5] . @packet[6] . @packet[7]);
172 my ($datalen) = unpack("N2", @packet[8] . @packet[9] . @packet[10] . @packet[11]);
178 my ($reserved) = unpack("N2", @packet[12] . @packet[13] . @packet[14] . @packet[15]);
210 my ($machinetype_offset) = unpack("n", @packet[0] . @packet[1]);
215 my ($afpversioncount_offset) = unpack("n", @packet[2] . @packet[3]);
220 my ($uamcount_offset) = unpack("n", @packet[4] . @packet[5]);
230 my ($icon_offset) = unpack("
[all...]
H A Dapple_dump135 $val = unpack("N", $buf );
196 $val = unpack("N", $buf );
212 $version = unpack("N", $buf );
236 $entnum = unpack("n", $buf );
250 $entid = unpack("N", $buf );
278 $ofst = unpack("N", $buf );
285 $len = unpack("N", $buf );
346 $datedata = unpack("N", $buf );
399 $val = unpack("n", $buf );
404 $val = unpack("
[all...]
H A Dapple_dump.in135 $val = unpack("N", $buf );
196 $val = unpack("N", $buf );
212 $version = unpack("N", $buf );
236 $entnum = unpack("n", $buf );
250 $entid = unpack("N", $buf );
278 $ofst = unpack("N", $buf );
285 $len = unpack("N", $buf );
346 $datedata = unpack("N", $buf );
399 $val = unpack("n", $buf );
404 $val = unpack("
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/
H A Dcxacru-cf.py45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbackends.h32 vorbis_info_floor *(*unpack)(vorbis_info *,oggpack_buffer *); member in struct:__anon4031
90 vorbis_info_residue *(*unpack)(vorbis_info *,oggpack_buffer *); member in struct:__anon4034
124 vorbis_info_mapping *(*unpack)(vorbis_info *,oggpack_buffer *); member in struct:__anon4035
H A Dinfo.c169 for(i=0;i<ci->maps;i++) /* unpack does the range checking */
171 unpack, in which case the below type
175 for(i=0;i<ci->floors;i++) /* unpack does the range checking */
177 unpack, in which case the below type
181 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
183 unpack, in which case the below type
301 ci->floor_param[i]=_floor_P[ci->floor_type[i]]->unpack(vi,opb);
311 ci->residue_param[i]=_residue_P[ci->residue_type[i]]->unpack(vi,opb);
321 ci->map_param[i]=_mapping_P[ci->map_type[i]]->unpack(vi,opb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Ddbinfo75 my (@info) = unpack("NNNNNNC", $buff) ;
76 my (@info1) = unpack("VVVVVVC", $buff) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Ddbinfo75 my (@info) = unpack("NNNNNNC", $buff) ;
76 my (@info1) = unpack("VVVVVVC", $buff) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPacket.cpp290 byte* unpack = new byte[nNewSize]; local
292 uint16 result = uncompress(unpack, &unpackedsize, pBuffer, size);
300 pBuffer = unpack;
305 delete[] unpack;
H A DClientUDPSocket.cpp110 std::vector<uint8_t> unpack(newSize);
112 uint16_t result = uncompress(&(unpack[2]), &unpackedsize, decryptedBuffer + 2, packetLen - 2);
115 unpack[0] = OP_KADEMLIAHEADER;
116 unpack[1] = opcode;
117 Kademlia::CKademlia::ProcessPacket(&(unpack[0]), unpackedsize + 2, wxUINT32_SWAP_ALWAYS(ip), port, (Kademlia::CPrefs::GetUDPVerifyKey(ip) == receiverVerifyKey), Kademlia::CKadUDPKey(senderVerifyKey, theApp->GetPublicIP(false)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/tdbpack/
H A Dtest_tdbpack.py23 both_unpackers = (samba.tdbpack.unpack, oldtdbutil.unpack)
86 """Cookbook of symmetric pack/unpack tests
98 """Test large pack/unpack strings"""
148 """Cookbook of tricky unpack tests"""
H A Doldtdbutil.py6 # Contains functions that are used to pack and unpack data
54 def unpack(format,buffer): function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/
H A DMakefile.am53 unpack:
56 zip: dist unpack add-windows-files
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltablib.c115 ** Pack/unpack
136 static int unpack (lua_State *L) { function
144 return luaL_error(L, "too many results to unpack");
267 {"unpack", unpack},
277 /* _G.unpack = table.unpack */
278 lua_getfield(L, -1, "unpack");
279 lua_setglobal(L, "unpack");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Djournal.c140 static void *unpack(void *from, void *to) function
233 read_dynsb(sb, unpack(jh, scratch));
236 read_anchor(sb, unpack(jh, scratch));
239 read_erasecount(sb, unpack(jh, scratch));
242 err = read_area(sb, unpack(jh, scratch));
245 err = logfs_load_object_aliases(sb, unpack(jh, scratch),
294 unpack(jh, super->s_je_array);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex48 \subsubsection{float32_unpack} \label{vorbis:spec:float32:unpack}
53 purposes of this example, we will unpack a Vorbis float32 into a
H A D03-codebook.tex169 1) [codebook_minimum_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
170 2) [codebook_delta_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
305 algorithmically from a list of scalar values. Calculate (unpack) the
338 array in a one-to-one mapping. Calculate [unpack] the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dv210.asm2 ;* V210 SIMD unpack
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deatgv.c65 static int unpack(const uint8_t *src, const uint8_t *src_end, unsigned char *dst, int width, int height) { function
304 if (unpack(buf, buf_end, s->frame.data[0], s->avctx->width, s->avctx->height)<0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deatgv.c72 static int unpack(const uint8_t *src, const uint8_t *src_end, function
317 if (unpack(buf, buf_end, s->frame_buffer, s->avctx->width, s->avctx->height) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t285 $db->filter_fetch_key ( sub { $_ = unpack("i", $_) } ) ;
H A Dexamples.t.T296 $db->filter_fetch_key ( sub { $_ = unpack("i", $_) } ) ;
H A Dfilter.t279 $db->filter_store_key (sub { warn "FSK $_\n"; $_ = unpack("i", $_); warn "XX\n" }) ;
281 #$db->filter_store_value (sub { warn "FSV $_\n"; $_ = unpack("i", $_); warn "XX\n" }) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t57 my(@a) = unpack ("C*", $a) ;
58 my(@b) = unpack ("C*", $b) ;
1511 $db->filter_fetch_key (sub { $_ = unpack("i", $_) } );
1513 $db->filter_fetch_value (sub { $_ = unpack("i", $_) } );

Completed in 107 milliseconds

12