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

  /external/libgsm/tls/
sour.c 55 int n_in = 0; local
67 * <----- n_in ------>
74 n_in += sp->varsize;
76 while (n_in >= BYTE_BITS) {
78 WORD_BITS - n_in);
79 n_in -= BYTE_BITS;
83 while (n_in >= BYTE_BITS) {
84 printf("*c++ = sr >> %d;\n", WORD_BITS - n_in);
85 n_in -= BYTE_BITS;
88 if (n_in > 0)
    [all...]
ginger.c 33 int n_in = 0; local
39 while (n_in < sp->varsize) {
40 if (n_in) printf("sr |= (uword)*c++ << %d;\n", n_in);
42 n_in += BYTE_BITS;
48 n_in -= sp->varsize;
51 if (n_in > 0) {
52 fprintf(stderr, "%d bits left over\n", n_in);
  /art/runtime/
nth_caller_visitor.h 29 NthCallerVisitor(Thread* thread, size_t n_in, bool include_runtime_and_upcalls = false)
31 n(n_in),
  /external/tensorflow/tensorflow/core/kernels/
nth_element_op.cc 42 const auto& n_in = context->input(1); variable
43 OP_REQUIRES(context, TensorShapeUtils::IsScalar(n_in.shape()),
45 n_in.shape().DebugString()));
46 int n = n_in.scalar<int32>()();
  /system/core/adf/libadf/include/adf/
adf.h 136 adf_id_t *in, size_t n_in, adf_id_t **out);
143 adf_id_t *in, size_t n_in, adf_id_t **out);
234 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in,
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
masked_autoregressive.py 290 def _gen_slices(num_blocks, n_in, n_out, mask_type=MASK_EXCLUSIVE):
295 d_in = n_in // num_blocks
308 n_in,
314 mask = np.zeros([n_out, n_in], dtype=dtype.as_numpy_dtype())
315 slices = _gen_slices(num_blocks, n_in, n_out, mask_type=mask_type)
  /system/core/adf/libadf/
adf.cpp 252 adf_id_t *in, size_t n_in, adf_id_t **out,
257 for (size_t i = 0; i < n_in; i++) {
283 adf_id_t *in, size_t n_in, adf_id_t **out)
285 return adf_interfaces_filter(dev, in, n_in, out, adf_interface_type_filter,
296 adf_id_t *in, size_t n_in, adf_id_t **out)
298 return adf_interfaces_filter(dev, in, n_in, out, adf_interface_flags_filter,
466 adf_id_t *in, size_t n_in, adf_id_t **out,
472 for (i = 0; i < n_in; i++) {
510 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in,
514 return adf_overlay_engines_filter(dev, in, n_in, out
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
masked_autoregressive_test.py 46 mask = _gen_mask(num_blocks=3, n_in=4, n_out=6, mask_type="exclusive")
57 mask = _gen_mask(num_blocks=3, n_in=4, n_out=6, mask_type="inclusive")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
space.h 36 unsigned nparam, unsigned n_in, unsigned n_out);
82 unsigned nparam, unsigned n_in, unsigned n_out);
dim.h 23 unsigned nparam, unsigned n_in, unsigned n_out);
map.h 122 unsigned nparam, unsigned n_in, unsigned n_out, unsigned extra,
319 unsigned nparam, unsigned n_in, unsigned n_out);
  /external/libxml2/
testapi.c 1308 int n_in; local
1937 int n_in; local
8557 int n_in; local
8612 int n_in; local
8733 int n_in; local
8779 int n_in; local
8825 int n_in; local
8937 int n_in; local
14435 int n_in; local
14474 int n_in; local
16408 int n_in; local
29122 int n_in; local
29161 int n_in; local
29210 int n_in; local
    [all...]
  /art/openjdkjvmti/
ti_stack.cc 726 GetLocationVisitor(art::Thread* thread, size_t n_in)
728 n(n_in),
756 explicit GetLocationClosure(size_t n_in) : n(n_in), method(nullptr), dex_pc(0) {}
    [all...]

Completed in 262 milliseconds