HomeSort by relevance Sort by last modified time
    Searched full: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;
  /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/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 253 DLOGV_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d", mdp_buffer.width, mdp_buffer.height,
408 DLOGI_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d, horz_deci %d, vert_deci %d",
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_device.cpp 311 DLOGV_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d", mdp_buffer.width, mdp_buffer.height,
466 DLOGI_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d, horz_deci %d, vert_deci %d",
    [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/original-kernel-headers/media/
msm_camera.h 767 uint32_t in_w; member in struct:msm_st_crop
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 682 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...]

Completed in 735 milliseconds