/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | disasm.c | 173 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 D | crocus_context.h | 62 #define BRW_PARAM(domain, val) (BRW_PARAM_DOMAIN_##domain << 24 | (val))
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_ossltest.c | 901 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 D | asn1_gen.c | 24 #define ASN1_GEN_STR(str,val) {str, sizeof(str) - 1, val}
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_run.py | 54 typ, val, tb = sys.exc_info() 55 actual = run.get_message_lines(typ, val, tb)[0]
|
/third_party/python/Lib/test/ |
H A D | seq_tests.py | 44 for val in self.seqn: 45 yield val
|
H A D | test_heapq.py | 321 for val in self.seqn: 322 yield val
|
/third_party/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 24 #define ASN1_GEN_STR(str,val) {str, sizeof(str) - 1, val}
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawExplicitVertexParameterTests.cpp | 83 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 D | vktDrawExplicitVertexParameterTests.cpp | 83 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 D | PDBExtras.cpp | 124 #define CV_REGISTER(name, val) \ in operator <<() 138 #define CV_REGISTER(name, val) \ in operator <<()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogWriter.cpp | 169 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 D | validation_state.h | 35 #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 D | mtl_command_buffer.h | 214 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 D | e_ossltest.c | 901 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 D | validation_state.h | 35 #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 D | SkSLConstantFolder.cpp | 266 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 D | Common.h | 78 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 D | cmp_protect_test.c | 190 #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 D | pcfdrivr.c | 728 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 D | util.c | 575 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 D | bdb.py | 845 val = eval(b.cond, frame.f_globals, frame.f_locals) 846 if val:
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128_unittest.cc | 456 uint128 val; in TEST() member 512 os << cases[i].val; in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_exception_safety_test.cc | 253 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 D | sign.rs | 101 pub fn custom(val: c_int) -> RsaPssSaltlen { in custom() 102 RsaPssSaltlen(val) in custom()
|