Home
last modified time | relevance | path

Searched defs:bound (Results 26 - 50 of 112) sorted by relevance

12345

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfftwrap.c45 static int maximize_range(spx_word16_t *in, spx_word16_t *out, spx_word16_t bound, int len) in maximize_range() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DByteArray.java34 private boolean bound; field in ByteArray
H A DFontData.java115 public boolean bound(int offset, int length) { in bound() method in FontData
133 public boolean bound(int offset) { in bound() method in FontData
[all...]
/third_party/skia/tests/
H A DDrawTextTest.cpp30 static void create(SkBitmap* bm, SkIRect bound) { in create() argument
H A DFontHostStreamTest.cpp25 static void create(SkBitmap* bm, SkIRect bound) { in create() argument
H A DClipStackTest.cpp507 SkRect bound; in test_rect_merging() local
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/
H A Drandom_generator.cc59 uint32_t RandomGenerator::GetUInt32(uint32_t bound) { in GetUInt32() argument
69 uint64_t RandomGenerator::GetUInt64(uint64_t bound) { in GetUInt64() argument
/third_party/elfio/tests/
H A DELFIOTest1.cpp697 auto bound = psymsec->get_info(); in TEST() local
/third_party/lzma/C/
H A DPpmd7Enc.c156 const UInt32 bound = (R->Range >> 14) * pr; in Ppmd7z_EncodeSymbol() local
/third_party/mbedtls/library/
H A Doid.c990 static int oid_parse_number(unsigned int *num, const char **p, const char *bound) in oid_parse_number() argument
1020 oid_subidentifier_encode_into(unsigned char **p, unsigned char *bound, unsigned int value) oid_subidentifier_encode_into() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dir_print_visitor.cpp190 const char *const bound = (ir->data.bound) ? "bound " : ""; in visit() local
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c1215 size_t bound, bound2; in test_nghttp2_hd_deflate_bound() local
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc77 void InductionVariable::AddUpperBound(Node* bound, in AddUpperBound() argument
87 void InductionVariable::AddLowerBound(Node* bound, in AddLowerBound() argument
[all...]
H A Dloop-variable-optimizer.h33 Node* bound; member
/third_party/mesa3d/src/panfrost/util/
H A Dlcra.c86 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound) in lcra_set_alignment() argument
104 unsigned bound = BA >> 16; in lcra_restrict_range() local
170 unsigned bound = BA >> 16; in lcra_solve() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp326 void TransformFeedback::onBindingChanged(const Context *context, bool bound) in onBindingChanged() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_access_chain.cpp163 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in IsApplicable() local
266 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in Apply() local
377 uint32_t bound in GetStructIndexValue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_access_chain.cpp163 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in IsApplicable() local
266 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in Apply() local
377 uint32_t bound in GetStructIndexValue() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_test_util.cc86 bool Near(absl::string_view msg, double actual, double expected, double bound) { in Near() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.cc54 Bind(const UnboundConversion* unbound, BoundConversion* bound) Bind() argument
113 BoundConversion bound; ConvertOne() local
141 ConvertOne(const BoundConversion& bound, string_view ) const ConvertOne() argument
155 ConvertOne(const BoundConversion& bound, string_view ) const ConvertOne() argument
174 BindWithPack(const UnboundConversion* props, absl::Span<const FormatArgImpl> pack, BoundConversion* bound) BindWithPack() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_access_chain.cpp163 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in IsApplicable() local
266 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in Apply() local
379 uint32_t bound in GetStructIndexValue() local
[all...]
/third_party/eudev/src/udev/
H A Dudev-ctrl.c64 bool bound; member
/third_party/glslang/SPIRV/
H A Ddisassemble.cpp120 Id bound; member in spv::SpirvStream
/third_party/mesa3d/src/mesa/main/
H A Darrayobj.c575 const GLbitfield bound = enabled & binding->_BoundArrays; in _mesa_update_vao_derived_arrays() local
693 const GLbitfield bound = VERT_BIT(i); _mesa_update_vao_derived_arrays() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc471 LiveRangeBound* bound = array->Find(pred_end); in CommitSpill() local

Completed in 21 milliseconds

12345