/third_party/libinput/src/ |
H A D | util-matrix.h | 53 matrix_from_farray6(struct matrix *m, const float values[6]) in matrix_from_farray6() argument 56 m->val[0][0] = values[0]; in matrix_from_farray6() 57 m->val[0][1] = values[1]; in matrix_from_farray6() 58 m->val[0][2] = values[2]; in matrix_from_farray6() 59 m->val[1][0] = values[3]; in matrix_from_farray6() 60 m->val[1][1] = values[4]; in matrix_from_farray6() 61 m->val[1][2] = values[5]; in matrix_from_farray6()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 113 const Value *values, in apply_value() 123 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++, &ret)); in apply_value() 124 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++, &ret)); in apply_value() 126 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values, &ret)); in apply_value() 127 values++; in apply_value() 129 /* y_advance values grow downward but font-space grows upward, hence negation */ in apply_value() 131 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values, &ret)); in apply_value() 132 values++; in apply_value() 146 if (use_x_device) glyph_pos.x_offset += (base + get_device (values, &ret)).get_x_delta (font, store); in apply_value() 147 values in apply_value() 862 ValueRecord values; /* Defines positioning global() member 988 ValueRecord values; /* Array of ValueRecords--positioning global() member 1150 ValueRecord values; /* Positioning data for the first glyph global() member 1690 ValueRecord values; /* Matrix of value pairs: global() member [all...] |
H A D | gen-arabic-table.py | 50 values = {} 66 values[u] = value 69 for value in sorted (set ([v for v in values.values ()] + ['JOINING_TYPE_X'])): 71 assert short not in short_value.values() 78 uu = sorted(values.keys()) 79 num = len(values) 104 value = values.get(u, "JOINING_TYPE_X")
|
H A D | gen-indic-table.py | 45 values = [{} for _ in files] variable 68 values[i][t] = values[i].get (t, 0) + end - start + 1 73 values[i][v] = values[i].get (v, 0) + 1 112 # Shorten values 129 # Add some of the values, to make them more readable, and to avoid duplicates 142 vv = sorted (values[i].keys ()) 153 cat_defs.append ((what_short[i] + '_' + s, what[i] + '_' + v.upper (), str (values[i][v]), v)) 263 vv = sorted (values[ [all...] |
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 213 .values = bond_mode_tbl, 221 .values = bond_pps_tbl, 228 .values = bond_xmit_hashtype_tbl, 237 .values = bond_arp_validate_tbl, 244 .values = bond_arp_all_targets_tbl, 252 .values = bond_fail_over_mac_tbl, 261 .values = bond_intmax_tbl, 275 .values = bond_intmax_tbl, 282 .values = bond_intmax_tbl, 291 .values [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_DAC1064.c | 597 /* maybe cmdline MCLK= ?, doc says gclk=44MHz, mclk=66MHz... it was 55/83 with old values */ in MGA1064_ramdac_init() 721 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3 & ~0x00300C03); in g450_mclk_init() 724 if (((minfo->values.reg.opt3 & 0x000003) == 0x000003) || in g450_mclk_init() 725 ((minfo->values.reg.opt3 & 0x000C00) == 0x000C00) || in g450_mclk_init() 726 ((minfo->values.reg.opt3 & 0x300000) == 0x300000)) { in g450_mclk_init() 727 matroxfb_g450_setclk(minfo, minfo->values.pll.video, M_VIDEO_PLL); in g450_mclk_init() 737 matroxfb_g450_setclk(minfo, minfo->values.pll.system, M_SYSTEM_PLL); in g450_mclk_init() 741 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3); in g450_mclk_init() 754 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt; in g450_memory_init() 756 pci_write_config_dword(minfo->pcidev, PCI_OPTION2_REG, minfo->values in g450_memory_init() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_DAC1064.c | 597 /* maybe cmdline MCLK= ?, doc says gclk=44MHz, mclk=66MHz... it was 55/83 with old values */ in MGA1064_ramdac_init() 721 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3 & ~0x00300C03); in g450_mclk_init() 724 if (((minfo->values.reg.opt3 & 0x000003) == 0x000003) || in g450_mclk_init() 725 ((minfo->values.reg.opt3 & 0x000C00) == 0x000C00) || in g450_mclk_init() 726 ((minfo->values.reg.opt3 & 0x300000) == 0x300000)) { in g450_mclk_init() 727 matroxfb_g450_setclk(minfo, minfo->values.pll.video, M_VIDEO_PLL); in g450_mclk_init() 737 matroxfb_g450_setclk(minfo, minfo->values.pll.system, M_SYSTEM_PLL); in g450_mclk_init() 741 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3); in g450_mclk_init() 754 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt; in g450_memory_init() 756 pci_write_config_dword(minfo->pcidev, PCI_OPTION2_REG, minfo->values in g450_memory_init() [all...] |
/third_party/skia/tests/ |
H A D | CubicMapTest.cpp | 63 const SkScalar values[] = { in DEF_TEST() local 67 for (SkScalar x0 : values) { in DEF_TEST() 68 for (SkScalar y0 : values) { in DEF_TEST() 69 for (SkScalar x1 : values) { in DEF_TEST() 70 for (SkScalar y1 : values) { in DEF_TEST()
|
/third_party/protobuf/kokoro/linux/ |
H A D | make_test_output.py | 36 values = line.split("\t") 38 name = values[8].split()[-1] 41 test["time"] = values[3] 43 exitval = values[6] 67 ret = tests.values()
|
/third_party/jinja2/ |
H A D | nativetypes.py | 16 def native_concat(values: t.Iterable[t.Any]) -> t.Optional[t.Any]: 23 :param values: Iterable of outputs to concatenate. 25 head = list(islice(values, 2)) 35 if isinstance(values, GeneratorType): 36 values = chain(head, values) 37 raw = "".join([str(v) for v in values])
|
/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent03.c | 76 .values = (const char*[]) { in verify_uevent() 90 .values = (const char*[]) { in verify_uevent() 103 .values = (const char*[]) { in verify_uevent() 116 .values = (const char*[]) { in verify_uevent() 129 .values = (const char*[]) { in verify_uevent() 142 .values = (const char*[]) { in verify_uevent()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | MultiValue.java | 31 * A wrapper to permit sets of values to be specified as a single "cell" in a CsvTable or 32 * RangeTable. Currently only sets of values are permitted (not lists) so duplicate elements are 61 private final ImmutableSet<T> values; field in MultiValue 71 Iterable<T> values, char separator, Comparator<T> comparator, boolean sorted) { in MultiValue() 73 this.values = in MultiValue() 74 sorted ? ImmutableSortedSet.copyOf(comparator, values) : ImmutableSet.copyOf(values); in MultiValue() 84 return values; in getValues() 70 MultiValue( Iterable<T> values, char separator, Comparator<T> comparator, boolean sorted) MultiValue() argument
|
/third_party/python/Include/internal/ |
H A D | pycore_dict.h | 131 /* Layout of dict values: 133 * The PyObject *values are preceded by an array of bytes holding 138 PyObject *values[1]; member 157 extern PyObject *_PyObject_MakeDictFromInstanceAttributes(PyObject *obj, PyDictValues *values); 160 PyObject *const *values, Py_ssize_t values_offset, 164 _PyDictValues_AddToInsertionOrder(PyDictValues *values, Py_ssize_t ix) in _PyDictValues_AddToInsertionOrder() argument 167 uint8_t *size_ptr = ((uint8_t *)values)-2; in _PyDictValues_AddToInsertionOrder() 169 assert(size+2 < ((uint8_t *)values)[-1]); in _PyDictValues_AddToInsertionOrder()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11Xcb.cpp | 83 uint32_t values[2]; in XcbWindow() local 90 values[0] = m_display.getScreen()->white_pixel; in XcbWindow() 91 values[1] = XCB_EVENT_MASK_EXPOSURE | XCB_EVENT_MASK_PROPERTY_CHANGE; in XcbWindow() 105 values //not used yet in XcbWindow() 160 const uint32_t values[] = {static_cast<uint32_t >(width), static_cast<uint32_t >(height)}; in setDimensions() local 163 result = xcb_configure_window(display, m_window, XCB_CONFIG_WINDOW_WIDTH | XCB_CONFIG_WINDOW_HEIGHT, values); in setDimensions()
|
/third_party/python/Lib/test/ |
H A D | test_dictviews.py | 16 vt = type({}.values()) 71 values = d.values() 72 self.assertEqual(set(values), {10, "ABC"}) 73 self.assertEqual(len(values), 2) 86 r = repr(d.values()) 251 d[42] = d.values() 265 d = {42: d.values()} 271 self.assertRaises(TypeError, copy.copy, d.values()) 290 self.assertIn(v1, d.values()) [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dcahuff.h | 37 int offset; ///< Code values offset 61 uint32_t ff_dca_vlc_calc_quant_bits(int *values, uint8_t n, uint8_t sel, uint8_t abits); 62 void ff_dca_vlc_enc_quant(PutBitContext *pb, int *values, uint8_t n, uint8_t sel, uint8_t abits); 63 uint32_t ff_dca_vlc_calc_alloc_bits(int *values, uint8_t n, uint8_t sel); 64 void ff_dca_vlc_enc_alloc(PutBitContext *pb, int *values, uint8_t n, uint8_t sel);
|
/third_party/protobuf/objectivec/ |
H A D | GPBDictionary.h | 35 // Note on naming: for the classes holding numeric values, a more natural 54 * values. This performs better than boxing into NSNumbers in NSDictionaries. 64 * Initializes this dictionary, copying the given values and keys. 66 * @param values The values to be placed in this dictionary. 67 * @param keys The keys under which to store the values. 70 * @return A newly initialized dictionary with a copy of the values and keys. 72 - (instancetype)initWithUInt32s:(const uint32_t [__nullable])values 105 * Enumerates the keys and values on this dictionary with the given block. 116 * Adds the keys and values fro [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | af9005.c | 46 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write() 85 st->data[8 + i] = values[i]; in af9005_generic_read_write() 88 st->data[8] = values[0]; in af9005_generic_read_write() 113 * identical values for st->data[5] to st->data[8]. in af9005_generic_read_write() 126 values[i] = st->data[8 + i]; in af9005_generic_read_write() 149 u8 * values, int len) in af9005_read_ofdm_registers() 155 values, len); in af9005_read_ofdm_registers() 159 debug_dump(values, len, deb_reg); in af9005_read_ofdm_registers() 179 u8 * values, int len) in af9005_write_ofdm_registers() 182 deb_reg("write %d registers %x values ", le in af9005_write_ofdm_registers() 45 af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, int readwrite, int type, u8 * values, int len) af9005_generic_read_write() argument 148 af9005_read_ofdm_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_read_ofdm_registers() argument 178 af9005_write_ofdm_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_write_ofdm_registers() argument 229 af9005_usb_read_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_usb_read_tuner_registers() argument 237 af9005_usb_write_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_usb_write_tuner_registers() argument 245 af9005_write_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_write_tuner_registers() argument 298 af9005_read_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 addr, u8 * values, int len) af9005_read_tuner_registers() argument 510 af9005_read_eeprom(struct dvb_usb_device *d, u8 address, u8 * values, int len) af9005_read_eeprom() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | af9005.c | 46 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write() 85 st->data[8 + i] = values[i]; in af9005_generic_read_write() 88 st->data[8] = values[0]; in af9005_generic_read_write() 113 * identical values for st->data[5] to st->data[8]. in af9005_generic_read_write() 126 values[i] = st->data[8 + i]; in af9005_generic_read_write() 149 u8 * values, int len) in af9005_read_ofdm_registers() 155 values, len); in af9005_read_ofdm_registers() 159 debug_dump(values, len, deb_reg); in af9005_read_ofdm_registers() 179 u8 * values, int len) in af9005_write_ofdm_registers() 182 deb_reg("write %d registers %x values ", le in af9005_write_ofdm_registers() 45 af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, int readwrite, int type, u8 * values, int len) af9005_generic_read_write() argument 148 af9005_read_ofdm_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_read_ofdm_registers() argument 178 af9005_write_ofdm_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_write_ofdm_registers() argument 229 af9005_usb_read_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_usb_read_tuner_registers() argument 237 af9005_usb_write_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_usb_write_tuner_registers() argument 245 af9005_write_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) af9005_write_tuner_registers() argument 298 af9005_read_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 addr, u8 * values, int len) af9005_read_tuner_registers() argument 510 af9005_read_eeprom(struct dvb_usb_device *d, u8 address, u8 * values, int len) af9005_read_eeprom() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | devlink_port_split.py | 82 values = list(json.loads(stdout)['port'].values())[0] 84 if 'lanes' in values: 85 lanes = values['lanes'] 100 values = list(json.loads(stdout)['port'].values())[0] 102 return values['splittable'] 226 1. devlink_data contains values 230 if any(devlink_data.values()):
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | devlink_port_split.py | 84 values = list(json.loads(stdout)['port'].values())[0] 86 if 'lanes' in values: 87 lanes = values['lanes'] 102 values = list(json.loads(stdout)['port'].values())[0] 104 return values['splittable'] 228 1. devlink_data contains values 232 if any(devlink_data.values()):
|
/third_party/node/test/parallel/ |
H A D | test-webstreams-abort-controller.js | 19 function createTestWritableStream(values) { 22 values.push(chunk); 120 const values = []; 121 const ws = createTestWritableStream(values); 131 assert.deepStrictEqual(values, ['a']); 142 const values = []; 144 const ws1 = createTestWritableStream(values); 145 const ws2 = createTestWritableStream(values);
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | amber.cc | 35 Result GetFrameBuffer(Buffer* buffer, std::vector<Value>* values) { in GetFrameBuffer() argument 36 values->clear(); in GetFrameBuffer() 56 values->push_back(pixel); in GetFrameBuffer() 195 GetFrameBuffer(buffer, &(buffer_info.values)); in ExecuteWithShaderData() 218 auto& values = buffer_info.values; in ExecuteWithShaderData() local 220 values.emplace_back(); in ExecuteWithShaderData() 221 values.back().SetIntValue(*ptr); in ExecuteWithShaderData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ClearMultiviewGL.cpp | 38 const uint8_t *values, in clearMultiviewFBO() 45 clearLayeredFBO(state, clearCommandType, mask, buffer, drawbuffer, values, depth, stencil); in clearMultiviewFBO() 54 const uint8_t *values, in clearLayeredFBO() 74 genericClear(clearCommandType, mask, buffer, drawbuffer, values, depth, stencil); in clearLayeredFBO() 84 const uint8_t *values, in genericClear() 95 reinterpret_cast<const GLfloat *>(values)); in genericClear() 99 reinterpret_cast<const GLuint *>(values)); in genericClear() 102 mFunctions->clearBufferiv(buffer, drawbuffer, reinterpret_cast<const GLint *>(values)); in genericClear() 32 clearMultiviewFBO(const gl::FramebufferState &state, const gl::Rectangle &scissorBase, ClearCommandType clearCommandType, GLbitfield mask, GLenum buffer, GLint drawbuffer, const uint8_t *values, GLfloat depth, GLint stencil) clearMultiviewFBO() argument 49 clearLayeredFBO(const gl::FramebufferState &state, ClearCommandType clearCommandType, GLbitfield mask, GLenum buffer, GLint drawbuffer, const uint8_t *values, GLfloat depth, GLint stencil) clearLayeredFBO() argument 80 genericClear(ClearCommandType clearCommandType, GLbitfield mask, GLenum buffer, GLint drawbuffer, const uint8_t *values, GLfloat depth, GLint stencil) genericClear() argument
|
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 59 Uint8Array *values[ATTRIBUTE_LEN];
member 283 Uint8Array *array = attribute->values[i];
in GetAttributeSerializedMsg() 312 DestroyUint8Array(&impl->values[i]);
in FreeAttribute() 397 if (attributePri->values[attributeIndex] == NULL) {
in GetAttributeLength() 401 *len = attributePri->values[attributeIndex]->len;
in GetAttributeLength() 417 if (attribute->values[attributeIndex] == NULL) {
in GetAttributeUint8Array() 422 if (attribute->values[attributeIndex]->data != NULL && attribute->values[attributeIndex]->len != 0) {
in GetAttributeUint8Array() 423 errno_t memcpyRet = memcpy_s(retData->data, retData->len, attribute->values[attributeIndex]->data,
in GetAttributeUint8Array() 424 attribute->values[attributeInde in GetAttributeUint8Array() [all...] |