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

  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 410 int_size = 1 << data_size
411 res = self._unpack_int(data, int_size)
415 res = res - (1 << (int_size * 8))
421 scanned += int_size
427 int_size = 1 << (data_size - 5)
428 str_size = self._unpack_int(data, int_size)
430 res = data[int_size : int_size + str_size]
431 scanned += int_size + str_size
437 int_size = 1 << (data_size - 5
    [all...]
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 189 int x, y, pos, int_size = sizeof(int); local
193 pos = y * width * int_size;
194 for ( x = 0; x < width; x++, pos += int_size ) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 624 LLVMValueRef int_size,
649 int_size,
659 flt_size = lp_build_int_to_float(&bld->float_size_bld, int_size);
748 LLVMValueRef int_size,
766 flt_size = lp_build_int_to_float(&bld->float_size_bld, int_size);
    [all...]
lp_bld_sample.c 231 LLVMValueRef int_size, float_size; local
252 int_size = lp_build_minify(int_size_bld, bld->int_size, first_level_vec, TRUE);
253 float_size = lp_build_int_to_float(float_size_bld, int_size);
    [all...]
lp_bld_sample.h 387 LLVMValueRef int_size; member in struct:lp_build_sample_context
lp_bld_sample_soa.c     [all...]
  /external/python/cpython3/Lib/
smtpd.py 897 int_size = int(arg)
898 options.size_limit = int_size
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderAPI.cpp 1875 const glw::GLint int_size = sizeof(glw::GLint); local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 547 milliseconds