/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)
|
libip6t_frag.c | 58 if (cb->nvals == 1)
|
libxt_connbytes.c | 41 if (cb->nvals == 2)
|
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/tensorflow/tensorflow/core/kernels/ |
ragged_range_op.cc | 84 int64 nvals = rt_nested_splits(nrows); variable 88 OP_REQUIRES_OK(context, context->allocate_output(1, TensorShape({nvals}),
|
ragged_tensor_to_sparse_kernel.cc | 61 const int64 nvals = variable 67 context, context->allocate_output(0, TensorShape({nvals, indices_len}), 116 DCHECK_EQ(next_index, nvals);
|
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
ir.go | 783 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...] |
dibuilder.go | 595 ptr, nvals := llvmMetadataRefs(mds) 596 md.C = C.LLVMTemporaryMDNode(c.C, ptr, C.size_t(nvals))
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
ragged_tensor.py | 115 `[nvals]`, corresponding one-to-one with `values`, which specifies 222 values: A potentially ragged tensor of any dtype and shape `[nvals, ...]`. 225 cached_value_rowids: A 1-D int64 tensor with shape `[nvals]`. 283 values: A potentially ragged tensor with shape `[nvals, ...]`. 284 value_rowids: A 1-D int64 tensor with shape `[nvals]`, which corresponds 376 values: A potentially ragged tensor with shape `[nvals, ...]`. 379 `row_splits[-1]` must be `nvals`. 417 values: A potentially ragged tensor with shape `[nvals, ...]`. 419 nonnegative. `sum(row_lengths)` must be `nvals`. 451 Equivalent to: `from_row_splits(values, concat([row_starts, 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...] |