HomeSort by relevance Sort by last modified time
    Searched refs:in_w (Results 1 - 8 of 8) 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 1881 const int in_w = src_fb->y_crop_width; local
1917 const int in_w = src_fb->y_crop_width; local
    [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...]

Completed in 269 milliseconds