/external/flac/libFLAC/ |
D | bitreader.c | 513 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 …]
|
D | bitwriter.c | 381 …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/ |
D | xtoptions.c | 238 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/ |
D | bitreader.h | 80 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, …
|
D | bitwriter.h | 87 …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/ |
D | 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/iptables/extensions/ |
D | libxt_NFQUEUE.c | 92 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()
|
D | libxt_tcpmss.c | 30 if (cb->nvals == 2) in tcpmss_parse()
|
D | libxt_length.c | 30 if (cb->nvals >= 2) in length_parse()
|
D | libxt_esp.c | 36 if (cb->nvals == 1) in esp_parse()
|
D | libxt_ipcomp.c | 34 if (cb->nvals == 1) in comp_parse()
|
D | libipt_ah.c | 36 if (cb->nvals == 1) in ah_parse()
|
D | libxt_conntrack.c | 392 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()
|
D | libxt_connbytes.c | 41 if (cb->nvals == 2) in connbytes_parse()
|
D | libip6t_ah.c | 46 if (cb->nvals == 1) in ah_parse()
|
D | libip6t_frag.c | 58 if (cb->nvals == 1) in frag_parse()
|
D | libip6t_rt.c | 121 if (cb->nvals == 1) in rt_parse()
|
/external/iproute2/include/ |
D | xtables.h | 153 uint8_t nvals; member
|
/external/iptables/include/ |
D | xtables.h | 153 uint8_t nvals; member
|