HomeSort by relevance Sort by last modified time
    Searched defs:pos_in (Results 1 - 5 of 5) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 67 pos_in(void) function
  /external/libcxx/src/
strstream.cpp 237 bool pos_in = (__which & ios::in) != 0; local
244 if (pos_in || pos_out)
248 if (pos_in != pos_out)
252 if (pos_in && gptr() == nullptr)
266 newoff = (pos_in ? gptr() : pptr()) - eback();
278 if (pos_in)
297 bool pos_in = (__which & ios::in) != 0; local
299 if (pos_in || pos_out)
301 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
308 if (pos_in)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 237 bool pos_in = (__which & ios::in) != 0; local
244 if (pos_in || pos_out)
248 if (pos_in != pos_out)
252 if (pos_in && gptr() == nullptr)
266 newoff = (pos_in ? gptr() : pptr()) - eback();
278 if (pos_in)
297 bool pos_in = (__which & ios::in) != 0; local
299 if (pos_in || pos_out)
301 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
308 if (pos_in)
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 43 nir_variable *pos_in = nir_variable_create(b.shader, nir_var_shader_in, local
45 pos_in->data.location = VERT_ATTRIB_GENERIC0;
49 nir_copy_var(&b, pos_out, pos_in);
    [all...]
radv_meta_blit2d.c 446 nir_variable *pos_in = nir_variable_create(b.shader, nir_var_shader_in, local
448 pos_in->data.location = VERT_ATTRIB_GENERIC0;
452 nir_copy_var(&b, pos_out, pos_in);
    [all...]

Completed in 1375 milliseconds