Home
last modified time | relevance | path

Searched refs:size_value (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/support/preprocessed/
H A Dvector_10.hpp14 static const int size_value = 0; member
42 static const int size_value = 1; member
82 static const int size_value = 2; member
122 static const int size_value = 3; member
162 static const int size_value = 4; member
202 static const int size_value = 5; member
242 static const int size_value = 6; member
282 static const int size_value = 7; member
322 static const int size_value = 8; member
362 static const int size_value = 9; member
[all …]
H A Dvector_20.hpp14 static const int size_value = 0; member
42 static const int size_value = 1; member
82 static const int size_value = 2; member
122 static const int size_value = 3; member
162 static const int size_value = 4; member
202 static const int size_value = 5; member
242 static const int size_value = 6; member
282 static const int size_value = 7; member
322 static const int size_value = 8; member
362 static const int size_value = 9; member
[all …]
H A Dvector_30.hpp14 static const int size_value = 0; member
42 static const int size_value = 1; member
82 static const int size_value = 2; member
122 static const int size_value = 3; member
162 static const int size_value = 4; member
202 static const int size_value = 5; member
242 static const int size_value = 6; member
282 static const int size_value = 7; member
322 static const int size_value = 8; member
362 static const int size_value = 9; member
[all …]
H A Dvector_40.hpp14 static const int size_value = 0; member
42 static const int size_value = 1; member
82 static const int size_value = 2; member
122 static const int size_value = 3; member
162 static const int size_value = 4; member
202 static const int size_value = 5; member
242 static const int size_value = 6; member
282 static const int size_value = 7; member
322 static const int size_value = 8; member
362 static const int size_value = 9; member
[all …]
H A Dvector_50.hpp14 static const int size_value = 0; member
42 static const int size_value = 1; member
82 static const int size_value = 2; member
122 static const int size_value = 3; member
162 static const int size_value = 4; member
202 static const int size_value = 5; member
242 static const int size_value = 6; member
282 static const int size_value = 7; member
322 static const int size_value = 8; member
362 static const int size_value = 9; member
[all …]
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dintel-agp.c27 if (temp == values[i].size_value) { in intel_fetch_size()
45 if (temp == values[i].size_value) { in __intel_8xx_fetch_size()
100 pci_write_config_word(agp_bridge->dev, INTEL_APSIZE, previous_size->size_value); in intel_cleanup()
112 pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, previous_size->size_value); in intel_8xx_cleanup()
124 pci_write_config_word(agp_bridge->dev, INTEL_APSIZE, current_size->size_value); in intel_configure()
163 current_size->size_value); in intel_815_configure()
201 previous_size->size_value); in intel_820_cleanup()
213 pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value); in intel_820_configure()
243 pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value); in intel_840_configure()
271 pci_write_config_byte(agp_bridge->dev, INTEL_APSIZE, current_size->size_value); in intel_845_configure()
[all …]
H A Dnvidia-agp.c41 u8 size_value; in nvidia_fetch_size() local
44 pci_read_config_byte(agp_bridge->dev, NVIDIA_0_APSIZE, &size_value); in nvidia_fetch_size()
45 size_value &= 0x0f; in nvidia_fetch_size()
49 if (size_value == values[i].size_value) { in nvidia_fetch_size()
117 current_size->size_value); in nvidia_configure()
185 previous_size->size_value); in nvidia_cleanup()
H A Dagp.h68 u8 size_value; member
75 u16 size_value; member
82 u32 size_value; member
88 u32 size_value; member
H A Dvia-agp.c33 if (temp == values[i].size_value) { in via_fetch_size()
52 current_size->size_value); in via_configure()
73 previous_size->size_value); in via_cleanup()
117 if (temp == values[i].size_value) { in via_fetch_size_agp3()
159 pci_write_config_byte(agp_bridge->dev, VIA_APSIZE, previous_size->size_value); in via_cleanup_agp3()
H A Dali-agp.c32 if (temp == values[i].size_value) { in ali_fetch_size()
67 ((temp & 0x00000ff0) | previous_size->size_value)); in ali_cleanup()
80 | (current_size->size_value & 0xf)); in ali_configure()
95 switch (current_size->size_value) { in ali_configure()
H A Dsis-agp.c32 if ((temp_size == values[i].size_value) || in sis_fetch_size()
34 (values[i].size_value & ~(0x07)))) { in sis_fetch_size()
62 current_size->size_value); in sis_configure()
72 (previous_size->size_value & ~(0x03))); in sis_cleanup()
H A Dati-agp.c160 if (temp == values[i].size_value) { in ati_fetch_size()
188 temp = ((temp & ~(0x0000000f)) | previous_size->size_value); in ati_cleanup()
192 temp = ((temp & ~(0x0000000f)) | previous_size->size_value); in ati_cleanup()
373 temp = (((temp & ~(0x0000000e)) | current_size->size_value) in ati_create_gatt_table()
379 temp = (((temp & ~(0x0000000e)) | current_size->size_value) in ati_create_gatt_table()
H A Dbackend.c139 int size_value, rc, got_gatt=0, got_keylist=0; in agp_backend_initialize() local
160 size_value = bridge->driver->fetch_size(); in agp_backend_initialize()
161 if (size_value == 0) { in agp_backend_initialize()
H A Di460-agp.c159 if ((temp & I460_AGPSIZ_MASK) == values[i].size_value) { in i460_fetch_size()
179 static void i460_write_agpsiz (u8 size_value) in i460_write_agpsiz() argument
185 ((temp & ~I460_AGPSIZ_MASK) | size_value)); in i460_write_agpsiz()
193 i460_write_agpsiz(previous_size->size_value); in i460_cleanup()
212 i460_write_agpsiz(current_size->size_value); in i460_configure()
H A Defficeon-agp.c98 if (temp == values[i].size_value) { in efficeon_fetch_size()
126 previous_size->size_value); in efficeon_cleanup()
140 current_size->size_value); in efficeon_configure()
H A Damd-k7-agp.c195 if (temp == values[i].size_value) { in amd_irongate_fetch_size()
242 temp = (((temp & ~(0x0000000e)) | current_size->size_value) | 1); in amd_irongate_configure()
266 temp = ((temp & ~(0x0000000f)) | previous_size->size_value); in amd_irongate_cleanup()
H A Duninorth-agp.c117 current_size->size_value); in uninorth_configure()
123 | current_size->size_value); in uninorth_configure()
H A Damd64-agp.c137 if (temp == values[i].size_value) { in amd64_fetch_size()
479 tmp |= nforce3_sizes[i].size_value; in nforce3_agp_init()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtest_cgrp2_tc_kern.c26 __u32 size_value; member
36 .size_value = sizeof(uint32_t),
H A Dlwt_len_hist_kern.c29 __u32 size_value; member
39 .size_value = sizeof(__u64),
H A Dtc_l2_redirect_kern.c26 __u32 size_value; member
43 .size_value = sizeof(int),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/support/
H A Dvector.hpp71 static const int size_value = 0; member
114 static const int size_value = BOOST_PHOENIX_ITERATION; in BOOST_PP_CAT() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c26 __u32 size_value; member
34 .size_value = sizeof(__u64),
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_verifier.c380 uint32_t size_value, uint32_t max_elem, in __create_map() argument
385 fd = bpf_create_map(type, size_key, size_value, max_elem, in __create_map()
398 uint32_t size_value, uint32_t max_elem) in create_map() argument
400 return __create_map(type, size_key, size_value, max_elem, 0); in create_map()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/detail/
H A Dlocal_variable.hpp160 Index < Locals::size_value

12