Searched
defs:in (Results
501 -
525 of
1097) sorted by null
<<21222324252627282930>>
/external/libvorbis/vq/ |
bookutil.c | 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * 68 /* assumes the value patterning created by the tools in vq/ */ 85 char *get_line(FILE *in){ 87 if(feof(in))return NULL; 103 long c=fgetc(in); 131 int get_line_value(FILE *in,float *value){ 148 int get_next_value(FILE *in,float *value){ 150 if(get_line_value(in,value)){ 151 value_line_buff=get_line(in); 159 int get_next_ivalue(FILE *in,long *ivalue) 237 FILE *in=fopen(filename,"r"); local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_resize.c | 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. 467 const uint8_t *const in = (s == 0 ? input : out); local 473 down2_symodd(in, filteredlength, out); 475 down2_symeven(in, filteredlength, out);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs.h | 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. 58 struct draw_variant_input in; member in struct:draw_variant_element 132 /* Run the shader - this interface will get cleaned up in the
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.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 VMWARE 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. 56 typedef void (*unary_func_t)(float *out, const float *in); 86 * Required precision in bits. 301 float *in, *out; local 303 in = align_malloc(length * 4, length * 4) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.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 134 Edge *in; member in class:nv50_ir::Graph::Node 190 assert(in); 191 return in->origin; 214 return EdgeIterator(in, 1, reverse) [all...] |