/external/chromium_org/third_party/libxml/src/ |
uri.c | 24 * Old rule from 2396 used in legacy handling code 206 * in the fragment identifier but this is used very broadly for 286 * Parse a port part and fills in the appropriate fields 317 * Parse an user informations part and fills in the appropriate fields 389 * Parse an host part and fills in the appropriate fields 468 * Parse an authority part and fills in the appropriate fields 507 * Parse a segment and fills in the appropriate fields 539 * Parse an path absolute or empty and fills in the appropriate fields 579 * Parse an path absolute and fills in the appropriate fields 625 * Parse an path without root and fills in the appropriate field 1685 const char *in; local 1745 const xmlChar *in; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 8 * "Software"), to deal in the Software without restriction, including 15 * next paragraph) shall be included in all copies or substantial portions 21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 61 /* Position and area in fixed point coordinates */ 123 const float *in = v[key->inputs[i].src_index]; local 125 debug_printf(" in[%d] (%s[%d]) %s%s%s%s ", 135 debug_printf("%.5f ", in[j]) 693 boolean in = FALSE; \/* are we inside the triangle? *\/ local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 6 * to deal in the Software without restriction, including without limitation 11 * The above copyright notice and this permission notice shall be included in 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 33 * This struct constitutes linkage information in TGSI terminology. 40 uint8_t slot[4]; /* native slots for xyzw (addresses in 32-bit words) */ 48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ 119 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS] member in struct:nv50_ir_prog_info [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex_generic.c | 8 * to deal in the Software without restriction, including without limitation 14 * paragraph) shall be included in all copies or substantial portions of the 19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 21 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 23 * USE OR OTHER DEALINGS IN THE SOFTWARE. 46 * These functions take the NDC coordinates pointed to by 'in', apply the 51 const GLfloat *in ) 56 out[0] = vp[0] * in[0] + vp[12]; 57 out[1] = vp[5] * in[1] + vp[13] 584 const GLfloat *in = (const GLfloat *)v; local 600 const GLfloat *in = (const GLfloat *)v; local 613 const GLfloat *in = (const GLfloat *)v; local 625 const GLfloat *in = (const GLfloat *)v; local 636 const GLfloat *in = (const GLfloat *)v; local 648 const GLfloat *in = (const GLfloat *)v; local 660 const GLfloat *in = (const GLfloat *)v; local 671 const GLfloat *in = (const GLfloat *)v; local 1003 GLfloat *in = (GLfloat *)a[j].inputptr; local [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_demo.c | 5 Redistribution and use in source and binary forms, with or without 12 - Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 19 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 24 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 59 fprintf(stderr, "-framesize <2.5|5|10|20|40|60> : frame size in ms; default: 20 \n" ); 60 fprintf(stderr, "-max_payload <bytes> : maximum payload size in bytes, default: 1024\n" ); 65 fprintf(stderr, "-loss <perc> : simulate packet loss, in percent (0-100); default: 0\n" ); 243 short *in, *out local [all...] |
/external/chromium_org/third_party/speex/libspeex/ |
nb_celp.c | 4 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 27 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 279 spx_word16_t *in = (spx_word16_t*)vin; local 299 highpass(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_INPUT, st->mem_hp); 310 w_sig[i] = EXTRACT16(SHR32(MULT16_16(in[i-st->windowSize+st->frameSize],st->window[i]),SIG_SHIFT)) [all...] |
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
udp_socket2_win.cc | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 35 // TODO (patrikw): seems to be defined in ws2ipdef.h as 3. How come it's 461 // In this case there is no packet in the PerIoContext. Re-use it 911 // flow? This scenario should probably be documented in 975 "Critical: error enumerating interfaces when passing in correct 1011 struct in_addr in; local [all...] |