HomeSort by relevance Sort by last modified time
    Searched refs:nvals (Results 1 - 22 of 22) sorted by null

  /external/flac/libFLAC/include/private/
bitreader.h 80 FLAC__bool FLAC__bitreader_skip_byte_block_aligned_no_crc(FLAC__BitReader *br, unsigned nvals); /* WATCHOUT: does not CRC the read data! */
81 FLAC__bool FLAC__bitreader_read_byte_block_aligned_no_crc(FLAC__BitReader *br, FLAC__byte *val, unsigned nvals); /* WATCHOUT: does not CRC the read data! */
84 FLAC__bool FLAC__bitreader_read_rice_signed_block(FLAC__BitReader *br, int vals[], unsigned nvals, unsigned parameter);
bitwriter.h 87 FLAC__bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals);
95 FLAC__bool FLAC__bitwriter_write_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned parameter);
  /external/flac/libFLAC/
bitreader.c 539 FLAC__bool FLAC__bitreader_skip_byte_block_aligned_no_crc(FLAC__BitReader *br, unsigned nvals)
548 while(nvals && br->consumed_bits) { /* i.e. run until we read 'nvals' bytes or we hit the end of the head word */
551 nvals--;
553 if(0 == nvals)
556 while(nvals >= FLAC__BYTES_PER_WORD) {
559 nvals -= FLAC__BYTES_PER_WORD;
565 while(nvals) {
568 nvals--;
574 FLAC__bool FLAC__bitreader_read_byte_block_aligned_no_crc(FLAC__BitReader *br, FLAC__byte *val, unsigned nvals)
    [all...]
bitwriter.c 409 inline FLAC__bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals)
414 for(i = 0; i < nvals; i++) {
538 FLAC__bool FLAC__bitwriter_write_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned parameter)
553 while(nvals) {
627 nvals--;
881 extern FLAC__bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals);
  /external/iptables/extensions/
libxt_tcpmss.c 30 if (cb->nvals == 2)
libxt_length.c 30 if (cb->nvals >= 2)
libxt_NFQUEUE.c 92 if (cb->nvals != 2)
112 if (cb->nvals != 2)
136 if (cb->nvals != 2)
libipt_ah.c 36 if (cb->nvals == 1)
libxt_esp.c 36 if (cb->nvals == 1)
libxt_ipcomp.c 34 if (cb->nvals == 1)
libip6t_ah.c 46 if (cb->nvals == 1)
libxt_connbytes.c 41 if (cb->nvals == 2)
libip6t_frag.c 58 if (cb->nvals == 1)
libxt_conntrack.c 392 if (cb->nvals >= 2)
460 if (cb->nvals >= 2)
468 info->origsrc_port_high = cb->val.port_range[cb->nvals >= 2];
475 info->origdst_port_high = cb->val.port_range[cb->nvals >= 2];
482 info->replsrc_port_high = cb->val.port_range[cb->nvals >= 2];
489 info->repldst_port_high = cb->val.port_range[cb->nvals >= 2];
    [all...]
libip6t_rt.c 121 if (cb->nvals == 1)
  /external/iptables/libxtables/
xtoptions.c 238 if (cb->nvals >= ARRAY_SIZE(cb->val.u32_range))
241 cb->val.u8_range[cb->nvals] = value;
243 cb->val.u16_range[cb->nvals] = value;
245 cb->val.u32_range[cb->nvals] = value;
247 cb->val.u64_range[cb->nvals] = value;
301 cb->nvals = 0;
303 if (cb->nvals == maxiter)
310 value = (cb->nvals == 1) ? lmax : 0;
324 ++cb->nvals;
636 cb->nvals = 0
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 750 ptr, nvals := llvmMetadataRefs(mds)
751 md.C = C.LLVMMDNode2(c.C, ptr, nvals)
755 ptr, nvals := llvmMetadataRefs(mds)
756 md.C = C.LLVMTemporaryMDNode(c.C, ptr, nvals)
800 ptr, nvals := llvmValueRefs(constVals)
801 v.C = C.LLVMConstStructInContext(c.C, ptr, nvals,
806 ptr, nvals := llvmValueRefs(constVals)
807 v.C = C.LLVMConstNamedStruct(t.C, ptr, nvals)
818 ptr, nvals := llvmValueRefs(constVals)
819 v.C = C.LLVMConstArray(t.C, ptr, nvals)
    [all...]
  /external/iproute2/include/
xtables.h 142 * @nvals: number of results in uXX_multi
153 uint8_t nvals; member in struct:xt_option_call
  /external/iptables/include/
xtables.h 142 * @nvals: number of results in uXX_multi
153 uint8_t nvals; member in struct:xt_option_call
  /external/python/cpython2/Modules/
almodule.c 1609 int setsize = 32, qualsize = 0, nvals, i; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 636 for k, nvals := range numLabel {
638 for i, v := range nvals {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 636 for k, nvals := range numLabel {
638 for i, v := range nvals {

Completed in 869 milliseconds