Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dbitreader.c539 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
548 …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()
551 nvals--; in FLAC__bitreader_skip_byte_block_aligned_no_crc()
553 if(0 == nvals) in FLAC__bitreader_skip_byte_block_aligned_no_crc()
556 while(nvals >= FLAC__BYTES_PER_WORD) { in FLAC__bitreader_skip_byte_block_aligned_no_crc()
559 nvals -= FLAC__BYTES_PER_WORD; in FLAC__bitreader_skip_byte_block_aligned_no_crc()
565 while(nvals) { in FLAC__bitreader_skip_byte_block_aligned_no_crc()
568 nvals--; in FLAC__bitreader_skip_byte_block_aligned_no_crc()
574 …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
583 …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.c409 …bool FLAC__bitwriter_write_byte_block(FLAC__BitWriter *bw, const FLAC__byte vals[], unsigned nvals) in FLAC__bitwriter_write_byte_block() argument
414 for(i = 0; i < nvals; i++) { in FLAC__bitwriter_write_byte_block()
538 …_rice_signed_block(FLAC__BitWriter *bw, const FLAC__int32 *vals, unsigned nvals, unsigned paramete… in FLAC__bitwriter_write_rice_signed_block() argument
553 while(nvals) { in FLAC__bitwriter_write_rice_signed_block()
627 nvals--; in FLAC__bitwriter_write_rice_signed_block()
881 …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/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc61 const int64 nvals = in Compute() local
67 context, context->allocate_output(0, TensorShape({nvals, indices_len}), in Compute()
116 DCHECK_EQ(next_index, nvals); in Compute()
Dragged_range_op.cc84 int64 nvals = rt_nested_splits(nrows); in Compute() local
88 OP_REQUIRES_OK(context, context->allocate_output(1, TensorShape({nvals}), in Compute()
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go783 ptr, nvals := llvmMetadataRefs(mds)
784 md.C = C.LLVMMDNode2(c.C, ptr, nvals)
828 ptr, nvals := llvmValueRefs(constVals)
829 v.C = C.LLVMConstStructInContext(c.C, ptr, nvals,
834 ptr, nvals := llvmValueRefs(constVals)
835 v.C = C.LLVMConstNamedStruct(t.C, ptr, nvals)
846 ptr, nvals := llvmValueRefs(constVals)
847 v.C = C.LLVMConstArray(t.C, ptr, nvals)
851 ptr, nvals := llvmValueRefs(constVals)
852 v.C = C.LLVMConstStruct(ptr, nvals, boolToLLVMBool(packed))
[all …]
Ddibuilder.go595 ptr, nvals := llvmMetadataRefs(mds)
596 md.C = C.LLVMTemporaryMDNode(c.C, ptr, C.size_t(nvals))
/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()
Dlibipt_ah.c36 if (cb->nvals == 1) in ah_parse()
Dlibxt_ipcomp.c34 if (cb->nvals == 1) in comp_parse()
Dlibxt_esp.c36 if (cb->nvals == 1) in esp_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()
Dlibip6t_ah.c46 if (cb->nvals == 1) in ah_parse()
Dlibxt_connbytes.c41 if (cb->nvals == 2) in connbytes_parse()
Dlibip6t_frag.c58 if (cb->nvals == 1) in frag_parse()
Dlibip6t_rt.c121 if (cb->nvals == 1) in rt_parse()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py476 nvals = array_ops.shape(values, out_type=dtypes.int64)[:1]
477 row_splits = array_ops.concat([row_starts, nvals], axis=0)
1216 nvals = nrows * ncols
1218 values_shape = array_ops.concat([[nvals], input_shape[2:]], axis=0)
1274 nvals = values_shape[0]
1301 default_index = array_ops.fill(array_ops.stack([nrows, ncols]), nvals)
/external/python/cpython2/Modules/
Dalmodule.c1609 int setsize = 32, qualsize = 0, nvals, i; in al_QueryValues() local
1632 nvals = alQueryValues(resource, param, return_set, setsize, quals, qualsize); in al_QueryValues()
1633 if (nvals < 0) in al_QueryValues()
1635 if (nvals > setsize) { in al_QueryValues()
1637 setsize = nvals; in al_QueryValues()
1650 res = PyList_New(nvals); in al_QueryValues()
1653 for (i = 0; i < nvals; i++) { in al_QueryValues()
/external/iproute2/include/
Dxtables.h153 uint8_t nvals; member
/external/iptables/include/
Dxtables.h153 uint8_t nvals; member