Home
last modified time | relevance | path

Searched defs:range (Results 601 - 625 of 2083) sorted by relevance

1...<<21222324252627282930>>...84

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy.c544 VkImageSubresourceRange range = { in copy_image() local
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.h144 VkDeviceSize range; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
H A Dmain.c32 typedef struct range { struct
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A Dmain.c18 typedef struct range { struct
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp252 RegisterCompAccess::RegisterCompAccess(LiveRange range): in RegisterCompAccess() argument
H A Dsfn_liverangeevaluator.cpp437 os << " " << range << "\n"; in operator <<() local
H A Dsfn_liverangeevaluator_helpers.h103 const auto& range() { return m_range;} in range() function in r600::RegisterCompAccess
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.h79 struct util_range range; member
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_rendering.c108 unsigned int range = stop - start; in Gradient() local
219 const int start = 16, stop = 235, range = stop - start; in main() local
236 const int start = 16, stop = 240, range = stop - start; in main() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_analyze_ubo_ranges.c49 struct brw_ubo_range range; member
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dioctl.c92 uint64_t range[2]; in fstrim_clusters() local
257 struct fstrim_range *range = data; in fstrim() local
405 struct fstrim_range *range in ntfs_ioctl() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationweights.cpp553 WeightRange &range = ranges[rangeIndex]; nextWeight() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c54 uint8_t range[MAX_UBO_WORDS]; member
86 uint8_t *range = res.blocks[ubo].range; in bi_analyze_ranges() local
104 unsigned range = block->range[r]; in bi_pick_ubo() local
[all...]
/third_party/ltp/include/lapi/
H A Duserfaultfd.h110 struct uffdio_range range; member
143 struct uffdio_range range; member
172 struct uffdio_range range; member
/third_party/libinput/test/
H A Dtest-touchpad-tap.c208 range = _i / 3, /* looped test */ in START_TEST() local
298 range = _i / 3, /* looped test */ in START_TEST() local
407 range = _i / 3, /* looped test */ in START_TEST() local
524 range in START_TEST() local
625 range = _i / 3, /* looped test */ START_TEST() local
715 range = _i / 3, /* looped test */ START_TEST() local
826 range = _i / 3, /* looped test */ START_TEST() local
922 range = _i / 3, /* looped test */ START_TEST() local
1037 range = _i / 3, /* looped test */ START_TEST() local
4037 range = _i / 3, /* looped test */ START_TEST() local
5091 range = _i / 3, /* looped test */ START_TEST() local
5177 range = _i / 3, /* looped test */ START_TEST() local
5262 range = _i / 3, /* looped test */ START_TEST() local
5378 range = _i / 3, /* looped test */ START_TEST() local
[all...]
/third_party/lzma/C/
H A DBcj2.h104 UInt32 range; member
269 UInt32 range; member
/third_party/node/deps/v8/src/ast/
H A Dast-source-ranges.h265 NaryOperationSourceRanges(Zone* zone, const SourceRange& range) in NaryOperationSourceRanges() argument
/third_party/node/deps/v8/src/torque/
H A Dcfg.cc104 void CfgAssembler::DeleteRange(StackRange range) { in DeleteRange() argument
114 StackRange CfgAssembler::Peek(StackRange range, in Peek() argument
[all...]
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage-handler.cc139 void PopulateRangeFromSourcePosition(Range range, in PopulateRangeFromSourcePosition() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.cpp208 d3d12_bo_map(struct d3d12_bo *bo, D3D12_RANGE *range) in d3d12_bo_map() argument
234 d3d12_bo_unmap(struct d3d12_bo *bo, D3D12_RANGE *range) d3d12_bo_unmap() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c368 const VkImageSubresourceRange *range = &pCreateInfo->subresourceRange; in vk_image_view_init() local
[all...]
H A Dvk_image.h305 VkImageSubresourceRange range = { in vk_image_view_subresource_range() local
121 vk_image_subresource_level_count(const struct vk_image *image, const VkImageSubresourceRange *range) vk_image_subresource_level_count() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c193 SVGA3dPrimitiveRange range; in svga_hwtnl_simple_draw_range_elements() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c133 static int bnrand_range(BNRAND_FLAG flag, BIGNUM *r, const BIGNUM *range, in bnrand_range() argument
205 BN_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, BN_CTX *ctx) BN_rand_range_ex() argument
212 BN_rand_range(BIGNUM *r, const BIGNUM *range) BN_rand_range() argument
218 BN_priv_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, BN_CTX *ctx) BN_priv_rand_range_ex() argument
225 BN_priv_rand_range(BIGNUM *r, const BIGNUM *range) BN_priv_rand_range() argument
236 BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) BN_pseudo_rand_range() argument
251 BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, const BIGNUM *priv, const unsigned char *message, size_t message_len, BN_CTX *ctx) BN_generate_dsa_nonce() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java543 private static Range<DigitSequence> range(String lo, String hi) { range() method in RangeTreeTest
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...84