Searched refs:bwdata (Results 1 - 3 of 3) sorted by relevance

/external/ltp/tools/netpipe-2.4/
H A Dnetpipe.c56 Data bwdata[NSAMP]; /* Bandwidth curve data */ local
320 bwdata[n].t = LONGTIME;
375 bwdata[n].t =
376 MIN(bwdata[n].t, t);
380 SendTime(&args, &bwdata[n].t);
382 RecvTime(&args, &bwdata[n].t);
385 bwdata[n].variance =
404 bwdata[n].t = LONGTIME;
427 bwdata[n].t =
428 MIN(bwdata[
[all...]
/external/ltp/tools/netpipe-2.4-ipv6/
H A Dnetpipe.c93 Data bwdata[NSAMP]; /* Bandwidth curve data */ local
374 bwdata[n].t = LONGTIME;
429 bwdata[n].t =
430 MIN(bwdata[n].t, t);
434 SendTime(&args, &bwdata[n].t);
436 RecvTime(&args, &bwdata[n].t);
439 bwdata[n].variance =
458 bwdata[n].t = LONGTIME;
481 bwdata[n].t =
482 MIN(bwdata[
[all...]
/external/toybox/toys/other/
H A Dbzcat.c71 struct bwdata { struct
105 struct bwdata bwdata[THREADS]; member in struct:bunzip_data
161 static int read_block_header(struct bunzip_data *bd, struct bwdata *bw)
319 static int read_huffman_data(struct bunzip_data *bd, struct bwdata *bw)
452 static void burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw)
495 int rc = read_block_header(bd, bd->bwdata);
496 if (!rc) rc=read_huffman_data(bd, bd->bwdata);
499 burrows_wheeler_prep(bd, bd->bwdata);
512 static int write_bunzip_data(struct bunzip_data *bd, struct bwdata *b
[all...]

Completed in 97 milliseconds