/third_party/node/deps/icu-small/source/i18n/ |
H A D | repattrn.cpp | 147 int32_t val = hashEl->value.integer; in operator =() 856 int32_t number = el->value.integer; in dumpPattern()
|
H A D | ucol.cpp | 281 // enum will not changes. They are set so that the enum value in ucol_getBound() 346 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) { in ucol_setAttribute() argument 351 Collator::fromUCollator(coll)->setAttribute(attr, value, *status); in ucol_setAttribute()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_error_decode.c | 417 uint32_t offset, value; in read_data_file() local 492 matched = sscanf(line, "%08x : %08x", &offset, &value); in read_data_file() 840 fprintf(stderr, "invalid value for --color: %s", optarg); in main()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texenv.c | 44 #define TE_ERROR(errCode, msg, value) \ 45 _mesa_error(ctx, errCode, msg, _mesa_enum_to_string(value)); 613 * \return value of queried pname or -1 if error.
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_line.c | 66 const float value, in constant_coef() 69 info->a0[slot][i] = value; in constant_coef() 104 * We basically multiply the vertex value by 1/w before computing 106 * Later, when we compute the value at a particular fragment position we'll 107 * divide the interpolated value by the interpolated W at that fragment. 63 constant_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, const float value, unsigned i ) constant_coef() argument
|
/third_party/ltp/testcases/kernel/power_management/lib/ |
H A D | pm_sched_mc.py | 280 def set_timer_migration_interface(value): 281 ''' Set value of timer migration interface to a value 286 /proc/sys/kernel/timer_migration 2>/dev/null' % value) 288 print("Could not set timer_migration to ", value, e) 439 triggered is based on stress value. 568 Expand the range of value into actual numbers
|
/third_party/littlefs/scripts/ |
H A D | structs.py | 610 help="Only include results where this field is this value.") 612 def __call__(self, parser, namespace, value, option): 615 namespace.sort.append((value, True if option == '-S' else False))
|
/third_party/libevdev/test/ |
H A D | test-libevdev-init.c | 653 ck_assert_int_eq(ev1.value, ev2.value); in START_TEST()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | linkage.cc | 235 ++fp_param_count_.value(); in ComputeParamCounts() 237 ++gp_param_count_.value(); in ComputeParamCounts() 393 // All JS calls have exactly one return value. in GetJSCallDescriptor() 403 // Add JavaScript call new target value. in GetJSCallDescriptor()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.cc | 53 #include "src/inspector/value-mirror.h" 475 v8::Local<v8::Value> value) { in associateExceptionData() 500 v8::Maybe<bool> result = object->CreateDataProperty(context, key, value); in associateExceptionData() 472 associateExceptionData(v8::Local<v8::Context>, v8::Local<v8::Value> exception, v8::Local<v8::Name> key, v8::Local<v8::Value> value) associateExceptionData() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.cc | 286 // was absent or not, so we can return a dummy |NONE| value in Lookup() 320 // script-level let bindings. The value itself is stored in the script in Lookup() 529 int previous_value = errors_thrown().value(); in IncrementErrorsThrown() 533 int NativeContext::GetErrorsThrown() { return errors_thrown().value(); } in GetErrorsThrown()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner.h | 38 // A code unit is a 16 bit value representing either a 16 bit code point 382 // Returns the value of the last smi that was scanned. 636 // number can be 000000001, so it's very long in characters but its value is 644 // Performance hack: pass through a pre-calculated "next()" value to avoid 663 bool ScanDecimalAsSmi(uint64_t* value, bool allow_numeric_separator); 664 bool ScanDecimalAsSmiWithNumericSeparators(uint64_t* value);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_draw.c | 62 OUT_RING(ring, pack_CP_DRAW_INDX_OFFSET_0(*draw0).value); in draw_emit_xfb() 67 0); /* byte counter offset subtraced from the value read from above */ in draw_emit_xfb() 306 /* for debug after a lock up, write a unique counter value 415 OUT_RING(ring, A6XX_RB_2D_DST_PITCH(zsbuf->lrz_pitch * 2).value);
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_reg.h | 31 #define I915_SET_FIELD(var, mask, value) (var &= ~(mask), var |= value)
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | nir.c | 306 node->value.i = instr->value[0].i32; in gpir_emit_load_const()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_context.c | 62 etna_emit_nop_with_data(struct etna_cmd_stream *stream, uint32_t value) in etna_emit_nop_with_data() argument 65 etna_cmd_stream_emit(stream, value); in etna_emit_nop_with_data() 140 * - If the value of the INDEX_STREAM_CONTROL register changed due to this, or in etna_update_state_for_draw()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_perfcounter.c | 212 uint32_t value = results[counter->base + j * counter->stride]; in r600_pc_query_add_result() local 213 result->batch[i].u64 += value; in r600_pc_query_add_result() 276 // A non-zero value in query->shaders ensures that the shader in get_group_state()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_local.h | 261 } value; member 387 * -- to match this response with corresponding request (a value 650 } value; member
|
/third_party/python/Lib/ |
H A D | gzip.py | 70 def write32u(output, value): 73 output.write(struct.pack("<L", value)) 139 non-trivial value.
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_local.h | 261 } value; member 387 * -- to match this response with corresponding request (a value 650 } value; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 124 std::vector<deUint32>::iterator x = std::stable_partition(v.begin(), v.end(), [](deUint32 value) { return value >= 2; }); in generatePrimes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawExplicitVertexParameterTests.cpp | 85 , value(val) in PositionValueVertex() 89 float value; member 626 log << tcu::TestLog::Message << "Expected value " << valueNdx << " is " << ptr[valueNdx].x() << ", got " << ptr[valueNdx].y() in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 88 std::string paddedHex (uint32_t value) in paddedHex() argument 91 repr << "0x" << std::hex << std::setw(8u) << std::setfill('0') << value; in paddedHex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 590 VkImageTiling value; in populatePerFormatGroup() member 601 const VkImageTiling tiling = tilings[tilingNdx].value; in populatePerFormatGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 124 std::vector<deUint32>::iterator x = std::stable_partition(v.begin(), v.end(), [](deUint32 value) { return value >= 2; }); in generatePrimes()
|