Searched refs:data_value (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
H A D | CFString.py | 177 data_value = data.GetValueAsUnsigned(0) 179 return self.read_unicode(data_value).encode('utf-8') 181 data_value = data_value + 1 183 "content", "(char*)(" + str(data_value) + ")")
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | constants.c | 426 tree tags_value, data_value; in build_constants_constructor() local 459 data_value = build_address_of (data_decl); in build_constants_constructor() 473 data_value = null_pointer_node; in build_constants_constructor() 479 PUSH_FIELD_VALUE (cons, "data", data_value); in build_constants_constructor()
|
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_sdvo.c | 3083 if (!intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_MAX_##NAME, &data_value, 4) || \ 3087 drm_property_create_range(dev, 0, #name, 0, data_value[0]); \ 3093 data_value[0], data_value[1], response); \ 3109 u16 response, data_value[2]; in intel_sdvo_create_enhance_property_tv() local 3115 &data_value, 4)) in intel_sdvo_create_enhance_property_tv() 3125 intel_sdvo_connector->max_hscan = data_value[0]; in intel_sdvo_create_enhance_property_tv() 3127 drm_property_create_range(dev, 0, "left_margin", 0, data_value[0]); in intel_sdvo_create_enhance_property_tv() 3135 drm_property_create_range(dev, 0, "right_margin", 0, data_value[0]); in intel_sdvo_create_enhance_property_tv() 3143 data_value[0], data_value[1], response); in intel_sdvo_create_enhance_property_tv() 3149 &data_value, 4)) in intel_sdvo_create_enhance_property_tv() [all …]
|
/openbsd-src/sys/dev/pci/ |
H A D | ixgbe_82599.c | 212 uint16_t list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 234 if (hw->eeprom.ops.read(hw, ++data_offset, &data_value)) in ixgbe_setup_sfp_modules_82599() 236 while (data_value != 0xffff) { in ixgbe_setup_sfp_modules_82599() 237 IXGBE_WRITE_REG(hw, IXGBE_CORECTL, data_value); in ixgbe_setup_sfp_modules_82599() 239 if (hw->eeprom.ops.read(hw, ++data_offset, &data_value)) in ixgbe_setup_sfp_modules_82599()
|
/openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-mmix.texi | 338 breg GREG data_value
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-mmix.texi | 338 breg GREG data_value
|