Home
last modified time | relevance | path

Searched refs:rebound (Results 1 – 25 of 48) sorted by relevance

12

/third_party/toybox/porting/liteos_a/
Dtoys.h119 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
Dmain.c142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
/third_party/toybox/
Dtoys.h113 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
Dmain.c142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
/third_party/boost/libs/optional/doc/
D15_optional_references.qbk51 referenced object; its value changes but the reference is never rebound.
60 assert(ra!=b); // 'ra' is not rebound to 'b'
72 ora = orb ; // 'ora' is rebound to 'b'
/third_party/toybox/toys/pending/
Dsh.c476 sigjmp_buf rebound; in run_command() local
483 if (!sigsetjmp(rebound, 1)) { in run_command()
484 toys.rebound = &rebound; in run_command()
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dallocate_unique.adoc103 from arguments as specified by the concrete overload. Uses a rebound copy of
127 to hold an object of type `U`, and `a2` of type `A2` is a potentially rebound
137 potentially rebound copy of `a`.
Dmake_shared.adoc113 from arguments as specified by the concrete overload. Uses a rebound copy of
147 type `A2` is a potentially rebound copy of `a`.
161 type `A2` is a potentially rebound copy of `a`.
/third_party/toybox/lib/
Dlib.h416 toys.rebound = &_noexit; \
419 toys.rebound = 0; \
Dxwrap.c40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h417 toys.rebound = &_noexit; \
420 toys.rebound = 0; \
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_display_color_table.txt82 swap? What happens when a drawable is rebound several times prior to
168 table 0 cannot be changed. It may be rebound to a drawable at any time.
/third_party/openGLES/extensions/EXT/
DWGL_EXT_display_color_table.txt82 swap? What happens when a drawable is rebound several times prior to
168 table 0 cannot be changed. It may be rebound to a drawable at any time.
/third_party/boost/libs/unordered/doc/
Dcompliance.qbk88 rebound allocators, this can cause problems if the allocator can't be
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c574 unsigned rebound = vbo + so; in tc_rebind_buffer() local
576 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_VERTEX, rebind_mask); in tc_rebind_buffer()
577 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_FRAGMENT, rebind_mask); in tc_rebind_buffer()
580 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_TESS_CTRL, rebind_mask); in tc_rebind_buffer()
582 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_TESS_EVAL, rebind_mask); in tc_rebind_buffer()
584 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_GEOMETRY, rebind_mask); in tc_rebind_buffer()
586 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_COMPUTE, rebind_mask); in tc_rebind_buffer()
588 if (rebound) in tc_rebind_buffer()
590 return rebound; in tc_rebind_buffer()
/third_party/boost/libs/align/doc/
Dalign.qbk427 `a2` of type `A2` is a rebound copy of `base()` where its `value_type` is
443 `a2` of type `A2` is a rebound copy of `base()` where its `value_type` is an
458 rebound copy of `base()` where its `value_type` is implementation
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DQueries.md132 - Queries getting deleted / rebound when the other is active, for example:
/third_party/EGL/extensions/EXT/
DEGL_EXT_stream_consumer_egloutput.txt133 If <layer> is rebound to a different stream by a subsequent call
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_stream_consumer_egloutput.txt133 If <layer> is rebound to a different stream by a subsequent call
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_EGL_stream_consumer_external.txt409 are bound to that texture object are rebound to texture object zero.
484 are bound to that texture object are rebound to texture object zero.
/third_party/openGLES/extensions/NV/
DNV_EGL_stream_consumer_external.txt409 are bound to that texture object are rebound to texture object zero.
484 are bound to that texture object are rebound to texture object zero.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_vertex_array_object.txt233 array object is both rebound and unlocked. In other words, locking
/third_party/openGLES/extensions/SGIX/
DSGIX_vertex_array_object.txt233 array object is both rebound and unlocked. In other words, locking
/third_party/python/Doc/library/
Dimp.rst155 not rebound to refer to the new objects and must be updated in each namespace
/third_party/python/Doc/tutorial/
Dclasses.rst155 variables live in the global scope and should be rebound there; the
157 an enclosing scope and should be rebound there.

12