Home
last modified time | relevance | path

Searched refs:nvals (Results 1 – 19 of 19) sorted by relevance

/external/flac/libFLAC/
Dbitreader.c513 FLAC__bool FLAC__bitreader_skip_byte_block_aligned_no_crc(FLAC__BitReader *br, unsigned nvals) in FLAC__bitreader_skip_byte_block_aligned_no_crc() argument
522 …while(nvals && br->consumed_bits) { /* i.e. run until we read 'nvals' bytes or we hit the end of t… in FLAC__bitreader_skip_byte_block_aligned_no_crc()
525 nvals--; in FLAC__bitreader_skip_byte_block_aligned_no_crc()
527 if(0 == nvals) in FLAC__bitreader_skip_byte_block_aligned_no_crc()
530 while(nvals >= FLAC__BYTES_PER_WORD) { in FLAC__bitreader_skip_byte_block_aligned_no_crc()
533 nvals -= FLAC__BYTES_PER_WORD; in FLAC__bitreader_skip_byte_block_aligned_no_crc()
539 while(nvals) { in FLAC__bitreader_skip_byte_block_aligned_no_crc()
542 nvals--; in FLAC__bitreader_skip_byte_block_aligned_no_crc()
548 …LAC__bitreader_read_byte_block_aligned_no_crc(FLAC__BitReader *br, FLAC__byte *val, unsigned nvals) in FLAC__bitreader_read_byte_block_aligned_no_crc() argument
557 …while(nvals && br->consumed_bits) { /* i.e. run until we read 'nvals' bytes or we hit the end of t… in FLAC__bitreader_read_byte_block_aligned_no_crc()
[all …]
Dbitwriter.c381 …bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals) in FLAC__bitwriter_write_byte_block() argument
386 for(i = 0; i < nvals; i++) { in FLAC__bitwriter_write_byte_block()
506 …_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned paramete… in FLAC__bitwriter_write_rice_signed_block() argument
521 while(nvals) { in FLAC__bitwriter_write_rice_signed_block()
594 nvals--; in FLAC__bitwriter_write_rice_signed_block()
845 …ool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals);
/external/iptables/libxtables/
Dxtoptions.c238 if (cb->nvals >= ARRAY_SIZE(cb->val.u32_range)) in xtopt_mint_value_to_cb()
241 cb->val.u8_range[cb->nvals] = value; in xtopt_mint_value_to_cb()
243 cb->val.u16_range[cb->nvals] = value; in xtopt_mint_value_to_cb()
245 cb->val.u32_range[cb->nvals] = value; in xtopt_mint_value_to_cb()
247 cb->val.u64_range[cb->nvals] = value; in xtopt_mint_value_to_cb()
301 cb->nvals = 0; in xtopt_parse_mint()
303 if (cb->nvals == maxiter) in xtopt_parse_mint()
310 value = (cb->nvals == 1) ? lmax : 0; in xtopt_parse_mint()
324 ++cb->nvals; in xtopt_parse_mint()
636 cb->nvals = 0; in xtopt_parse_mport()
[all …]
/external/flac/libFLAC/include/private/
Dbitreader.h80 FLAC__bool FLAC__bitreader_skip_byte_block_aligned_no_crc(FLAC__BitReader *br, unsigned nvals); /* …
81 …_byte_block_aligned_no_crc(FLAC__BitReader *br, FLAC__byte *val, unsigned nvals); /* WATCHOUT: doe…
84 FLAC__bool FLAC__bitreader_read_rice_signed_block(FLAC__BitReader *br, int vals[], unsigned nvals, …
Dbitwriter.h87 …ool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals);
95 …_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned paramete…
/external/llvm/bindings/go/llvm/
Dir.go750 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/iptables/extensions/
Dlibxt_NFQUEUE.c92 if (cb->nvals != 2) in NFQUEUE_parse_v1()
112 if (cb->nvals != 2) in NFQUEUE_parse_v2()
136 if (cb->nvals != 2) in NFQUEUE_parse_v3()
Dlibxt_tcpmss.c30 if (cb->nvals == 2) in tcpmss_parse()
Dlibxt_length.c30 if (cb->nvals >= 2) in length_parse()
Dlibxt_esp.c36 if (cb->nvals == 1) in esp_parse()
Dlibxt_ipcomp.c34 if (cb->nvals == 1) in comp_parse()
Dlibipt_ah.c36 if (cb->nvals == 1) in ah_parse()
Dlibxt_conntrack.c392 if (cb->nvals >= 2) in conntrack_parse()
460 if (cb->nvals >= 2) in conntrack_mt_parse()
468 info->origsrc_port_high = cb->val.port_range[cb->nvals >= 2]; in conntrack_mt_parse()
475 info->origdst_port_high = cb->val.port_range[cb->nvals >= 2]; in conntrack_mt_parse()
482 info->replsrc_port_high = cb->val.port_range[cb->nvals >= 2]; in conntrack_mt_parse()
489 info->repldst_port_high = cb->val.port_range[cb->nvals >= 2]; in conntrack_mt_parse()
Dlibxt_connbytes.c41 if (cb->nvals == 2) in connbytes_parse()
Dlibip6t_ah.c46 if (cb->nvals == 1) in ah_parse()
Dlibip6t_frag.c58 if (cb->nvals == 1) in frag_parse()
Dlibip6t_rt.c121 if (cb->nvals == 1) in rt_parse()
/external/iproute2/include/
Dxtables.h153 uint8_t nvals; member
/external/iptables/include/
Dxtables.h153 uint8_t nvals; member