/third_party/libuv/src/unix/ |
H A D | netbsd.c | 72 size_t int_size; in uv_exepath() local 82 int_size = ARRAY_SIZE(int_buf); in uv_exepath() 84 if (sysctl(mib, 4, int_buf, &int_size, NULL, 0)) in uv_exepath()
|
/third_party/node/deps/uv/src/unix/ |
H A D | netbsd.c | 72 size_t int_size; in uv_exepath() local 82 int_size = ARRAY_SIZE(int_buf); in uv_exepath() 84 if (sysctl(mib, 4, int_buf, &int_size, NULL, 0)) in uv_exepath()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 260 LLVMValueRef int_size, float_size; in lp_build_pmin() local 270 int_size = lp_build_minify(int_size_bld, bld->int_size, first_level_vec, TRUE); in lp_build_pmin() 271 float_size = lp_build_int_to_float(float_size_bld, int_size); in lp_build_pmin() 360 LLVMValueRef int_size, float_size; in lp_build_rho() local 381 int_size = lp_build_minify(int_size_bld, bld->int_size, first_level_vec, TRUE); in lp_build_rho() 382 float_size = lp_build_int_to_float(float_size_bld, int_size); in lp_build_rho() 1370 *out_size = lp_build_minify(&bld->int_size_bld, bld->int_size, ilevel_vec, TRUE); in lp_build_mipmap_level_sizes() 1398 bld->int_size); in lp_build_mipmap_level_sizes() [all...] |
H A D | lp_bld_sample_aos.c | 439 LLVMValueRef int_size, in lp_build_sample_image_nearest() 464 int_size, in lp_build_sample_image_nearest() 474 flt_size = lp_build_int_to_float(&bld->float_size_bld, int_size); in lp_build_sample_image_nearest() 740 LLVMValueRef int_size, in lp_build_sample_image_linear() 772 int_size, in lp_build_sample_image_linear() 784 scaled_size = lp_build_shl_imm(&bld->int_size_bld, int_size, 8); in lp_build_sample_image_linear() 438 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef *colors) lp_build_sample_image_nearest() argument 739 lp_build_sample_image_linear(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef *colors) lp_build_sample_image_linear() argument
|
H A D | lp_bld_sample_soa.c | 2112 float_size = lp_build_int_to_float(&bld->float_size_in_bld, bld->int_size); in lp_build_sample_aniso() 2248 LLVMValueRef float_size0 = lp_build_int_to_float(float_size_bld, bld->int_size); in lp_build_sample_aniso() 3592 bld.int_size = tex_width; in lp_build_sample_soa_code() 3595 bld.int_size = LLVMBuildInsertElement(builder, bld.int_size_in_bld.undef, in lp_build_sample_soa_code() 3602 bld.int_size = LLVMBuildInsertElement(builder, bld.int_size, in lp_build_sample_soa_code() 3609 bld.int_size = LLVMBuildInsertElement(builder, bld.int_size, in lp_build_sample_soa_code() 3773 bld4.int_size = bld.int_size; in lp_build_sample_soa_code() [all...] |
H A D | lp_bld_sample.h | 452 LLVMValueRef int_size; member
|
/third_party/python/Lib/ |
H A D | smtpd.py | 817 int_size = int(arg) 818 options.size_limit = int_size
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderAPI.cpp | 1883 const glw::GLint int_size = sizeof(glw::GLint); in iterate() local 1993 int_alignment = ssbo_alignment / int_size; in iterate() 1997 if ((ssbo_alignment % int_size) != 0) in iterate() 2004 << int_size << "]" << tcu::TestLog::EndMessage; in iterate() 2034 gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, n_ssb /*binding index*/, m_ssbo_id, offset, int_size); in iterate()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | reflection_test.py | 2517 int_size = 1 + 2 + 3 2518 self.assertEqual(int_size, self.packed_proto.ByteSize()) 2524 self.assertEqual(int_size+double_size, self.packed_proto.ByteSize())
|