/third_party/python/Lib/test/ |
H A D | test_os.py | 626 for value, member in enumerate(members): 627 self.assertEqual(getattr(result, 'f_' + member), result[value]) 914 return buf.value 982 for key, value in self._reference().items(): 983 os.environ[key] = value 1008 value = popen.read().strip() 1009 self.assertEqual(value, "World") 1032 for key, value in self._reference().items(): 1033 self.assertEqual(os.environ.get(key), value) 1040 f"{key!r}: {value! [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 312 * \param err error code value. 523 /*! \brief Constructs a string populated from an arbitrary value of 528 * \param str the initial value of the string instance. Note that '\0' 550 /*! \brief Constructs a string populated from a null-terminated value. 552 * \param str the null-terminated initial value of the string instance. 613 /*! \brief Copies the value of another string to this one. 650 /*! \brief Constructs a string by copying the value of another instance. 661 //! \brief Destructor - frees memory used to hold the current value. 778 /*! \brief Constructs with a value copied from another. 794 * \param val value o 1174 T* value = (T*) alloca(required); getInfoHelper() local 1199 typename T::cl_type * value = (typename T::cl_type *) alloca(required); getInfoHelper() local 1244 char* value = (char*)alloca(required); getInfoHelper() local 1288 ::size_t* value = (::size_t*) alloca(required); getInfoHelper() local 1312 typename T::cl_type value; getInfoHelper() local 2806 ImageFormat* value = (ImageFormat*) getSupportedImageFormats() local 4999 setArg(cl_uint index, const T &value) setArg() argument 5379 Kernel* value = (Kernel*) alloca(numKernels * sizeof(Kernel)); createKernels() local [all...] |
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 624 /* Check if we should use the default IMOD value. */ in xhci_init() 1429 /* update device address to new value */ in xhci_set_address() 1438 /* update device state to new value */ in xhci_set_address() 3240 uint16_t value; in xhci_roothub_exec() local 3252 value = UGETW(req->wValue); in xhci_roothub_exec() 3258 UGETW(req->wLength), value, index); in xhci_roothub_exec() 3275 switch (value >> 8) { in xhci_roothub_exec() 3277 if ((value & 0xff) != 0) { in xhci_roothub_exec() 3286 if ((value & 0xff) != 0) { in xhci_roothub_exec() 3295 if ((value in xhci_roothub_exec() [all...] |
/third_party/libcoap/src/ |
H A D | coap_block.c | 1135 * update tim_rem with remaining value if return is 1. 1304 * update tim_rem with remaining value if return is 1. 1494 * update tim_rem with remaining value if return is 1. 2879 uint32_t value = **bp & 0x1f; in derive_cbor_value() local 2881 if (value < 24) { in derive_cbor_value() 2882 return value; in derive_cbor_value() 2883 } else if (value == 24) { in derive_cbor_value() 2886 value = **bp; in derive_cbor_value() 2888 return value; in derive_cbor_value() 2889 } else if (value in derive_cbor_value() [all...] |
/third_party/node/src/ |
H A D | node_file.cc | 109 inline int64_t GetOffset(Local<Value> value) { in GetOffset() argument 110 return IsSafeJsInt(value) ? value.As<Integer>()->Value() : -1; in GetOffset() 180 #define FS_ASYNC_TRACE_BEGIN1(fs_type, id, name, value) \ 185 value); 187 #define FS_ASYNC_TRACE_END1(fs_type, id, name, value) \ 192 value); 694 void FSReqCallback::Resolve(Local<Value> value) { in Resolve() argument 697 value in Resolve() 700 value in Resolve() 2131 Local<Value> value = args[1]; WriteString() local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 366 auto value = colon + 1; in parse_header() local 367 for (; *value == '\t' || *value == ' '; ++value) in parse_header() 379 make_string_ref(balloc, StringRef{value, std::end(optarg)})); in parse_header() 382 !nghttp2_check_header_value_rfc9113(nv.value.byte(), nv.value.size())) { in parse_header() 393 LOG(ERROR) << opt << ": bad value. Specify an integer >= 0."; in parse_uint() 408 LOG(ERROR) << opt << ": bad value: '" << optarg << "'"; in parse_uint_with_unit() 415 << ": too large. The value shoul in parse_uint_with_unit() 739 const char *value = nullptr; parse_log_format() local 971 parse_downstream_param_duration(ev_tstamp &dest, const StringRef &name, const StringRef &value) parse_downstream_param_duration() argument 975 LOG(ERROR) << "backend: " << name << ": bad value: '" << value << "'"; parse_downstream_param_duration() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 122 * Gets the fcd value for a character at the argument index. 129 * @return fcd value 196 * Adds a uint32_t value to a destination array. 203 * @param offset destination offset to add value 204 * @param destinationlength target array size, return value for the new size 205 * @param value to be added 215 uint32_t value, in addTouint32_tArray() 231 destination[offset] = value; in addTouint32_tArray() 236 * Adds a uint64_t value to a destination array. 243 * @param offset destination offset to add value 212 addTouint32_tArray(int32_t *destination, uint32_t offset, uint32_t *destinationlength, uint32_t value, uint32_t increments, UErrorCode *status) addTouint32_tArray() argument 252 addTouint64_tArray(int64_t *destination, uint32_t offset, uint32_t *destinationlength, uint64_t value, uint32_t increments, UErrorCode *status) addTouint64_tArray() argument 2835 usearch_setAttribute(UStringSearch *strsrch, USearchAttribute attribute, USearchAttributeValue value, UErrorCode *status) usearch_setAttribute() argument 2881 int16_t value = strsrch->search->elementComparisonType; usearch_getAttribute() local [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.cpp | 132 * In SkSL, a Variable represents a named, typed value (along with qualifiers, etc). 134 * skvm::Val. Those skvm::Val entries hold the current actual value of that variable. 161 * Writes a value to a slot previously created by getSlot. 163 void writeToSlot(int slot, skvm::Val value); 396 // getSlot() allocates space for the variable's value in fSlots, initializes it to zero, 429 if (decl.value()) { 430 Value val = this->writeExpression(*decl.value()); 489 void SkVMGenerator::writeToSlot(int slot, skvm::Val value) { 490 if (fDebugInfo && fSlots[slot].val != value) { 492 fBuilder->trace_var(this->mask(), slot, f32(value)); [all...] |
/third_party/python/Modules/ |
H A D | itertoolsmodule.c | 328 PyObject *value; in groupby_reduce() local 330 value = Py_BuildValue("O(OO)(OOO)", Py_TYPE(lz), in groupby_reduce() 333 value = Py_BuildValue("O(OO)", Py_TYPE(lz), in groupby_reduce() 336 return value; in groupby_reduce() 567 pointers), the value should be a multiple of 16 minus space for 569 value, the less memory overhead per object and the less time spent 621 PyObject *value; in teedataobject_getitem() local 625 value = tdo->values[i]; in teedataobject_getitem() 635 value = PyIter_Next(tdo->it); in teedataobject_getitem() 637 if (value in teedataobject_getitem() 819 PyObject *value, *link; tee_next() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 488 static const uint32_t value = member in vixl::aarch64::SystemRegisterEncoder 500 NZCV = SystemRegisterEncoder<3, 3, 4, 2, 0>::value, 501 FPCR = SystemRegisterEncoder<3, 3, 4, 4, 0>::value, 502 RNDR = SystemRegisterEncoder<3, 3, 2, 4, 0>::value, // Random number. 503 RNDRRS = SystemRegisterEncoder<3, 3, 2, 4, 1>::value // Reseeded random number. 509 static const uint32_t value = member in vixl::aarch64::CacheOpEncoder 517 IVAU = CacheOpEncoder<3, 7, 5, 1>::value 521 CVAC = CacheOpEncoder<3, 7, 10, 1>::value, 522 CVAU = CacheOpEncoder<3, 7, 11, 1>::value, 523 CVAP = CacheOpEncoder<3, 7, 12, 1>::value, [all...] |
/third_party/glfw/src/ |
H A D | x11_window.c | 368 const unsigned long value = 1; in updateWindowMode() local 372 PropModeReplace, (unsigned char*) &value, 1); in updateWindowMode() 726 // HACK: Explicitly setting PPosition to any value causes some WMs, notably in createNativeWindow() 1341 // times per second (value is ms) in processEvent() 1847 unsigned char** value) in _glfwGetWindowPropertyX11() 1864 value); in _glfwGetWindowPropertyX11() 2171 // HACK: Explicitly setting PPosition to any value causes some WMs, notably in _glfwSetWindowPosX11() 2738 CARD32* value = NULL; in _glfwGetWindowOpacityX11() local 2743 (unsigned char**) &value)) in _glfwGetWindowOpacityX11() 2745 opacity = (float) (*value / (doubl in _glfwGetWindowOpacityX11() 1844 _glfwGetWindowPropertyX11(Window window, Atom property, Atom type, unsigned char** value) _glfwGetWindowPropertyX11() argument 2757 const CARD32 value = (CARD32) (0xffffffffu * (double) opacity); _glfwSetWindowOpacityX11() local [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 318 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value))
in GetProperty() argument 354 prop.Detach(value);
in GetProperty() 1195 UInt64 value = Offset;
1197 value += *bytes;
1198 return Callback->SetCompleted(&Files, &value);
1201 Z7_COM7F_IMF(CArchiveOpenCallback_Offset::GetProperty(PROPID propID, PROPVARIANT *value))
1204 return OpenVolumeCallback->GetProperty(propID, value);
1205 NCOM::PropVariant_Clear(value);
1558 UInt64 value = Offset;
1560 value [all...] |
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes 246 `value' on top of stack `s'. Returns REG_ESPACE if out of memory. 250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value) 265 #define STACK_PUSH(s, typetag, value) \ 268 status = tre_stack_push_ ## typetag(s, value); \ 272 #define STACK_PUSHX(s, typetag, value) \ 274 status = tre_stack_push_ ## typetag(s, value); \ 279 #define STACK_PUSHR(s, typetag, value) \ 282 _status = tre_stack_push_ ## typetag(s, value); \ 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes 246 `value' on top of stack `s'. Returns REG_ESPACE if out of memory. 250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value) 265 #define STACK_PUSH(s, typetag, value) \ 268 status = tre_stack_push_ ## typetag(s, value); \ 272 #define STACK_PUSHX(s, typetag, value) \ 274 status = tre_stack_push_ ## typetag(s, value); \ 279 #define STACK_PUSHR(s, typetag, value) \ 282 _status = tre_stack_push_ ## typetag(s, value); \ 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes 246 `value' on top of stack `s'. Returns REG_ESPACE if out of memory. 250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value) 265 #define STACK_PUSH(s, typetag, value) \ 268 status = tre_stack_push_ ## typetag(s, value); \ 272 #define STACK_PUSHX(s, typetag, value) \ 274 status = tre_stack_push_ ## typetag(s, value); \ 279 #define STACK_PUSHR(s, typetag, value) \ 282 _status = tre_stack_push_ ## typetag(s, value); \ 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
/third_party/musl/src/regex/ |
H A D | regcomp.c | 245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes 246 `value' on top of stack `s'. Returns REG_ESPACE if out of memory. 250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value) 265 #define STACK_PUSH(s, typetag, value) \ 268 status = tre_stack_push_ ## typetag(s, value); \ 272 #define STACK_PUSHX(s, typetag, value) \ 274 status = tre_stack_push_ ## typetag(s, value); \ 279 #define STACK_PUSHR(s, typetag, value) \ 282 _status = tre_stack_push_ ## typetag(s, value); \ 337 tre_stack_push(tre_stack_t *s, union tre_stack_item value) in tre_stack_push() argument [all...] |
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 591 int64_t value; in PrintImmediate() local 595 value = *data; in PrintImmediate() 599 value = Imm16(data); in PrintImmediate() 603 value = Imm32_U(data); in PrintImmediate() 607 value = Imm32(data); in PrintImmediate() 613 AppendToBuffer("%" PRIx64, value); in PrintImmediate() 2695 int64_t value = 0; in InstructionDecode() local 2698 value = Imm16_U(data + 1); in InstructionDecode() 2702 value = Imm32_U(data + 1); in InstructionDecode() 2706 value in InstructionDecode() [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | frames.cc | 126 // handler and the value of any callee-saved register if needed. in Advance() 443 // the original value of StackFrame::JAVA_SCRIPT here, in that JAVA_SCRIPT in SafeStackFrameIterator() 933 #define CASE(value, name) \ in StringForStackFrameType() 934 case StackFrame::value: \ in StringForStackFrameType() 1124 // The last value in the frame header is the calling PC, which should in IterateCompiledFrame() 1182 // slots in GC we ensure that the slot always contains full value. in IterateCompiledFrame() 1190 // unconditional decompression of the value might corrupt Code pointers. in IterateCompiledFrame() 1199 // contains full value. in IterateCompiledFrame() 1202 Address value = *spill_slot.location(); in IterateCompiledFrame() local 1203 if (!HAS_SMI_TAG(value) in IterateCompiledFrame() 2030 PatchContext(Context value) PatchContext() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 854 * immediately on allocation. The clear value for MCS buffers is all in iris_resource_configure_aux() 1696 uint64_t *value) in iris_resource_get_param() 1719 *value = iris_get_dmabuf_modifier_planes(pscreen, in iris_resource_get_param() 1723 *value = get_num_planes(&res->base.b); in iris_resource_get_param() 1727 *value = wants_cc ? 64 : in iris_resource_get_param() 1732 * this value may be queried from GBM and passed into EGL. in iris_resource_get_param() 1738 assert(*value != 0 && (!wants_cc || *value % 64 == 0)); in iris_resource_get_param() 1742 *value = wants_cc ? res->aux.clear_color_offset : in iris_resource_get_param() 1746 *value in iris_resource_get_param() 1688 iris_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) iris_resource_get_param() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 93 size_t aggregate; // 0: value itself, 1:struct, 2+:Array 1375 const string value = m_testParams.aggregate == 0 ? vectoredInit 1416 " data = ${value};\n" 1439 " ${typePrefix} eA${typeSuffix}; { const int n = 1 + ${vertexFormula0}; eA = ${value}; }\n" 1440 " ${typePrefix} eB${typeSuffix}; { const int n = 1 + ${vertexFormula1}; eB = ${value}; }\n" 1441 " ${typePrefix} eC${typeSuffix}; { const int n = 1 + ${vertexFormula2}; eC = ${value}; }\n" 1461 attributes["value"] = value; 1757 bool value; 1767 bool value; [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 38 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } 49 if (y = 0, t) op = [op[0] & 2, t.value]; 52 case 4: _.label++; return { value: op[1], done: false }; 65 if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; 88 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); 102 function createMapEntry(key, value) { 103 return { key: key, value: value, next: undefined, prev: undefined }; 139 function addOrUpdateEntry(data, key, value) { 142 existing.value [all...] |
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1745 * 64 bit value that wraps back to 0 every 584 years. Time intervals 1753 * Dummy value used to pad enum types to 32 bits. 1911 typedef void (GLAD_API_PTR *PFNGLACCUMPROC)(GLenum op, GLfloat value); 1948 typedef void (GLAD_API_PTR *PFNGLCLEARBUFFERFVPROC)(GLenum buffer, GLint drawbuffer, const GLfloat * value); 1949 typedef void (GLAD_API_PTR *PFNGLCLEARBUFFERIVPROC)(GLenum buffer, GLint drawbuffer, const GLint * value); 1950 typedef void (GLAD_API_PTR *PFNGLCLEARBUFFERUIVPROC)(GLenum buffer, GLint drawbuffer, const GLuint * value); 2404 typedef void (GLAD_API_PTR *PFNGLSAMPLECOVERAGEPROC)(GLfloat value, GLboolean invert); 2405 typedef void (GLAD_API_PTR *PFNGLSAMPLECOVERAGEARBPROC)(GLfloat value, GLboolean invert); 2514 typedef void (GLAD_API_PTR *PFNGLUNIFORM1FVPROC)(GLint location, GLsizei count, const GLfloat * value); 2516 typedef void (GLAD_API_PTR *PFNGLUNIFORM1IVPROC)(GLint location, GLsizei count, const GLint * value); [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_common.h | 193 #define hdmi_check_max_return(value, max, ret) \ 195 if ((value) > (max)) { \ 196 hdmi_warn("value %u exceed max!\n", (hi_u32)(value)); \ 961 /* in unit of ms.for [0,200], force to default 200; or, set the value cfg(>200). */ 963 /* in unit of ms, range[20,200). for [0,20] or >=200, force to default 20; or, set the value cfg[20,200). */ 1343 hi_void hdmi_reg_write(volatile hi_void *reg_addr, hi_u32 value);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/ |
H A D | mipi_tx_hal.c | 112 static void write_reg32(unsigned long addr, unsigned int value, unsigned int mask) in write_reg32() argument 118 t |= value & mask; in write_reg32() 122 static void set_phy_reg(unsigned int addr, unsigned char value) in set_phy_reg() argument 139 g_mipi_tx_regs_va->PHY_TST_CTRL1.u32 = value; in set_phy_reg() 158 if (phy_data_rate > 750) { // 750 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 160 } else if (phy_data_rate > 375) { // 375 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 162 } else if (phy_data_rate > 188) { // 188 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 164 } else if (phy_data_rate > 94) { // 94 is data rate value, Different values correspond to different pll_set. in mipi_tx_drv_get_phy_pll_set0() 555 video_mode = 2; /* 2 register value */ in set_video_mode_cfg() 559 video_mode = 2; /* 2 register value */ in set_video_mode_cfg() [all...] |
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
H A D | core_802.h | 162 uint32_t VEC: 8; /*!< bit: 16..23 Abnormal event vector value */ 358 uint32_t RID: 3; /*!< bit: 0.. 2 Protected area index value */ 378 uint32_t SRST_VAL: 16; /*!< bit: 16..31 Software reset decision value */ 614 \brief Mask and shift a bit field value for use in a register bit range. 616 \param[in] value Value of the bit field. 617 \return Masked and shifted value. 619 #define _VAL2FLD(field, value) ((value << field ## _Pos) & field ## _Msk) 622 \brief Mask and shift a register value to extract a bit filed value [all...] |