/third_party/rust/crates/nix/src/sys/ |
H A D | event.rs | 216 // KEvent can't derive Send because on some operating systems, udata is defined 217 // as a void*. However, KEvent's public API always treats udata as an intptr_t, 229 udata: intptr_t, in new() 239 udata: udata as type_of_udata, in new() 265 pub fn udata(&self) -> intptr_t { in udata() functions 266 self.kevent.udata as intptr_t in udata() 327 udata: intptr_t, in ev_set() 334 ev.kevent.udata = udata a in ev_set() [all...] |
H A D | signal.rs | 1004 /// Will be contained in the kevent's `udata` field. 1005 udata: libc::intptr_t 1087 SigevNotify::SigevKevent{ udata, .. } => udata as *mut libc::c_void, in new()
|
/third_party/icu/icu4c/source/samples/all/ |
H A D | samplecheck.bat | 63 REM udata needs changes to the vcxproj to change the output locations for writer/reader. 64 rem set SAMPLE_UDATA_WRITER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\writer.exe 65 rem set SAMPLE_UDATA_READER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\reader.exe 185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader. 186 @set THT=udata 189 pushd %ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL% 190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
H A D | samplecheck.bat | 63 REM udata needs changes to the vcxproj to change the output locations for writer/reader. 64 rem set SAMPLE_UDATA_WRITER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\writer.exe 65 rem set SAMPLE_UDATA_READER=%ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL%\reader.exe 185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader. 186 @set THT=udata 189 pushd %ICU_SAMPLESDIR%\udata\%ICU_ARCH%\%ICU_DBRL% 190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
|
/third_party/python/Lib/test/ |
H A D | test_kqueue.py | 36 self.assertEqual(ev.udata, 0) 52 self.assertEqual(ev.udata, 0) 62 self.assertEqual(ev.udata, 0) 72 self.assertEqual(ev.udata, 6) 83 self.assertEqual(ev.udata, bignum) 95 self.assertEqual(ev.udata, 0) 107 self.assertEqual(ev.udata, 0)
|
/third_party/FreeBSD/sys/sys/ |
H A D | kernel.h | 120 const void *udata; /* multiplexer/argument */ member
|
/third_party/elfutils/tests/ |
H A D | line2addr.c | 69 void **udata __attribute__ ((unused)), in handle_module()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | module.h | 141 (*((*sipp)->func))((*sipp)->udata); in mi_startup()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.c | 352 unsigned *udata = (unsigned*)vh->data[j]; in llvm_fetch_gs_outputs() 355 udata[0], udata[1], udata[2], udata[3]); in llvm_fetch_gs_outputs()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 1408 unsigned int udata[udataCount]; // in setAndCompareUniforms() local 1409 int* data = (int*)&udata[0]; in setAndCompareUniforms() 1410 float* fdata = (float*)&udata[0]; in setAndCompareUniforms() 1460 progUniformui(gl, programA, arraySize, locationA, udata); in setAndCompareUniforms() 1468 unsigned int* uValue = &udata[0]; in setAndCompareUniforms() 1526 progUniformui(gl, programB, arraySize, locationB, udata); in setAndCompareUniforms() 1534 uValue = &udata[0]; in setAndCompareUniforms() 1604 activeUniformui(gl, arraySize, location, udata); in setAndCompareUniforms() 1612 uValue = &udata[0]; in setAndCompareUniforms()
|
H A D | es31cComputeShaderTests.cpp | 3614 GLuint* udata; in RunIteration() local 3616 udata = static_cast<GLuint*>( in RunIteration() 3620 if (udata[i] != 7) in RunIteration() 3623 << udata[i] << " should be 7." << tcu::TestLog::EndMessage; in RunIteration() 3774 GLuint* udata; in RunIteration() local 3775 udata = static_cast<GLuint*>( in RunIteration() 3779 if (udata[i] != 7) in RunIteration() 3782 << udata[i] << " should be 7." << tcu::TestLog::EndMessage; in RunIteration()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_point.c | 363 unsigned *udata = (unsigned*)v0[setup->viewport_index_slot]; in try_setup_point() local 364 viewport_index = lp_clamp_viewport_idx(*udata); in try_setup_point()
|
H A D | lp_setup_rect.c | 281 unsigned *udata = (unsigned*)pv[setup->viewport_index_slot]; in try_rect_cw() local 282 viewport_index = lp_clamp_viewport_idx(*udata); in try_rect_cw()
|
H A D | lp_setup_line.c | 321 unsigned *udata = (unsigned*)pv[setup->viewport_index_slot]; in try_setup_line() local 322 viewport_index = lp_clamp_viewport_idx(*udata); in try_setup_line()
|
H A D | lp_setup_tri.c | 286 unsigned *udata = (unsigned*)pv[setup->viewport_index_slot]; in do_triangle_ccw() local 287 viewport_index = lp_clamp_viewport_idx(*udata); in do_triangle_ccw()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 795 unsigned *udata = (unsigned*)v0[setup->softpipe->viewport_index_slot]; in sp_setup_tri() local 796 viewport_index = sp_clamp_viewport_idx(*udata); in sp_setup_tri() 1062 unsigned *udata = (unsigned*)setup->vprovoke[setup->softpipe->viewport_index_slot]; in sp_setup_line() local 1063 viewport_index = sp_clamp_viewport_idx(*udata); in sp_setup_line() 1179 unsigned *udata = (unsigned*)v0[setup->softpipe->viewport_index_slot]; in sp_setup_point() local 1180 viewport_index = sp_clamp_viewport_idx(*udata); in sp_setup_point()
|
/third_party/node/tools/icu/ |
H A D | iculslocs.cc | 56 #include <unicode/udata.h>
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 1729 "kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0)\n\ 1736 One minor note: while you might hope that udata could store a\n\ 1742 udata->object mapping."); 1830 /* Unfortunately, we can't store python objects in udata, because 1842 {"udata", T_UINTPTRT, KQ_OFF(e.udata)}, 1855 "data=0x%llx udata=%p>", in kqueue_event_repr() 1857 (unsigned int)s->e.fflags, (long long)(s->e.data), (void *)s->e.udata); in kqueue_event_repr() 1866 "data", "udata", NULL}; in kqueue_event_init() 1875 &(self->e.fflags), &(self->e.data), &(self->e.udata))) { in kqueue_event_init() [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 29 pub udata: *mut ::c_void,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 29 pub udata: *mut ::c_void,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 26 pub udata: *mut ::c_void,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 17 pub udata: *mut ::c_void,
|
/third_party/ffmpeg/libavcodec/ |
H A D | flacenc.c | 673 uint32_t udata[FLAC_MAX_BLOCKSIZE], in calc_rice_params() 691 udata[i] = (2 * data[i]) ^ (data[i] >> 31); in calc_rice_params() 693 calc_sum_top(pmax, exact ? kmax : 0, udata, n, pred_order, sums); in calc_rice_params() 672 calc_rice_params(RiceContext *rc, uint32_t udata[FLAC_MAX_BLOCKSIZE], uint64_t sums[32][MAX_PARTITIONS], int pmin, int pmax, const int32_t *data, int n, int pred_order, int exact) calc_rice_params() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderStorageBufferObjectTests.cpp | 2884 "layout(std430, binding = 1) buffer Output {" NL " uint udata[8];" NL " int idata[8];" NL in Run() 2887 " const int iidx = atomicAdd(g_int_counter, -1);" NL " g_output.udata[uidx] = uidx;" NL in Run() 2893 "layout(std430, binding = 1) buffer Output {" NL " uint udata[8];" NL " int idata[8];" NL in Run() 2896 " const int iidx = atomicAdd(g_int_counter, -1);" NL " g_output.udata[uidx] = uidx;" NL in Run() 2943 GLuint udata[8]; in Run() local 2944 glGetBufferSubData(GL_SHADER_STORAGE_BUFFER, 0, sizeof(udata), udata); in Run() 2947 if (udata[i] != i) in Run() 2950 << udata[i] << " should be " << i << tcu::TestLog::EndMessage; in Run() 2955 glGetBufferSubData(GL_SHADER_STORAGE_BUFFER, sizeof(udata), sizeo in Run() 3026 GLuint* udata = (GLuint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 32, GL_MAP_READ_BIT); Run() local [all...] |
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 411 pub udata: u64, 1039 pub udata: *mut ::c_void, 1391 && self.udata == other.udata in eq() 1402 let udata = self.udata; in fmt() 1409 .field("udata", &udata) in fmt() 1420 let udata = self.udata; in hash() [all...] |