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

  /external/curl/lib/
idn_win32.c 75 wchar_t *in_w = Curl_convert_UTF8_to_wchar(in); local
76 if(in_w) {
78 int chars = IdnToAscii(0, in_w, -1, punycode, IDN_MAX_LENGTH);
79 free(in_w);
94 wchar_t *in_w = Curl_convert_UTF8_to_wchar(in); local
95 if(in_w) {
96 size_t in_len = wcslen(in_w) + 1;
98 int chars = IdnToUnicode(0, in_w, curlx_uztosi(in_len),
100 free(in_w);
  /external/valgrind/none/tests/amd64/
sbbmisc.c 6 short in_w, out_w1, out_w2; variable
48 "\tmovw " VG_SYM(in_w) ", %ax\n"
50 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
57 "\tmovw " VG_SYM(in_w) ", %ax\n"
61 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
287 "\tmovw " VG_SYM(in_w) ", %ax\n"
289 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
296 "\tmovw " VG_SYM(in_w) ", %ax\n"
300 "\tmovw " VG_SYM(in_w) "(%rip), %ax\n"
352 in_w = 49999
    [all...]
  /external/valgrind/none/tests/x86/
sbbmisc.c 6 short in_w, out_w1, out_w2; variable
32 "\tmovw " VG_SYM(in_w) ", %ax\n"
37 "\tmovw " VG_SYM(in_w) ", %ax\n"
165 "\tmovw " VG_SYM(in_w) ", %ax\n"
170 "\tmovw " VG_SYM(in_w) ", %ax\n"
203 in_w = 49999;
235 in_w = 49999;
  /frameworks/ml/nn/common/operations/internal/reference/
reference_ops.h 320 const int in_w = out_w / block_size; local
326 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
356 for (int in_w = 0; in_w < input_width; ++in_w) {
359 in_d + ((in_h % block_size) * block_size + in_w % block_size) *
361 const int out_w = in_w / block_size;
367 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 682 uint32_t in_w; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 712 uint32_t in_w; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 665 uint32_t in_w; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 767 uint32_t in_w; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_camera.h 665 uint32_t in_w; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 767 uint32_t in_w; member in struct:msm_st_crop
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h     [all...]

Completed in 299 milliseconds