/hardware/google/gfxstream/guest/mesa/src/util/ |
D | fast_idiv_by_const.c | 88 uint64_t remainder = initial_power_of_2 % D; in util_compute_fast_udiv_info() local 113 if (remainder >= D - remainder) { in util_compute_fast_udiv_info() 116 remainder = remainder * 2 - D; in util_compute_fast_udiv_info() 120 remainder = remainder * 2; in util_compute_fast_udiv_info() 128 (D - remainder) <= ((uint64_t)1 << (exponent + extra_shift))) in util_compute_fast_udiv_info() 135 remainder <= ((uint64_t)1 << (exponent + extra_shift))) { in util_compute_fast_udiv_info()
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | transport.c | 57 div_uint64_rem(uint64_t dividend, uint32_t divisor, uint64_t *remainder) in div_uint64_rem() argument 65 *remainder = dividend; in div_uint64_rem()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mhchem.min.js | 1 …remainder),!d.toContinue)break t}}if(r<=0)throw["MhchemBugU","mhchem bug U. Please report."]}},con…
|
D | mhchem.js | 325 input = matches.remainder; 387 remainder: input.substr(m[0].length) 399 remainder: input.substr(m[0].length) 409 if (a && a.remainder.match(/^($|[\s,;\)\]\}])/)) { 419 remainder: input.substr(m[0].length) 551 remainder: input.substr(match[0].length) 564 remainder: input.substr(match[0].length) 586 remainder: input.substr(match[0].length) 676 remainder: input.substr(e.endMatchEnd) 690 remainder: group2.remainder [all …]
|
D | mhchem.mjs | 215 input = matches.remainder; 249 // either regexps or function that return null or {match_:"a", remainder:"bc"} 277 remainder: input.substr(m[0].length) 289 remainder: input.substr(m[0].length) 299 if (a && a.remainder.match(/^($|[\s,;\)\]\}])/)) { 309 remainder: input.substr(m[0].length) 441 remainder: input.substr(match[0].length) 454 remainder: input.substr(match[0].length) 476 remainder: input.substr(match[0].length) 566 remainder: input.substr(e.endMatchEnd) [all …]
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glxext.h | 631 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count); 634 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count); 818 …scOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder); 819 …dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, i… 824 …PROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder); 825 …dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, i…
|
D | dri_interface.h | 193 int64_t target_msc, int64_t divisor, int64_t remainder,
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glxext.h | 690 …PROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder); 691 …dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, i… 696 …scOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder); 697 …dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, i… 935 typedef int ( *PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count); 938 int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
|
D | wglext.h | 827 …(WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 828 …PLAYERBUFFERSMSCOMLPROC) (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 829 …NWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT… 834 INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 835 …glSwapLayerBuffersMscOML (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 836 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust…
|
/hardware/google/gfxstream/include/GL/ |
D | wglext.h | 647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder… 648 …glSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT… 654 …(WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 655 …PLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 656 …NWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_win32_surface.adoc | 85 the remainder of its lifetime. 94 window object alters the object for the remainder of its lifetime.
|
D | extensions.adoc | 28 The remainder of this appendix documents a set of extensions chosen when
|
/hardware/interfaces/bluetooth/audio/utils/le_audio_configuration_set/ |
D | audio_set_configurations.fbs | 26 /// values if `value.length()` is no-remainder divisible by the non-zero
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 195 * remainder of the packet. 306 * remainder of the packet. It additionally includes the status of the
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/internal/ |
D | dri_interface.h | 193 int64_t target_msc, int64_t divisor, int64_t remainder,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_device_fault.adoc | 173 binaries will begin with a common header. The contents of the remainder of the
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 36 unsigned int remainder = x % ASTCENC_SIMD_WIDTH; in round_down() local 37 return x - remainder; in round_down() 42 unsigned int remainder = x % ASTCENC_SIMD_WIDTH; in round_up() local 43 if (!remainder) in round_up() 48 return x - remainder + ASTCENC_SIMD_WIDTH; in round_up()
|
/hardware/google/gfxstream/guest/mesa/include/GL/internal/ |
D | dri_interface.h | 168 int64_t target_msc, int64_t divisor, int64_t remainder,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | geometry.adoc | 155 The remainder of this section details the usage of the code:PassthroughNV
|
D | debugging.adoc | 119 will be described in the remainder of this chapter. 445 the remainder of the header.
|
D | fundamentals.adoc | 13 commands and behavior in the remainder of the Specification. 1606 in the remainder of this section. 1714 In the remainder of this section, [eq]#b# denotes the bit width of the
|
/hardware/invensense/6515/libsensors_iio/ |
D | License.txt | 195 of the remainder of this Agreement shall not be affected if the illegal or
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 195 of the remainder of this Agreement shall not be affected if the illegal or
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1600 int64_t remainder = 0; in x11_present_to_x11_dri3() local 1645 remainder, 0, NULL); in x11_present_to_x11_dri3()
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 301 * amount provided, the caller may provide the remainder in a subsequent call to
|