/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 39 * CLDR string value "∅∅∅" prevents fallback to the parent bundle. 107 * @param omitDefault if true, omit keyword and value if default. 240 return fullBase; // Keyword value is default - no keyword needed in locale in getFunctionalEquivalent() 284 * default{ "phonebook"} } } If the value of "default" key needs to be 436 * for each child resource (passing it that resource's key and either its actual value or, if that value is an 437 * alias, the value you get by following the alias). Then walks back over the bundle's parent chain, 448 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in getAllChildrenWithFallback() 449 UResource.Table itemsTable = value.getTable(); in getAllChildrenWithFallback() 450 for (int i = 0; itemsTable.getKeyAndValue(i, key, value); in getAllChildrenWithFallback() 667 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberSkeletonImpl.java | 392 private static void roundingMode(RoundingMode value, StringBuilder sb) { in roundingMode() argument 393 switch (value) { in roundingMode() 423 private static void groupingStrategy(GroupingStrategy value, StringBuilder sb) { in groupingStrategy() argument 424 switch (value) { in groupingStrategy() 445 private static void unitWidth(UnitWidth value, StringBuilder sb) { in unitWidth() argument 446 switch (value) { in unitWidth() 473 private static void signDisplay(SignDisplay value, StringBuilder sb) { in signDisplay() argument 474 switch (value) { in signDisplay() 507 private static void decimalSeparatorDisplay(DecimalSeparatorDisplay value, StringBuilder sb) { in decimalSeparatorDisplay() argument 508 switch (value) { in decimalSeparatorDisplay() 1704 checkNull(Object value, CharSequence content) checkNull() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberSkeletonImpl.java | 373 private static void roundingMode(RoundingMode value, StringBuilder sb) { in roundingMode() argument 374 switch (value) { in roundingMode() 404 private static void groupingStrategy(GroupingStrategy value, StringBuilder sb) { in groupingStrategy() argument 405 switch (value) { in groupingStrategy() 426 private static void unitWidth(UnitWidth value, StringBuilder sb) { in unitWidth() argument 427 switch (value) { in unitWidth() 454 private static void signDisplay(SignDisplay value, StringBuilder sb) { in signDisplay() argument 455 switch (value) { in signDisplay() 482 private static void decimalSeparatorDisplay(DecimalSeparatorDisplay value, StringBuilder sb) { in decimalSeparatorDisplay() argument 483 switch (value) { in decimalSeparatorDisplay() 1593 checkNull(Object value, CharSequence content) checkNull() argument [all...] |
/third_party/json/include/nlohmann/detail/input/ |
H A D | binary_reader.hpp | 152 exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string()), "value"), nullptr)); in sax_parse() 166 @return whether a valid BSON-value was passed to the SAX parser 286 string_t value; in parse_bson_element_internal() local 287 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_string(len, value) && sax->string(value); in parse_bson_element_internal() 303 binary_t value; in parse_bson_element_internal() local 304 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_binary(len, value) && sax->binary(value); in parse_bson_element_internal() 319 std::int32_t value{}; in parse_bson_element_internal() 320 return get_number<std::int32_t, true>(input_format_t::bson, value) in parse_bson_element_internal() [all...] |
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 741 #define JSON_HEDLEY_PRAGMA(value) _Pragma(#value) 743 #define JSON_HEDLEY_PRAGMA(value) __pragma(value) 745 #define JSON_HEDLEY_PRAGMA(value) 1253 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (JSON_HEDLEY_STATIC_CAST(void, JSON_HEDLEY_ASSUME(0)), (value)) 1255 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) JSON_HEDLEY_UNREACHABLE() 1258 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (value) [all...] |
/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 165 /* Initialize the extension, if needed . This has the added value in GetGLXPrivScreenConfig() 227 * Verifies context's GLX_RENDER_TYPE value with config. 231 * \return True if the value of context renderType was approved, or 0 if no 232 * valid value was found. 1039 * case, 0 is not a valid value of the transparent type, so we'll treat 0 in fbconfigs_compatible() 1193 * value). 1532 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() argument 1538 *value = ctx->share_xid; in glXQueryContext() 1541 *value = ctx->config ? ctx->config->visualID : None; in glXQueryContext() 1544 *value in glXQueryContext() 1703 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, int attribute, int *value) glXGetFBConfigAttrib() argument [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | descriptor.js | 3 Object.defineProperty(exports, "__esModule", { value: true }); 105 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Type"); 148 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Type"); 171 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Label"); 184 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Label"); 210 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FileOptions_OptimizeMode"); 223 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FileOptions_OptimizeMode"); 246 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_CType"); 259 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_CType"); 284 throw new tsProtoGlobalThis.Error("Unrecognized enum value " [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 86 explicit CallFrequency(float value) : value_(value) { in CallFrequency() argument 87 DCHECK(!std::isnan(value)); in CallFrequency() 92 float value() const { in value() function in v8::internal::compiler::final 1162 V(Value, value, 0, Object) \ 1316 V(Value, value, 2, Object) \ 1336 V(Value, value, 2, Object) \ 1594 V(Value, value, 1, Object) \ 1613 V(Value, value, 1, Object) \ 1630 V(Value, value, [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1369 int cmd, uint64_t value) in EVP_PKEY_CTX_ctrl_uint64() 1371 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value); in EVP_PKEY_CTX_ctrl_uint64() 1376 const char *name, const char *value) in evp_pkey_ctx_ctrl_str_int() 1387 return evp_pkey_ctx_ctrl_str_to_param(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1397 EVP_PKEY_CTRL_MD, value); in evp_pkey_ctx_ctrl_str_int() 1399 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1407 const char *name, const char *value) in EVP_PKEY_CTX_ctrl_str() 1414 name, value, strlen(value) + 1); in EVP_PKEY_CTX_ctrl_str() 1428 return evp_pkey_ctx_ctrl_str_int(ctx, name, value); in EVP_PKEY_CTX_ctrl_str() 1368 EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, uint64_t value) EVP_PKEY_CTX_ctrl_uint64() argument 1375 evp_pkey_ctx_ctrl_str_int(EVP_PKEY_CTX *ctx, const char *name, const char *value) evp_pkey_ctx_ctrl_str_int() argument 1406 EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *name, const char *value) EVP_PKEY_CTX_ctrl_str() argument 1805 EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth, int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_set_ctrl() argument 2010 EVP_PKEY_meth_get_ctrl(const EVP_PKEY_METHOD *pmeth, int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (**pctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_get_ctrl() argument [all...] |
/third_party/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1368 int cmd, uint64_t value) in EVP_PKEY_CTX_ctrl_uint64() 1370 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value); in EVP_PKEY_CTX_ctrl_uint64() 1375 const char *name, const char *value) in evp_pkey_ctx_ctrl_str_int() 1386 return evp_pkey_ctx_ctrl_str_to_param(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1396 EVP_PKEY_CTRL_MD, value); in evp_pkey_ctx_ctrl_str_int() 1398 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1406 const char *name, const char *value) in EVP_PKEY_CTX_ctrl_str() 1413 name, value, strlen(value) + 1); in EVP_PKEY_CTX_ctrl_str() 1427 return evp_pkey_ctx_ctrl_str_int(ctx, name, value); in EVP_PKEY_CTX_ctrl_str() 1367 EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, uint64_t value) EVP_PKEY_CTX_ctrl_uint64() argument 1374 evp_pkey_ctx_ctrl_str_int(EVP_PKEY_CTX *ctx, const char *name, const char *value) evp_pkey_ctx_ctrl_str_int() argument 1405 EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *name, const char *value) EVP_PKEY_CTX_ctrl_str() argument 1804 EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth, int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_set_ctrl() argument 2009 EVP_PKEY_meth_get_ctrl(const EVP_PKEY_METHOD *pmeth, int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (**pctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_get_ctrl() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryRequirementsTests.cpp | 229 T nextEnum (T value) in nextEnum() argument 231 return static_cast<T>(static_cast<deUint32>(value) + 1); in nextEnum() 235 T nextFlag (T value) in nextFlag() argument 237 if (value) in nextFlag() 238 return static_cast<T>(static_cast<deUint32>(value) << 1); in nextFlag() 244 T nextFlagExcluding (T value, T excludedFlags) in nextFlagExcluding() argument 246 deUint32 tmp = static_cast<deUint32>(value); in nextFlagExcluding() 251 bool validValueVkBool32 (const VkBool32 value) in validValueVkBool32() argument 253 return (value == VK_FALSE || value in validValueVkBool32() 2209 VkImageTiling value; populateMultiplaneTestGroup() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryRequirementsTests.cpp | 227 T nextEnum (T value) in nextEnum() argument 229 return static_cast<T>(static_cast<deUint32>(value) + 1); in nextEnum() 233 T nextFlag (T value) in nextFlag() argument 235 if (value) in nextFlag() 236 return static_cast<T>(static_cast<deUint32>(value) << 1); in nextFlag() 242 T nextFlagExcluding (T value, T excludedFlags) in nextFlagExcluding() argument 244 deUint32 tmp = static_cast<deUint32>(value); in nextFlagExcluding() 249 bool validValueVkBool32 (const VkBool32 value) in validValueVkBool32() argument 251 return (value == VK_FALSE || value in validValueVkBool32() 2087 VkImageTiling value; populateMultiplaneTestGroup() member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 254 explicit Immediate(int32_t value) : value_(value) {} in Immediate() argument 258 int32_t value() const { return value_; } in value() function in Ice::X8632::AssemblerX8632::Immediate 262 // We currently only allow 32-bit fixups, and they usually have value = 0, in is_int8() 878 inline void emitUint8(uint8_t value); 887 inline void emitInt16(int16_t value); 888 inline void emitInt32(int32_t value); 940 inline void AssemblerX8632::emitUint8(uint8_t value) { in emitUint8() argument 941 Buffer.emit<uint8_t>(value); in emitUint8() 944 inline void AssemblerX8632::emitInt16(int16_t value) { in emitInt16() argument 948 emitInt32(int32_t value) emitInt32() argument [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | command_parser_test.cc | 329 EXPECT_EQ("1: Missing integer vertex count value for draw arrays: ", in TEST_F() 382 EXPECT_EQ("1: Missing integer value for compute Z entry: ", r.Error()); in TEST_F() 393 EXPECT_EQ("1: Missing integer value for compute X entry: 1.2", r.Error()); in TEST_F() 404 EXPECT_EQ("1: Missing integer value for compute Y entry: a", r.Error()); in TEST_F() 415 EXPECT_EQ("1: Missing integer value for compute Z entry: 1.5", r.Error()); in TEST_F() 518 EXPECT_EQ("1: Missing stencil value for clear stencil command: ", r.Error()); in TEST_F() 540 EXPECT_EQ("1: Invalid stencil value for clear stencil command: 2.3", in TEST_F() 1366 Topology value; member 1381 EXPECT_EQ(test_data.value, cp.PipelineDataForTesting()->GetTopology()); in TEST_P() 1431 std::string("1: Invalid value fo in TEST_P() 1505 bool value = false; TEST_F() local 1522 bool value = true; TEST_F() local 1539 bool value = true; TEST_F() local 1834 PolygonMode value; global() member 1864 CullMode value; global() member 1899 FrontFace value; global() member 1928 LogicOp value; global() member [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 474 // whose first input operand is an OpSampledImage value. 518 // whose first input operand is an OpImage value. 619 // TODO(dneto): Consider visiting the labels in literal-value order. in VisitBackward() 1071 deco = builder_.Location(loc_deco->source, loc_deco->value + 1); in IncrementLocation() 1267 // Pipeline outputs are mapped to the return value. in EmitEntryPointAsWrapper() 1351 // Add the return-value statement. in EmitEntryPointAsWrapper() 1413 // The value is accessible by name. in ParseFunctionDeclaration() 1934 const auto value = branch->GetInOperand(iarg).AsLiteralUint64(); in FindSwitchCaseHeaders() local 1937 if (case_values.count(value)) { in FindSwitchCaseHeaders() 1938 return Fail() << "Duplicate case value " << valu in FindSwitchCaseHeaders() 3143 auto value = MakeExpression(terminator.GetSingleWordInOperand(0)); EmitNormalTerminator() local 5448 const ast::Expression* value = call_expr; EmitImageAccess() local 5799 ToI32(TypedExpression value) ToI32() argument 5807 ToSignedIfUnsigned(TypedExpression value) ToSignedIfUnsigned() argument [all...] |
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 588 // Set SVE/FP registers to a value that is a NaN in both 32-bit and 64-bit FP. in Simulator() 868 void Simulator::SetColouredTrace(bool value) { in Simulator() 869 coloured_trace_ = value; in Simulator() 871 clr_normal = value ? COLOUR(NORMAL) : ""; in Simulator() 872 clr_flag_name = value ? COLOUR_BOLD(WHITE) : ""; in Simulator() 873 clr_flag_value = value ? COLOUR(NORMAL) : ""; in Simulator() 874 clr_reg_name = value ? COLOUR_BOLD(CYAN) : ""; in Simulator() 875 clr_reg_value = value ? COLOUR(CYAN) : ""; in Simulator() 876 clr_vreg_name = value ? COLOUR_BOLD(MAGENTA) : ""; in Simulator() 877 clr_vreg_value = value in Simulator() 1065 ExtendValue(unsigned reg_size, int64_t value, Extend extend_type, unsigned left_shift) const Simulator() argument 1333 PrintRegisterValue(const uint8_t* value, int value_size, PrintRegisterFormat format) Simulator() argument 1351 PrintRegisterValueFPAnnotations(const uint8_t* value, uint16_t lane_mask, PrintRegisterFormat format) Simulator() argument 1573 const uint8_t* value = vregisters_[rt_code].GetBytes() + byte_index; Simulator() local 1641 const uint8_t* value = vregisters_[code].GetBytes() + byte_index; Simulator() local 2027 PrintMemTransfer(uintptr_t dst, uintptr_t src, uint8_t value) Simulator() argument 3983 uint64_t value = ReadRegister<uint64_t>(instr->GetRn()); Simulator() local 3996 uint32_t value = ReadRegister<uint32_t>(instr->GetRn()); Simulator() local 4943 T value = ReadRegister<T>(rs); Simulator() local 8185 uint64_t value = LogicVRegister(rn).Uint(vf, reg_index); Simulator() local 8189 int64_t value = LogicVRegister(rn).Int(vf, reg_index); Simulator() local 11766 uint64_t value = FPToRawbitsWithSize(LaneSizeInBitsFromFormat(vform), Simulator() local 13350 std::pair<bool, uint64_t> value = clast(vform, pg, zm, active_offset); Simulator() local 13410 std::pair<bool, uint64_t> value = clast(vform, pg, zm, active_offset); Simulator() local 13439 std::pair<bool, uint64_t> value = clast(vform, pg, zm, active_offset); Simulator() local 13465 std::pair<bool, uint64_t> value = clast(vform, pg, zm, active_offset); Simulator() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | opt.c | 310 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\"\n", val); in set_string_number() 342 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as image size\n", val); in set_string_image_size() 350 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as video rate\n", val); in set_string_video_rate() 363 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as color\n", val); in set_string_color() 403 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as boolean\n", val); in set_string_bool() 421 "Unable to parse option value \"%s\" as %s\n", val, desc); in set_string_fmt() 546 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as duration\n", val); in av_opt_set() 568 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as channel layout\n", val); in av_opt_set() 580 av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as channel layout\n", val); in av_opt_set() 678 "The value se in av_opt_set_image_size() 1200 get_opt_const_name(void *obj, const char *unit, int64_t value) get_opt_const_name() argument 1213 get_opt_flags_string(void *obj, const char *unit, int64_t value) get_opt_flags_string() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 575 uint64_t *value) in si_resource_get_param() 589 *value = 1; in si_resource_get_param() 591 *value = tex->num_planes; in si_resource_get_param() 593 *value = ac_surface_get_nplanes(&tex->surface); in si_resource_get_param() 598 *value = 0; in si_resource_get_param() 600 *value = ac_surface_get_plane_stride(sscreen->info.gfx_level, in si_resource_get_param() 606 *value = 0; in si_resource_get_param() 609 *value = ac_surface_get_plane_offset(sscreen->info.gfx_level, in si_resource_get_param() 615 *value = tex->surface.modifier; in si_resource_get_param() 633 *value in si_resource_get_param() 571 si_resource_get_param(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) si_resource_get_param() argument 644 uint64_t value; si_texture_get_info() local [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 64 virtual void visitVariable(const Variable& var, const Expression* value) = 0; 2066 void MetalCodeGenerator::writeVarInitializer(const Variable& var, const Expression& value) { in writeVarInitializer() argument 2067 this->writeExpression(value, Precedence::kTopLevel); in writeVarInitializer() 2082 if (varDecl.value()) { in writeVarDeclaration() 2084 this->writeVarInitializer(varDecl.var(), *varDecl.value()); in writeVarDeclaration() 2203 this->writeExpression(*s.value(), Precedence::kTopLevel); in writeSwitchStatement() 2208 if (c.value()) { in writeSwitchStatement() 2210 this->writeExpression(*c.value(), Precedence::kTopLevel); in writeSwitchStatement() 2277 // Make sure that the program's uniform-set value is consistent throughout. in writeUniformStruct() 2414 visitor->visitVariable(var, decl.value() in visitGlobalStruct() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.cc | 487 // Handle left bit shifting a signed value in EmitBinary() 489 // seems to imply that left shifting a signed value is treated the same as in EmitBinary() 490 // left shifting an unsigned value, but we need to make sure. in EmitBinary() 810 f << " A* atomic, T compare, T value) {"; in EmitAtomicCall() 823 "&prev_value, value, memory_order_relaxed, " in EmitAtomicCall() 1493 out << (l->value ? "true" : "false"); in EmitLiteral() 1495 if (std::isinf(fl->value)) { in EmitLiteral() 1496 out << (fl->value >= 0 ? "INFINITY" : "-INFINITY"); in EmitLiteral() 1497 } else if (std::isnan(fl->value)) { in EmitLiteral() 1500 out << FloatToString(fl->value) << " in EmitLiteral() [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 118 LLVMValueRef value = get_src(ctx, src.src); in get_alu_src() local 121 assert(value); in get_alu_src() 122 unsigned src_components = ac_get_llvm_num_components(value); in get_alu_src() 136 value = LLVMBuildExtractElement(ctx->ac.builder, value, masks[0], ""); in get_alu_src() 138 LLVMValueRef values[] = {value, value, value, value}; in get_alu_src() 139 value in get_alu_src() 491 enter_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, LLVMValueRef value, bool divergent) enter_waterfall() argument 521 exit_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, LLVMValueRef value) exit_waterfall() argument 1376 LLVMValueRef values[4], value = NULL; visit_load_const() local 2402 LLVMValueRef value = ac_llvm_extract_elem(&ctx->ac, src, chan - component); visit_store_output() local 2576 LLVMValueRef value = get_sampler_desc_index(ctx, deref_instr, &instr->instr, true); enter_waterfall_image() local 5316 LLVMValueRef value = get_src(ctx, if_stmt->condition); visit_if() local [all...] |
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 1812 static inline tcu::Sampler::WrapMode mapGLWrapMode (int value) 1814 switch (value) 1823 static inline tcu::Sampler::FilterMode mapGLFilterMode (int value) 1825 switch (value) 1837 void ReferenceContext::texParameteri (deUint32 target, deUint32 pname, int value) 1858 tcu::Sampler::WrapMode wrapS = mapGLWrapMode(value); 1866 tcu::Sampler::WrapMode wrapT = mapGLWrapMode(value); 1874 tcu::Sampler::WrapMode wrapR = mapGLWrapMode(value); 1882 tcu::Sampler::FilterMode minMode = mapGLFilterMode(value); 1890 tcu::Sampler::FilterMode magMode = mapGLFilterMode(value); [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 403 resB = (UResourceDataEntry *) e->value.pointer; in ures_flushCache() 446 resB = (UResourceDataEntry *) e->value.pointer; in ures_dumpCacheContents() 538 /* calculate the hash value of the entry */ in init_entry() 1687 // We usually get the key string to decide whether we want the value, or to in ures_getKey() 1688 // make a key-value pair. Tracing the value should suffice. in ures_getKey() 2275 const UResourceBundle *bundle, ResourceDataValue &value, in getAllItemsWithFallback() 2280 // The sink needs to store a placeholder value for the no-fallback/no-inheritance marker in getAllItemsWithFallback() 2288 value.setData(bundle->getResData()); in getAllItemsWithFallback() 2289 value in getAllItemsWithFallback() 2274 getAllItemsWithFallback( const UResourceBundle *bundle, ResourceDataValue &value, ResourceSink &sink, UErrorCode &errorCode) getAllItemsWithFallback() argument 2385 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, UResourceBundle *tempFillIn, ResourceDataValue &value, UErrorCode &errorCode) ures_getValueWithFallback() argument 2428 ResourceDataValue value; ures_getAllItemsWithFallback() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 405 resB = (UResourceDataEntry *) e->value.pointer; in ures_flushCache() 448 resB = (UResourceDataEntry *) e->value.pointer; in ures_dumpCacheContents() 540 /* calculate the hash value of the entry */ in init_entry() 1689 // We usually get the key string to decide whether we want the value, or to in ures_getKey() 1690 // make a key-value pair. Tracing the value should suffice. in ures_getKey() 2277 const UResourceBundle *bundle, ResourceDataValue &value, in getAllItemsWithFallback() 2282 // The sink needs to store a placeholder value for the no-fallback/no-inheritance marker in getAllItemsWithFallback() 2290 value.setData(bundle->getResData()); in getAllItemsWithFallback() 2291 value in getAllItemsWithFallback() 2276 getAllItemsWithFallback( const UResourceBundle *bundle, ResourceDataValue &value, ResourceSink &sink, UErrorCode &errorCode) getAllItemsWithFallback() argument 2446 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, UResourceBundle *tempFillIn, ResourceDataValue &value, UErrorCode &errorCode) ures_getValueWithFallback() argument 2489 ResourceDataValue value; ures_getAllItemsWithFallback() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 56 * value and the offset into struct gl_context in an array of structs. Then 62 * type of the value in struct gl_context. And sometimes the value isn't in 64 * unit, or maybe it's a computed value. So we need to also track 65 * where or how to find the value. Finally, we sometimes need to 68 * attaching optional extra information to the value description 227 union value { union 256 #define CONST(value) \ 257 LOC_CONTEXT, TYPE_CONST, value 684 /* All we need now is a way to look up the value struc [all...] |