HomeSort by relevance Sort by last modified time
    Searched refs:in_w (Results 1 - 18 of 18) 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;
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem_unittest.cc 287 // create known data, for size in_w x in_h
288 const int in_w = 256; local
290 const int stride1 = 3 * in_w;
293 for (int j = 0; j < in_w; j++) {
305 memcpy(&refdata2[i * stride2], &refdata1[i * stride1], 3 * in_w);
318 cpdata1 = Compress(refdata1.get(), in_w, in_h, flags);
320 cpdata2 = Compress(refdata2.get(), in_w, in_h, flags);
330 Compress(refdata1.get(), in_w, in_h, flags, &cptest);
333 Compress(refdata2.get(), in_w, in_h, flags, &cptest);
348 CHECK_EQ(w, in_w);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderUtils.hpp 50 * @param in_w Value to use for W component.
52 _ivec4(int in_x, int in_y, int in_z, int in_w)
57 w = in_w;
132 * @param in_w Value to use for W component.
134 _vec4(float in_x, float in_y, float in_z, float in_w)
139 w = in_w;
  /external/tensorflow/tensorflow/core/kernels/
depthtospace_op.cc 163 const int in_w = w / block_size; local
169 output(b, h, w, d) = input(b, in_h, in_w, in_d);
depthtospace_op_gpu.cu.cc 52 const int in_w = w / block_size; local
57 in_d + input_depth * (in_w + input_width * (in_h + input_height * b));
resize_area_op_test.cc 161 for (int in_w : {2, 4, 7, 20, 165}) {
165 RunRandomTest(in_h, in_w, target_height, target_width, channels);
resize_bicubic_op_test.cc 187 for (int in_w : {2, 4, 7, 20, 165}) {
191 RunRandomTest(batch_size, in_h, in_w, target_height, target_width,
resize_bilinear_op_test.cc 129 for (int in_w : {2, 4, 7, 20, 165}) {
133 TestResize(batch_size, in_w, in_h, channels, target_width,
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h 389 const int in_w = out_w / block_size; local
395 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
425 for (int in_w = 0; in_w < input_width; ++in_w) {
428 in_d + ((in_h % block_size) * block_size + in_w % block_size) *
430 const int out_w = in_w / block_size;
436 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [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...]

Completed in 335 milliseconds