/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/ |
wcd9xxx-slimslave.h | 67 #define SB_PGD_PORT_CFG_BYTE_ADDR(offset, port_num) (SB_PGD_PORT_BASE + offset + (1 * port_num)) 69 #define SB_PGD_TX_PORT_MULTI_CHANNEL_0(port_num) (SB_PGD_PORT_BASE + 0x100 + 4*port_num) 72 #define SB_PGD_TX_PORT_MULTI_CHANNEL_1(port_num) (SB_PGD_PORT_BASE + 0x101 + 4*port_num) 75 #define SB_PGD_RX_PORT_MULTI_CHANNEL_0(offset, port_num) (SB_PGD_PORT_BASE + offset + (4 * port_num))
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
test_context.c | 38 XvPortID port_num; local 54 &port_num, 67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 81 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); 85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue); 87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success) [all...] |
test_surface.c | 38 XvPortID port_num; local 55 &port_num, 68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 94 XvUngrabPort(display, port_num, CurrentTime);
|
test_blocks.c | 39 XvPortID port_num; local 58 &port_num, 71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 107 XvUngrabPort(display, port_num, CurrentTime);
|
test_subpicture.c | 62 XvPortID port_num; local 82 &port_num, 95 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 98 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 100 subpics = XvMCListSubpictureTypes(display, port_num, surface_type_id, &num_subpics); 178 XvUngrabPort(display, port_num, CurrentTime);
|
test_rendering.c | 139 XvPortID port_num; local 164 &port_num, 177 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 183 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success); 322 XvUngrabPort(display, port_num, CurrentTime);
|
xvmc_bench.c | 181 XvPortID port_num; local 210 &port_num, 223 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 229 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success); 295 XvUngrabPort(display, port_num, CurrentTime);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_context.c | 38 XvPortID port_num; local 54 &port_num, 67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 81 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); 85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue); 87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success) [all...] |
test_surface.c | 38 XvPortID port_num; local 55 &port_num, 68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 94 XvUngrabPort(display, port_num, CurrentTime);
|
test_blocks.c | 39 XvPortID port_num; local 58 &port_num, 71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 107 XvUngrabPort(display, port_num, CurrentTime);
|
test_subpicture.c | 62 XvPortID port_num; local 82 &port_num, 95 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 98 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 100 subpics = XvMCListSubpictureTypes(display, port_num, surface_type_id, &num_subpics); 178 XvUngrabPort(display, port_num, CurrentTime);
|
test_rendering.c | 139 XvPortID port_num; local 164 &port_num, 177 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 183 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success); 322 XvUngrabPort(display, port_num, CurrentTime);
|
xvmc_bench.c | 181 XvPortID port_num; local 210 &port_num, 223 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 229 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success); 295 XvUngrabPort(display, port_num, CurrentTime);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
wcd9xxx-slimslave.h | 77 #define SB_PGD_PORT_CFG_BYTE_ADDR(offset, port_num) \ 78 (SB_PGD_PORT_BASE + offset + (1 * port_num)) 80 #define SB_PGD_TX_PORT_MULTI_CHANNEL_0(port_num) \ 81 (SB_PGD_PORT_BASE + 0x100 + 4*port_num) 85 #define SB_PGD_TX_PORT_MULTI_CHANNEL_1(port_num) \ 86 (SB_PGD_PORT_BASE + 0x101 + 4*port_num) 89 #define SB_PGD_RX_PORT_MULTI_CHANNEL_0(offset, port_num) \ 90 (SB_PGD_PORT_BASE + offset + (4 * port_num))
|
/external/chromium/googleurl/src/ |
url_parse.cc | 94 Component* port_num) { 98 port_num->reset(); 128 *port_num = MakeRange(colon + 1, serverinfo.end()); 132 port_num->reset(); 146 Component* port_num) { 152 port_num->reset(); 167 hostname, port_num); 172 ParseServerInfo(spec, auth, hostname, port_num); 685 Component* port_num) { 686 DoParseAuthority(spec, auth, username, password, hostname, port_num); [all...] |
url_parse.h | 275 Component* port_num); 281 Component* port_num);
|
url_canon_etc.cc | 224 int port_num = url_parse::ParsePort(spec, port); local 225 if (port_num == url_parse::PORT_UNSPECIFIED || 226 port_num == default_port_for_scheme) { 231 if (port_num == url_parse::PORT_INVALID) { 245 WritePortInt(buf, buf_size, port_num);
|
/external/libsepol/include/sepol/ |
port_record.h | 47 extern void sepol_port_set_port(sepol_port_t * port, int port_num);
|
/external/chromium_org/url/ |
url_canon_etc.cc | 199 int port_num = url_parse::ParsePort(spec, port); local 200 if (port_num == url_parse::PORT_UNSPECIFIED || 201 port_num == default_port_for_scheme) { 206 if (port_num == url_parse::PORT_INVALID) { 220 WritePortInt(buf, buf_size, port_num);
|
/external/chromium_org/url/third_party/mozilla/ |
url_parse.h | 311 Component* port_num); 317 Component* port_num);
|
url_parse.cc | 96 Component* port_num) { 100 port_num->reset(); 130 *port_num = MakeRange(colon + 1, serverinfo.end()); 134 port_num->reset(); 148 Component* port_num) { 154 port_num->reset(); 169 hostname, port_num); 174 ParseServerInfo(spec, auth, hostname, port_num); 857 Component* port_num) { 858 DoParseAuthority(spec, auth, username, password, hostname, port_num); [all...] |
/external/libsepol/src/ |
port_record.c | 154 void sepol_port_set_port(sepol_port_t * port, int port_num) 157 port->low = port_num; 158 port->high = port_num;
|
/external/qemu/android/ |
main-common.c | 1291 char* port_num = strchr(console_address, ':'); local [all...] |
/external/chromium_org/chrome/browser/devtools/ |
port_forwarding_controller.cc | 364 int port_num; local 366 if (base::StringToInt(it.key(), &port_num) && 368 new_forwarding_map[port_num] = location;
|