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

  /external/toybox/kconfig/
confdata.c 693 FILE *out, *out_h; local
708 out_h = fopen(".tmpconfig.h", "w");
709 if (!out_h) {
723 fprintf(out_h, "/*\n"
743 fprintf(out_h, "#define CONFIG_%s_MODULE 1\n", sym->name);
747 fprintf(out_h, "#define "CONFIG_PREFIX"%s 1\n", sym->name);
754 fprintf(out_h, "#define "CONFIG_PREFIX"%s \"", sym->name);
759 fwrite(str, l, 1, out_h);
765 fprintf(out_h, "\\%c", *str);
769 fputs("\"\n", out_h);
    [all...]
  /external/boringssl/src/include/openssl/
dsa.h 113 * random input which is kept for reference. If |out_counter| or |out_h| are
127 unsigned long *out_h,
  /frameworks/ml/nn/common/operations/internal/reference/
reference_ops.h 314 for (int out_h = 0; out_h < output_height; ++out_h) {
318 out_d + ((out_h % block_size) * block_size + out_w % block_size) *
321 const int in_h = out_h / block_size;
325 Offset(output_dims, out_d, out_w, out_h, out_b);
362 const int out_h = in_h / block_size; local
366 Offset(output_dims, out_d, out_w, out_h, out_b);
    [all...]
  /external/boringssl/src/crypto/dsa/
dsa.c 158 unsigned long *out_h, BN_GENCB *cb) {
403 if (out_h != NULL) {
404 *out_h = h;
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h     [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 686 uint32_t out_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 715 uint32_t out_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 669 uint32_t out_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 770 uint32_t out_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_camera.h 669 uint32_t out_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 770 uint32_t out_h; member in struct:msm_st_crop
    [all...]

Completed in 207 milliseconds