Home
last modified time | relevance | path

Searched refs:value (Results 926 - 950 of 14075) sorted by relevance

1...<<31323334353637383940>>...563

/third_party/protobuf/src/google/protobuf/
H A Dextension_set_inl.h86 uint64 value; \ in ParseFieldWithExtensionInfo()
87 ptr = VarintParse(ptr, &value); \ in ParseFieldWithExtensionInfo()
91 extension.is_packed, value, extension.descriptor); \ in ParseFieldWithExtensionInfo()
93 Set##CPP_CAMELCASE(number, WireFormatLite::TYPE_##UPPERCASE, value, \ in ParseFieldWithExtensionInfo()
109 auto value = WireFormatLite::ZigZagDecode##SIZE(val); \ in ParseFieldWithExtensionInfo()
112 extension.is_packed, value, extension.descriptor); \ in ParseFieldWithExtensionInfo()
114 Set##CPP_CAMELCASE(number, WireFormatLite::TYPE_##UPPERCASE, value, \ in ParseFieldWithExtensionInfo()
124 auto value = UnalignedLoad<CPPTYPE>(ptr); \ in ParseFieldWithExtensionInfo()
128 extension.is_packed, value, extension.descriptor); \ in ParseFieldWithExtensionInfo()
130 Set##CPP_CAMELCASE(number, WireFormatLite::TYPE_##UPPERCASE, value, \ in ParseFieldWithExtensionInfo()
147 int value = val; ParseFieldWithExtensionInfo() local
164 std::string* value = ParseFieldWithExtensionInfo() local
176 MessageLite* value = ParseFieldWithExtensionInfo() local
189 MessageLite* value = ParseFieldWithExtensionInfo() local
226 MessageLite* value = ParseMessageSetItemTmpl() local
[all...]
H A Dwrappers.pb.h216 // double value = 1;
218 double value() const;
219 void set_value(double value);
222 void _internal_set_value(double value);
353 // float value = 1;
355 float value() const;
356 void set_value(float value);
359 void _internal_set_value(float value);
490 // int64 value = 1;
492 ::PROTOBUF_NAMESPACE_ID::int64 value() cons
1364 inline double DoubleValue::value() const { value() function in DoubleValue
1368 _internal_set_value(double value) _internal_set_value() argument
1372 set_value(double value) set_value() argument
1388 inline float FloatValue::value() const { value() function in FloatValue
1392 _internal_set_value(float value) _internal_set_value() argument
1396 set_value(float value) set_value() argument
1412 inline ::PROTOBUF_NAMESPACE_ID::int64 Int64Value::value() const { value() function in Int64Value
1416 _internal_set_value(::PROTOBUF_NAMESPACE_ID::int64 value) _internal_set_value() argument
1420 set_value(::PROTOBUF_NAMESPACE_ID::int64 value) set_value() argument
1436 inline ::PROTOBUF_NAMESPACE_ID::uint64 UInt64Value::value() const { value() function in UInt64Value
1440 _internal_set_value(::PROTOBUF_NAMESPACE_ID::uint64 value) _internal_set_value() argument
1444 set_value(::PROTOBUF_NAMESPACE_ID::uint64 value) set_value() argument
1460 inline ::PROTOBUF_NAMESPACE_ID::int32 Int32Value::value() const { value() function in Int32Value
1464 _internal_set_value(::PROTOBUF_NAMESPACE_ID::int32 value) _internal_set_value() argument
1468 set_value(::PROTOBUF_NAMESPACE_ID::int32 value) set_value() argument
1484 inline ::PROTOBUF_NAMESPACE_ID::uint32 UInt32Value::value() const { value() function in UInt32Value
1488 _internal_set_value(::PROTOBUF_NAMESPACE_ID::uint32 value) _internal_set_value() argument
1492 set_value(::PROTOBUF_NAMESPACE_ID::uint32 value) set_value() argument
1508 inline bool BoolValue::value() const { value() function in BoolValue
1512 _internal_set_value(bool value) _internal_set_value() argument
1516 set_value(bool value) set_value() argument
1529 inline const std::string& StringValue::value() const { value() function in StringValue
1533 set_value(const std::string& value) set_value() argument
1544 _internal_set_value(const std::string& value) _internal_set_value() argument
1546 value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_value() local
1548 set_value(std::string&& value) set_value() argument
1554 set_value(const char* value) set_value() argument
1561 set_value(const char* value, size_t size) set_value() argument
1576 set_allocated_value(std::string* value) set_allocated_value() argument
1582 value_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, set_allocated_value() local
1595 inline const std::string& BytesValue::value() const { value() function in BytesValue
1599 set_value(const std::string& value) set_value() argument
1610 _internal_set_value(const std::string& value) _internal_set_value() argument
1612 value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_value() local
1614 set_value(std::string&& value) set_value() argument
1620 set_value(const char* value) set_value() argument
1627 set_value(const void* value, size_t size) set_value() argument
1642 set_allocated_value(std::string* value) set_allocated_value() argument
1648 value_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, set_allocated_value() local
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java124 * Compares two timestamps. The value returned is identical to what would be returned by: {@code
127 * @return the value {@code 0} if {@code x == y}; a value less than {@code 0} if {@code x < y};
128 * and a value greater than {@code 0} if {@code x > y}
135 * Returns true if the given {@link Timestamp} is valid. The {@code seconds} value must be in the
137 * 9999-12-31T23:59:59Z). The {@code nanos} value must be in the range [0, +999,999,999].
148 * seconds} value must be in the range [-62,135,596,800, +253,402,300,799] (i.e., between
149 * 0001-01-01T00:00:00Z and 9999-12-31T23:59:59Z). The {@code nanos} value must be in the range
194 * uses 3, 6 or 9 fractional digits as required to represent the exact value. Note that Timestamp
232 public static Timestamp parse(String value) throw argument
402 parseTimezoneOffset(String value) parseTimezoneOffset() argument
412 parseNanos(String value) parseNanos() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h143 void LoadDoubleLiteral(DoubleRegister result, base::Double value,
147 // load a literal signed int value <value> to GPR <dst>
148 void LoadIntLiteral(Register dst, int value);
149 // load an SMI value <value> to GPR <dst>
186 void AddS64(Register dst, Register src, const Operand& value,
188 void AddS64(Register dst, Register src, Register value, OEBit s = LeaveOE,
190 void SubS64(Register dst, Register src, const Operand& value,
192 void SubS64(Register dst, Register src, Register value, OEBi
301 SignedExtend(Register dst, Register value) SignedExtend() argument
321 ZeroExtend(Register dst, Register value) ZeroExtend() argument
340 ExtendValue(Register dst, Register value) ExtendValue() argument
372 StoreConditional(Register value, MemOperand dst) StoreConditional() argument
424 AtomicOps(MemOperand dst, Register value, Register output, Register result, bin_op op) AtomicOps() argument
737 CanonicalizeNaN(const DoubleRegister value) CanonicalizeNaN() argument
868 TestBit(Register value, int bitNumber, Register scratch = r0) TestBit() argument
873 TestBitMask(Register value, uintptr_t mask, Register scratch = r0) TestBitMask() argument
879 TestBitRange(Register value, int rangeStart, int rangeEnd, Register scratch = r0) TestBitRange() argument
884 TestIfSmi(Register value, Register scratch) TestIfSmi() argument
888 JumpIfSmi(Register value, Label* smi_label) JumpIfSmi() argument
898 TestIfInt32(Register value, Register scratch, CRegister cr = cr7) TestIfInt32() argument
1285 IncrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) IncrementCounter() argument
1292 DecrementCounter(StatsCounter* counter, int value, Register scratch1, Register scratch2) DecrementCounter() argument
1311 JumpIfNotSmi(Register value, Label* not_smi_label) JumpIfNotSmi() argument
[all...]
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dprintf.c298 unsigned long value = l_value; in _ntoa_long() local
305 if (!value) { in _ntoa_long()
309 // write if precision != 0 and value is != 0 in _ntoa_long()
310 if (!(flags & FLAGS_PRECISION) || value) { in _ntoa_long()
316 const char digit = (char)(value % base); in _ntoa_long()
318 value /= base; in _ntoa_long()
319 } while (value && (len < PRINTF_NTOA_BUFFER_SIZE)); in _ntoa_long()
335 unsigned long long value = l_value; in _ntoa_long_long() local
341 if (!value) { in _ntoa_long_long()
345 // write if precision != 0 and value i in _ntoa_long_long()
386 double value = d_value; _ftoa() local
533 _etoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned int width, unsigned int flags) _etoa() argument
852 const long long value = va_arg(va, long long); vsnprintf_s() local
858 const long value = va_arg(va, long); vsnprintf_s() local
863 const int value = (flags & FLAGS_CHAR) ? (char)va_arg(va, int) vsnprintf_s() local
881 const unsigned int value = (flags & FLAGS_CHAR) ? (unsigned char)va_arg(va, unsigned int) vsnprintf_s() local
[all...]
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h286 \details Reverses the byte order in unsigned integer value. For example, 0x12345678 becomes 0x78563412.
287 \param [in] value Value to reverse
288 \return Reversed value
290 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV() argument
292 return __builtin_bswap32(value); in __REV()
299 \param [in] value Value to reverse
300 \return Reversed value
302 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() argument
306 __ASM ("rev16 %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) ); in __REV16()
313 \details Reverses the byte order in a 16-bit value an
317 __REVSH(int16_t value) __REVSH() argument
356 __RBIT(uint32_t value) __RBIT() argument
384 __CLZ(uint32_t value) __CLZ() argument
510 __STREXB(uint8_t value, volatile uint8_t *addr) __STREXB() argument
544 __STREXH(uint16_t value, volatile uint16_t *addr) __STREXH() argument
578 __STREXW(uint32_t value, volatile uint32_t *addr) __STREXW() argument
596 __RRX(uint32_t value) __RRX() argument
656 __STRBT(uint8_t value, volatile uint8_t *ptr) __STRBT() argument
668 __STRHT(uint16_t value, volatile uint16_t *ptr) __STRHT() argument
680 __STRT(uint32_t value, volatile uint32_t *ptr) __STRT() argument
739 __STLB(uint8_t value, volatile uint8_t *ptr) __STLB() argument
751 __STLH(uint16_t value, volatile uint16_t *ptr) __STLH() argument
763 __STL(uint32_t value, volatile uint32_t *ptr) __STL() argument
822 __STLEXB(uint8_t value, volatile uint8_t *ptr) __STLEXB() argument
839 __STLEXH(uint16_t value, volatile uint16_t *ptr) __STLEXH() argument
856 __STLEX(uint32_t value, volatile uint32_t *ptr) __STLEX() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h87 void FixedArray::set(int index, Smi value) { in set() argument
90 DCHECK(Object(value).IsSmi()); in set()
92 RELAXED_WRITE_FIELD(*this, offset, value); in set()
96 void FixedArray::set(int index, Object value) { in set() argument
101 RELAXED_WRITE_FIELD(*this, offset, value); in set()
102 WRITE_BARRIER(*this, offset, value); in set()
105 void FixedArray::set(int index, Object value, WriteBarrierMode mode) { in set() argument
109 RELAXED_WRITE_FIELD(*this, offset, value); in set()
110 CONDITIONAL_WRITE_BARRIER(*this, offset, value, mode); in set()
114 void FixedArray::NoWriteBarrierSet(FixedArray array, int index, Object value) { in NoWriteBarrierSet() argument
134 set(int index, Object value, RelaxedStoreTag, WriteBarrierMode mode) set() argument
142 set(int index, Smi value, RelaxedStoreTag tag) set() argument
158 set(int index, Object value, ReleaseStoreTag, WriteBarrierMode mode) set() argument
166 set(int index, Smi value, ReleaseStoreTag tag) set() argument
387 set(int index, double value) set() argument
444 Set(int index, MaybeObject value, WriteBarrierMode mode) Set() argument
489 Set(int index, MaybeObject value, WriteBarrierMode mode) Set() argument
493 Set(int index, Smi value) Set() argument
551 Set(int index, Smi value) Set() argument
569 set(int index, byte value) set() argument
599 set_int(int index, int value) set_int() argument
611 set_uint32(int index, uint32_t value) set_uint32() argument
623 set_uint32_relaxed(int index, uint32_t value) set_uint32_relaxed() argument
635 set_uint16(int index, uint16_t value) set_uint16() argument
696 set(int index, Object value) set() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c66 /* this value is set to -1 if this is a normal element with
70 * this value is set to the format size in bytes if
266 uint32_t value = 0; in emit_B10G10R10A2_UNORM() local
267 value |= ((uint32_t)(CLAMP(src[2], 0, 1) * 0x3ff)) & 0x3ff; in emit_B10G10R10A2_UNORM()
268 value |= (((uint32_t)(CLAMP(src[1], 0, 1) * 0x3ff)) & 0x3ff) << 10; in emit_B10G10R10A2_UNORM()
269 value |= (((uint32_t)(CLAMP(src[0], 0, 1) * 0x3ff)) & 0x3ff) << 20; in emit_B10G10R10A2_UNORM()
270 value |= ((uint32_t)(CLAMP(src[3], 0, 1) * 0x3)) << 30; in emit_B10G10R10A2_UNORM()
271 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_UNORM()
278 uint32_t value = 0; in emit_B10G10R10A2_USCALED() local
279 value | in emit_B10G10R10A2_USCALED()
290 uint32_t value = 0; emit_B10G10R10A2_SNORM() local
302 uint32_t value = 0; emit_B10G10R10A2_SSCALED() local
314 uint32_t value = 0; emit_R10G10B10A2_UNORM() local
326 uint32_t value = 0; emit_R10G10B10A2_USCALED() local
338 uint32_t value = 0; emit_R10G10B10A2_SNORM() local
350 uint32_t value = 0; emit_R10G10B10A2_SSCALED() local
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp155 static void parse_space_separated_languages(const char* value, size_t valueLen, in parse_space_separated_languages() argument
160 for (; i < valueLen && is_whitespace(value[i]); ++i) { } in parse_space_separated_languages()
163 for (j = i + 1; j < valueLen && !is_whitespace(value[j]); ++j) { } in parse_space_separated_languages()
164 languages.emplace_back(value + i, j - i); in parse_space_separated_languages()
181 const char* value = attributes[i+1];
184 size_t valueLen = strlen(value);
186 axisTag = SkSetFourByteTag(value[0], value[1], value[2], value[
620 xml_entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) xml_entity_decl_handler() argument
[all...]
/third_party/glfw/src/
H A Dwindow.c295 GLFWAPI void glfwWindowHint(int hint, int value) in glfwWindowHint() argument
302 _glfw.hints.framebuffer.redBits = value; in glfwWindowHint()
305 _glfw.hints.framebuffer.greenBits = value; in glfwWindowHint()
308 _glfw.hints.framebuffer.blueBits = value; in glfwWindowHint()
311 _glfw.hints.framebuffer.alphaBits = value; in glfwWindowHint()
314 _glfw.hints.framebuffer.depthBits = value; in glfwWindowHint()
317 _glfw.hints.framebuffer.stencilBits = value; in glfwWindowHint()
320 _glfw.hints.framebuffer.accumRedBits = value; in glfwWindowHint()
323 _glfw.hints.framebuffer.accumGreenBits = value; in glfwWindowHint()
326 _glfw.hints.framebuffer.accumBlueBits = value; in glfwWindowHint()
439 glfwWindowHintString(int hint, const char* value) glfwWindowHintString() argument
512 glfwSetWindowShouldClose(GLFWwindow* handle, int value) glfwSetWindowShouldClose() argument
943 glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) glfwSetWindowAttrib() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c62 static bool is_ruby_num(VALUE value) { in is_ruby_num() argument
63 return (TYPE(value) == T_FLOAT || in is_ruby_num()
64 TYPE(value) == T_FIXNUM || in is_ruby_num()
65 TYPE(value) == T_BIGNUM); in is_ruby_num()
81 "Non-integral floating point value assigned to integer field '%s' (given %s).", in native_slot_check_int_range_precision()
88 "Assigning negative value to unsigned integer field '%s' (given %s).", in native_slot_check_int_range_precision()
94 VALUE native_slot_encode_and_freeze_string(upb_fieldtype_t type, VALUE value) { in native_slot_encode_and_freeze_string() argument
99 if (rb_obj_encoding(value) != desired_encoding_value || !OBJ_FROZEN(value)) { in native_slot_encode_and_freeze_string()
101 value in native_slot_encode_and_freeze_string()
116 native_slot_set(const char* name, upb_fieldtype_t type, VALUE type_class, void* memory, VALUE value) native_slot_set() argument
122 native_slot_set_value_and_case(const char* name, upb_fieldtype_t type, VALUE type_class, void* memory, VALUE value, uint32_t* case_memory, uint32_t case_number) native_slot_set_value_and_case() argument
1003 VALUE* value = (VALUE*)CHARPTR_AT(storage, layout->value_offset); layout_init() local
[all...]
/third_party/mesa3d/src/vulkan/util/
H A Dgen_enum_to_str.py82 return "Unknown ${enum.name} value.";
119 return "Unknown VkObjectType value.";
284 def add_value(self, name, value=None,
288 assert value is None and offset is None
296 # Use the value from the alias
297 value = self.name_to_value[alias]
299 assert value is not None or extnum is not None
300 if value is None:
301 value = 1000000000 + (extnum - 1) * 1000 + offset
303 value
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.h44 std::ostream &operator<<(std::ostream &os, AlphaTestFunc value);
69 std::ostream &operator<<(std::ostream &os, BufferBinding value);
90 std::ostream &operator<<(std::ostream &os, BufferUsage value);
107 std::ostream &operator<<(std::ostream &os, ClientVertexArrayType value);
122 std::ostream &operator<<(std::ostream &os, CullFaceMode value);
139 std::ostream &operator<<(std::ostream &os, FilterMode value);
154 std::ostream &operator<<(std::ostream &os, FogMode value);
171 std::ostream &operator<<(std::ostream &os, GraphicsResetStatus value);
186 std::ostream &operator<<(std::ostream &os, HandleType value);
201 std::ostream &operator<<(std::ostream &os, HintSetting value);
[all...]
/third_party/backends/backend/
H A Dcanon630u.c103 SANE_Action action, void *value,
134 SANE_Action action, void *value, SANE_Int * info) in optionNumOptionsCallback()
142 *(SANE_Word *) value = getNumberOfOptions (); in optionNumOptionsCallback()
169 SANE_Action action, void *value, SANE_Int * info) in optionCalibrateCallback()
181 optionCalibrateValue = *(SANE_Bool *) value; in optionCalibrateCallback()
184 *(SANE_Word *) value = optionCalibrateValue; in optionCalibrateCallback()
219 SANE_Action action, void *value, SANE_Int * info) in optionResolutionCallback()
238 optionResolutionValue = *(SANE_Word *) value; in optionResolutionCallback()
241 *(SANE_Word *) value = optionResolutionValue; in optionResolutionCallback()
269 SANE_Action action, void *value, SANE_In in optionGrayscaleCallback()
133 optionNumOptionsCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionNumOptionsCallback() argument
168 optionCalibrateCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionCalibrateCallback() argument
218 optionResolutionCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionResolutionCallback() argument
268 optionGrayscaleCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionGrayscaleCallback() argument
315 optionAGainCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionAGainCallback() argument
357 optionGammaCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionGammaCallback() argument
418 optionTopLeftXCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionTopLeftXCallback() argument
461 optionTopLeftYCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionTopLeftYCallback() argument
505 optionBotRightXCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionBotRightXCallback() argument
549 optionBotRightYCallback(SANE_Option * option, SANE_Handle handle, SANE_Action action, void *value, SANE_Int * info) optionBotRightYCallback() argument
606 dispatch_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) dispatch_control_option() argument
924 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument
[all...]
H A Dplustek-usbio.c28 * - usbio_ResetLM983x() checks for reg7 value before writing
84 #define usbio_ReadReg(fd, reg, value) \
85 sanei_lm983x_read (fd, reg, value, 1, 0)
244 * @param value -
248 SANE_Byte reg, SANE_Byte value ) in usbio_WriteReg()
256 sanei_lm983x_write_byte( handle, reg, value ); in usbio_WriteReg()
269 if( data == value ) { in usbio_WriteReg()
282 SANE_Byte value; in usbio_DetectLM983x() local
287 res = usbio_ReadReg(fd, 0x69, &value); in usbio_DetectLM983x()
293 value in usbio_DetectLM983x()
323 SANE_Byte value; usbio_ResetLM983x() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp160 // sw::FORMAT_A2R10G10B10, // The color_ramp conformance test uses ReadPixels with UNSIGNED_BYTE causing it to think that rendering skipped a colour value. in initialize()
241 bool Display::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) in getConfigAttrib() argument
247 case EGL_BUFFER_SIZE: *value = configuration->mBufferSize; break; in getConfigAttrib()
248 case EGL_ALPHA_SIZE: *value = configuration->mAlphaSize; break; in getConfigAttrib()
249 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break; in getConfigAttrib()
250 case EGL_GREEN_SIZE: *value = configuration->mGreenSize; break; in getConfigAttrib()
251 case EGL_RED_SIZE: *value = configuration->mRedSize; break; in getConfigAttrib()
252 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()
253 case EGL_STENCIL_SIZE: *value = configuration->mStencilSize; break; in getConfigAttrib()
254 case EGL_CONFIG_CAVEAT: *value in getConfigAttrib()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalTypes.js10 then<U>(f: ((value: T) => U | PromiseLike<U>) | null | undefined): MyPromise<U>;
61 interface Box<T> { value: T };
77 declare let b4: { value: { value: { value: typeof b4 }}};
82 unbox({ value: { value: { value: { value: { value
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h225 // If "full" is the empty string, yields an empty string as the only value.
276 // specify a value of a single byte (e.g. \x0045 is equivalent
394 PROTOBUF_EXPORT bool safe_strtob(StringPiece str, bool* value);
396 PROTOBUF_EXPORT bool safe_strto32(const string& str, int32* value);
397 PROTOBUF_EXPORT bool safe_strtou32(const string& str, uint32* value);
398 inline bool safe_strto32(const char* str, int32* value) { in safe_strto32() argument
399 return safe_strto32(string(str), value); in safe_strto32()
401 inline bool safe_strto32(StringPiece str, int32* value) { in safe_strto32() argument
402 return safe_strto32(str.ToString(), value); in safe_strto32()
404 inline bool safe_strtou32(const char* str, uint32* value) { in safe_strtou32() argument
407 safe_strtou32(StringPiece str, uint32* value) safe_strtou32() argument
413 safe_strto64(const char* str, int64* value) safe_strto64() argument
416 safe_strto64(StringPiece str, int64* value) safe_strto64() argument
419 safe_strtou64(const char* str, uint64* value) safe_strtou64() argument
422 safe_strtou64(StringPiece str, uint64* value) safe_strtou64() argument
428 safe_strtof(const string& str, float* value) safe_strtof() argument
431 safe_strtod(const string& str, double* value) safe_strtod() argument
434 safe_strtof(StringPiece str, float* value) safe_strtof() argument
437 safe_strtod(StringPiece str, double* value) safe_strtod() argument
524 SimpleBtoa(bool value) SimpleBtoa() argument
594 uint64 value; global() member
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y172 add_builtin_define(glcpp_parser_t *parser, const char *name, int value);
239 _glcpp_parser_skip_stack_push_if (parser, & @1, $2.value);
244 _glcpp_parser_skip_stack_change_if (parser, & @1, "elif", $2.value);
585 $$.value = $1;
589 $$.value = 0;
596 $$.value = $1.value || $3.value;
603 else if (! $1.value)
607 $$.value
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp145 * @param value Unsigned interger to convert to string
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString() argument
152 *--current = static_cast<signed char>(value % 10U + static_cast<unsigned>('0')); in uintToString()
153 value /= 10; in uintToString()
154 } while (value != 0); in uintToString()
196 #include <json/value.h>
339 "A valid JSON document must be either an array or an object value.", in parse()
407 // "Un-read" the current token and mark the current value as a null in readValue()
419 return addError("Syntax error: value, object or array expected.", token); in readValue()
678 Value& value
2475 integerToDouble(Json::UInt64 value) integerToDouble() argument
2479 integerToDouble(T value) integerToDouble() argument
2496 duplicateStringValue(const char* value, size_t length) duplicateStringValue() argument
2516 duplicateAndPrefixStringValue( const char* value, unsigned int length) duplicateAndPrefixStringValue() argument
2537 decodePrefixedString( bool isPrefixed, char const* prefixed, unsigned* length, char const** value) decodePrefixedString() argument
2551 releaseStringValue(char* value) releaseStringValue() argument
2744 Value(Int value) Value() argument
2749 Value(UInt value) Value() argument
2754 Value(Int64 value) Value() argument
2758 Value(UInt64 value) Value() argument
2764 Value(double value) Value() argument
2769 Value(const char* value) Value() argument
2780 Value(const std::string& value) Value() argument
2786 Value(const StaticString& value) Value() argument
2792 Value(const CppTL::ConstString& value) Value() argument
2798 Value(bool value) Value() argument
3399 Value& value = (*it).second; resolveReference() local
3419 Value& value = (*it).second; resolveReference() local
3424 const Value* value = &((*this)[index]); get() local
3478 append(const Value& value) append() argument
3564 Value const* value = find(key, cend); isMember() local
4069 valueToString(LargestInt value) valueToString() argument
4085 valueToString(LargestUInt value) valueToString() argument
4095 valueToString(Int value) valueToString() argument
4099 valueToString(UInt value) valueToString() argument
4105 valueToString(double value, bool useSpecialFloats, unsigned int precision) valueToString() argument
4135 valueToString(double value) valueToString() argument
4137 valueToString(bool value) valueToString() argument
4139 valueToQuotedString(const char* value) valueToQuotedString() argument
4216 valueToQuotedStringN(const char* value, unsigned length) valueToQuotedStringN() argument
4304 writeValue(const Value& value) writeValue() argument
4375 writeValue(const Value& value) writeValue() argument
4434 writeArrayValue(const Value& value) writeArrayValue() argument
4477 isMultineArray(const Value& value) isMultineArray() argument
4504 pushValue(const std::string& value) pushValue() argument
4522 writeWithIndent(const std::string& value) writeWithIndent() argument
4565 hasCommentForValue(const Value& value) hasCommentForValue() argument
4592 writeValue(const Value& value) writeValue() argument
4651 writeArrayValue(const Value& value) writeArrayValue() argument
4696 isMultineArray(const Value& value) isMultineArray() argument
4723 pushValue(const std::string& value) pushValue() argument
4727 *document_ << value; pushValue() local
4738 writeWithIndent(const std::string& value) writeWithIndent() argument
4740 *document_ << value; writeWithIndent() local
4780 hasCommentForValue(const Value& value) hasCommentForValue() argument
4873 writeValue(Value const& value) writeValue() argument
4932 writeArrayValue(Value const& value) writeArrayValue() argument
4979 isMultineArray(Value const& value) isMultineArray() argument
5006 pushValue(std::string const& value) pushValue() argument
5010 *sout_ << value; pushValue() local
5025 writeWithIndent(std::string const& value) writeWithIndent() argument
5027 *sout_ << value; writeWithIndent() local
5069 hasCommentForValue(const Value& value) hasCommentForValue() argument
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp145 * @param value Unsigned interger to convert to string
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString() argument
152 *--current = char(value % 10) + '0'; in uintToString()
153 value /= 10; in uintToString()
154 } while (value != 0); in uintToString()
196 #include <json/value.h>
324 "A valid JSON document must be either an array or an object value.", in parse()
392 // "Un-read" the current token and mark the current value as a null in readValue()
404 return addError("Syntax error: value, object or array expected.", token); in readValue()
663 Value& value
3366 Value& value = (*it).second; resolveReference() local
3386 Value& value = (*it).second; resolveReference() local
3391 const Value* value = &((*this)[index]); get() local
3445 append(const Value& value) append() argument
3531 Value const* value = find(key, end); isMember() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp145 * @param value Unsigned interger to convert to string
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString() argument
152 *--current = char(value % 10) + '0'; in uintToString()
153 value /= 10; in uintToString()
154 } while (value != 0); in uintToString()
196 #include <json/value.h>
324 "A valid JSON document must be either an array or an object value.", in parse()
392 // "Un-read" the current token and mark the current value as a null in readValue()
404 return addError("Syntax error: value, object or array expected.", token); in readValue()
663 Value& value
3366 Value& value = (*it).second; resolveReference() local
3386 Value& value = (*it).second; resolveReference() local
3391 const Value* value = &((*this)[index]); get() local
3445 append(const Value& value) append() argument
3531 Value const* value = find(key, end); isMember() local
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp145 * @param value Unsigned interger to convert to string
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString() argument
152 *--current = char(value % 10) + '0'; in uintToString()
153 value /= 10; in uintToString()
154 } while (value != 0); in uintToString()
196 #include <json/value.h>
324 "A valid JSON document must be either an array or an object value.", in parse()
392 // "Un-read" the current token and mark the current value as a null in readValue()
404 return addError("Syntax error: value, object or array expected.", token); in readValue()
663 Value& value
3366 Value& value = (*it).second; resolveReference() local
3386 Value& value = (*it).second; resolveReference() local
3391 const Value* value = &((*this)[index]); get() local
3445 append(const Value& value) append() argument
3531 Value const* value = find(key, end); isMember() local
[all...]
/third_party/backends/sanei/
H A Dsanei_constrain_value.c52 sanei_check_value (const SANE_Option_Descriptor * opt, void *value) in sanei_check_value() argument
67 array = (SANE_Word *) value; in sanei_check_value()
101 w = *(SANE_Word *) value; in sanei_check_value()
110 len = strlen (value); in sanei_check_value()
113 if (strncmp (value, string_list[i], len) == 0 in sanei_check_value()
123 array = (SANE_Word *) value; in sanei_check_value()
135 barray = (SANE_Bool *) value; in sanei_check_value()
137 /* test each boolean value in the array */ in sanei_check_value()
156 * to the given value, and update the info flags holder if needed. It
161 sanei_constrain_value (const SANE_Option_Descriptor * opt, void *value, in sanei_constrain_value() argument
[all...]
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c30 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() argument
43 *value = req.value; in query_param()
49 query_queue_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_queue_param() argument
55 .len = sizeof(*value), in query_queue_param()
66 memcpy(value, rsp->payload, req.len); in query_queue_param()
76 uint64_t *value) in virtio_pipe_get_param()
84 *value = virtio_pipe->gpu_id; in virtio_pipe_get_param()
87 *value = virtio_pipe->gmem; in virtio_pipe_get_param()
90 *value in virtio_pipe_get_param()
75 virtio_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) virtio_pipe_get_param() argument
[all...]

Completed in 28 milliseconds

1...<<31323334353637383940>>...563