Home
last modified time | relevance | path

Searched refs:value (Results 24276 - 24300 of 31473) sorted by relevance

1...<<971972973974975976977978979980>>...1259

/third_party/gn/src/base/strings/
H A Dstring_util.cc72 static inline uint32_t value() { return 0xFF80FF80U; } in value() function
76 static inline uint32_t value() { return 0x80808080U; } in value() function
80 static inline uint64_t value() { return 0xFF80FF80FF80FF80ULL; } in value() function
84 static inline uint64_t value() { return 0x8080808080808080ULL; } in value() function
454 NonASCIIMask<sizeof(MachineWord), Char>::value(); in DoIsStringASCII()
774 // min() clamps StringType::npos (the largest unsigned value) to str_length. in DoReplaceMatchesAfterOffset()
/third_party/backends/backend/
H A Dpieusb_scancmd.c73 * Get the unsigned char value in the array at given offset
81 * Set the array at given offset to the given unsigned char value
90 * Get the unsigned short value in the array at given offset.
104 * Put the bytes of a short int value into an unsigned char array
115 * Get the signed int value in the array at given offset.
132 * Put the bytes of a signed int value into an unsigned char array
354 sanei_pieusb_cmd_17(SANE_Int device_number, SANE_Int value, struct Pieusb_Command_Status *status) in sanei_pieusb_cmd_17() argument
360 DBG (DBG_info_scan, "sanei_pieusb_cmd_17(%d)\n", value); in sanei_pieusb_cmd_17()
366 _set_short (value, data, 4); in sanei_pieusb_cmd_17()
378 * commands, one to ask the device to prepare the value, an
[all...]
/third_party/icu/icu4c/source/common/
H A Ducase.cpp39 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { in _enumPropertyStartsRange()
52 /* add the start code point of each same-value range of the trie */ in ucase_addPropertyStarts()
81 /* number of bits in an 8-bit integer value */
105 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
110 * moved to the last uint16_t of the value, use +1 for beginning of next slot
111 * @param value (out) int32_t or uint32_t output if hasSlot, otherwise not modified
113 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) UPRV_BLOCK_MACRO_BEGIN { \
116 (value)=*pExc16; \
119 (value)
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Drndis.c149 uint32_t rndis_packet_filter; /* RNDIS packet filter value */
174 /* RNDIS object ID - value pair structure */
180 uint32_t value; member
181 FAR const void *data; /* Data pointer overrides value if non-NULL. */
512 * The return value of the EP_SUBMIT operation
1343 &g_rndis_oid_values[i].value, resp->buflen); in rndis_handle_control_message()
1929 uint16_t value; in usbclass_setup() local
1957 value = UGETW(ctrl->wValue); in usbclass_setup()
1975 return usbclass_setconfig(priv, value); in usbclass_setup()
2039 * value (re in usbclass_setup()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumfmt.cpp579 // Decimal Number. We will have a DigitList available if the value was in format()
580 // set to a decimal number, or if the value originated with a parse. in format()
755 NumberFormat::setParseIntegerOnly(UBool value) in setParseIntegerOnly() argument
757 fParseIntegerOnly = value; in setParseIntegerOnly()
1213 void NumberFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext() argument
1217 if ( (UDisplayContextType)((uint32_t)value >> 8) == UDISPCTX_TYPE_CAPITALIZATION ) { in setContext()
1218 fCapitalizationContext = value; in setContext()
1517 // Default value. ICU4J throws an exception and we can't change this API. in getRoundingMode()
/third_party/node/src/
H A Djs_native_api_v8_inspector.cc876 Local<Value> value) { in ToProtocolString()
877 TwoByteValue buffer(isolate, value); in ToProtocolString()
923 std::unique_ptr<protocol::DictionaryValue> value = in dispatchProtocolMessage() local
928 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage()
933 node_dispatcher_->dispatch(call_id, method, std::move(value), in dispatchProtocolMessage()
875 ToProtocolString(Isolate* isolate, Local<Value> value) ToProtocolString() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dinode.c150 * is found, load the attribute list attribute value and attach it to the
415 * Compute a hash value for an inode entry
1463 int ntfs_inode_get_times(ntfs_inode *ni, char *value, size_t size) in ntfs_inode_get_times() argument
1480 if (value && (size >= 8)) { in ntfs_inode_get_times()
1481 times = (u64*)value; in ntfs_inode_get_times()
1521 int ntfs_inode_set_times(ntfs_inode *ni, const char *value, size_t size, in ntfs_inode_set_times() argument
1535 memcpy(times, value, in ntfs_inode_set_times()
/third_party/node/deps/icu-small/source/common/
H A Ducase.cpp39 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { in _enumPropertyStartsRange()
52 /* add the start code point of each same-value range of the trie */ in ucase_addPropertyStarts()
81 /* number of bits in an 8-bit integer value */
105 * Get the value of an optional-value slot where HAS_SLOT(excWord, idx).
110 * moved to the last uint16_t of the value, use +1 for beginning of next slot
111 * @param value (out) int32_t or uint32_t output if hasSlot, otherwise not modified
113 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) UPRV_BLOCK_MACRO_BEGIN { \
116 (value)=*pExc16; \
119 (value)
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt_builder.h53 nir_ssa_def *value, unsigned write_mask) in brw_nir_rt_store()
55 nir_build_store_global(b, value, addr, in brw_nir_rt_store()
58 BITFIELD_MASK(value->num_components), in brw_nir_rt_store()
105 * memory read or write based on the scratch_base_ptr system value rather
120 nir_ssa_def *value, nir_component_mask_t write_mask) in brw_nir_rt_store_scratch()
125 value, write_mask); in brw_nir_rt_store_scratch()
447 /* Set the t_max value from the ray initialization */ in brw_nir_rt_init_mem_hit_at_addr()
52 brw_nir_rt_store(nir_builder *b, nir_ssa_def *addr, unsigned align, nir_ssa_def *value, unsigned write_mask) brw_nir_rt_store() argument
119 brw_nir_rt_store_scratch(nir_builder *b, uint32_t offset, unsigned align, nir_ssa_def *value, nir_component_mask_t write_mask) brw_nir_rt_store_scratch() argument
H A Dbrw_eu.h161 void brw_set_default_exec_size(struct brw_codegen *p, unsigned value);
162 void brw_set_default_mask_control( struct brw_codegen *p, unsigned value );
175 void brw_set_default_acc_write_control(struct brw_codegen *p, unsigned value);
176 void brw_set_default_swsb(struct brw_codegen *p, struct tgl_swsb value);
1819 uint32_t value);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp579 // Decimal Number. We will have a DigitList available if the value was in format()
580 // set to a decimal number, or if the value originated with a parse. in format()
755 NumberFormat::setParseIntegerOnly(UBool value) in setParseIntegerOnly() argument
757 fParseIntegerOnly = value; in setParseIntegerOnly()
1215 void NumberFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext() argument
1219 if ( (UDisplayContextType)((uint32_t)value >> 8) == UDISPCTX_TYPE_CAPITALIZATION ) { in setContext()
1220 fCapitalizationContext = value; in setContext()
1519 // Default value. ICU4J throws an exception and we can't change this API. in getRoundingMode()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1060 // Note that only one value per language gets created in the cache.
1061 // In particular each cached value can have multiple keys.
1074 char *value; member in UCTMultiThreadItem
1075 UCTMultiThreadItem(const char *x) : value(NULL) { in UCTMultiThreadItem()
1076 value = uprv_strdup(x); in UCTMultiThreadItem()
1079 uprv_free(value); in ~UCTMultiThreadItem()
1164 IntlTest::gTest->assertEquals(WHERE, locale.getLanguage(), origItem->value); in exerciseByLocale()
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c147 * Message type value to string
451 mqtt_output_append_u8(struct mqtt_ringbuf_t *rb, u8_t value) in mqtt_output_append_u8() argument
453 mqtt_ringbuf_put(rb, value); in mqtt_output_append_u8()
457 void mqtt_output_append_u16(struct mqtt_ringbuf_t *rb, u16_t value) in mqtt_output_append_u16() argument
459 mqtt_ringbuf_put(rb, value >> 8); in mqtt_output_append_u16()
460 mqtt_ringbuf_put(rb, value & 0xff); in mqtt_output_append_u16()
631 * @param qos QoS value
927 * @param err Passed as return value if not ERR_OK
1121 /* Use reserved value pkt_id 0 for QoS 0 in request handle */ in mqtt_publish()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc333 return property_cell().value(); in GetConstantHint()
500 map = MakeRefAssumeMemoryFence(this, maybe_map.value()); in ReadFeedbackForPropertyAccess()
555 // tells us where to find its value. in ReadFeedbackForGlobalAccess()
575 // object and the feedback is the cell holding its value. in ReadFeedbackForGlobalAccess()
694 : feedback.AsBinaryOperation().value(); in GetFeedbackForBinaryOperation()
702 : feedback.AsCompareOperation().value(); in GetFeedbackForCompareOperation()
708 : feedback.AsForIn().value(); in GetFeedbackForForIn()
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc213 // and we don't know which value was in this property previously in ReconfigureToDataField()
679 // kDescriptor: Check that the value matches. in FindTargetMap()
867 Handle<Object> value(GetValue(i), isolate_); in BuildDescriptorArray()
869 Descriptor d = Descriptor::AccessorConstant(key, value, next_attributes); in BuildDescriptorArray()
914 Handle<Object> value(GetValue(i), isolate_); in BuildDescriptorArray()
917 d = Descriptor::DataConstant(key, value, next_attributes); in BuildDescriptorArray()
920 d = Descriptor::AccessorConstant(key, value, next_attributes); in BuildDescriptorArray()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c437 unsigned usage, uint64_t *value) in lima_resource_get_param()
443 *value = res->levels[level].stride; in lima_resource_get_param()
446 *value = res->levels[level].offset; in lima_resource_get_param()
450 *value = DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED; in lima_resource_get_param()
452 *value = DRM_FORMAT_MOD_LINEAR; in lima_resource_get_param()
432 lima_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) lima_resource_get_param() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c155 uint32_t *value = (uint32_t *)value_f; in load_const() local
163 if (value[i] == so->immediates[idx].val[j]) in load_const()
169 so->immediates[idx].val[imm_ncomp++] = value[i]; in load_const()
184 if (value[i] == ctx->so->immediates[idx].val[j]) in load_const()
188 so->immediates[idx].val[imm_ncomp++] = value[i]; in load_const()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c382 unsigned value = in r600_shader_binary_read_config() local
392 bc->ngpr = MAX2(bc->ngpr, G_028844_NUM_GPRS(value)); in r600_shader_binary_read_config()
393 bc->nstack = MAX2(bc->nstack, G_028844_STACK_SIZE(value)); in r600_shader_binary_read_config()
396 *use_kill = G_02880C_KILL_ENABLE(value); in r600_shader_binary_read_config()
399 bc->nlds_dw = value; in r600_shader_binary_read_config()
653 * value of CM_R_0286FC_SPI_LDS_MGMT.NUM_LS_LDS */ in evergreen_emit_dispatch()
1126 * the default value is fine. in evergreen_init_atom_start_compute_cs()
1160 * set it to the maximum value for the CS (aka LS) stage. */ in evergreen_init_atom_start_compute_cs()
1206 * you to store the initial counter, increment value, and maximum in evergreen_init_atom_start_compute_cs()
1207 * counter value i in evergreen_init_atom_start_compute_cs()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c156 {"header", OPT_HEADER, 's', "key=value header to add"},
237 char *header, *value, *respdigname = NULL; in ocsp_main() local
501 value = strchr(header, '='); in ocsp_main()
502 if (value == NULL) { in ocsp_main()
503 BIO_printf(bio_err, "Missing = in header key=value\n"); in ocsp_main()
506 *value++ = '\0'; in ocsp_main()
507 if (!X509V3_add_value(header, value, &headers)) in ocsp_main()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c176 const char *value; in ucm_verb_value() local
178 int err = snd_use_case_get(uc_mgr, _id, &value); in ucm_verb_value()
182 pa_log_debug("Got %s for verb %s: %s", id, verb_name, value); in ucm_verb_value()
187 return (char *)value; in ucm_verb_value()
270 const char *value; in ucm_get_mixer_id() local
275 value = pa_proplist_gets(device->proplist, mprop); in ucm_get_mixer_id()
276 if (value) in ucm_get_mixer_id()
277 return pa_xstrdup(value); in ucm_get_mixer_id()
280 value = pa_proplist_gets(device->proplist, cprop); in ucm_get_mixer_id()
281 if (value in ucm_get_mixer_id()
365 const char *value; ucm_get_device_property() local
551 const char *value; ucm_get_modifier_property() local
652 char *value = pa_sprintf_malloc("%s %s", cur, role); add_role_to_device() local
760 const char **verb_list, *value; pa_alsa_ucm_query_profiles() local
851 char *value; pa_alsa_ucm_get_verb() local
1281 char *value; merge_roles() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp119 T roundUpToNextMultiple (T value, T multiple) in roundUpToNextMultiple() argument
121 if (value % multiple == 0) in roundUpToNextMultiple()
122 return value; in roundUpToNextMultiple()
124 return value + multiple - (value % multiple); in roundUpToNextMultiple()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp119 T roundUpToNextMultiple (T value, T multiple) in roundUpToNextMultiple() argument
121 if (value % multiple == 0) in roundUpToNextMultiple()
122 return value; in roundUpToNextMultiple()
124 return value + multiple - (value % multiple); in roundUpToNextMultiple()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp549 void DisplayEGL::getConfigAttrib(EGLConfig config, EGLint attribute, T *value) const in getConfigAttrib()
554 *value = tmp; in getConfigAttrib()
560 T *value, in getConfigAttribIfExtension()
566 getConfigAttrib(config, attribute, value); in getConfigAttribIfExtension()
570 *value = static_cast<T>(defaultValue); in getConfigAttribIfExtension()
558 getConfigAttribIfExtension(EGLConfig config, EGLint attribute, T *value, const char *extension, const U &defaultValue) const getConfigAttribIfExtension() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp147 and pname QUERY_COUNTER_BITS returns a non-negative value without error.
151 QUERY_COUNTER_BITS returns a non-negative value without error.
203 /* Returns whether CURRENT_QUERY state for the specified target and index matches the given value. */
204 bool verifyCurrentQueryState(GLenum target, GLuint index, GLuint value) in verifyCurrentQueryState() argument
207 GLint expected = (GLint)value; in verifyCurrentQueryState()
219 // If index is zero then GetQueryiv should also return the expected value in verifyCurrentQueryState()
258 TCU_FAIL("Default value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_OVERFLOW is non-zero"); in iterate()
267 TCU_FAIL("Default value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_STREAM_OVERFLOW " in iterate()
517 GLint value; in iterate() local
524 gl.getQueryIndexediv(GL_TRANSFORM_FEEDBACK_OVERFLOW, i, GL_CURRENT_QUERY, &value); in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp655 src[0].value[i] = *(float*)token; in parseSourceToken()
1033 buffer << '{' << value[0] << ", " << value[1] << ", " << value[2] << ", " << value[3] << '}'; in string() local

Completed in 56 milliseconds

1...<<971972973974975976977978979980>>...1259