Home
last modified time | relevance | path

Searched refs:val (Results 5126 - 5150 of 6392) sorted by relevance

1...<<201202203204205206207208209210>>...256

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c173 print_const(unsigned const_num, uint16_t *val, FILE *fp) in print_const() argument
177 fprintf(fp, " %f", _mesa_half_to_float(val[i])); in print_const()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h62 #define BRW_PARAM(domain, val) (BRW_PARAM_DOMAIN_##domain << 24 | (val))
/third_party/node/deps/openssl/openssl/engines/
H A De_ossltest.c901 unsigned char val = 1; in ossltest_rand_bytes() local
904 *buf++ = val++; in ossltest_rand_bytes()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_gen.c24 #define ASN1_GEN_STR(str,val) {str, sizeof(str) - 1, val}
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_run.py54 typ, val, tb = sys.exc_info()
55 actual = run.get_message_lines(typ, val, tb)[0]
/third_party/python/Lib/test/
H A Dseq_tests.py44 for val in self.seqn:
45 yield val
H A Dtest_heapq.py321 for val in self.seqn:
322 yield val
/third_party/openssl/crypto/asn1/
H A Dasn1_gen.c24 #define ASN1_GEN_STR(str,val) {str, sizeof(str) - 1, val}
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp83 PositionValueVertex(tcu::Vec4 pos, float val) in PositionValueVertex()
85 , value(val) in PositionValueVertex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp83 PositionValueVertex(tcu::Vec4 pos, float val) in PositionValueVertex()
85 , value(val) in PositionValueVertex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp124 #define CV_REGISTER(name, val) \ in operator <<()
138 #define CV_REGISTER(name, val) \ in operator <<()
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp169 inline const char* getBoolName (bool val) in getBoolName() argument
171 return val ? "True" : "False"; in getBoolName()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.h35 #include "source/val/decoration.h"
36 #include "source/val/function.h"
37 #include "source/val/instruction.h"
41 namespace val { namespace
603 bool GetConstantValUint64(uint32_t id, uint64_t* val) const;
898 } // namespace val
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h214 inline IntermediateCommandStream &push(const T &val) in push() argument
216 auto ptr = reinterpret_cast<const uint8_t *>(&val); in push()
/third_party/openssl/engines/
H A De_ossltest.c901 unsigned char val = 1; in ossltest_rand_bytes() local
904 *buf++ = val++; in ossltest_rand_bytes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.h35 #include "source/val/decoration.h"
36 #include "source/val/function.h"
37 #include "source/val/instruction.h"
41 namespace val { namespace
603 bool GetConstantValUint64(uint32_t id, uint64_t* val) const;
898 } // namespace val
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.cpp266 if (std::unique_ptr<Expression> val = cast_expression(context, right, resultType)) { in simplify_no_op_arithmetic()
267 return PrefixExpression::Make(context, Token::Kind::TK_MINUS, std::move(val)); in simplify_no_op_arithmetic()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.h78 inline constexpr T AlignUp(T val, T align) in AlignUp() argument
80 return (val + align - 1) / align * align; in AlignUp()
/third_party/openssl/test/
H A Dcmp_protect_test.c190 #define SET_OPT_UNPROTECTED_SEND(ctx, val) \
191 OSSL_CMP_CTX_set_option((ctx), OSSL_CMP_OPT_UNPROTECTED_SEND, (val))
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c728 FT_Bool* val = (FT_Bool*)value; in pcf_property_get() local
731 *val = no_long_family_names; in pcf_property_get()
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c575 void item_set_selected(int val) in item_set_selected() argument
577 item_cur->node.selected = val; in item_set_selected()
/third_party/python/Lib/
H A Dbdb.py845 val = eval(b.cond, frame.f_globals, frame.f_locals)
846 if val:
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128_unittest.cc456 uint128 val; in TEST() member
512 os << cases[i].val; in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_exception_safety_test.cc253 value_type val{}; in TYPED_TEST()
254 vec->assign(to_size, val); in TYPED_TEST()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs101 pub fn custom(val: c_int) -> RsaPssSaltlen { in custom()
102 RsaPssSaltlen(val) in custom()

Completed in 28 milliseconds

1...<<201202203204205206207208209210>>...256