Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h357 uint8_t endpoints[][4]) in extract_unorm_endpoints()
369 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints()
380 endpoints[subset * 2 + endpoint][3] = in extract_unorm_endpoints()
390 endpoints[subset * 2 + endpoint][3] = 255; in extract_unorm_endpoints()
403 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints()
404 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints()
415 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints()
416 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints()
426 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints()
427 expand_component(endpoints[subset * 2 + endpoint][component], in extract_unorm_endpoints()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPatternStringParser.java101 long endpoints = getEndpoints(flags); in charAt() local
102 int left = (int) (endpoints & 0xffffffff); in charAt()
103 int right = (int) (endpoints >>> 32); in charAt()
115 public static int getLengthFromEndpoints(long endpoints) { in getLengthFromEndpoints() argument
116 int left = (int) (endpoints & 0xffffffff); in getLengthFromEndpoints()
117 int right = (int) (endpoints >>> 32); in getLengthFromEndpoints()
123 long endpoints = getEndpoints(flags); in getString() local
124 int left = (int) (endpoints & 0xffffffff); in getString()
125 int right = (int) (endpoints >>> 32); in getString()
300 long endpoints = state.offset; in consumeAffix() local
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringParser.java98 long endpoints = getEndpoints(flags); in charAt() local
99 int left = (int) (endpoints & 0xffffffff); in charAt()
100 int right = (int) (endpoints >>> 32); in charAt()
112 public static int getLengthFromEndpoints(long endpoints) { in getLengthFromEndpoints() argument
113 int left = (int) (endpoints & 0xffffffff); in getLengthFromEndpoints()
114 int right = (int) (endpoints >>> 32); in getLengthFromEndpoints()
120 long endpoints = getEndpoints(flags); in getString() local
121 int left = (int) (endpoints & 0xffffffff); in getString()
122 int right = (int) (endpoints >>> 32); in getString()
294 long endpoints = state.offset; in consumeAffix() local
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.cpp51 const Endpoints& endpoints = getEndpoints(flags); in charAt() local
52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt()
55 return pattern.charAt(endpoints.start + index); in charAt()
62 int32_t ParsedPatternInfo::getLengthFromEndpoints(const Endpoints& endpoints) { in getLengthFromEndpoints() argument
63 return endpoints.end - endpoints.start; in getLengthFromEndpoints()
67 const Endpoints& endpoints = getEndpoints(flags); in getString() local
68 if (endpoints.start == endpoints.end) { in getString()
72 return UnicodeString(pattern, endpoints.start, endpoints.end - endpoints.start); in getString()
201 void ParsedPatternInfo::consumeAffix(Endpoints& endpoints, UErrorCode& status) { in consumeAffix() argument
203 endpoints.start = state.offset; in consumeAffix()
[all …]
Dnumber_patternstring.h87 static int32_t getLengthFromEndpoints(const Endpoints& endpoints);
151 void consumeAffix(Endpoints& endpoints, UErrorCode& status);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.cpp50 const Endpoints& endpoints = getEndpoints(flags); in charAt() local
51 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt()
54 return pattern.charAt(endpoints.start + index); in charAt()
61 int32_t ParsedPatternInfo::getLengthFromEndpoints(const Endpoints& endpoints) { in getLengthFromEndpoints() argument
62 return endpoints.end - endpoints.start; in getLengthFromEndpoints()
66 const Endpoints& endpoints = getEndpoints(flags); in getString() local
67 if (endpoints.start == endpoints.end) { in getString()
71 return UnicodeString(pattern, endpoints.start, endpoints.end - endpoints.start); in getString()
200 void ParsedPatternInfo::consumeAffix(Endpoints& endpoints, UErrorCode& status) { in consumeAffix() argument
202 endpoints.start = state.offset; in consumeAffix()
[all …]
Dnumber_patternstring.h75 static int32_t getLengthFromEndpoints(const Endpoints& endpoints);
139 void consumeAffix(Endpoints& endpoints, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.cpp51 const Endpoints& endpoints = getEndpoints(flags); in charAt() local
52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt()
55 return pattern.charAt(endpoints.start + index); in charAt()
62 int32_t ParsedPatternInfo::getLengthFromEndpoints(const Endpoints& endpoints) { in getLengthFromEndpoints() argument
63 return endpoints.end - endpoints.start; in getLengthFromEndpoints()
67 const Endpoints& endpoints = getEndpoints(flags); in getString() local
68 if (endpoints.start == endpoints.end) { in getString()
72 return UnicodeString(pattern, endpoints.start, endpoints.end - endpoints.start); in getString()
201 void ParsedPatternInfo::consumeAffix(Endpoints& endpoints, UErrorCode& status) { in consumeAffix() argument
203 endpoints.start = state.offset; in consumeAffix()
[all …]
Dnumber_patternstring.h87 static int32_t getLengthFromEndpoints(const Endpoints& endpoints);
151 void consumeAffix(Endpoints& endpoints, UErrorCode& status);
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.cpp51 const Endpoints& endpoints = getEndpoints(flags); in charAt() local
52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt()
55 return pattern.charAt(endpoints.start + index); in charAt()
62 int32_t ParsedPatternInfo::getLengthFromEndpoints(const Endpoints& endpoints) { in getLengthFromEndpoints() argument
63 return endpoints.end - endpoints.start; in getLengthFromEndpoints()
67 const Endpoints& endpoints = getEndpoints(flags); in getString() local
68 if (endpoints.start == endpoints.end) { in getString()
72 return UnicodeString(pattern, endpoints.start, endpoints.end - endpoints.start); in getString()
217 void ParsedPatternInfo::consumeAffix(Endpoints& endpoints, UErrorCode& status) { in consumeAffix() argument
219 endpoints.start = state.offset; in consumeAffix()
[all …]
Dnumber_patternstring.h88 static int32_t getLengthFromEndpoints(const Endpoints& endpoints);
159 void consumeAffix(Endpoints& endpoints, UErrorCode& status);
/third_party/openGLES/extensions/EXT/
DEXT_texture_compression_bptc.txt260 colors called endpoints, interpolate between those endpoints in a variety
295 both endpoints of subset 0 and the upper of which applies to both
296 endpoints of subset 1. If the format has a per-endpoint P-bits, then there
307 subset called the anchor index. Since the ordering of the endpoints is
309 endpoints such that the highest bit is guaranteed to be zero. In partition
596 In a single-subset blocks, the two endpoints are contained in r0,g0,b0
597 (hence e0) and r1,g1,b1 (hence e1). In a two-subset block, the endpoints
601 the texture is signed or if the block mode has transformed endpoints. If
602 the mode has transformed endpoints, the values from e0 are used as a base
603 to offset all other endpoints, wrapped at the number of endpoint bits. For
[all …]
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md66 /v1/hooks/hook`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#post-v1hooksho…
101 /v1/hooks/hook/:id`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#get-v1hook…
133 /v1/hooks/hook/:id`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#delete-v1h…
181 /v1/hooks/hook/:id`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#put-v1hook…
223 /v1/hooks`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#get-v1hooks)
254 /v1/hooks`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#get-v1hooks)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_compression_bptc.txt260 colors called endpoints, interpolate between those endpoints in a variety
294 shared P-bit, there are two bits for endpoints 0 and 1 from low to
306 subset called the anchor index. Since the ordering of the endpoints is
308 endpoints such that the highest bit is guaranteed to be zero. In partition
595 In a single-subset blocks, the two endpoints are contained in r0,g0,b0
596 (hence e0) and r1,g1,b1 (hence e1). In a two-subset block, the endpoints
600 the texture is signed or if the block mode has transformed endpoints. If
601 the mode has transformed endpoints, the values from e0 are used as a base
602 to offset all other endpoints, wrapped at the number of endpoint bits. For
605 Next, the endpoints are unquantized to maximize the usage of the bits and
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c119 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr()
120 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_ep_by_addr()
173 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint()
174 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_endpoint()
371 ep_end = udev->endpoints + udev->endpoints_max; in usb_endpoint_foreach()
375 ep = udev->endpoints; in usb_endpoint_foreach()
663 ep = udev->endpoints; in usb_config_parse()
747 ep = udev->endpoints + temp; in usb_config_parse()
785 udev->endpoints = bsd_malloc(sizeof(*ep) * ep_max, in usb_config_parse()
787 if (udev->endpoints == NULL) { in usb_config_parse()
[all …]
Dusb_device.h205 struct usb_endpoint *endpoints; member
207 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp2243 deUint32 endpoints[6][5]; in decompressBc7() local
2279 endpoints[ep][cpnt] = getBits128(low, high, offset, offset + n - 1); in decompressBc7()
2292 endpoints[ep][cpnt] <<= 1; in decompressBc7()
2299 const deUint32 pbitZero = endpoints[0][4]; in decompressBc7()
2300 const deUint32 pbitOne = endpoints[1][4]; in decompressBc7()
2304 endpoints[0][cpnt] |= pbitZero; in decompressBc7()
2305 endpoints[1][cpnt] |= pbitZero; in decompressBc7()
2306 endpoints[2][cpnt] |= pbitOne; in decompressBc7()
2307 endpoints[3][cpnt] |= pbitOne; in decompressBc7()
2317 endpoints[ep][cpnt] |= endpoints[ep][4]; in decompressBc7()
[all …]
/third_party/openGLES/extensions/ARB/
DARB_texture_compression_bptc.txt339 colors called endpoints, interpolate between those endpoints in a variety
374 both endpoints of subset 0 and the upper of which applies to both
375 endpoints of subset 1. If the format has a per-endpoint P-bits, then there
386 subset called the anchor index. Since the ordering of the endpoints is
388 endpoints such that the highest bit is guaranteed to be zero. In partition
675 In a single-subset blocks, the two endpoints are contained in r0,g0,b0
676 (hence e0) and r1,g1,b1 (hence e1). In a two-subset block, the endpoints
680 the texture is signed or if the block mode has transformed endpoints. If
681 the mode has transformed endpoints, the values from e0 are used as a base
682 to offset all other endpoints, wrapped at the number of endpoint bits. For
[all …]
/third_party/libcoap/man/
Dcoap_io.txt.in55 After setting up all the contexts, resources, endpoints sessions etc., the
112 iterate through the endpoints and sessions to transmit any triggered observer
121 packets. Where appropriate, structure information (endpoints, sessions etc.)
125 through the endpoints and sessions to add all of sockets waiting for network
137 iterate through the endpoints and sessions to find all of sockets that have
140 information (endpoints, sessions etc.) is updated with the value of _now_ in
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_compression_bptc.txt329 colors called endpoints, interpolate between those endpoints in a variety
363 shared P-bit, there are two bits for endpoints 0 and 1 from low to
375 subset called the anchor index. Since the ordering of the endpoints is
377 endpoints such that the highest bit is guaranteed to be zero. In partition
664 In a single-subset blocks, the two endpoints are contained in r0,g0,b0
665 (hence e0) and r1,g1,b1 (hence e1). In a two-subset block, the endpoints
669 the texture is signed or if the block mode has transformed endpoints. If
670 the mode has transformed endpoints, the values from e0 are used as a base
671 to offset all other endpoints, wrapped at the number of endpoint bits. For
674 Next, the endpoints are unquantized to maximize the usage of the bits and
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtext_selection.dart299 List<TextSelectionPoint> endpoints,
312 …final double availableHeight = globalEditableRegion.top + endpoints.first.point.dy - textLineHeigh…
324 ? endpoints.first.point.dy - textLineHeight - _kToolbarContentDistance - _kToolbarHeight
325 : endpoints.last.point.dy + _kToolbarContentDistance;
391 // on top of the text selection endpoints.
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtext_selection.dart149 List<TextSelectionPoint> endpoints,
157 final TextSelectionPoint startTextSelectionPoint = endpoints[0];
162 …final double availableHeight = globalEditableRegion.top + endpoints.first.point.dy - textLineHeigh…
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_remote.txt53 connections when the producer and consumer endpoints are not
302 created, and indicates the endpoints which will be attached to the
398 of EGLStream objects representing opposite endpoints of a stream are
401 between the endpoints, they will exchange attribute settings:
402 - If both endpoints have a value of EGL_DONT_CARE for an
422 endpoints. For instance, when a new frame is inserted into the
/third_party/EGL/extensions/NV/
DEGL_NV_stream_remote.txt53 connections when the producer and consumer endpoints are not
302 created, and indicates the endpoints which will be attached to the
398 of EGLStream objects representing opposite endpoints of a stream are
401 between the endpoints, they will exchange attribute settings:
402 - If both endpoints have a value of EGL_DONT_CARE for an
422 endpoints. For instance, when a new frame is inserted into the
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dbeveled_rectangle_border.dart35 /// Each corner [Radius] defines the endpoints of a line segment that
36 /// spans the corner. The endpoints are located in the same place as

12345